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 5838516 commit a795b19Copy full SHA for a795b19
apps/web/src/assets/icons/components/MoreInfo.tsx
@@ -9,16 +9,8 @@ const MoreInfo = ({ width = 48, height = 48 }: IconProps) => {
9
viewBox="0 0 48 48"
10
fill="none"
11
>
12
- <rect width="46.5" height="46.5" x=".75" y=".75" fill="#fff" rx="23.25" />
13
- <rect
14
- width="46.5"
15
- height="46.5"
16
- x=".75"
17
- y=".75"
18
- stroke="#E4E6EB"
19
- strokeWidth="1.5"
20
- rx="23.25"
21
- />
+ <rect width="48" height="48" fill="#fff" rx="24" />
+ <rect width="48" height="48" stroke="#E4E6EB" strokeWidth="1.5" rx="24" />
22
<circle
23
cx="30.919"
24
cy="23.998"
0 commit comments