@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.37 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TvUsb48Regular',
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: 'M8.75 7A4.75 4.75 0 0 0 4 11.75v18.5A4.75 4.75 0 0 0 8.75 35H30.5v-2.5H8.75a2.25 2.25 0 0 1-2.25-2.25v-18.5A2.25 2.25 0 0 1 8.75 9.5h30.5a2.25 2.25 0 0 1 2.25 2.25v7.75H43a3.5 3.5 0 0 1 1 .145V11.75A4.75 4.75 0 0 0 39.25 7H8.75zm2.5 31.5h20.214l1.58 2.5H11.25a1.25 1.25 0 1 1 0-2.5zM35 23v5h-1a1 1 0 0 0-1 1v6.96a1 1 0 0 0 .154.535L36 41v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4l2.846-4.505A1 1 0 0 0 46 35.96V29a1 1 0 0 0-1-1h-1v-5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1zm2.5 1.5h4V28h-4v-3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})