UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 1.53 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconVegetarianLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--vegetarianLarge', 'IconVegetarianLarge'); return h('svg', _mergeJSXProps([{ 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.167 3.147-.43-.762-.76.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.75 10.75 0 0 1-7.28.691l-.438 1.697c1.027.261 2.082.393 3.142.394a12.6 12.6 0 0 0 6.247-1.68 9.7 9.7 0 0 0 1.951.762 10 10 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.823m3.036 17.36A8.146 8.146 0 0 1 16.2 26.203l-.735-.236q.51-.411.972-.875l.254-.114.052-.184a12.5 12.5 0 0 0 2.975-5.469l.639-2.537-1.733-.438-.639 2.538q-.23.901-.612 1.75a5.93 5.93 0 0 0-2.424-3.203l-.971 1.462a4.01 4.01 0 0 1 1.802 2.625 2.92 2.92 0 0 1-.525 2.257c-.467.48-.98.913-1.53 1.295a8.11 8.11 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.705', }, })]); }, };