@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 kB
JavaScript
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: 'TableDeleteRow28Filled',
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: 'M3 4a1 1 0 0 1 1-1h5.5v6H6.75A3.75 3.75 0 0 1 3 5.25V4zm14 5h-6V3h6v6zm4.25 0H18.5V3H24a1 1 0 0 1 1 1v1.25A3.75 3.75 0 0 1 21.25 9zM25 22.75A3.75 3.75 0 0 0 21.25 19H18.5v6H24a1 1 0 0 0 1-1v-1.25zM17 19h-6v6h6v-6zM6.75 19H9.5v6H4a1 1 0 0 1-1-1v-1.25A3.75 3.75 0 0 1 6.75 19zm-4-5.75h7.727l.072.076l.674.674l-.674.674l-.072.076H2.75a.75.75 0 0 1 0-1.5zm14.45.076c.026-.025.05-.05.073-.076h7.977a.75.75 0 0 1 0 1.5h-7.977a1.826 1.826 0 0 0-.072-.076L16.527 14l.674-.674zm-4.67-1.856a.75.75 0 1 0-1.06 1.06L12.94 14l-1.47 1.47a.75.75 0 1 0 1.06 1.06L14 15.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L15.06 14l1.47-1.47a.75.75 0 1 0-1.06-1.06L14 12.94l-1.47-1.47z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})