@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.06 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: 'GlobeVideo32Regular',
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: 'M1 16c0 7.016 5.16 12.826 11.893 13.843A4.484 4.484 0 0 1 12.5 28v-1.74a9.905 9.905 0 0 1-.835-1.487a16.073 16.073 0 0 1-.96-2.773H12.5v-2h-2.2a26.126 26.126 0 0 1-.3-4c0-1.407.107-2.752.3-4h9.4c.123.797.211 1.633.259 2.5h2.003a27.619 27.619 0 0 0-.24-2.5h4.595c.404 1.144.64 2.368.678 3.641c.091.082.18.167.264.256a3.43 3.43 0 0 1 1.73-.468C28.689 7.962 22.54 2 15 2C7.268 2 1 8.268 1 16zM15 4c1.032 0 2.283.948 3.335 3.227c.373.81.698 1.743.96 2.773h-8.59c.262-1.03.587-1.964.96-2.773C12.717 4.948 13.968 4 15 4zM9.85 6.389C9.36 7.449 8.953 8.667 8.648 10H4.605a12.041 12.041 0 0 1 6.134-5.222a12.09 12.09 0 0 0-.89 1.61zM8.278 12A28.297 28.297 0 0 0 8 16c0 1.386.097 2.73.279 4H3.683A11.98 11.98 0 0 1 3 16c0-1.402.24-2.749.683-4h4.596zm.37 10c.305 1.333.711 2.551 1.2 3.611c.263.57.56 1.112.89 1.61A12.042 12.042 0 0 1 4.605 22H8.65zM19.26 4.778A12.041 12.041 0 0 1 25.395 10H21.35c-.305-1.333-.711-2.551-1.2-3.611a12.09 12.09 0 0 0-.89-1.61zm-2.805 25.147A2 2 0 0 1 15 28v-9a2 2 0 0 1 2-2h7a2 2 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-7c-.189 0-.37-.026-.544-.075z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})