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