UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 3.14 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 IconLupinLarge = { name: 'IconLupinLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--lupinLarge', 'IconLupinLarge'); 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: 'M23.76 21.721c-.14-.775-.61-1.516-1.098-2.196-.322-.453-.68-.897-1.09-1.263.07-.044.15-.079.21-.122 1.96-1.404.54-3.373.009-4.114-.21-.287-.558-.775-1.02-1.168.14-.104.28-.209.392-.322.82-.82.759-1.647.567-2.205-.218-.619-.689-1.141-1.168-1.62-.48-.48-1.002-.95-1.62-1.168a2.13 2.13 0 0 0-.515-.114c.41-.732.636-1.577.636-2.266 0-2.23-2.292-2.23-3.05-2.23s-3.05 0-3.05 2.23c0 .689.227 1.534.636 2.266-.2.018-.392.053-.549.114-.619.217-1.142.688-1.62 1.167-.48.48-.95 1.002-1.169 1.621-.191.55-.252 1.377.567 2.196.113.114.253.218.392.331-.462.393-.81.872-1.02 1.168-.531.74-1.943 2.71.01 4.114.06.043.138.078.208.122-.4.366-.758.81-1.09 1.263-.653.915-2.195 3.068-.016 4.628.784.566 1.986.958 3.128 1.037.13.008.27.017.392.017.375 0 .715-.052 1.037-.122l1.238.74v3.251h1.751v-3.215l1.29-.776c.331.07.671.122 1.028.122 1.273 0 2.623-.427 3.495-1.055 1.107-.793 1.194-1.76 1.08-2.422l.01-.009Zm-2.989-5.002c-.427.305-1.159.54-1.83.584-.61.043-1.107-.087-1.28-.323-.384-.531.348-2.213 1.245-2.858.314-.226.54-.392 1.473.906.932 1.299.706 1.456.383 1.682l.01.009Zm-2.5-7.556s.069.01.095.018c.296.104.688.48.967.758.28.279.654.671.759.967.034.087.06.175-.157.393-.332.33-.942.644-1.525.775-.523.122-.968.087-1.133-.078-.166-.166-.2-.61-.079-1.133.14-.584.445-1.194.776-1.525.14-.14.226-.175.287-.175h.01Zm-2.25-4.488c1.308 0 1.308.2 1.308.488 0 .907-.776 2.258-1.307 2.258-.532 0-1.307-1.351-1.307-2.258 0-.278 0-.488 1.307-.488Zm-4.104 6.231c.105-.296.48-.697.758-.967.28-.27.671-.654.968-.758.034-.009.06-.018.095-.018.07 0 .149.035.288.175.331.33.645.94.776 1.525.122.523.087.967-.079 1.133-.165.165-.61.2-1.133.078-.583-.14-1.194-.453-1.525-.775-.218-.218-.183-.306-.157-.393h.01Zm-.287 4.131c.592-.828.906-1.063 1.132-1.063.131 0 .227.07.34.157.898.645 1.63 2.327 1.246 2.858-.165.235-.662.366-1.28.323-.671-.044-1.404-.28-1.83-.584-.314-.227-.54-.393.383-1.682l.009-.009Zm2.58 7.974c-.228.322-.864.488-1.64.436-.81-.053-1.707-.34-2.23-.715-.41-.296-.767-.549.418-2.196.331-.462.758-1.02 1.15-1.229a.557.557 0 0 1 .28-.087c.13 0 .287.052.513.218 1.064.758 2.048 2.806 1.5 3.573h.008Zm7.459-.279c-1.055.758-3.312 1.037-3.86.279-.55-.767.444-2.815 1.498-3.573.41-.296.61-.227.793-.13.392.217.82.766 1.15 1.228.332.462.724 1.046.802 1.49.035.2.035.41-.375.706h-.008Z', }, })]); }, }; export { IconLupinLarge as default };