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.54 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 28 28' } export default defineComponent({ name: 'TableDeleteRow28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3 4a1 1 0 0 1 1-1h5.5v6H6.75A3.75 3.75 0 0 1 3 5.25V4zm14 5h-6V3h6v6zm4.25 0H18.5V3H24a1 1 0 0 1 1 1v1.25A3.75 3.75 0 0 1 21.25 9zM25 22.75A3.75 3.75 0 0 0 21.25 19H18.5v6H24a1 1 0 0 0 1-1v-1.25zM17 19h-6v6h6v-6zM6.75 19H9.5v6H4a1 1 0 0 1-1-1v-1.25A3.75 3.75 0 0 1 6.75 19zm-4-5.75h7.727l.072.076l.674.674l-.674.674l-.072.076H2.75a.75.75 0 0 1 0-1.5zm14.45.076c.026-.025.05-.05.073-.076h7.977a.75.75 0 0 1 0 1.5h-7.977a1.826 1.826 0 0 0-.072-.076L16.527 14l.674-.674zm-4.67-1.856a.75.75 0 1 0-1.06 1.06L12.94 14l-1.47 1.47a.75.75 0 1 0 1.06 1.06L14 15.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L15.06 14l1.47-1.47a.75.75 0 1 0-1.06-1.06L14 12.94l-1.47-1.47z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })