diff --git a/src/components/icon/Icons.tsx b/src/components/icon/Icons.tsx index 28580fe..e96a160 100644 --- a/src/components/icon/Icons.tsx +++ b/src/components/icon/Icons.tsx @@ -89,6 +89,7 @@ export type IconName = | "CheckTwice" | "Download" | "External" + | "Clock" | "RecentClock" | "Power" | "ReplyArrow" @@ -1888,6 +1889,17 @@ export const Icons: Record = { ), + Clock: () => ( + <> + + + + + ), + RecentClock: () => ( <>