UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 3.23 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 IconLupinLarge = { name: 'IconLupinLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--lupinLarge', 'IconLupinLarge'); 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: 'M23.76 21.721c-.139-.775-.61-1.516-1.098-2.196-.322-.453-.68-.897-1.089-1.263.07-.044.148-.079.21-.122 1.96-1.404.54-3.373.008-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-.618-.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.265 0-2.231-2.292-2.231-3.05-2.231s-3.05 0-3.05 2.23c0 .689.227 1.534.636 2.266-.2.018-.392.053-.549.114-.619.218-1.141.688-1.62 1.167-.48.48-.95 1.003-1.168 1.621-.192.55-.253 1.377.566 2.196.113.114.253.218.392.332-.462.392-.81.871-1.02 1.167-.531.741-1.943 2.71.01 4.114.06.043.139.078.208.122-.4.366-.758.81-1.089 1.263-.653.915-2.196 3.068-.017 4.628.784.566 1.987.958 3.128 1.037.131.008.27.017.392.017.375 0 .715-.052 1.037-.122l1.238.74v3.251h1.752v-3.215l1.29-.776c.33.07.67.122 1.028.122 1.272 0 2.623-.427 3.494-1.054 1.107-.793 1.194-1.76 1.08-2.423l.01-.009Zm-2.989-5.002c-.427.305-1.159.54-1.83.584-.61.043-1.106-.087-1.28-.323-.384-.531.348-2.213 1.245-2.858.314-.226.54-.392 1.473.906.933 1.299.706 1.456.384 1.682l.008.01Zm-2.5-7.555s.069.008.095.017c.297.105.689.48.968.758.278.279.653.671.758.967.035.088.06.175-.157.393-.331.33-.941.645-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.227-.174.288-.174h.008Zm-2.25-4.488c1.308 0 1.308.2 1.308.488 0 .906-.776 2.257-1.307 2.257-.532 0-1.307-1.351-1.307-2.257 0-.28 0-.488 1.307-.488Zm-4.104 6.23c.105-.296.48-.697.758-.967.28-.27.672-.653.968-.758.035-.009.06-.017.096-.017.07 0 .148.034.287.174.331.331.645.941.776 1.525.122.523.087.967-.079 1.133-.165.165-.61.2-1.132.078-.584-.14-1.194-.453-1.525-.775-.218-.218-.184-.305-.157-.393h.008Zm-.287 4.131c.592-.828.906-1.063 1.133-1.063.13 0 .226.07.34.157.897.645 1.63 2.327 1.246 2.858-.166.235-.663.366-1.281.323-.671-.044-1.403-.28-1.83-.584-.314-.227-.54-.392.383-1.682l.009-.009Zm2.58 7.974c-.227.323-.863.488-1.639.436-.81-.052-1.708-.34-2.231-.715-.41-.296-.767-.549.418-2.196.332-.462.759-1.02 1.15-1.229a.557.557 0 0 1 .28-.087c.13 0 .287.053.514.218 1.063.758 2.048 2.806 1.499 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-.226.793-.13.392.217.82.766 1.15 1.228.332.462.724 1.046.802 1.49.035.2.035.41-.374.706h-.009Z', }, })]); }, }; exports.default = IconLupinLarge;