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