@untitled-theme/icons-react
Version: 
Untitled UI icons for React
9 lines (8 loc) • 795 B
TypeScript
import * as React from 'react';
interface Lightbulb02IconProps extends React.SVGProps<SVGSVGElement> {
}
/**
 * 
 */
declare const Lightbulb02Icon: React.ForwardRefExoticComponent<Omit<Lightbulb02IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default Lightbulb02Icon;