@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.08 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlobeVideo32Filled',
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: 'M10 16c0-1.393.078-2.734.222-4h9.556c.092.805.157 1.64.192 2.5H17a4.5 4.5 0 0 0-4.5 4.5v1h-2.278A35.485 35.485 0 0 1 10 16zm5 3a2 2 0 0 1 2-2h7a1.998 1.998 0 0 1 2 2v.836l2.422-1.717c.14-.1.292-.157.444-.177a1.002 1.002 0 0 1 1.134.993v9.13a1 1 0 0 1-1.578.816L26 27.164V28a2 2 0 0 1-2 2h-7a1.999 1.999 0 0 1-2-2v-9zm-4.485 3H12.5v5.919a12.329 12.329 0 0 1-.814-1.684c-.481-1.203-.881-2.636-1.171-4.235zm16.744-6.103a3.43 3.43 0 0 1 1.73-.468A13.975 13.975 0 0 0 28.42 12h-6.63c.087.811.148 1.646.181 2.5H24c1.282 0 2.44.537 3.26 1.397zM8.21 20A37.618 37.618 0 0 1 8 16c0-1.379.073-2.72.21-4H1.58A14.002 14.002 0 0 0 1 16c0 1.39.203 2.733.58 4h6.63zm-5.862 2h6.138c.314 1.86.771 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.036 14.036 0 0 1 2.347 22zM18.314 5.765c.481 1.203.881 2.636 1.171 4.235h-8.97c.29-1.6.69-3.032 1.17-4.235c.516-1.288 1.104-2.263 1.706-2.9c.598-.631 1.14-.863 1.604-.865h.008c.464 0 1.007.233 1.606.866c.602.636 1.19 1.611 1.705 2.899zM21.515 10h6.138a14.036 14.036 0 0 0-8.754-7.45c.479.714.903 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.344 4.978zM2.347 10h6.138c.314-1.86.771-3.547 1.344-4.978c.369-.922.793-1.758 1.272-2.472A14.036 14.036 0 0 0 2.347 10z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})