@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
43 lines (38 loc) • 2.59 kB
JavaScript
'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-.303c0-.392.225-.505.418-.505.214 0 .38.095.38.095l.263-.599s-.266-.174-.749-.174c-.543 0-1.16.306-1.16 1.267v.219h-1.29v-.303c0-.392.225-.505.418-.505.11 0 .258.026.38.095l.263-.599c-.157-.092-.408-.174-.749-.174-.543 0-1.16.306-1.16 1.267v.219h-.493v.655h.493v2.315h.849V13.2h1.288v2.315h.85V13.2h.77v-.655ZM4.184 14.98c-.224 0-.335-.11-.335-.29 0-.336.375-.45 1.06-.523 0 .449-.303.813-.725.813Zm.295-2.525c-.49 0-1.053.231-1.359.475l.28.588c.245-.225.641-.417 1-.417.339 0 .526.114.526.343 0 .154-.124.232-.36.262C3.69 13.821 3 14.063 3 14.741c0 .536.382.86.979.86.426 0 .805-.236.986-.548v.461h.793V13.58c0-.8-.555-1.124-1.28-1.124Zm7.971.088v2.97h.85v-1.43c0-.681.412-.881.7-.881a.65.65 0 0 1 .363.107l.154-.785a.97.97 0 0 0-.38-.069c-.437 0-.712.194-.893.587v-.5h-.793Zm5.047.434c.175-.256.51-.521.96-.521.543 0 .992.336.992 1.004v2.053h-.85V13.73c0-.394-.236-.557-.46-.557-.281 0-.562.257-.562.812v1.53h-.85v-1.78c0-.405-.223-.562-.465-.562-.269 0-.556.263-.556.812v1.53h-.85v-2.971h.819v.449a.985.985 0 0 1 .903-.537c.412 0 .756.191.919.522Zm-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.524 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.144-2.291-5.407-5.211-5.407Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentAffirm;