import * as React from "react"; import { ISvgIcons } from "./type"; export const DoneState: React.FC = ({ width = "10", height = "11", className }) => ( );