@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.75 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconFood = {
name: 'IconFood',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--food', 'IconFood');
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: 'M1.963 10.713A1.52 1.52 0 0 0 1 10.406V9.094a2.77 2.77 0 0 1 1.654.507c.28.208.622.315.971.306a1.54 1.54 0 0 0 .963-.306 2.8 2.8 0 0 1 1.662-.507 2.8 2.8 0 0 1 1.662.507c.278.207.617.315.963.306a1.54 1.54 0 0 0 .963-.306 2.83 2.83 0 0 1 1.662-.507v1.312a1.57 1.57 0 0 0-.971.306 2.77 2.77 0 0 1-1.654.508 2.8 2.8 0 0 1-1.662-.508 1.55 1.55 0 0 0-.963-.306 1.54 1.54 0 0 0-.963.306 2.77 2.77 0 0 1-1.662.508 2.8 2.8 0 0 1-1.662-.508m10.193-7.744V1h-1.312v1.969h-3.15l.28 2.625a6.1 6.1 0 0 0-1.724-.219c-2.362 0-4.279 1.225-4.576 2.905l1.295.228c.184-1.024 1.61-1.82 3.281-1.82s3.089.796 3.264 1.82l1.295-.228a3.1 3.1 0 0 0-1.444-2.03l-.21-1.969h4.375l-.717 8.094a.22.22 0 0 1-.22.201h-1.828q.06-.347.061-.7H9.514c0 1.015 0 1.575-3.281 1.575s-3.282-.56-3.282-1.575H1.64c0 2.442 1.549 2.888 4.594 2.888 1.88 0 3.185-.175 3.91-.875h2.45a1.514 1.514 0 0 0 1.532-1.374L15 2.969z',
},
})]);
},
};
exports.default = IconFood;