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