@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 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: 'Video360Off20Filled',
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: 'M2.854 2.146a.5.5 0 1 0-.708.708l1.185 1.184A1.7 1.7 0 0 0 2 5.698v8.604c0 1.046.937 1.844 1.97 1.677a37.935 37.935 0 0 1 11.17-.132l2.006 2.007a.5.5 0 0 0 .708-.708l-15-15zm11.14 12.556a39.087 39.087 0 0 0-.994-.09v-.905l.995.995zM12 12.707v1.84a38.842 38.842 0 0 0-4 0V12a1 1 0 0 1 1-1h1.293L12 12.707zm-8 2.255V13a1 1 0 0 1 1-1h2v2.612a38.917 38.917 0 0 0-3 .35zM5.5 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm8.621 1L6.46 4.338c3.188.3 6.404.194 9.572-.317A1.699 1.699 0 0 1 18 5.698v8.604c0 .442-.167.84-.438 1.139L16 13.879v-.88a1 1 0 0 0-1-1h-.879zm.379-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})