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.6 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: 'TableDeleteColumn24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M22 3.75V8h-5V6.25A3.25 3.25 0 0 1 20.25 3h1a.75.75 0 0 1 .75.75zm0 5.75v5h-5v-5h5zM21.25 21a.75.75 0 0 0 .75-.75V16h-5v1.75A3.25 3.25 0 0 0 20.25 21h1zM2 20.25c0 .414.336.75.75.75h1A3.25 3.25 0 0 0 7 17.75V16H2v4.25zM2 9.5v5h5v-5H2zm0-5.75V8h5V6.25A3.25 3.25 0 0 0 3.75 3h-1a.75.75 0 0 0-.75.75zm9.25 11.773v5.727a.75.75 0 0 0 1.5 0v-5.727a1.826 1.826 0 0 1-.076-.072L12 14.777l-.674.674l-.076.072zm0-6.796c.026.023.051.047.076.072l.674.674l.674-.674c.025-.025.05-.049.076-.072V2.75a.75.75 0 0 0-1.5 0v5.977zM9.47 14.53a.75.75 0 0 1 0-1.06L10.94 12l-1.47-1.47a.75.75 0 1 1 1.06-1.06L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 0 1-1.06 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })