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