@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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: 'TetrisApp20Regular',
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: 'M7.25 2C6.56 2 6 2.56 6 3.25v2.5a.25.25 0 0 1-.25.25h-2.5C2.56 6 2 6.56 2 7.25v2.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25v-2.5a.25.25 0 0 1 .25-.25h2.5C14.44 7 15 6.44 15 5.75v-2.5C15 2.56 14.44 2 13.75 2h-6.5zm6.5 4H11V3h2.75a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25zm-3.725 1c-.016.08-.025.164-.025.25v2.5a.25.25 0 0 1-.25.25H7V7h3.025zM6 7v3H3.25A.25.25 0 0 1 3 9.75v-2.5A.25.25 0 0 1 3.25 7H6zm.975-1c.016-.08.025-.164.025-.25v-2.5A.25.25 0 0 1 7.25 3H10v3H6.975zm7.275 3c-.69 0-1.25.56-1.25 1.25v2.5a.25.25 0 0 1-.25.25h-6.5C5.56 13 5 13.56 5 14.25v2.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5C18 9.56 17.44 9 16.75 9h-2.5zm-.275 4c.016-.08.025-.164.025-.25v-2.5a.25.25 0 0 1 .25-.25h2.5a.25.25 0 0 1 .25.25V13h-3.025zM14 14h3v2.75a.25.25 0 0 1-.25.25H14v-3zm-1 0v3h-3v-3h3zm-4 0v3H6.25a.25.25 0 0 1-.25-.25v-2.5a.25.25 0 0 1 .25-.25H9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})