import React from "react"; export const WalletIcon = ({ color, height, width }) => { return ( ); };