@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.76 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: 'VideoBackgroundEffect20Regular',
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: 'M6.207 4L2 8.207V6.793L4.793 4h1.414zM3.5 16H5v-1.707l-1.695 1.695c.064.008.13.012.195.012zm11.707 0H15v-1.207l3-3v1.414L15.207 16zM18 9.707l-3.098 3.098a2.492 2.492 0 0 0-.494-.92L18 8.293v1.414zM12.5 12a1.498 1.498 0 0 1 1.5 1.5V16h-1v-2.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V16H6v-2.5A1.501 1.501 0 0 1 7.5 12h5zm-2.778-1.015A2.51 2.51 0 0 1 7.707 9.5a2.491 2.491 0 0 1-.198-1.216a2.5 2.5 0 1 1 2.213 2.7zM10 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm-7.88 5.088l4.844-4.845a3.478 3.478 0 0 1-.39-1.024L2 13.793v.707c0 .209.043.407.12.588zm9.623-9.624a3.478 3.478 0 0 0-1.024-.39L11.793 4h1.414l-1.464 1.464zm1.576 1.924a3.487 3.487 0 0 0-.48-.935L15.294 4H16.5c.066 0 .13.004.195.013l-3.376 3.375zM12.45 11c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873 4.872c-.2-.051-.411-.079-.628-.079h-.05zM2 11.707L9.707 4H8.293L2 10.293v1.414z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})