@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 kB
JavaScript
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: 'GlobeVideo24Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M8.905 16.5h2.096v5.025c-.83-.786-1.58-2.496-2.038-4.73l-.058-.295zm-.23-1.5h2.375a2.5 2.5 0 0 1 2.45-2h1.983a26.1 26.1 0 0 0-.058-3.001H8.576l-.033.489A25.986 25.986 0 0 0 8.675 15zm12.993-1.315c.069-.046.14-.085.211-.118a10.085 10.085 0 0 0-.078-3.568h-4.87l.04.656A28.547 28.547 0 0 1 16.983 13H18.5a2.5 2.5 0 0 1 2.208 1.326l.96-.64zM3.068 16.5h4.304c.365 2.083.983 3.854 1.793 5.094a10.028 10.028 0 0 1-5.951-4.815l-.147-.279zM2.2 10h4.87a28.215 28.215 0 0 0 .033 4.42L7.16 15H2.458A10.05 10.05 0 0 1 2.2 10zm12.745-7.424l-.108-.17a10.026 10.026 0 0 1 6.535 6.094h-4.59c-.316-2.417-.957-4.493-1.837-5.924zm-5.902-.133l.121-.037c-.88 1.35-1.535 3.33-1.882 5.654l-.062.44H2.63a10.028 10.028 0 0 1 6.413-6.057zM12 2c1.318 0 2.645 2.542 3.213 6.184l.047.315h-6.52C9.278 4.689 10.643 2 12 2zm0 13.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v.5l2.222-1.483a.5.5 0 0 1 .777.417v7.132a.5.5 0 0 1-.777.416L20 21v.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.499-1.5v-6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})