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 }) {
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}
You can’t perform that action at this time.
0 commit comments