import React from "react"; export const ExclamationMarkIcon = ({ className, style, }: { className?: string; style?: React.CSSProperties; }) => ( );