@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.21 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 IconGrocery = {
name: 'IconGrocery',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--grocery', 'IconGrocery');
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: 'M14.563 7.536H12.89l.63-2.905-1.137-1.863.122-.56-1.452-.315-.14.63-1.785 1.155L8.83 5.06c-.052 0-.113-.009-.166-.017-.061-.823-.577-1.532-1.304-1.76a1.81 1.81 0 0 0-1.592.263c-.131.097-.245.21-.341.342-.307-.21-.64-.333-.989-.333a1.465 1.465 0 0 0-1.138.481c-.595.665-.525 1.304-.437 1.62.035.13.096.253.157.367a.236.236 0 0 0-.07.06 1.529 1.529 0 0 0-.507 1.453H1.263V8.85h.595l.91 3.754A1.983 1.983 0 0 0 4.7 14.125h6.44c.928 0 1.724-.63 1.934-1.522l.91-3.754h.569V7.536h.009ZM8.429 6.338c.831 0 1.522.507 1.75 1.198h-3.5c.227-.69.919-1.198 1.75-1.198ZM10.3 4.483l1.147-.735.682 1.12-.577 2.668h-.027a2.973 2.973 0 0 0-1.443-2.056l.218-.997Zm-6.57 2.773c0-.07.025-.14.078-.175.026-.026.07-.052.175-.035.691.105 1.006-.245 1.076-.568.026-.114.105-.692-.7-.928a.444.444 0 0 1-.236-.262c-.026-.105.026-.228.157-.377a.173.173 0 0 1 .123-.043c.07.008.254.026.472.297.315.385.674.359.823.333.464-.088.647-.534.691-.657a.47.47 0 0 1 .158-.236.51.51 0 0 1 .42-.061c.192.061.385.315.393.674-1.058.367-1.846 1.242-2.02 2.318H4.088c-.28 0-.341-.148-.341-.28H3.73Zm8.075 5.032a.684.684 0 0 1-.665.525h-6.43a.691.691 0 0 1-.666-.525l-.831-3.44h9.432l-.83 3.44h-.01Z',
},
}), h('path', {
attrs: {
d: 'M8.963 10.17H7.099v1.312h1.864V10.17Z',
},
})]);
},
};
exports.default = IconGrocery;