Skip to content

Commit 3e27fe9

Browse files
committed
Adds a new windows key icon
1 parent 225eae8 commit 3e27fe9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/webapp/app/assets/icons/KeyboardWindowsIcon.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ export function KeyboardWindowsIcon({ className }: { className?: string }) {
22
return (
33
<svg
44
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"
88
fill="none"
99
xmlns="http://www.w3.org/2000/svg"
1010
>
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" />
1515
</svg>
1616
);
1717
}

0 commit comments

Comments
 (0)