@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 kB
JavaScript
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: 'Cube12Filled',
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.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 */
)
])
)
)
}
})