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.2 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 12 12' } export default defineComponent({ name: 'Cube12Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.427 2.066a1.5 1.5 0 0 0-.854 0l-2.858.85A1 1 0 0 0 2 3.873v4.254a1 1 0 0 0 .715.958l2.858.85a1.5 1.5 0 0 0 .854 0l2.858-.85A1 1 0 0 0 10 8.128V3.874a1 1 0 0 0-.715-.959l-2.858-.849zM4.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-.632z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })