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.31 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Cube12Regular', 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: 'M4.026 4.843a.5.5 0 0 1 .632-.316L6 4.974l1.342-.447a.5.5 0 0 1 .316.948L6.5 5.861v1.14a.5.5 0 0 1-1 0V5.86l-1.158-.386a.5.5 0 0 1-.316-.632zm1.547-2.777a1.5 1.5 0 0 1 .854 0l2.858.85a1 1 0 0 1 .715.958v4.254a1 1 0 0 1-.715.958l-2.858.85a1.5 1.5 0 0 1-.854 0l-2.858-.85A1 1 0 0 1 2 8.128V3.866a.99.99 0 0 1 .708-.949l2.865-.85zm.57.959a.5.5 0 0 0-.285 0L3 3.874v4.254l2.858.849a.5.5 0 0 0 .284 0L9 8.127V3.875l-2.858-.85z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })