UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.64 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconVegan = { name: 'IconVegan', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--vegan', 'IconVegan'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'm14.484 1.718-.158-.656-.656.183c-.473.132-4.673 1.348-5.933 3.5C6.25 3.214 3.161 2.418 2.75 2.322l-.656-.158-.14.665c-.08.429-.84 4.296.358 6.213a3.62 3.62 0 0 0 3.054 1.75q.21.012.42 0l1.339 3.255h1.75l1.409-3.562q.307.057.62.062a3.94 3.94 0 0 0 3.387-1.96c1.277-2.135.306-6.388.192-6.87M3.423 8.342c-.674-1.024-.482-3.23-.29-4.55 1.278.393 3.343 1.216 3.99 2.24q.06.105.097.218a3.8 3.8 0 0 0 .088 1.505q.028.103.07.202a2.24 2.24 0 0 1-.622.918L6.12 7.23h-1.75l.875 2.197a2.32 2.32 0 0 1-1.82-1.085M8 12.244l-.788-2.065c.343-.236.64-.532.875-.875a3.5 3.5 0 0 0 .744.639zm5.154-4.322A2.63 2.63 0 0 1 10.8 9.225l.787-1.995H9.925l-.543 1.444a2.4 2.4 0 0 1-.805-1.269 2.63 2.63 0 0 1 .298-2.03c.7-1.19 3.062-2.187 4.471-2.625.271 1.427.543 3.973-.166 5.172z', }, })]); }, }; exports.default = IconVegan;