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