import React from "react"; import type { Props } from "./types"; export const UnstartedStateIcon: React.FC = ({ width = "20", height = "20", className, color = "rgb(var(--color-text-200))", }) => ( );