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