@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CubeMultiple24Regular',
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: 'M10.519 4.25a4.5 4.5 0 0 1 3.07.037l5.914 2.1c.376.132.712.335.997.59v-.415a2 2 0 0 0-1.331-1.885l-5.162-1.832a6 6 0 0 0-4.013 0L4.83 4.677A2 2 0 0 0 3.5 6.562v.415c.285-.255.621-.458.997-.59l5.915-2.1l.107-.036zm-4.07 5.861a.75.75 0 0 1 .958-.456L12 11.285l4.593-1.63a.75.75 0 0 1 .502 1.414L12.75 12.61v4.72a.75.75 0 0 1-1.5 0v-4.72L6.905 11.07a.75.75 0 0 1-.456-.958zm4.297-4.881a3.75 3.75 0 0 1 2.508 0l5.915 2.098A2 2 0 0 1 20.5 9.213v8.235a2 2 0 0 1-1.331 1.884l-5.915 2.1a3.75 3.75 0 0 1-2.508 0l-5.915-2.1A2 2 0 0 1 3.5 17.448V9.213a2 2 0 0 1 1.331-1.885l5.915-2.098zm2.006 1.413a2.25 2.25 0 0 0-1.504 0L5.333 8.742A.5.5 0 0 0 5 9.213v8.235a.5.5 0 0 0 .333.47l5.915 2.1a2.25 2.25 0 0 0 1.504 0l5.915-2.1a.5.5 0 0 0 .333-.47V9.213a.5.5 0 0 0-.333-.471l-5.915-2.099z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})