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.27 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 48 48' } export default defineComponent({ name: 'PuzzleCube48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.002 17v18.75a6.25 6.25 0 0 0 6.25 6.25h23.5a6.25 6.25 0 0 0 6.25-6.25v-23.5A6.25 6.25 0 0 0 35.752 6H17v2.5h.002V17h-11zm2.5 11.5v-9h8.5v9h-8.5zm0 7.25V31h8.5v8.5h-4.75a3.75 3.75 0 0 1-3.75-3.75zm20 3.75h-9V31h9v8.5zm7.25 0h-4.75V31h8.5v4.75a3.75 3.75 0 0 1-3.75 3.75zm3.75-20v9h-8.5v-9h8.5zm0-7.25V17h-8.5V8.5h4.75a3.75 3.75 0 0 1 3.75 3.75zm-20-3.75h9V17h-9V8.5zm9 11v9h-9v-9h9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })