UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 2.6 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 IconPaymentAffirm = { name: 'IconPaymentAffirm', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--affirm', 'IconPaymentAffirm'); 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: '#060809', 'fill-rule': 'evenodd', d: 'M10.382 12.544h-.77v-.302c0-.393.225-.506.418-.506.214 0 .38.095.38.095l.263-.599s-.266-.173-.749-.173c-.543 0-1.16.306-1.16 1.266v.219h-1.29v-.302c0-.393.225-.506.418-.506.11 0 .258.026.38.095l.263-.599c-.157-.092-.408-.173-.749-.173-.543 0-1.16.306-1.16 1.266v.219h-.493v.655h.493v2.316h.849v-2.316h1.288v2.316h.85v-2.316h.77v-.655Zm-6.198 2.438c-.224 0-.335-.11-.335-.291 0-.336.375-.45 1.06-.523 0 .449-.303.814-.725.814Zm.295-2.525c-.49 0-1.053.23-1.359.474l.28.588c.245-.225.641-.416 1-.416.339 0 .526.113.526.342 0 .154-.124.232-.36.262C3.69 13.822 3 14.064 3 14.741c0 .536.382.861.979.861.426 0 .805-.237.986-.55v.463h.793V13.58c0-.799-.555-1.123-1.28-1.123Zm7.971.087v2.97h.85v-1.43c0-.681.412-.88.7-.88a.65.65 0 0 1 .363.106l.154-.785a.97.97 0 0 0-.38-.068c-.437 0-.712.193-.893.586v-.5h-.793Zm5.047.434c.175-.256.51-.521.96-.521.543 0 .992.337.992 1.004v2.054h-.85V13.73c0-.394-.236-.557-.46-.557-.281 0-.562.257-.562.813v1.529h-.85v-1.78c0-.404-.223-.562-.465-.562-.269 0-.556.263-.556.813v1.529h-.85v-2.971h.819v.45a.985.985 0 0 1 .903-.537c.412 0 .756.19.919.521Zm-5.76 2.537h-.848v-2.971h.848v2.97Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#0FA0EA', 'fill-rule': 'evenodd', d: 'M15.838 8.4c-2.294 0-4.338 1.592-4.918 3.639h.831c.485-1.525 2.13-2.862 4.087-2.862 2.378 0 4.434 1.81 4.434 4.63 0 .633-.082 1.203-.237 1.707h.806l.008-.027c.132-.52.2-1.085.2-1.68 0-3.145-2.291-5.407-5.211-5.407Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentAffirm;