UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.75 kB
'use strict'; 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 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.483 1.718-.157-.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.622 3.622 0 0 0 3.054 1.75c.14.008.28.008.42 0l1.339 3.255h1.75l1.409-3.562c.204.038.412.059.62.062a3.938 3.938 0 0 0 3.387-1.96c1.277-2.135.306-6.388.192-6.87ZM3.423 8.342c-.673-1.024-.48-3.23-.288-4.55 1.277.393 3.342 1.216 3.99 2.24.038.07.07.143.096.218a3.806 3.806 0 0 0 .088 1.505c.019.069.042.136.07.202a2.24 2.24 0 0 1-.622.918L6.12 7.23h-1.75l.875 2.197a2.319 2.319 0 0 1-1.82-1.085ZM8 12.244l-.788-2.065c.343-.236.64-.532.875-.875a3.5 3.5 0 0 0 .744.639L8 12.244Zm5.154-4.322A2.625 2.625 0 0 1 10.8 9.225l.787-1.995H9.925l-.543 1.444a2.415 2.415 0 0 1-.805-1.269 2.625 2.625 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.172h-.026Z', }, })]); }, }; exports.default = IconVegan;