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