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