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