UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.64 kB
'use strict' 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: 'VideoBackgroundEffect20Filled', 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.414zm7 0l-1.464 1.464a3.478 3.478 0 0 0-1.024-.39L11.793 4h1.414zM12.12 7.173A2.492 2.492 0 0 0 9.783 6.01a2.5 2.5 0 1 0 2.336 1.164zm.72-.72c.205.283.368.597.48.935l3.376-3.375A1.517 1.517 0 0 0 16.5 4h-1.207L12.84 6.453zM7.5 12A1.501 1.501 0 0 0 6 13.5V16h8v-2.5a1.498 1.498 0 0 0-1.5-1.5h-5zm5-1c.217 0 .427.028.628.08L18 6.206V5.5c0-.209-.043-.407-.12-.588l-4.5 4.501A3.497 3.497 0 0 1 12.45 11h.05zm1.908.885c.225.265.395.577.494.92L18 9.707V8.293l-3.592 3.592zM15 16v-1.207l3-3v1.414L15.207 16H15zm-10-.293v-1.414l-1.695 1.695c.064.008.13.012.195.012h1.207L5 15.707zM6.574 9.22c.076.365.21.71.39 1.024L2.12 15.088A1.495 1.495 0 0 1 2 14.5v-.707l4.574-4.574zM9.707 4L2 11.707v-1.414L8.293 4h1.414z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })