UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (29 loc) 1.57 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconVegetarianFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--vegetarianFilledLarge', 'IconVegetarianFilledLarge'); 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.155-.43-.753-.76.473c-.464.262-11.375 6.562-13.126 12.924a9.9 9.9 0 0 0 3.317 10.28c.28-.13.569-.288.875-.445l.079-.044c.253-.149.48-.306.717-.473a11 11 0 0 0 1.522-1.295 2.92 2.92 0 0 0 .525-2.257 4.02 4.02 0 0 0-1.802-2.625l.971-1.461a5.93 5.93 0 0 1 2.424 3.202q.383-.848.612-1.75l.534-2.564 1.75.42-.639 2.547a12.6 12.6 0 0 1-2.992 5.486l-.271.262q-.47.465-.99.875c-.253.21-.524.412-.804.604-.28.193-.464.324-.709.473l-.157.087c.618.322 1.27.577 1.942.761.854.24 1.738.361 2.625.36a9.914 9.914 0 0 0 9.538-7.28c1.715-6.345-4.489-17.335-4.751-17.807', }, }), h('path', { attrs: { d: 'M5.5 26.859v1.75a12.36 12.36 0 0 0 8.295-1.506 9.8 9.8 0 0 1-1.662-1.102 10.7 10.7 0 0 1-6.633.857', }, })]); }, };