@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.27 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 20 20'
}
export default defineComponent({
name: 'WindowMultiple20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4.75 2A2.75 2.75 0 0 0 2 4.75v7.5A2.75 2.75 0 0 0 4.75 15h7.5A2.75 2.75 0 0 0 15 12.25v-7.5A2.75 2.75 0 0 0 12.25 2h-7.5zM3.5 6h10v6.25c0 .69-.56 1.25-1.25 1.25h-7.5c-.69 0-1.25-.56-1.25-1.25V6zm1.604 10a2.751 2.751 0 0 0 2.646 2h5.5A4.75 4.75 0 0 0 18 13.25v-5.5c0-1.259-.846-2.32-2-2.646V6.75c.304.228.5.591.5 1v5.5a3.25 3.25 0 0 1-3.25 3.25h-5.5c-.409 0-.772-.196-1-.5H5.104z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})