import React from "react"; import type { Props } from "./types"; export const UnstartedStateIcon: React.FC = ({ width = "20", height = "20", className, color = "#858e96", }) => ( );