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.46 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: 'TableMoveAbove28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3 3.75A.75.75 0 0 1 3.75 3h20.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 3.75zm7.442 6.163c.161.18.352.32.558.419V17h6v-6.668a1.746 1.746 0 0 0 .832-.832H24a1 1 0 0 1 1 1v10.75A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V10.5a1 1 0 0 1 1-1h6.168c.07.146.161.285.274.413zM9.5 11h-5v6h5v-6zm0 7.5h-5v2.75a2.25 2.25 0 0 0 2.25 2.25H9.5v-5zm1.5 5h6v-5h-6v5zm10.25 0a2.25 2.25 0 0 0 2.25-2.25V18.5h-5v5h2.75zM23.5 17v-6h-5v6h5zm-7.748-7.69l-1.002-.89V12a.75.75 0 1 1-1.5 0V8.42l-1.002.89a.75.75 0 0 1-.996-1.12l2.25-2a.75.75 0 0 1 .996 0l2.25 2a.75.75 0 0 1-.996 1.12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })