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.43 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'TvUsb28Regular', 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: 'M5.25 4A3.25 3.25 0 0 0 2 7.25v10.5A3.25 3.25 0 0 0 5.25 21h12.264a2.486 2.486 0 0 1-.014-.262V19.5H5.25a1.75 1.75 0 0 1-1.75-1.75V7.25c0-.966.784-1.75 1.75-1.75h17.497c.966 0 1.75.784 1.75 1.75v3.25H25c.354 0 .691.074.997.207V7.25A3.25 3.25 0 0 0 22.747 4H5.25zm1.496 19h11.658L19 24.06v.44H6.746a.75.75 0 0 1 0-1.5zm13.754.667V26a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2.333l1.372-2.439a1 1 0 0 0 .128-.49v-4.167a1 1 0 0 0-1-1V13a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v2.571a1 1 0 0 0-1 1v4.167a1 1 0 0 0 .128.49l1.372 2.439zm1-10.167h3v2.071h-3V13.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })