UNPKG

@justeattakeaway/pie-icons-vue

Version:
68 lines (66 loc) 3.05 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconPaymentIDeal', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--iDeal', 'IconPaymentIDeal'); 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: '#fff', d: 'M2.625 4.975v14.076c0 .674.551 1.226 1.225 1.226h8.41c6.359 0 9.115-3.56 9.115-8.282 0-4.698-2.756-8.245-9.115-8.245H3.85c-.674 0-1.225.551-1.225 1.225', }, }), h('path', { attrs: { fill: '#c06', d: 'M8.254 7.205v10.4h4.527c4.11 0 5.893-2.32 5.893-5.604 0-3.142-1.783-5.58-5.893-5.58H9.038a.786.786 0 0 0-.784.784', }, }), h('path', { attrs: { fill: '#000', d: 'M12.26 19.155H4.947c-.65 0-1.176-.526-1.176-1.176V6.053c0-.65.526-1.176 1.176-1.176h7.313c6.94 0 7.976 4.465 7.976 7.124 0 4.612-2.836 7.154-7.976 7.154M4.947 5.27a.78.78 0 0 0-.784.784V17.98c0 .435.349.784.784.784h7.313c4.888 0 7.584-2.4 7.584-6.762 0-5.856-4.754-6.732-7.584-6.732z', }, }), h('path', { attrs: { fill: '#fff', d: 'M9.847 10.598q.237 0 .447.074c.14.049.257.128.361.226q.147.158.239.38c.055.153.086.33.086.54q-.002.273-.068.502a1.2 1.2 0 0 1-.208.398q-.138.164-.349.263c-.14.061-.306.098-.496.098H8.787v-2.487h1.06zm-.037 2.028a.8.8 0 0 0 .233-.037.46.46 0 0 0 .196-.129.7.7 0 0 0 .14-.232 1 1 0 0 0 .056-.35 1.4 1.4 0 0 0-.037-.337.7.7 0 0 0-.123-.257.55.55 0 0 0-.22-.165.9.9 0 0 0-.337-.055h-.392v1.568h.484z', }, }), h('path', { attrs: { fill: '#fff', d: 'M13.192 11.058H11.88v.533h1.207v.422H11.88v.607h1.341v.459h-1.886v-2.487h1.856z', }, }), h('path', { attrs: { fill: '#fff', d: 'm15.066 10.598.93 2.487h-.57l-.189-.551h-.931l-.196.551h-.551l.937-2.487zm.03 1.526-.312-.913h-.006l-.325.913z', }, }), h('path', { attrs: { fill: '#fff', d: 'M16.885 10.598v2.028h1.213v.46H16.34v-2.488z', }, }), h('path', { attrs: { fill: '#000', d: 'M6.209 12.987a1.145 1.145 0 1 0 0-2.29 1.145 1.145 0 0 0 0 2.29', }, }), h('path', { attrs: { fill: '#000', d: 'M7.072 17.606a1.73 1.73 0 0 1-1.733-1.734v-1.354a.87.87 0 1 1 1.74 0v3.088z', }, })]); }, };