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