import * as React from 'react'; export interface ExclamationMark64Props extends React.SVGProps { ariaLabel?: string } export default function ExclamationMark64({ ariaLabel, ...props }: ExclamationMark64Props) { return ( ); }