@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
64 lines (59 loc) • 4.17 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 IconPaymentPayu = {
name: 'IconPaymentPayu',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--payu', 'IconPaymentPayu');
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: '#9FC603',
d: 'M2.8 10.32s.026-.026.039-.053c.092-.34.328-.524.67-.538.642-.026 1.298-.065 1.942.027.748.118 1.115.511 1.22 1.273.04.302.04.604-.026.905-.144.683-.604 1.077-1.339 1.142-.538.053-1.076.013-1.627.026-.118 0-.158.027-.158.158v1.339c0 .144.026.315-.144.38a.543.543 0 0 1-.578-.118V10.32Zm.734 1.181v.827c0 .079.013.118.105.118.525 0 1.037.013 1.562-.026.486-.04.735-.302.761-.787v-.394c-.026-.525-.288-.8-.813-.814-.433-.013-.867 0-1.3 0-.223 0-.302.079-.302.315v.774l-.013-.013Z',
},
}), h('path', {
attrs: {
fill: '#9FC603',
d: 'M20.02 7.42c.117.223.052.459.039.695 0 .066-.08.079-.132.079h-.472c-.066 0-.131 0-.131-.079 0-.236-.066-.472.04-.696h.668-.013Z',
},
}), h('path', {
attrs: {
fill: '#9EC602',
d: 'M19.284 10.884v1.825c0 .289.013.577-.052.853-.145.67-.565 1.102-1.195 1.325a3.742 3.742 0 0 1-2.336.027c-.84-.25-1.3-.867-1.312-1.772-.027-.971 0-1.943 0-2.927 0-.328.118-.446.433-.486.236-.026.485-.026.735.014.21.039.289.118.328.328.013.078.013.157.013.236v2.664c0 .525.197.722.709.788.17.013.328.013.485 0 .447-.053.67-.276.67-.722V10.28c0-.407.118-.525.525-.552h.223v.735c0 .42.013.434.42.434h.315l.04-.014Z',
},
}), h('path', {
attrs: {
fill: '#9FC603',
d: 'M12.21 15.058h-.118c-.486.079-.814-.105-.985-.564-.144-.368-.223-.761-.328-1.142-.183-.656-.354-1.3-.538-1.956-.013-.065-.04-.131-.04-.197 0-.078.027-.13.093-.17.25-.131.564 0 .643.262.184.656.367 1.326.538 1.982.079.302.157.604.25.906.065.21.157.262.354.275.25 0 .354-.078.433-.393l.512-2.127.157-.643c.066-.262.42-.393.656-.25.105.066.092.171.066.277-.105.446-.223.892-.328 1.338-.21.84-.42 1.667-.63 2.507-.066.276-.17.538-.328.774-.315.486-.788.696-1.352.657-.079 0-.118-.04-.158-.092-.026-.053-.039-.105-.052-.158-.066-.262-.026-.315.236-.367.565-.092.814-.328.945-.893l-.026-.026Z',
},
}), h('path', {
attrs: {
fill: '#9FC603',
d: 'M9.94 12.984c0 .394.039.788-.04 1.168-.079.368-.289.63-.643.749-.604.223-1.22.249-1.825.039-.525-.17-.787-.604-.774-1.168.026-.578.289-.932.853-1.076.236-.066.473-.092.709-.092h.88c.117 0 .157-.04.144-.158v-.354c-.013-.276-.145-.446-.407-.525-.368-.118-.748-.079-1.116-.04-.131 0-.262.04-.394.066-.157.026-.236-.04-.262-.197-.026-.328.026-.407.354-.46.552-.091 1.103-.117 1.64.04.565.158.854.512.88 1.103v.905Zm-.696.591v-.092c0-.302 0-.302-.302-.302-.368 0-.748-.026-1.103.053-.315.079-.46.262-.46.59 0 .315.158.5.46.578.237.066.486.052.722.026.525-.066.683-.25.683-.774v-.079Z',
},
}), h('path', {
attrs: {
fill: '#9FC603',
d: 'M18.536 9.703V9.56c0-.145.079-.223.223-.223h1.077c.157 0 .223.092.236.249v1.05c0 .17-.092.25-.263.25h-.525v-.762c0-.236-.118-.354-.354-.394-.131-.026-.263-.013-.394-.026Z',
},
}), h('path', {
attrs: {
fill: '#9FC603',
d: 'M21.2 8.784v.381c0 .118-.052.184-.17.184h-.774c-.119 0-.184-.066-.184-.197V8.39c0-.132.065-.197.197-.197h.748c.118 0 .184.052.184.184v.406Z',
},
})]);
},
};
exports.default = IconPaymentPayu;