UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.31 kB
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 28 28' } export default defineComponent({ name: 'TetrisApp28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9 3.25C9 2.56 9.56 2 10.25 2H15v6H9V3.25zM3.25 9C2.56 9 2 9.56 2 10.25v3.5c0 .69.56 1.25 1.25 1.25H8V9H3.25zM15 9H9v6h4.75c.69 0 1.25-.56 1.25-1.25V9zm5.75-7H16v6h4.75C21.44 8 22 7.44 22 6.75v-3.5C22 2.56 21.44 2 20.75 2zM5 20.256C5 19.562 5.562 19 6.256 19H11v6H6.256A1.256 1.256 0 0 1 5 23.744v-3.488zM18 25v-6h-6v6h6zm7-6v4.75c0 .69-.56 1.25-1.25 1.25H19v-6h6zm-4.5-7a1.5 1.5 0 0 0-1.5 1.5V18h6v-4.5a1.5 1.5 0 0 0-1.5-1.5h-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })