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.45 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: 'ArchiveMultiple24Regular', 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: 'M9.75 10.5a.75.75 0 0 0 0 1.5h3.477a.75.75 0 0 0 0-1.5H9.75zm-5-8.5A1.75 1.75 0 0 0 3 3.75v2.5c0 .698.409 1.3 1 1.582v7.918a3.75 3.75 0 0 0 3.75 3.75h7.5A3.75 3.75 0 0 0 19 15.75V7.832c.591-.281 1-.884 1-1.582v-2.5A1.75 1.75 0 0 0 18.25 2H4.75zm.75 13.75V8h12v7.75A2.25 2.25 0 0 1 15.25 18h-7.5a2.25 2.25 0 0 1-2.25-2.25zm-1-12a.25.25 0 0 1 .25-.25h13.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25v-2.5zm17 8c0-1.227-.589-2.316-1.5-3v7.5a4.25 4.25 0 0 1-4.25 4.25h-8.5c.684.91 1.773 1.5 3 1.5h5.5a5.75 5.75 0 0 0 5.75-5.75v-4.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })