UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.31 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCashCardFilledLarge = { name: 'IconCashCardFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cashCardFilledLarge', 'IconCashCardFilledLarge'); 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: 'M20.174 8.484a1.97 1.97 0 0 0-1.96-1.943H5.22a1.96 1.96 0 0 0-1.96 1.943z', }, }), h('path', { attrs: { d: 'M6.27 13.646h13.904V11.11H3.26v6.064a1.95 1.95 0 0 0 1.96 1.95h1.05z', }, }), h('path', { attrs: { d: 'M8.02 15.396v10.99h20.23v-10.99zm6.23 6.37h-3.045v-1.75h3.045zm3.85 1.89a2.765 2.765 0 1 1 .035 0zm6.93-1.89h-3.045v-1.75h3.08z', }, })]); }, }; export { IconCashCardFilledLarge as default };