UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.73 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconVegetarianFilledLarge = { 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.166 3.155-.428-.753-.762.473c-.463.262-11.374 6.562-13.125 12.924a9.905 9.905 0 0 0 3.317 10.28c.28-.13.569-.288.875-.445l.079-.044c.253-.149.48-.306.717-.473a10.818 10.818 0 0 0 1.522-1.295 2.922 2.922 0 0 0 .525-2.257 4.017 4.017 0 0 0-1.802-2.625l.971-1.461a5.933 5.933 0 0 1 2.424 3.202c.254-.564.46-1.15.612-1.75l.534-2.564 1.75.42-.639 2.547a12.627 12.627 0 0 1-2.992 5.486l-.271.262c-.313.31-.644.602-.99.875-.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.752-17.807Z', }, }), h('path', { attrs: { d: 'M5.5 26.858v1.75a12.364 12.364 0 0 0 8.295-1.505 9.784 9.784 0 0 1-1.662-1.102 10.684 10.684 0 0 1-6.633.857Z', }, })]); }, }; export { IconVegetarianFilledLarge as default };