import { IconTypes } from "./IconTypes"; export const InfoSVG: React.FC = ({ color, height, width, className, onClickFunc, }) => { return ( ); };