@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'WindowMultiple20Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.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 */
)
])
)
)
}
})