UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.94 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconWalletAddLarge = { name: 'IconWalletAddLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--walletAddLarge', 'IconWalletAddLarge'); 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: 'M17.829 4.8a.9.9 0 0 1 .332-.07.9.9 0 0 1 .333.07.84.84 0 0 1 .472.473l.508 1.233h1.89l-.788-1.898a2.62 2.62 0 0 0-3.43-1.418L9.131 6.506h4.577L17.82 4.8z', }, }), h('path', { attrs: { d: 'M25.126 22.948v1.767a.88.88 0 0 1-.875.875H11.39v1.802H24.25a2.677 2.677 0 0 0 2.678-2.677v-1.767z', }, }), h('path', { attrs: { d: 'M4.958 15.414v-4.699a.87.87 0 0 1 .498-.787c.018 0 .027-.018.035-.027a.9.9 0 0 1 .342-.07h18.41c.48 0 .875.394.875.875v1.785h1.802V10.82c0-.402-.096-.779-.254-1.111a2.62 2.62 0 0 0-2.423-1.619H5.833a2.6 2.6 0 0 0-1.575.534 2.6 2.6 0 0 0-.412.402c-.052.062-.105.132-.157.202-.018.026-.044.052-.061.078a2 2 0 0 0-.22.394 2.65 2.65 0 0 0-.253 1.111v9.87h1.803v-5.285z', }, }), h('path', { attrs: { d: 'M28.574 14.25h-8.138v6.93h9.03v-6.947h-.883zm-.866 5.198h-5.53V16h5.53z', }, }), h('path', { attrs: { d: 'M9.63 25.118H6.98v-2.66h-1.75v2.66h-2.66v1.75h2.66v2.66h1.75v-2.66H9.63z', }, })]); }, }; export { IconWalletAddLarge as default };