UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.29 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } export default defineComponent({ name: 'Video28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5.25 5.5A3.25 3.25 0 0 0 2 8.75v10.5a3.25 3.25 0 0 0 3.25 3.25h10.502a3.25 3.25 0 0 0 3.25-3.25v-1.58l4.541 3.112a1.25 1.25 0 0 0 1.957-1.03V8.247a1.25 1.25 0 0 0-1.956-1.03l-4.542 3.11V8.75a3.25 3.25 0 0 0-3.25-3.25H5.25zm13.752 10.352v-3.707L24 8.723v10.554l-4.998-3.425zm-1.5-7.102v10.5a1.75 1.75 0 0 1-1.75 1.75H5.25a1.75 1.75 0 0 1-1.75-1.75V8.75C3.5 7.784 4.284 7 5.25 7h10.502c.967 0 1.75.784 1.75 1.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })