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