@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.88 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 IconChefLarge = {
name: 'IconChefLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chefLarge', 'IconChefLarge');
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: 'M27.231 8.501c-.358-1.855-1.837-3.36-3.675-3.745-1.4-.288-2.79.018-3.91.866a2 2 0 0 0-.202.167c-.858.717-3.063 2.555-6.878-.009a4.82 4.82 0 0 0-4.103-1.015c-1.847.385-3.325 1.89-3.684 3.745-.333 1.733.254 3.439 1.584 4.576.97.832 1.575 1.54 1.977 2.301a8.2 8.2 0 0 1 .954 3.964h-.989v7.998h15.418V19.35h-.99a8.2 8.2 0 0 1 .955-3.963c.393-.753 1.006-1.47 1.977-2.302 1.321-1.137 1.916-2.844 1.584-4.576zM21.964 25.6H10.046V21.1h11.918zm2.546-13.843c-.77.665-1.741 1.584-2.38 2.818a10 10 0 0 0-1.146 4.777h-2.065l.647-3.578-1.723-.316-.7 3.894H14.71l-.98-5.398-1.724.315.928 5.092h-1.89a10 10 0 0 0-1.146-4.777c-.648-1.234-1.61-2.153-2.39-2.818-.84-.718-1.215-1.811-.997-2.923a3.02 3.02 0 0 1 2.32-2.362 3.1 3.1 0 0 1 2.143.315c.166.123.341.254.525.376.376.333.682.753.866 1.26l.079.228c.376 1.111 1.059 3.167 4.322 3.053l-.07-1.75c-1.653.07-2.117-.586-2.44-1.434 1.933.586 4.138.446 6.325-1.392l.132-.105a3 3 0 0 1 2.493-.542 3.02 3.02 0 0 1 2.32 2.362c.21 1.103-.158 2.196-.998 2.914z',
},
})]);
},
};
exports.default = IconChefLarge;