File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export type IconName =
8989 | "CheckTwice"
9090 | "Download"
9191 | "External"
92+ | "Clock"
9293 | "RecentClock"
9394 | "Power"
9495 | "ReplyArrow"
@@ -1888,6 +1889,17 @@ export const Icons: Record<IconName, IconSrc> = {
18881889 </ >
18891890 ) ,
18901891
1892+ Clock : ( ) => (
1893+ < >
1894+ < path
1895+ d = "M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22V20.5C16.6944 20.5 20.5 16.6944 20.5 12Z"
1896+ fill = "currentColor"
1897+ />
1898+ < rect x = "10" y = "7" width = "2" height = "7" fill = "currentColor" />
1899+ < path d = "M10 14L10 12L17 12L17 14L10 14Z" fill = "currentColor" />
1900+ </ >
1901+ ) ,
1902+
18911903 RecentClock : ( ) => (
18921904 < >
18931905 < path
You can’t perform that action at this time.
0 commit comments