@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TetrisApp28Regular',
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: 'M10.25 2A2.25 2.25 0 0 0 8 4.25v3a.75.75 0 0 1-.75.75h-3A2.25 2.25 0 0 0 2 10.25v3a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-3a.75.75 0 0 1 .75-.75h3a2.25 2.25 0 0 0 2.25-2.25v-3A2.25 2.25 0 0 0 19.25 2h-9zm9 6H15.5V3.5h3.75a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75zM14 8H9.5V4.25a.75.75 0 0 1 .75-.75H14V8zM8 9.5V14H4.25a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 .75-.75H8zm1.5 0H14v3.75a.75.75 0 0 1-.75.75H9.5V9.5zm11.25 3h3A2.25 2.25 0 0 1 26 14.75v9A2.25 2.25 0 0 1 23.75 26h-16a2.25 2.25 0 0 1-2.25-2.25v-3a2.25 2.25 0 0 1 2.25-2.25h10a.75.75 0 0 0 .75-.75v-3a2.25 2.25 0 0 1 2.25-2.25zm-2.25 12V20h-5v4.5h5zm6-4.5H20v4.5h3.75a.75.75 0 0 0 .75-.75V20zM20 18.5h4.5v-3.75a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75v3.75zM12 20H7.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75H12V20z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})