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.67 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: 'BoxMultiple24Filled', 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: 'M16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.75 4.75 0 0 1 2.397.235l4.306 1.592a2.75 2.75 0 0 1 1.797 2.58v5.67c0 .322-.056.634-.16.926l4.017-1.484a1.75 1.75 0 0 0 1.143-1.642V5.563a1.75 1.75 0 0 0-1.143-1.641L16.3 2.33zm-4.53 4.878a.75.75 0 1 1 .49-1.418l2.658.92a.25.25 0 0 0 .163 0l2.65-.92a.75.75 0 1 1 .492 1.418l-2.65.919a1.75 1.75 0 0 1-1.145 0l-2.659-.919zM7.7 9.53a3.75 3.75 0 0 1 2.6 0l4.307 1.592a1.75 1.75 0 0 1 1.143 1.641v5.67a1.75 1.75 0 0 1-1.143 1.642L10.3 21.666a3.75 3.75 0 0 1-2.6 0l-4.307-1.592a1.75 1.75 0 0 1-1.143-1.642v-5.67a1.75 1.75 0 0 1 1.143-1.641L7.7 9.529zm-2.395 4.184a.75.75 0 0 0 .464.954l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l2.474-.857a.75.75 0 0 0-.491-1.417L9 14.197l-2.74-.948a.75.75 0 0 0-.955.464z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })