@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 2.21 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconFoodFilled = {
name: 'IconFoodFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--foodFilled', 'IconFoodFilled');
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: 'M6.521 11.833a2 2 0 0 0-.183-.114h-.193q-.093.043-.175.105a4.08 4.08 0 0 1-2.345.7 4 4 0 0 1-1.969-.481c.07 2.3 1.602 2.738 4.594 2.738s4.506-.437 4.585-2.712a4.04 4.04 0 0 1-1.96.463 4.14 4.14 0 0 1-2.354-.7',
},
}), h('path', {
attrs: {
d: 'M3.529 8.595h.192q.093-.043.175-.105a4.13 4.13 0 0 1 2.354-.709 4.14 4.14 0 0 1 2.354.7q.088.064.184.114h.192a.8.8 0 0 0 .175-.105c.446-.3.945-.515 1.47-.63-.473-1.461-2.249-2.485-4.375-2.485S2.33 6.399 1.805 7.851c.55.106 1.074.32 1.54.63q.087.064.184.114',
},
}), h('path', {
attrs: {
d: 'M8.875 9.908a1.55 1.55 0 0 1-.971-.307 2.8 2.8 0 0 0-1.654-.507 2.8 2.8 0 0 0-1.654.507 1.54 1.54 0 0 1-.962.306 1.57 1.57 0 0 1-.971-.306A2.77 2.77 0 0 0 1 9.094v1.312c.346-.01.686.098.962.306a2.8 2.8 0 0 0 1.663.508 2.77 2.77 0 0 0 1.654-.508c.28-.209.622-.317.971-.306.349-.01.691.098.971.306a2.8 2.8 0 0 0 1.663.508 2.77 2.77 0 0 0 1.653-.508c.279-.205.617-.313.963-.306V9.094a2.83 2.83 0 0 0-1.662.507 1.54 1.54 0 0 1-.963.306',
},
}), h('path', {
attrs: {
d: 'M12.156 2.969V1h-1.312v1.969h-3.15l.131 1.26a5.2 5.2 0 0 1 4.2 3.552h.787v3.938h-.673v.166a4.7 4.7 0 0 1-.403 2.021h.875a1.514 1.514 0 0 0 1.514-1.391L15 2.969z',
},
})]);
},
};
exports.default = IconFoodFilled;