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