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.09 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Video32Filled', 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: 'M20.5 10A4.5 4.5 0 0 0 16 5.5H6.5A4.5 4.5 0 0 0 2 10v12a4.5 4.5 0 0 0 4.5 4.5H16a4.5 4.5 0 0 0 4.5-4.5V10zm1.5 9.8l5.013 3.76c1.23.923 2.987.045 2.987-1.493V9.934c0-1.539-1.756-2.417-2.987-1.494L22 12.2v7.6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })