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