/// import { IconProps } from '../../types'; declare const SadCircle: (allProps: IconProps) => JSX.Element; export default SadCircle;