Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): add new icons in launchpad #1439

Merged
merged 13 commits into from
Oct 17, 2024
5 changes: 5 additions & 0 deletions .changeset/stale-ads-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/icons": patch
---

add ai config icons
21 changes: 20 additions & 1 deletion packages/icons/src/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/icons/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const icons = [
'analyze',
'animal-cat',
'animal-turtle',
'anthropic',
tiffanylphan marked this conversation as resolved.
Show resolved Hide resolved
'api',
'application',
'application-plus',
Expand Down Expand Up @@ -96,6 +97,7 @@ const icons = [
'cloud-search',
'code-circle',
'code-circle-outline',
'coins',
'compass',
'compass-outline',
'confetti',
Expand Down Expand Up @@ -139,6 +141,7 @@ const icons = [
'forward',
'gear',
'gear-outline',
'gemini',
'globe',
'globe-check',
'graduation-cap',
Expand Down Expand Up @@ -174,6 +177,8 @@ const icons = [
'map-check',
'map-code',
'map-search',
'markdown',
'markdown-off',
'menu',
'metric-funnel',
'metric-group',
Expand All @@ -191,6 +196,7 @@ const icons = [
'notifications-outline',
'notifications-off',
'notifications-tilt',
'openai',
'osmo',
'package',
'package-outline',
Expand Down Expand Up @@ -256,17 +262,21 @@ const icons = [
'swap-vertical',
'sync',
'tag',
'temperature',
'terminal',
'text-box-search',
'theme-dark',
'theme-light',
'thumb-down-outline',
'thumb-up',
'thumb-up-outline',
'timeline-text',
'toggle-bolt',
'toggle-off',
'toggle-on',
'toggle-stack',
'tools',
'topology-star-3',
tiffanylphan marked this conversation as resolved.
Show resolved Hide resolved
'triangle-square-circle',
'visibility',
'visibility-off',
Expand Down
Loading