diff --git a/src/components/ui/BalanceIcon.tsx b/src/components/ui/BalanceIcon.tsx new file mode 100644 index 0000000..9bc3ba2 --- /dev/null +++ b/src/components/ui/BalanceIcon.tsx @@ -0,0 +1,29 @@ +import React from "react"; + +const BalanceIcon: React.FC = () => ( + + + + + £125.99 + + + + +); + +export default BalanceIcon;