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