import type IconProps from "../types" const IconAlert = ({ iconColorClassName, ...props }: IconProps) => { return ( ) } export default IconAlert