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