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.47 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: 'TableDeleteRow16Filled', 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: 'M2 2h3v3h-.5A2.5 2.5 0 0 1 2 2.5V2zm8 3H6V2h4v3zm1 0h.5A2.5 2.5 0 0 0 14 2.5V2h-3v3zm3 8.5a2.5 2.5 0 0 0-2.5-2.5H11v3h3v-.5zM10 11v3H6v-3h4zm-5 3v-3h-.5A2.5 2.5 0 0 0 2 13.5v.5h3zm4.854-7.854a.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 */ ) ]) ) ) } })