@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlobeVideo20Regular',
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: 'M7 17.419A8.003 8.003 0 0 1 10 2a8 8 0 0 1 7.986 7.523c-.108.04-.215.095-.318.163l-.67.446C17 10.088 17 10.044 17 10c0-.88-.163-1.724-.46-2.5h-2.733c.077.482.132.984.163 1.5h-1.002a14.331 14.331 0 0 0-.174-1.5H7.206A14.87 14.87 0 0 0 7 10c0 .365.013.723.037 1.072c-.024.139-.037.282-.037.428v3.856a10.72 10.72 0 0 1-.61-1.856H3.935A7.03 7.03 0 0 0 7 16.326v1.093zm5.022-12.51C11.407 3.59 10.657 3 10 3c-.657 0-1.407.59-2.022 1.908A9.251 9.251 0 0 0 7.42 6.5h5.162a9.246 9.246 0 0 0-.56-1.592zM6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.022 7.022 0 0 0 3.936 6.5H6.39zM6 10c0-.87.067-1.712.193-2.5H3.46A6.984 6.984 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A15.969 15.969 0 0 1 6 10zm10.064-3.5a7.021 7.021 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015h2.453zM9.5 10A1.5 1.5 0 0 0 8 11.5v6A1.5 1.5 0 0 0 9.5 19h5a1.5 1.5 0 0 0 1.5-1.5V17l2.223 1.482a.5.5 0 0 0 .777-.416v-7.132a.5.5 0 0 0-.777-.416L16 12v-.5a1.5 1.5 0 0 0-1.5-1.5h-5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})