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