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