@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
74 lines (69 loc) • 3.56 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 IconPaymentAliPay = {
name: 'IconPaymentAliPay',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--aliPay', 'IconPaymentAliPay');
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: '#1677FF',
d: 'M6.783 9.7H3.722a.725.725 0 0 0-.722.728v3.087c0 .402.323.728.722.728h3.061a.724.724 0 0 0 .722-.728v-3.087a.724.724 0 0 0-.722-.728Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M6.709 12.553c-.18-.061-.422-.154-.692-.253.162-.284.291-.606.376-.958h-.888v-.322h1.088v-.18H5.505v-.538h-.443c-.078 0-.078.078-.078.078v.46h-1.1v.18h1.1v.322h-.909v.18h1.762a3.187 3.187 0 0 1-.254.626c-.571-.19-1.181-.345-1.564-.25-.245.061-.403.17-.496.284-.426.522-.12 1.315.778 1.315.532 0 1.044-.299 1.44-.791.592.287 1.764.78 1.764.78v-.703s-.147-.012-.796-.23Zm-2.492.64c-.7 0-.908-.556-.561-.86.115-.104.326-.154.439-.165.416-.041.801.119 1.256.343-.32.42-.726.683-1.134.683Z',
},
}), h('path', {
attrs: {
fill: '#1677FF',
d: 'M12.781 10.365c0 .235.172.393.412.393s.411-.158.411-.393c0-.23-.171-.393-.411-.393-.24 0-.412.162-.412.393Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M12.347 10.071h-.714v3.3h.714v-3.3Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M10.382 10.184h-.959l-1.07 3.187h.66l.18-.624h1.134l.172.624h.845l-.962-3.187Zm-1.04 2.043.425-1.469h.017l.403 1.47h-.845Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M13.55 10.948h-.714v2.423h.714v-2.423Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'm21.013 10.953.004-.005h-.673l-.425 1.474h-.023l-.488-1.474h-.8l.963 2.432-.402.741v.018h.628l1.216-3.186Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M15.326 10.898c-.262 0-.465.1-.696.29v-.24h-.714v3.191h.714v-.791c.136.036.262.054.416.054.638 0 1.212-.47 1.212-1.306 0-.75-.416-1.198-.931-1.198Zm-.452 2.057a.78.78 0 0 1-.244-.036v-1.31c.15-.105.27-.155.425-.155.266 0 .479.213.479.665 0 .578-.312.836-.66.836Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M18.468 12.765v-1.012c0-.552-.326-.855-.9-.855-.366 0-.619.064-1.08.204l.126.556c.42-.19.606-.271.8-.271.235 0 .34.167.34.425v.018c-.82.153-1.072.24-1.23.398-.118.117-.167.284-.167.479 0 .465.361.714.7.714.253 0 .457-.095.732-.303l.05.253h.714l-.085-.606Zm-.714.018c-.19.104-.299.145-.425.145-.172 0-.28-.113-.28-.294 0-.067.013-.135.067-.19.086-.085.253-.149.638-.239v.578Z',
},
})]);
},
};
exports.default = IconPaymentAliPay;