@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.58 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 32 32'
}
export default defineComponent({
name: 'TetrisApp32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.5 2A2.5 2.5 0 0 0 9 4.5v4.015A.5.5 0 0 1 8.5 9h-4A2.5 2.5 0 0 0 2 11.5v4A2.5 2.5 0 0 0 4.5 18h11a2.5 2.5 0 0 0 2.5-2.5v-4a.5.5 0 0 1 .5-.5h4A2.5 2.5 0 0 0 25 8.5v-4A2.5 2.5 0 0 0 22.5 2h-11zm11 7H18V4h4.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zM16 9h-5V4.5a.5.5 0 0 1 .5-.5H16v5zm-7 2v5H4.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5H9zm2 0h5.05c-.033.162-.05.329-.05.5v4a.5.5 0 0 1-.5.5H11v-5zm12.5 3a2.5 2.5 0 0 0-2.5 2.5v4a.5.5 0 0 1-.496.5H9.5A2.5 2.5 0 0 0 7 23.5v4A2.5 2.5 0 0 0 9.5 30h18a2.5 2.5 0 0 0 2.5-2.5v-11a2.5 2.5 0 0 0-2.5-2.5h-4zM21 23v5h-5v-5h5zm7 0v4.5a.5.5 0 0 1-.5.5H23v-5h5zm-5-2v-4.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5V21h-5zm-9 2v5H9.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5H14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})