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.28 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: 'PuzzleCube48Regular', 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: '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 */ ) ]) ) ) } })