import { IconProps } from "./types"; export default function DoneIcon({ height = 16, width = 16, color = "inherit", }: IconProps) { return ( ); }