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.64 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'TableDeleteRow16Regular', 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: 'M13 2.5A1.5 1.5 0 0 1 11.5 4H11V2.5a.5.5 0 0 0-1 0V4H6V2.5a.5.5 0 0 0-1 0V4h-.5A1.5 1.5 0 0 1 3 2.5a.5.5 0 0 0-1 0A2.5 2.5 0 0 0 4.5 5h7A2.5 2.5 0 0 0 14 2.5a.5.5 0 0 0-1 0zm1 11a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 2 13.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 4.5 12H5v1.5a.5.5 0 0 0 1 0V12h4v1.5a.5.5 0 0 0 1 0V12h.5a1.5 1.5 0 0 1 1.5 1.5a.5.5 0 0 0 1 0zM9.854 6.146a.5.5 0 0 1 0 .708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707L6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8L6.146 6.854a.5.5 0 1 1 .708-.708L8 7.293l1.146-1.147a.5.5 0 0 1 .708 0zM14.5 8a.5.5 0 0 1-.5.5h-3.382a1.48 1.48 0 0 0-.068-.071L10.121 8l.44-.44c.02-.019.039-.04.057-.06H14a.5.5 0 0 1 .5.5zm-9.05.428a1.51 1.51 0 0 0-.068.072H2a.5.5 0 0 1 0-1h3.382l.057.06l.44.44l-.428.428z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })