Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/agent-gateway/web/src/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Clock3Source from "~icons/lucide/clock-3";
import CloudSource from "~icons/lucide/cloud";
import CopySource from "~icons/lucide/copy";
import CpuSource from "~icons/lucide/cpu";
import DownloadSource from "~icons/lucide/download";
import Edit3Source from "~icons/lucide/pen-line";
import ExternalLinkSource from "~icons/lucide/external-link";
import EyeSource from "~icons/lucide/eye";
Expand Down Expand Up @@ -138,6 +139,7 @@ export const Clock3 = createIcon(Clock3Source);
export const Cloud = createIcon(CloudSource);
export const Copy = createIcon(CopySource);
export const Cpu = createIcon(CpuSource);
export const Download = createIcon(DownloadSource);
export const Edit3 = createIcon(Edit3Source);
export const ExternalLink = createIcon(ExternalLinkSource);
export const Eye = createIcon(EyeSource);
Expand Down
Loading
Loading