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