@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TetrisApp32Filled',
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: 'M11.5 4.75a.75.75 0 0 1 .75-.75h5.25v6h-6V4.75zM4.75 11.5a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75H10v-6H4.75zm12.75 0h-6v6h5.25a.75.75 0 0 0 .75-.75V11.5zM24.25 4H19v6h5.25a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75zM7 23.125C7 22.504 7.504 22 8.125 22H13v6H8.125A1.125 1.125 0 0 1 7 26.875v-3.75zM20.5 28v-6h-6v6h6zm1.5-6h4.875c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125H22v-6zm1.125-7.5c-.621 0-1.125.504-1.125 1.125V20.5h6v-4.875c0-.621-.504-1.125-1.125-1.125h-3.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})