We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795b19 commit 6389e6aCopy full SHA for 6389e6a
apps/web/src/assets/icons/components/MoreInfo.tsx
@@ -9,8 +9,16 @@ const MoreInfo = ({ width = 48, height = 48 }: IconProps) => {
9
viewBox="0 0 48 48"
10
fill="none"
11
>
12
- <rect width="48" height="48" fill="#fff" rx="24" />
13
- <rect width="48" height="48" stroke="#E4E6EB" strokeWidth="1.5" rx="24" />
+ <rect width="47" height="47" x="0.5" y="0.5" fill="#fff" rx="23.5" />
+ <rect
14
+ width="47"
15
+ height="47"
16
+ x="0.5"
17
+ y="0.5"
18
+ stroke="#E4E6EB"
19
+ strokeWidth="1"
20
+ rx="23.5"
21
+ />
22
<circle
23
cx="30.919"
24
cy="23.998"
0 commit comments