UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 2.16 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconSoybeans', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--soybeans', 'IconSoybeans'); return h('svg', _mergeJSXProps([{ 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.73 2.455-1.22-.47c-.27.705-.566 1.358-.88 1.96-1.306-.758-3.014-.593-4.138.487l-.714.689h-.07A3.467 3.467 0 0 0 4.642 6.75l-.218.357-.671.218c-1.777.549-2.762 2.012-2.465 3.624.017.087.034.165.052.244l.2.645c.262.88 1.185 1.69 2.466 2.169.784.287 1.62.435 2.465.435 1.533 0 3.102-.461 4.487-1.367 2.056-1.342 2.97-3.66 3.136-5.393.104-1.115-.07-2.09-.497-2.797.401-.731.776-1.542 1.124-2.43h.009Zm-9.252 7.98c-.802.27-1.507.41-2.065.479.035-.052.061-.104.096-.13.192-.219.497-.393.845-.48.47-.113.88-.035 1.124.13Zm1.28-.523s-.034-.043-.043-.07h.017a.706.706 0 0 1-.008-.548c.122-.349.427-.671.793-.845.322-.149.67-.2.958-.149.122.027.34.088.418.262v.009a11.74 11.74 0 0 1-2.134 1.341Zm3.163-2.247s-.009-.07-.009-.096c0-.323.183-.706.47-1.002.297-.305.628-.444.907-.47A13.795 13.795 0 0 1 9.92 7.672v-.008Zm-5.776.88 1.124-.358.479-.766a2.172 2.172 0 0 1 1.83-1.02h.078l.627.026 1.115-1.062a2.147 2.147 0 0 1 1.682-.584c-.558.078-1.142.375-1.62.862-.393.401-.663.88-.776 1.368-.549-.096-1.15-.009-1.716.244-.697.322-1.246.924-1.481 1.603a.912.912 0 0 0-.035.148 3.023 3.023 0 0 0-1.394.018c-.558.13-1.037.409-1.403.775.244-.636.871-1.063 1.499-1.263l-.009.008Zm8.66-1.002c-.131 1.359-.872 3.327-2.544 4.416-1.804 1.177-3.973 1.482-5.794.802a4.097 4.097 0 0 1-1.036-.549 12.3 12.3 0 0 0 3.554-.993c1.725-.775 3.912-2.222 5.767-4.957.07.375.087.81.044 1.272l.009.009Z', }, })]); }, };