@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
74 lines (69 loc) • 3.51 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 IconPaymentTsb = {
name: 'IconPaymentTsb',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--tsb', 'IconPaymentTsb');
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: '#243887',
d: 'M18.327 8.329a3.66 3.66 0 0 0-3.162 1.811 3.675 3.675 0 0 1 0 3.723 3.674 3.674 0 0 0 5.026 1.303 3.674 3.674 0 0 0-1.864-6.837Z',
},
}), h('path', {
attrs: {
fill: '#0968B2',
d: 'M15.165 10.135a3.67 3.67 0 0 0-6.329 0 3.675 3.675 0 0 1 0 3.723 3.67 3.67 0 0 0 6.329 0 3.675 3.675 0 0 1 0-3.723Z',
},
}), h('path', {
attrs: {
fill: '#37BDED',
d: 'M8.836 10.135A3.67 3.67 0 0 0 3.81 8.833a3.67 3.67 0 0 0-1.302 5.025 3.67 3.67 0 0 0 6.328 0 3.675 3.675 0 0 1 0-3.723Z',
},
}), h('path', {
attrs: {
fill: '#025D9E',
d: 'M8.836 10.135a3.675 3.675 0 0 1 0 3.723 3.675 3.675 0 0 1 0-3.723Z',
},
}), h('path', {
attrs: {
fill: '#5E5E5E',
d: 'M8.836 13.858a3.675 3.675 0 0 1 0-3.723 3.675 3.675 0 0 1 0 3.723Zm0-3.718a3.666 3.666 0 0 0 0 3.718 3.666 3.666 0 0 0 0-3.718Z',
},
}), h('path', {
attrs: {
fill: '#1D335A',
d: 'M15.165 13.858a3.675 3.675 0 0 0 0-3.723 3.675 3.675 0 0 0 0 3.723Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M7.053 10.715h-1.07v3.272h-.737v-3.272H4.2v-.67h2.848l.005.67Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M17.052 10.045h1.38c.522.005.665.01.855.067a.964.964 0 0 1 .523 1.435.746.746 0 0 1-.49.286.985.985 0 0 1 .814 1.036c.033.452-.248.87-.675 1.023-.253.09-.447.095-.894.095h-1.513v-3.942Zm.728.604v.984h.228c.205 0 .357 0 .447-.005.171.015.343-.014.504-.076.224-.104.323-.366.224-.594a.44.44 0 0 0-.19-.204c-.157-.09-.233-.096-.77-.1h-.443v-.005Zm0 1.536v1.165h.704c.437 0 .551 0 .741-.133a.525.525 0 0 0 .181-.414.628.628 0 0 0-.071-.295c-.18-.319-.59-.323-.842-.323h-.713Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'm12.379 11.652-.405-.09c-.356-.067-.718-.133-.718-.466 0-.3.343-.476.737-.476.405-.01.785.2.994.552l.58-.466a1.798 1.798 0 0 0-1.53-.747c-.919 0-1.546.476-1.546 1.218a.99.99 0 0 0 .66.955c.162.057.324.105.495.138l.471.1c.152.029.304.071.456.124a.397.397 0 0 1 .295.385c0 .204-.133.39-.333.447a1.143 1.143 0 0 1-.423.066c-.784 0-1.089-.404-1.198-.57l-.594.456c.233.343.58.59.98.694.227.062.46.09.698.09.832 0 1.66-.36 1.66-1.254-.01-.828-.752-1.046-1.28-1.156Z',
},
})]);
},
};
exports.default = IconPaymentTsb;