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