@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.38 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: 'Video36020Filled',
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.97 4.02A1.699 1.699 0 0 0 2 5.697v8.605c0 1.046.937 1.844 1.97 1.677a37.86 37.86 0 0 1 12.061 0A1.7 1.7 0 0 0 18 14.302V5.697a1.699 1.699 0 0 0-1.97-1.677a37.863 37.863 0 0 1-12.062 0zM16 14.962a38.82 38.82 0 0 0-3-.35v-2.613h2a1 1 0 0 1 1 1v1.963zm-4-.415a38.842 38.842 0 0 0-4 0V12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2.548zm-5 .065a38.819 38.819 0 0 0-3 .35v-1.963a1 1 0 0 1 1-1h2v2.613zM10 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm-3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm9 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})