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