@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.38 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconArchive = {
name: 'IconArchive',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--archive', 'IconArchive');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M13.145 1.936H2.601a.762.762 0 0 0-.76.761v2.03c0 .42.34.762.76.762h.14v6.833c0 .928.753 1.68 1.68 1.68h6.913a1.68 1.68 0 0 0 1.68-1.68V5.49h.14c.42 0 .761-.341.761-.761v-2.04a.762.762 0 0 0-.761-.76l-.009.008ZM3.153 3.25h9.44v.927h-9.44V3.25Zm8.548 9.073a.37.37 0 0 1-.367.368H4.413a.37.37 0 0 1-.368-.367V5.489h7.648v6.833h.008Z',
},
}), h('path', {
attrs: {
d: 'M9.75 6.801h-3.5v1.313h3.5V6.8Z',
},
})]);
},
};
exports.default = IconArchive;