Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit f3c5e18

Browse files
authored
docs: fix backup icon (#22)
* docs: fix backup icon Signed-off-by: 浮心物语 <[email protected]> * Update HistoryAlt.tsx Signed-off-by: 浮心物语 <[email protected]> --------- Signed-off-by: 浮心物语 <[email protected]>
1 parent 38517e4 commit f3c5e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Icons/HistoryAlt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { SVGProps } from "react";
22

33
export function UilHistoryAlt(props: SVGProps<SVGSVGElement>) {
44
return (
5-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.44,2A10,10,0,0,0,4.56,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.06a1,1,0,0,0,0-2H5.66A8,8,0,1,1,11.44,20a1,1,0,1,0,0,2,10,10,0,1,0,0-20Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2h-1V9A1,1,0,0,0,11.44,8Z"/></svg>
5+
<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M11.44 2a10 10 0 0 0-6.88 2.77V3a1 1 0 0 0-2 0v4.5a1 1 0 0 0 1 1h4.5a1 1 0 0 0 0-2h-2.4A8 8 0 1 1 11.44 20a1 1 0 1 0 0 2a10 10 0 1 0 0-20Zm0 6a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2h-1V9a1 1 0 0 0-1-1Z"></path></svg>
66
)
7-
}
7+
}

0 commit comments

Comments
 (0)