import React from "react"; import { faTimesCircle } from "@fortawesome/free-regular-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; export interface Props {} const FailureIcon = function (props: Props) { return ; }; export default FailureIcon;