import React from "react"; // types import type { Props } from "../types"; // constants import { issueGroupColors } from "constants/data"; export const UnstartedStateIcon: React.FC = ({ width = "14", height = "14", className, color = issueGroupColors["unstarted"], }) => ( );