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