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