UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.38 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 IconCashCardFilledLarge = { name: 'IconCashCardFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cashCardFilledLarge', 'IconCashCardFilledLarge'); 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: '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', }, })]); }, }; exports.default = IconCashCardFilledLarge;