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.38 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 24 24' } export default defineComponent({ name: 'Tabs24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })