@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('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconVegetarianLarge = {
name: 'IconVegetarianLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--vegetarianLarge', 'IconVegetarianLarge');
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: 'm23.166 3.147-.428-.762-.761.438C21.513 3.085 10.6 9.385 8.85 15.746a9.87 9.87 0 0 0 .945 7.508c.612 1.06 1.413 2 2.363 2.774a10.754 10.754 0 0 1-7.28.691l-.438 1.697c1.027.261 2.082.393 3.142.394a12.574 12.574 0 0 0 6.247-1.68 9.724 9.724 0 0 0 1.951.762 9.994 9.994 0 0 0 2.625.358 9.905 9.905 0 0 0 9.52-7.28c1.707-6.361-4.497-17.36-4.76-17.823Zm3.037 17.36A8.146 8.146 0 0 1 16.2 26.203l-.735-.236c.34-.274.665-.566.972-.875l.254-.114.052-.184a12.477 12.477 0 0 0 2.975-5.469l.639-2.537-1.733-.438-.639 2.538c-.153.6-.358 1.185-.612 1.75a5.932 5.932 0 0 0-2.424-3.203l-.971 1.462a4.015 4.015 0 0 1 1.802 2.625 2.921 2.921 0 0 1-.525 2.257c-.467.48-.98.913-1.53 1.295a8.111 8.111 0 0 1-3.22-8.873c1.312-4.76 9.073-9.826 11.567-11.4 1.365 2.59 5.442 10.937 4.13 15.705Z',
},
})]);
},
};
exports.default = IconVegetarianLarge;