UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.71 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'TetrisApp48Regular', 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: 'M17.25 4A3.25 3.25 0 0 0 14 7.25v6a.75.75 0 0 1-.75.75h-6A3.25 3.25 0 0 0 4 17.25v6a3.25 3.25 0 0 0 3.25 3.25h16a3.25 3.25 0 0 0 3.25-3.25v-6a.75.75 0 0 1 .75-.75h6a3.25 3.25 0 0 0 3.25-3.25v-6A3.25 3.25 0 0 0 33.25 4h-16zm16 10H26.5V6.5h6.75a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75zM24 14h-7.5V7.25a.75.75 0 0 1 .75-.75H24V14zm-10 2.5V24H7.25a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 .75-.75H14zm2.5 0H24v6.75a.75.75 0 0 1-.75.75H16.5v-7.5zm18.25 5h6A3.25 3.25 0 0 1 44 24.75v16A3.25 3.25 0 0 1 40.75 44h-27.5A3.25 3.25 0 0 1 10 40.75v-6a3.25 3.25 0 0 1 3.25-3.25h17.5a.75.75 0 0 0 .75-.75v-6a3.25 3.25 0 0 1 3.25-3.25zm-3.25 20V34h-8v7.5h8zm10-7.5H34v7.5h6.75a.75.75 0 0 0 .75-.75V34zM34 31.5h7.5v-6.75a.75.75 0 0 0-.75-.75h-6a.75.75 0 0 0-.75.75v6.75zM21 34h-7.75a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75H21V34z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })