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