@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.07 kB
JavaScript
'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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Table32Filled',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M20 4h-8v6h8V4z" fill="currentColor"></path><path d="M20 12h-8v8h8v-8z" fill="currentColor"></path><path d="M22 20v-8h6v8h-6z" fill="currentColor"></path><path d="M20 22h-8v6h8v-6z" fill="currentColor"></path><path d="M22 28v-6h6v1a5 5 0 0 1-5 5h-1z" fill="currentColor"></path><path d="M22 10V4h1a5 5 0 0 1 5 5v1h-6z" fill="currentColor"></path><path d="M9 4h1v6H4V9a5 5 0 0 1 5-5z" fill="currentColor"></path><path d="M4 12h6v8H4v-8z" fill="currentColor"></path><path d="M4 22h6v6H9a5 5 0 0 1-5-5v-1z" fill="currentColor"></path></g>', 1)]))
}
})