@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.52 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: 'ResizeTable24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.25 2h5a.75.75 0 0 1 0 1.5h-5A1.75 1.75 0 0 0 3.5 5.25v2.963A3.754 3.754 0 0 0 2 9.2V5.25A3.25 3.25 0 0 1 5.25 2zm10.537 18.5a3.754 3.754 0 0 1-.988 1.5h3.951A3.25 3.25 0 0 0 22 18.75v-5a.75.75 0 0 0-1.5 0v5a1.75 1.75 0 0 1-1.75 1.75h-2.963zM21.25 11a.75.75 0 0 0 .75-.75v-5A3.25 3.25 0 0 0 18.75 2h-5a.75.75 0 0 0 0 1.5h5c.966 0 1.75.784 1.75 1.75v5c0 .414.336.75.75.75zM7 9h3v3.5H7V9zm0 5h3v3.5H7V14zm4.5 0v3.5H15V14h-3.5zM7 19h3v3H7v-3zm4.5 0v3h.75A2.75 2.75 0 0 0 15 19.25V19h-3.5zm0-10v3.5H15v-.75A2.75 2.75 0 0 0 12.25 9h-.75zm-6 0h-.75A2.75 2.75 0 0 0 2 11.75v.75h3.5V9zm0 5H2v3.5h3.5V14zm0 5H2v.25A2.75 2.75 0 0 0 4.75 22h.75v-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})