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.31 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: 'DocumentTable24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.5 13.25a.25.25 0 0 1 .25-.25H10v1.5H8.5v-1.25zm0 2.75H10v1.5H8.75a.25.25 0 0 1-.25-.25V16zm7 1.25V16h-4v1.5h3.75a.25.25 0 0 0 .25-.25zm-4-4.25v1.5h4v-1.25a.25.25 0 0 0-.25-.25H11.5zm.5-5V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2zm-3.25 3.5h6.5c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 15.25 19h-6.5A1.75 1.75 0 0 1 7 17.25v-4c0-.966.784-1.75 1.75-1.75zM13.5 8V2.5l6 6H14a.5.5 0 0 1-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })