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