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