import React from 'react'; const SVGImage = { ReceiveCard: (color1, color2, stroke) => { return ( ); }, Home: (color1, color2, stroke) => { return ( ); }, }; export default SVGImage;