@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VideoBackgroundEffect24Filled',
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 16.938v2.121L5.059 20h-2.12l3.06-3.062zm16.002-2.503v2.122L18.56 20h-.566v-1.557l4.008-4.008zM8.75 14h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143V20H7v-4.25a1.75 1.75 0 0 1 1.606-1.744L8.75 14zm-.729-3.584c.06.579.243 1.12.523 1.6L2 18.56v-2.122l6.021-6.022zm13.98-.484v2.123l-4.007 4.01v-.315l-.004-.168a2.733 2.733 0 0 0-.387-1.247L22 9.932zM12.056 4L2 14.06v-2.121L9.936 4h2.12zm9.946 1.432v2.123l-5.667 5.67a2.732 2.732 0 0 0-.86-.216l-.23-.009h-.6c.342-.301.632-.66.855-1.062l6.502-6.506zM12 7a3 3 0 1 1 0 6a3 3 0 0 1 0-6zM7.559 4l-5.56 5.56V7.438L5.439 4h2.12zm13.497 0L15.91 9.149a3.98 3.98 0 0 0-.652-1.47L18.935 4h2.122zm-4.498 0l-2.543 2.544a3.975 3.975 0 0 0-1.6-.522L14.438 4h2.121z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})