@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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: 'TableDeleteColumn28Filled',
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.25 25.25v-7.727c.026-.023.051-.047.076-.072l.674-.674l.674.674c.025.025.05.049.076.072v7.727a.75.75 0 0 1-1.5 0zm.076-14.45a1.826 1.826 0 0 0-.076-.073V2.75a.75.75 0 0 1 1.5 0v7.977a1.826 1.826 0 0 0-.076.072l-.674.674l-.674-.674zm-1.856 4.67a.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.47a.75.75 0 1 0-1.06 1.06L12.94 14l-1.47 1.47zM4 25a1 1 0 0 1-1-1v-5.5h6v2.75A3.75 3.75 0 0 1 5.25 25H4zm5-14v6H3v-6h6zm0-4.25V9.5H3V4a1 1 0 0 1 1-1h1.25A3.75 3.75 0 0 1 9 6.75zM22.75 3A3.75 3.75 0 0 0 19 6.75V9.5h6V4a1 1 0 0 0-1-1h-1.25zM25 11h-6v6h6v-6zm-6 10.25V18.5h6V24a1 1 0 0 1-1 1h-1.25A3.75 3.75 0 0 1 19 21.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})