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