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