import React from 'react'; function IconQuestionCircle(props: any) { return ( ); } export default IconQuestionCircle;