@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
13 lines (12 loc) • 1.07 kB
JavaScript
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'Table32Filled',
render: function render(_ctx, _cache) {
return _openBlock(), _createElementBlock('svg', _hoisted_1, _cache[0] || (_cache[0] = [_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)]))
}
})