UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.66 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 IconSoybeans = { name: 'IconSoybeans', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--soybeans', 'IconSoybeans'); 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: 'M13.67 5.104c-.394-1.619-1.75-2.896-3.396-3.176-1.312-.228-2.502.236-3.438 1.33-.525.612-.831 1.417-.866 2.31-.018.367-.307.656-.7.673-.858.035-1.672.342-2.284.867-1.094.936-1.558 2.126-1.33 3.438.28 1.636 1.557 3.002 3.176 3.395.438.105.945.184 1.496.184 1.488 0 3.299-.534 5.145-2.38 2.529-2.529 2.59-5.005 2.196-6.641Zm-3.072 5.766c-1.697 1.698-3.543 2.328-5.468 1.864a3.005 3.005 0 0 1-2.24-2.398c-.15-.866.157-1.636.918-2.292a2.333 2.333 0 0 1 1.155-.516c.07.14.167.262.289.367.63.543 1.671.368 2.31-.376.639-.753.648-1.803.018-2.345a1.151 1.151 0 0 0-.254-.166 2.37 2.37 0 0 1 .472-.937c.543-.63 1.173-.953 1.873-.953.14 0 .271.008.42.035a3.005 3.005 0 0 1 2.389 2.24c.463 1.925-.167 3.77-1.864 5.468l-.018.009Z', }, })]); }, }; exports.default = IconSoybeans;