UNPKG

@justeattakeaway/pie-icons-vue

Version:
58 lines (56 loc) 3.07 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconPaymentPostFinance', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--postFinance', 'IconPaymentPostFinance'); 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: '#FC0', 'fill-rule': 'evenodd', d: 'M3 21h18V3H3v18Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: 'red', 'fill-rule': 'evenodd', d: 'M16.846 10.2c.194-1.032.436-2.022.623-3.025-.055-.007-.083-.021-.11-.021h-3.85c-.125 0-.16.055-.187.173l-.789 3.683c-.007.049-.035.152-.035.152h1.025c.02-.083.43-1.966.616-2.852.042-.2.049-.2.256-.2.54 0 1.752.006 1.835.013l-.65 3.046h3.052c0 .056-.242 1.177-.339 1.703-.028.16-.104.194-.25.194h-2.65c-.209 0-.209 0-.25.208l-.52 2.423c-.048.235-.048.235-.283.235H12.58c-.318 0-.325 0-.394.312-.049.207-.09.422-.139.65.097 0 2.167.015 3.143.015.208 0 .208 0 .257-.201.124-.568.498-2.326.574-2.659h2.797c.29 0 .25.021.312-.256.235-1.087.733-3.454.747-3.58h-3.046l.014-.013Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#fff', 'fill-rule': 'evenodd', d: 'm4.205 14.5-.513 2.388h7.02l.561-2.389H4.205Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#000', 'fill-rule': 'evenodd', d: 'M8.719 11.065c-.215-.519-.651-.782-1.184-.837-.478-.049-.963-.035-1.447-.042h-.443c-.312 1.447-.831 3.808-1.136 5.248h1.163c.049-.2.25-1.33.291-1.523.028-.125.076-.173.201-.173.242 0 .492 0 .734-.014.734-.049 1.301-.388 1.668-1.025.291-.519.381-1.073.153-1.634ZM6.787 12.77c-.187.013-.374 0-.581 0L6.51 11.3c.02-.097.062-.16.18-.152.166.013.332 0 .499.013.297.028.477.215.498.513.049.616-.29 1.031-.907 1.086l.007.008Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#000', 'fill-rule': 'evenodd', d: 'M9.722 10.207h-.11l-.014.07c-.16.712-.326 1.495-.47 2.208-.167.782-.45 2.153-.61 2.949H9.68c.118-.533.277-1.302.388-1.828.02-.083.041-.16.041-.16.049 0 1.018.008 1.405 0l.014-.082c.07-.277.118-.526.187-.838h-1.391c.069-.332.145-.955.208-1.26l.02-.117h1.475s.014-.035.02-.077c.07-.27.132-.56.194-.83v-.049H9.736l-.014.014Z', 'clip-rule': 'evenodd', }, })]); }, };