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