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.6 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: 'TableResizeRow28Regular', 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: 'M14.75 9.42v9.16l1.002-.89a.75.75 0 0 1 .996 1.12l-2.247 1.998a.748.748 0 0 1-.987.013l-.012-.01l-2.25-2a.75.75 0 1 1 .996-1.122l1.002.89V9.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.12l-1.002-.89zM6.75 3A3.75 3.75 0 0 0 3 6.75v14.5A3.75 3.75 0 0 0 6.75 25h14.5A3.75 3.75 0 0 0 25 21.25V6.75A3.75 3.75 0 0 0 21.25 3H6.75zm14.5 1.5a2.25 2.25 0 0 1 2.25 2.25v.75h-7.147l1.06.942c.181.161.32.352.419.558H23.5v10h-5.668a1.744 1.744 0 0 1-.42.558l-1.06.942H23.5v.75a2.25 2.25 0 0 1-2.25 2.25H6.75a2.25 2.25 0 0 1-2.25-2.25v-.75h7.147l-1.06-.942a1.745 1.745 0 0 1-.419-.558H4.5V9h5.668c.098-.206.238-.397.42-.558l1.06-.942H4.5v-.75A2.25 2.25 0 0 1 6.75 4.5h14.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })