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