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.58 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: 'TableResizeRow24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M21 17.75A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75v-.25h6.647l1.19 1.058a1.75 1.75 0 0 0 2.326 0l1.19-1.058H21v.25zM8.442 14.087a1.75 1.75 0 0 1 1.808-.514v-3.146A1.75 1.75 0 0 1 8.168 8H3v8h5.168a1.75 1.75 0 0 1 .274-1.913zm5.308-3.66v3.146A1.75 1.75 0 0 1 15.832 16H21V8h-5.168a1.75 1.75 0 0 1-2.082 2.428zm.603-3.927H21v-.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v.25h6.647l1.19-1.058a1.75 1.75 0 0 1 2.326 0l1.19 1.058zm-1.603 9.08V8.42l1.002.89a.75.75 0 0 0 .996-1.12l-2.25-2a.75.75 0 0 0-.996 0l-2.25 2a.75.75 0 1 0 .996 1.12l1.002-.89v7.16l-1.002-.89a.75.75 0 1 0-.996 1.12l2.25 2l.012.011a.747.747 0 0 0 .987-.013l2.247-1.997a.75.75 0 0 0-.996-1.121l-1.002.89z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })