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