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