import { FC, SVGProps } from 'react'; declare const IconThumbUp: FC & { fill?: string }>; export default IconThumbUp;