UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.77 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconWalletLarge = { name: 'IconWalletLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--walletLarge', 'IconWalletLarge'); 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.496 5.299a.9.9 0 0 1 .333-.07.9.9 0 0 1 .332.07.84.84 0 0 1 .473.472l.507 1.234h1.89l-.787-1.899a2.62 2.62 0 0 0-3.43-1.417L8.807 7.005h4.577z', }, }), h('path', { attrs: { d: 'M25.669 23.446h-.875v1.768a.88.88 0 0 1-.875.875H5.499a.88.88 0 0 1-.874-.875V11.223a.87.87 0 0 1 .499-.788c.017 0 .026-.017.035-.026a.9.9 0 0 1 .34-.07h18.42c.48 0 .875.394.875.875v1.785h1.802v-1.671a2.6 2.6 0 0 0-.254-1.112 2.62 2.62 0 0 0-2.423-1.618H5.499a2.6 2.6 0 0 0-1.574.533 2.6 2.6 0 0 0-.411.403c-.053.061-.105.131-.158.201-.017.026-.044.053-.061.079a2 2 0 0 0-.219.394 2.65 2.65 0 0 0-.254 1.11v13.887A2.677 2.677 0 0 0 5.5 27.883h18.419a2.677 2.677 0 0 0 2.677-2.678v-1.767h-.927z', }, }), h('path', { attrs: { d: 'M20.104 14.749v6.947h9.03V14.75zm1.75 1.75h5.53v3.447h-5.53z', }, })]); }, }; exports.default = IconWalletLarge;