@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Archive28Regular',
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: 'M22.25 3c.966 0 1.75.784 1.75 1.75v3.5c0 .698-.408 1.3-1 1.581V21.25a3.75 3.75 0 0 1-3.55 3.745l-.2.005H8.75a3.75 3.75 0 0 1-3.745-3.55L5 21.25V9.832A1.75 1.75 0 0 1 4 8.25v-3.5C4 3.784 4.784 3 5.75 3h16.5zm-.75 6.999h-15V21.25a2.25 2.25 0 0 0 2.096 2.245l.154.005h10.5a2.25 2.25 0 0 0 2.245-2.096l.005-.154V9.999zM11.75 13.5h4.5a.75.75 0 0 1 .102 1.493L16.25 15h-4.5a.75.75 0 0 1-.102-1.493l.102-.007h4.5h-4.5zm10.5-9H5.75a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})