import { IconProps } from '../lib';
declare function Prohibit(props: IconProps): JSX.Element;
export default Prohibit;
