@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.85 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 IconPrepareBagLarge = {
name: 'IconPrepareBagLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--prepareBagLarge', 'IconPrepareBagLarge');
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: {
d: 'M28.066 18.906a4.413 4.413 0 0 0-2.737-.854l-1.115-8.47a3.09 3.09 0 0 0 1.647-2.72 3.11 3.11 0 0 0-3.103-3.102H9.198a3.11 3.11 0 0 0-3.102 3.103c0 1.22.723 2.283 1.76 2.78L6.226 21.12l-.078.052H2.933v1.743h2.614v4.357H2.933v1.743h16.75a4.347 4.347 0 0 0 3.24-1.446l6.668-7.399-1.517-1.264h-.009ZM7.838 6.863c0-.75.61-1.36 1.36-1.36h13.56c.749 0 1.359.61 1.359 1.36 0 .75-.61 1.36-1.36 1.36H9.198c-.749 0-1.36-.61-1.36-1.36Zm1.734 3.102h12.924l1.124 8.488c-.392.175-.758.401-1.098.697L19.996 21.4a2.61 2.61 0 0 1-1.717.645h-.54a4.344 4.344 0 0 0 .871-2.615v-1.743h-5.098c-1.377 0-2.701.401-3.852 1.16l-1.49.984 1.403-9.874v.01ZM21.625 26.41a2.621 2.621 0 0 1-1.943.862H7.29v-4.758l3.338-2.213a5.24 5.24 0 0 1 2.884-.872h3.355a2.622 2.622 0 0 1-2.614 2.615h-.776l-.871 1.742h5.664a4.359 4.359 0 0 0 2.867-1.08l2.528-2.248c.958-.837 2.344-.89 3.32-.183l.087.07-5.455 6.056.008.009Z',
},
})]);
},
};
exports.default = IconPrepareBagLarge;