We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac88962 commit 0182b19Copy full SHA for 0182b19
1 file changed
showcase/shell-docs/src/components/icons/framework-icons.tsx
@@ -111,10 +111,7 @@ const AgnoIcon = wrap(
111
d="M12.8184 0H4.63127V2.9279H10.8196L16.0933 17.2121H19.5L12.8184 0Z"
112
fill="currentColor"
113
/>
114
- <path
115
- d="M8.38314 14.2843H0V17.2122H8.38314V14.2843Z"
116
- fill="currentColor"
117
- />
+ <path d="M8.38314 14.2843H0V17.2122H8.38314V14.2843Z" fill="currentColor" />
118
</>,
119
);
120
@@ -228,10 +225,7 @@ const SpringIcon = wrap(
228
225
/>,
229
226
230
227
231
-const FRAMEWORK_ICONS: Record<
232
- string,
233
- React.ComponentType<IconProps>
234
-> = {
+const FRAMEWORK_ICONS: Record<string, React.ComponentType<IconProps>> = {
235
"langgraph-python": LanggraphIcon,
236
"langgraph-typescript": LanggraphIcon,
237
"langgraph-fastapi": LanggraphIcon,
0 commit comments