UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (33 loc) 1.42 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconWalletFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--walletFilledLarge', 'IconWalletFilledLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'm21.04 7.005-.787-1.899a2.626 2.626 0 0 0-3.43-1.426L8.808 7.005z', }, }), h('path', { attrs: { d: 'M25.625 23.446h-6.562a.72.72 0 0 1-.718-.717v-9.021a.72.72 0 0 1 .718-.71h7.525v-1.67a2.6 2.6 0 0 0-.254-1.112 2.625 2.625 0 0 0-2.459-1.627H5.5c-.558.003-1.1.184-1.549.516a3 3 0 0 0-.428.411l-.158.21-.07.088q-.13.19-.219.402a2.6 2.6 0 0 0-.253 1.112v13.886A2.68 2.68 0 0 0 5.5 27.89h18.375a2.677 2.677 0 0 0 2.678-2.677v-1.75h-.928z', }, }), h('path', { attrs: { d: 'M20.095 14.749v6.947h9.03V14.75z', }, })]); }, };