@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.09 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'BoardSplit24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.25 3A3.25 3.25 0 0 0 3 6.25V11h11V3H6.25zM3 17.75V12.5h11V21H6.25A3.25 3.25 0 0 1 3 17.75zM15.5 16v5h2.25A3.25 3.25 0 0 0 21 17.75V16h-5.5zm5.5-1.5v-5h-5.5v5H21zM21 8h-5.5V3h2.25A3.25 3.25 0 0 1 21 6.25V8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})