UNPKG

@justeattakeaway/pie-icons-vue

Version:
51 lines (46 loc) 2.68 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 IconPaymentElo = { name: 'IconPaymentElo', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--elo', 'IconPaymentElo'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 24 24', }, }, ctx.data]), [h('path', { attrs: { fill: '#FECA2F', d: 'M5.64 10.13c.198-.065.41-.1.631-.1.965 0 1.77.672 1.954 1.565l1.367-.274c-.313-1.517-1.68-2.66-3.32-2.66-.376 0-.737.06-1.075.171l.442 1.298Z', }, }), h('path', { attrs: { fill: '#1BA7DE', d: 'm4.013 14.528.818-1.057a2.145 2.145 0 0 1-.596-1.51c0-.6.23-1.14.596-1.51l-.819-1.056C3.392 10.023 3 10.94 3 11.96c0 1.022.392 1.94 1.013 2.567Z', }, }), h('path', { attrs: { fill: '#EC412A', d: 'M8.226 12.328a1.985 1.985 0 0 1-1.953 1.564c-.221 0-.434-.035-.633-.1l-.443 1.298c.338.111.7.171 1.076.171 1.638 0 3.004-1.141 3.32-2.658l-1.367-.275Z', }, }), h('path', { attrs: { fill: '#000', 'fill-rule': 'evenodd', d: 'M16.169 9.395v3.755l.674.27-.32.741-.666-.268a.75.75 0 0 1-.328-.266.82.82 0 0 1-.129-.466V9.395h.769Zm-5.112 2.791c.017-1.074.932-1.931 2.041-1.915.942.015 1.723.653 1.928 1.501l-3.643 1.506a1.887 1.887 0 0 1-.326-1.092Zm.834.15a.997.997 0 0 1-.007-.137c.01-.633.549-1.138 1.202-1.127.356.004.672.162.886.406l-2.081.859Zm2.004.698a1.206 1.206 0 0 1-1.457.15l-.44.678c.3.185.656.294 1.04.3a2.04 2.04 0 0 0 1.435-.554l-.578-.574Zm5.079-1.962c-.132 0-.258.02-.376.058l-.262-.76c.2-.064.415-.1.638-.1.973 0 1.785.67 1.971 1.558l-.811.16a1.174 1.174 0 0 0-1.16-.916Zm-1.333 2.601.548-.6c-.245-.21-.399-.516-.399-.857 0-.341.154-.647.4-.857l-.55-.6a1.914 1.914 0 0 0-.678 1.457c0 .58.262 1.1.679 1.457Zm1.333-.312c.572 0 1.05-.393 1.16-.915l.811.16c-.187.888-.999 1.556-1.971 1.556-.224 0-.438-.036-.639-.1l.263-.76c.118.038.244.059.376.059Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentElo;