File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
apps/webapp/app/assets/icons Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ export function KeyboardWindowsIcon({ className }: { className?: string }) {
2
2
return (
3
3
< svg
4
4
className = { className }
5
- width = "24 "
6
- height = "24 "
7
- viewBox = "0 0 24 24 "
5
+ width = "12 "
6
+ height = "16 "
7
+ viewBox = "0 0 12 16 "
8
8
fill = "none"
9
9
xmlns = "http://www.w3.org/2000/svg"
10
10
>
11
- < rect x = "5.5 " y = "5.5 " width = "6 " height = "6 " fill = "currentColor" />
12
- < rect x = "12.5 " y = "5.5 " width = "6 " height = "6 " fill = "currentColor" />
13
- < rect x = "5.5 " y = "12.5 " width = "6 " height = "6 " fill = "currentColor" />
14
- < rect x = "12.5 " y = "12.5 " width = "6 " height = "6 " fill = "currentColor" />
11
+ < rect x = "1.66666 " y = "3.66663 " width = "4 " height = "4 " fill = "currentColor" />
12
+ < rect x = "6.33334 " y = "3.66663 " width = "4 " height = "4 " fill = "currentColor" />
13
+ < rect x = "1.66666 " y = "8.33337 " width = "4 " height = "4 " fill = "currentColor" />
14
+ < rect x = "6.33334 " y = "8.33337 " width = "4 " height = "4 " fill = "currentColor" />
15
15
</ svg >
16
16
) ;
17
17
}
You can’t perform that action at this time.
0 commit comments