UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 2.44 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 IconSoybeansLarge = { name: 'IconSoybeansLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--soybeansLarge', 'IconSoybeansLarge'); 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: 'm27.307 5.948-1.63-.628a34.821 34.821 0 0 1-1.716 3.782c-2.24-1.464-5.281-1.228-7.26.663l-1.359 1.298h-.253a5.859 5.859 0 0 0-5.194 2.745l-.453.724-1.29.41c-3.198 1.027-4.845 3.633-4.078 6.526l.366 1.142c.436 1.482 2.004 2.85 4.2 3.66 1.36.506 2.815.75 4.28.75 2.666 0 5.394-.81 7.808-2.38 3.564-2.318 5.141-6.352 5.429-9.35.192-1.996-.14-3.73-.924-4.933A34.347 34.347 0 0 0 27.29 5.93l.017.018ZM7.063 21.433c.035-.322.235-.61.375-.766.375-.436.976-.785 1.647-.942 1.115-.27 2.23.027 2.606.637-1.857.68-3.478.967-4.628 1.08v-.009Zm6.24-1.742a2.379 2.379 0 0 0-.227-.375l.026-.017c-.218-.427-.148-.88-.034-1.194.235-.689.836-1.334 1.56-1.665.627-.288 1.307-.392 1.882-.288.27.053.758.2.95.62h.017c.044.06.105.121.157.191a20.696 20.696 0 0 1-4.331 2.71v.018Zm5.638-3.86c-.235-.323-.226-.75-.192-.994.088-.567.419-1.177.907-1.674.732-.75 1.716-1.089 2.37-.906a23.986 23.986 0 0 1-3.085 3.573Zm-10.248.783 1.9-.61.793-1.263a4.131 4.131 0 0 1 3.494-1.935h.157l.985.035 1.89-1.813a4.139 4.139 0 0 1 5.195-.41c-.035.053-.07.105-.096.158-1.325-.689-3.198-.262-4.593 1.159-.732.74-1.211 1.655-1.368 2.57-.07-.017-.13-.043-.2-.06-.933-.184-1.97-.035-2.937.409-1.16.532-2.092 1.543-2.484 2.684-.06.174-.096.357-.13.532-.776-.236-1.674-.27-2.615-.053-1.028.253-1.943.785-2.562 1.5-.2.235-.349.479-.48.74-.104-1.926 1.5-3.155 3.05-3.651v.008Zm15.747-1.472c-.253 2.597-1.603 6.074-4.645 8.06-3.285 2.144-7.224 2.685-10.536 1.456-1.01-.375-1.865-.898-2.44-1.455 1.534-.131 4.044-.54 6.893-1.813 3.146-1.403 7.155-4.096 10.475-9.238.27.811.366 1.848.253 2.998v-.008Z', }, })]); }, }; export { IconSoybeansLarge as default };