@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.07 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: 'GlobeVideo48Regular',
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: 'M3 24C3 12.954 11.954 4 23 4c10.636 0 19.332 8.302 19.963 18.779a4.97 4.97 0 0 0-2.118.743a6.549 6.549 0 0 0-.364-.354a17.44 17.44 0 0 0-.863-4.668h-7c.138.972.24 1.974.305 3h-2.506a35.182 35.182 0 0 0-.327-3H15.91a36.32 36.32 0 0 0-.41 5.5c0 2.12.175 4.137.49 6h3.51v2.5h-2.98c.437 1.702.997 3.228 1.645 4.524c.437.875.887 1.597 1.335 2.188v1.855c0 .972.214 1.895.597 2.724C10.427 42.385 3 34.06 3 24zM23 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024h13.208c-.453-1.905-1.058-3.602-1.769-5.024C26.158 7.622 24.305 6.5 23 6.5zm5.588.911c1.565 2.114 2.816 5.09 3.58 8.589h6.4a17.554 17.554 0 0 0-9.98-8.589zM17.412 40.589c-1.49-2.012-2.695-4.807-3.466-8.089H7.698a17.553 17.553 0 0 0 9.713 8.089zM13.458 30A38.791 38.791 0 0 1 13 24c0-1.907.133-3.753.383-5.5H6.382A17.483 17.483 0 0 0 5.5 24c0 2.108.373 4.129 1.056 6h6.902zm.374-14c.764-3.499 2.015-6.475 3.58-8.589A17.554 17.554 0 0 0 7.432 16h6.4zm11.18 27.9A3.004 3.004 0 0 1 23 41.067V28a3 3 0 0 1 3-3h10.133a3 3 0 0 1 3 3v.8l3.551-2.3c.057-.037.115-.07.173-.097c.97-.467 2.143.234 2.143 1.356V41.24c0 1.19-1.318 1.906-2.316 1.26l-3.55-2.301v.867a3 3 0 0 1-3 3H26c-.346 0-.679-.059-.988-.167z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})