UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.48 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'TableMoveBelow28Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M25 24.25a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1 0-1.5h20.5a.75.75 0 0 1 .75.75zm-7.442-6.163a1.745 1.745 0 0 0-.558-.419V11h-6v6.668a1.746 1.746 0 0 0-.832.832H4a1 1 0 0 1-1-1V6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75V17.5a1 1 0 0 1-1 1h-6.168a1.753 1.753 0 0 0-.274-.413zM18.5 17h5v-6h-5v6zm0-7.5h5V6.75a2.25 2.25 0 0 0-2.25-2.25H18.5v5zm-1.5-5h-6v5h6v-5zm-10.25 0A2.25 2.25 0 0 0 4.5 6.75V9.5h5v-5H6.75zM4.5 11v6h5v-6h-5zm7.748 7.69l1.002.89V16a.75.75 0 0 1 1.5 0v3.58l1.002-.89a.75.75 0 0 1 .996 1.12l-2.25 2a.75.75 0 0 1-.996 0l-2.25-2a.75.75 0 1 1 .996-1.12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })