import * as React from "react"; function XCircleIcon(props: React.SVGProps) { return ; } export default XCircleIcon;