@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.34 kB
JavaScript
;
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 IconBagFilledLarge = {
name: 'IconBagFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bagFilledLarge', 'IconBagFilledLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm21.644 9.779 3.911-.018v-.008l1.409 16.528a2.603 2.603 0 0 1-.683 1.995 2.663 2.663 0 0 1-1.933.84H7.643a2.622 2.622 0 0 1-2.616-2.809L6.253 9.823l4.112-.018v-5.18l1.75-1.75h7.779l1.75 1.75v5.154Zm-1.759-5.154h-7.779v5.171l7.779-.026V4.625Zm-2.144 21.079-.157-1.75h5.696l.157 1.75h-5.696Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconBagFilledLarge;