import React from "react"; type Props = { width?: string; height?: string; className?: string; color?: string; }; export const ModuleInProgressIcon: React.FC = ({ width = "20", height = "20", className }) => ( );