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.47 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CubeMultiple24Filled', 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-.036zm2.735.979a3.75 3.75 0 0 0-2.508 0L4.831 7.328A2 2 0 0 0 3.5 9.212v8.235a2 2 0 0 0 1.331 1.885l5.915 2.098a3.75 3.75 0 0 0 2.508 0l5.915-2.098a2 2 0 0 0 1.331-1.885V9.212a2 2 0 0 0-1.331-1.884l-5.915-2.1zM6.449 10.11a.75.75 0 0 1 .958-.456L12 11.285l4.593-1.63a.75.75 0 0 1 .502 1.414l-4.345 1.542v4.72a.75.75 0 0 1-1.5 0v-4.72l-4.345-1.542a.75.75 0 0 1-.456-.958z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })