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