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