UNPKG

@justeattakeaway/pie-icons-vue

Version:
68 lines (66 loc) 3.27 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconPaymentTsb', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--tsb', 'IconPaymentTsb'); return h('svg', _mergeJSXProps([{ 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.68 3.68 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.837', }, }), h('path', { attrs: { fill: '#0968b2', d: 'M15.165 10.135a3.67 3.67 0 0 0-6.329 0 3.68 3.68 0 0 1 0 3.723 3.67 3.67 0 0 0 6.329 0 3.68 3.68 0 0 1 0-3.723', }, }), 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.68 3.68 0 0 1 0-3.723', }, }), h('path', { attrs: { fill: '#025d9e', d: 'M8.836 10.135a3.68 3.68 0 0 1 0 3.723 3.68 3.68 0 0 1 0-3.723', }, }), h('path', { attrs: { fill: '#5e5e5e', d: 'M8.836 13.858a3.68 3.68 0 0 1 0-3.723 3.68 3.68 0 0 1 0 3.723m0-3.718a3.67 3.67 0 0 0 0 3.718 3.67 3.67 0 0 0 0-3.718', }, }), h('path', { attrs: { fill: '#1d335a', d: 'M15.165 13.858a3.68 3.68 0 0 0 0-3.723 3.68 3.68 0 0 0 0 3.723', }, }), h('path', { attrs: { fill: '#fff', d: 'M7.053 10.715h-1.07v3.272h-.737v-3.272H4.2v-.67h2.848z', }, }), h('path', { attrs: { fill: '#fff', d: 'M17.053 10.045h1.378c.523.005.666.01.856.067a.964.964 0 0 1 .523 1.435.75.75 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.513zm.727.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-.443zm0 1.536v1.165h.704c.437 0 .551 0 .741-.133a.53.53 0 0 0 .181-.414.6.6 0 0 0-.071-.295c-.18-.319-.59-.323-.842-.323z', }, }), 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.8 1.8 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.1q.228.044.456.124a.4.4 0 0 1 .295.385c0 .204-.133.39-.333.447a1.1 1.1 0 0 1-.423.066c-.784 0-1.089-.404-1.198-.57l-.594.456c.233.343.58.59.98.694q.34.091.698.09c.832 0 1.66-.36 1.66-1.254-.01-.828-.752-1.046-1.28-1.156', }, })]); }, };