import * as React from "react"; import { ISvgIcons } from "../type"; export const ModuleInProgressIcon: React.FC = ({ width = "20", height = "20", className, color = "#f39e1f", }) => ( );