@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TableAdd20Filled',
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 7h4V5.5A2.5 2.5 0 0 0 14.5 3H13v4zm-6 5V8H3v4h4zm2.6 0A5.523 5.523 0 0 1 12 9.6V8H8v4h1.6zm4.9-3c.9 0 1.75.216 2.5.6V8h-4v1.207c.477-.135.98-.207 1.5-.207zM9 14.5c0-.52.072-1.023.207-1.5H8v4h1.6c-.384-.75-.6-1.6-.6-2.5zM7 13H3v1.5A2.5 2.5 0 0 0 5.5 17H7v-4zm5-6V3H8v4h4zM7 3v4H3V5.5A2.5 2.5 0 0 1 5.5 3H7zm12 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4-2a.5.5 0 0 0-1 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})