import { FC } from "react"; import { Icon, IconProps } from "./Icon.js"; export const XIcon: FC = (props) => ( );