name: Feature request
about: Suggest an idea for this project
title: 'Add support for IDE (cursor), PowerAutomate, Wokwi, and LangChain logos'
labels: 'enhancement'
assignees: 'narendran-kannan'
Is your feature request related to a problem? Please describe.
When I try to generate badges for IDE (cursor), PowerAutomate, Wokwi, or LangChain using the logo component API (e.g. ?component=logo&logo=langchain), it returns the “Fault in your params” graphic. Although these icons exist in the latest simple-icons package, the current implementation doesn’t recognize them - likely due to an outdated dependency or lookup table.
Describe the solution you’d like
- Upgrade the
simple-icons dependency to the latest version.
- Update the
logoComponent validation logic so that simpleIcons.get(logo) correctly detects and returns SVGs for cursor, powerautomate, wokwi, and langchain.
name: Feature request
about: Suggest an idea for this project
title: 'Add support for IDE (cursor), PowerAutomate, Wokwi, and LangChain logos'
labels: 'enhancement'
assignees: 'narendran-kannan'
Is your feature request related to a problem? Please describe.
When I try to generate badges for IDE (cursor), PowerAutomate, Wokwi, or LangChain using the logo component API (e.g.
?component=logo&logo=langchain), it returns the “Fault in your params” graphic. Although these icons exist in the latestsimple-iconspackage, the current implementation doesn’t recognize them - likely due to an outdated dependency or lookup table.Describe the solution you’d like
simple-iconsdependency to the latest version.logoComponentvalidation logic so thatsimpleIcons.get(logo)correctly detects and returns SVGs forcursor,powerautomate,wokwi, andlangchain.