import * as React from "react"; function LightBulbIcon(props: React.SVGProps) { return ; } export default LightBulbIcon;