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