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