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.33 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Archive48Regular', 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: 'M37.75 8A2.25 2.25 0 0 1 40 10.25v5.5a2.25 2.25 0 0 1-2 2.236V35.75a4.25 4.25 0 0 1-4.044 4.245L33.75 40h-19.5a4.25 4.25 0 0 1-4.245-4.044L10 35.75V17.986a2.25 2.25 0 0 1-2-2.236v-5.5A2.25 2.25 0 0 1 10.25 8h27.5zM35.5 18h-23v17.75a1.75 1.75 0 0 0 1.607 1.744l.143.006h19.5a1.75 1.75 0 0 0 1.744-1.606l.006-.144V18zm-15.25 4.5h6.5a1.25 1.25 0 0 1 .128 2.494L26.75 25h-6.5a1.25 1.25 0 0 1-.128-2.494l.128-.006h6.5h-6.5zm17.25-12h-27v5h27v-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })