UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 2.13 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconWalletAddLarge = { name: 'IconWalletAddLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--walletAddLarge', 'IconWalletAddLarge'); return h('svg', helper.default([{ 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.871.871 0 0 1 .332-.07.87.87 0 0 1 .333.07.837.837 0 0 1 .472.473l.508 1.233h1.89l-.788-1.898a2.619 2.619 0 0 0-3.43-1.418L9.131 6.506h4.577L17.82 4.8h.009Z', }, }), h('path', { attrs: { d: 'M25.126 22.948v1.767a.878.878 0 0 1-.875.875H11.39v1.802H24.25a2.677 2.677 0 0 0 2.678-2.677v-1.767h-1.803Z', }, }), h('path', { attrs: { d: 'M4.958 15.414v-4.699a.872.872 0 0 1 .498-.787c.018 0 .027-.018.035-.027a.88.88 0 0 1 .342-.07h18.41c.48 0 .875.394.875.875v1.785h1.802V10.82c0-.402-.096-.779-.254-1.111a2.617 2.617 0 0 0-2.423-1.619H5.833a2.61 2.61 0 0 0-1.575.534 2.56 2.56 0 0 0-.412.402c-.052.062-.105.132-.157.202-.018.026-.044.052-.061.078a2.157 2.157 0 0 0-.22.394 2.652 2.652 0 0 0-.253 1.111v9.87h1.803v-5.285.018Z', }, }), h('path', { attrs: { d: 'M28.574 14.25h-8.138v6.93h9.03v-6.947h-.883l-.01.017Zm-.866 5.198h-5.53V16h5.53v3.448Z', }, }), h('path', { attrs: { d: 'M9.63 25.117H6.98v-2.66h-1.75v2.66h-2.66v1.75h2.66v2.66h1.75v-2.66H9.63v-1.75Z', }, })]); }, }; exports.default = IconWalletAddLarge;