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