File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/webapp/app/assets/icons Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ export function ClockRotateLeftIcon({ className }: { className?: string }) {
44 < path
55 d = "M4.01784 10.9999C4.27072 9.07068 5.21806 7.29972 6.68252 6.01856C8.14697 4.73741 10.0282 4.03389 11.9739 4.03971C13.9197 4.04553 15.7966 4.76028 17.2534 6.05017C18.7101 7.34006 19.6469 9.11666 19.8882 11.0474C20.1296 12.9781 19.659 14.9306 18.5645 16.5394C17.4701 18.1482 15.8268 19.303 13.9424 19.7876C12.0579 20.2722 10.0615 20.0534 8.32671 19.1721C6.59196 18.2909 5.23784 16.8076 4.51784 14.9999M4.01784 19.9999L4.01784 14.9999L9.01784 14.9999"
66 stroke = "currentColor"
7- stroke-width = "2"
8- stroke-linecap = "round"
9- stroke-linejoin = "round"
7+ strokeWidth = "2"
8+ strokeLinecap = "round"
9+ strokeLinejoin = "round"
1010 />
11- < path d = "M12 12L12 8" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" />
12- < path d = "M12 12L14 14" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" />
11+ < path d = "M12 12L12 8" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" />
12+ < path d = "M12 12L14 14" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" />
1313 </ svg >
1414 ) ;
1515}
You can’t perform that action at this time.
0 commit comments