@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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlobeVideo48Filled',
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: 'M23 41.067a2.997 2.997 0 0 0 3 3h10.133a3 3 0 0 0 3-3V40.2l3.551 2.3c.998.647 2.316-.07 2.316-1.259V27.76c0-1.122-1.172-1.823-2.143-1.356c-.058.028-.116.06-.172.097l-3.552 2.3V28a2.997 2.997 0 0 0-3-3H26a3 3 0 0 0-3 3v13.067zm-3.5 0V32.5h-3.218c.471 2.437 1.135 4.603 1.931 6.395c.412.926.848 1.725 1.29 2.398a6.553 6.553 0 0 1-.003-.226zM26 21.5h4.436a45.714 45.714 0 0 0-.253-3H15.817A47 47 0 0 0 15.5 24c0 2.098.134 4.111.38 6h3.62v-2a6.5 6.5 0 0 1 6.5-6.5zm14.845 2.022a4.97 4.97 0 0 1 2.118-.743a19.944 19.944 0 0 0-.729-4.279H32.7c.11.976.19 1.978.24 3h3.194c1.855 0 3.528.776 4.712 2.022zM17.887 43.34C12.125 41.821 7.38 37.795 4.89 32.5h8.847c.825 4.547 2.293 8.35 4.149 10.84zM3.916 30h9.444a49.404 49.404 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H3.767A20.012 20.012 0 0 0 3 24c0 2.09.32 4.106.916 6zm.748-14h8.987c.806-4.768 2.312-8.76 4.236-11.34C11.945 6.226 7.085 10.459 4.664 16zM23 4c-.567 0-1.296.248-2.169 1.08c-.886.842-1.798 2.18-2.617 4.025c-.851 1.914-1.55 4.254-2.026 6.895h13.624c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C24.296 4.25 23.567 4 23 4zm5.113.66C34.055 6.226 38.915 10.459 41.336 16h-8.987c-.806-4.768-2.312-8.76-4.236-11.34z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})