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