@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Tabs24Filled',
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: 'M18.75 7.999a3.25 3.25 0 0 1 3.245 3.065l.005.185v7.5a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-7.5a3.25 3.25 0 0 1-3.245-3.066L8 18.75v-7.5a3.25 3.25 0 0 1 3.066-3.245l.184-.005h7.5zM15.75 5c1.351 0 2.51.825 3 1.998h-7.5A4.25 4.25 0 0 0 7 11.249v7.503a3.252 3.252 0 0 1-1.995-2.817L5 15.75v-7.5a3.25 3.25 0 0 1 3.066-3.245L8.25 5h7.5zm-3-3c1.3 0 2.421.763 2.941 1.866L15.75 4h-7.5l-.212.006A4.256 4.256 0 0 0 4 8.25v7.5a3.252 3.252 0 0 1-1.995-2.816L2 12.75v-7.5a3.25 3.25 0 0 1 3.066-3.245L5.25 2h7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})