import React from "react"; import type { Props } from "./types"; export const UpcomingCycleIcon: React.FC = ({ width = "24", height = "24", className, color = "black" }) => ( );