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