import React from 'react' const infoIcon = (props: any) => { const {className={}, fill}= props; return ( ); } export default infoIcon