@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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TableDeleteColumn16Filled',
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: 'M8 1.5a.5.5 0 0 1 .5.5v3.382a1.508 1.508 0 0 0-.071.068L8 5.879l-.44-.44c-.019-.02-.04-.038-.06-.057V2a.5.5 0 0 1 .5-.5zm.428 9.05c.023.023.047.046.072.068V14a.5.5 0 0 1-1 0v-3.382a1.52 1.52 0 0 0 .06-.057l.44-.44l.428.428zM2.5 14a.5.5 0 0 1-.5-.5V11h3v.5A2.5 2.5 0 0 1 2.5 14zM5 6v4H2V6h3zm0-1v-.5A2.5 2.5 0 0 0 2.5 2a.5.5 0 0 0-.5.5V5h3zm8.5-3A2.5 2.5 0 0 0 11 4.5V5h3V2.5a.5.5 0 0 0-.5-.5zM11 6h3v4h-3V6zm3 5h-3v.5a2.5 2.5 0 0 0 2.5 2.5a.5.5 0 0 0 .5-.5V11zM6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.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 0 1 0-.708z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})