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