@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.17 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 16 16'
}
export default defineComponent({
name: 'TableCellsSplit16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5v-7zM3.085 4H7V3H4.5a1.5 1.5 0 0 0-1.415 1zM8 3v1h4.915A1.5 1.5 0 0 0 11.5 3H8zm5 2H3v6h10V5zm-.085 7H8v1h3.5a1.5 1.5 0 0 0 1.415-1zM7 13v-1H3.085A1.5 1.5 0 0 0 4.5 13H7zm0-3V6h1v4H7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})