This pull request includes updates to add icons to specific components and ensure consistent icon usage across the codebase. The most important changes include adding the Google icon to the GoogleSearchAPIComponent and GoogleSerperAPIComponent classes, and updating the nodeIconsLucide object to include these components.
src/frontend/src/utils/styleUtils.ts: Updated the nodeIconsLucide object to include GoogleSearchAPI and GoogleSerperAPI components with the GoogleIcon.
This pull request includes updates to add icons to specific components and ensure consistent icon usage across the codebase. The most important changes include adding the
Google
icon to theGoogleSearchAPIComponent
andGoogleSerperAPIComponent
classes, and updating thenodeIconsLucide
object to include these components.Updates to component icons:
src/backend/base/langflow/components/tools/google_search_api.py
: Added theGoogle
icon to theGoogleSearchAPIComponent
class.src/backend/base/langflow/components/tools/google_serper_api.py
: Added theGoogle
icon to theGoogleSerperAPIComponent
class.Updates to icon usage:
src/frontend/src/utils/styleUtils.ts
: Updated thenodeIconsLucide
object to includeGoogleSearchAPI
andGoogleSerperAPI
components with theGoogleIcon
.