UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.51 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 IconSoybeansLarge = { name: 'IconSoybeansLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--soybeansLarge', 'IconSoybeansLarge'); return h('svg', helper.default([{ 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.028-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.317 5.141-6.352 5.429-9.35.192-1.996-.14-3.73-.924-4.933A34.35 34.35 0 0 0 27.29 5.93l.017.018ZM7.063 21.434c.035-.323.235-.61.375-.767.375-.436.976-.785 1.647-.941 1.115-.27 2.23.026 2.606.636-1.857.68-3.478.967-4.628 1.08v-.008Zm6.24-1.743a2.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-.287 1.307-.392 1.882-.287.27.052.758.2.95.618h.017c.044.061.105.122.157.192a20.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.673.732-.75 1.716-1.09 2.37-.907a23.986 23.986 0 0 1-3.085 3.573Zm-10.248.784 1.9-.61.793-1.264a4.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.41-1.16.53-2.092 1.542-2.484 2.683-.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.473c-.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.237.27.81.366 1.847.253 2.997v-.008Z', }, })]); }, }; exports.default = IconSoybeansLarge;