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