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