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