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