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