@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 2.17 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ImageGlobe24Regular',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M5.007 6c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134C6.31 1.034 6.443 1 6.5 1c.057 0 .191.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585H5.007z" fill="currentColor"></path><path d="M4.611 2.1c.108-.323.23-.622.368-.887A5.504 5.504 0 0 0 1.022 6h2.985c.04-1.5.26-2.865.604-3.9z" fill="currentColor"></path><path d="M8.389 2.1a6.126 6.126 0 0 0-.368-.887A5.504 5.504 0 0 1 11.978 6H8.993c-.04-1.5-.26-2.865-.604-3.9z" fill="currentColor"></path><path d="M8.993 7h2.985a5.504 5.504 0 0 1-3.957 4.787a6.13 6.13 0 0 0 .368-.886c.345-1.036.564-2.4.604-3.901z" fill="currentColor"></path><path d="M6.886 11.719c-.195.247-.329.281-.386.281c-.057 0-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.134c-.305-.916-.513-2.17-.553-3.585h2.986c-.04 1.415-.248 2.669-.553 3.585c-.171.513-.364.893-.554 1.134z" fill="currentColor"></path><path d="M1.022 7a5.505 5.505 0 0 0 3.957 4.787a6.13 6.13 0 0 1-.368-.886C4.266 9.865 4.047 8.5 4.007 7H1.022z" fill="currentColor"></path><path d="M17.75 4.5h-5.063a6.472 6.472 0 0 0-.709-1.5h5.772A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75v-5.772c.463.297.967.536 1.5.709v5.063c0 .208.036.408.103.594l5.823-5.701a2.25 2.25 0 0 1 3.02-.116l.128.116l5.822 5.702c.067-.186.104-.386.104-.595V6.25a1.75 1.75 0 0 0-1.75-1.75zm.58 14.901l-5.805-5.686a.75.75 0 0 0-.966-.071l-.084.07l-5.807 5.687c.182.064.378.099.582.099h11.5c.203 0 .399-.035.58-.099z" fill="currentColor"></path><path d="M15.252 6.5a2.252 2.252 0 1 1 0 4.504a2.252 2.252 0 0 1 0-4.504zm0 1.5a.752.752 0 1 0 0 1.504a.752.752 0 0 0 0-1.504z" fill="currentColor"></path></g>', 1)]))
}
})