@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.4 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.969 1.969 0 0 0-1.96-1.943H5.22a1.96 1.96 0 0 0-1.96 1.943h16.914Z',
},
}), h('path', {
attrs: {
d: 'M6.27 13.646h13.904V11.11H3.26v6.064a1.951 1.951 0 0 0 1.96 1.95h1.05v-5.477Z',
},
}), h('path', {
attrs: {
d: 'M8.02 15.396v10.99h20.23v-10.99H8.02Zm6.23 6.37h-3.045v-1.75h3.045v1.75Zm3.85 1.89a2.765 2.765 0 1 1 .035 0H18.1Zm6.93-1.89h-3.045v-1.75h3.08l-.035 1.75Z',
},
})]);
},
};
export { IconCashCardFilledLarge as default };