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