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