Skip to content

Commit f1896e8

Browse files
committed
Prettier in cursor.jsx
1 parent 95b4420 commit f1896e8

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed
Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
import Icon from "../icon.jsx";
22

33
export default function Cursor(props) {
4-
return (
5-
<Icon {...props}>
6-
<path d="M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z" fill="#888" />
7-
<path d="M22.35 18V6L11.925 0v12l10.425 6z" fill="#222" />
8-
<path d="M11.925 0L1.5 6v12l10.425-6V0z" fill="#888" />
9-
<path d="M22.35 6L11.925 24V12L22.35 6z" fill="#222" />
10-
<path d="M22.35 6l-10.425 6L1.5 6h20.85z" fill="#fff" />
11-
<path d="M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z" fill="none" stroke="#000" strokeWidth="0.5" />
12-
<path d="M22.35 18V6L11.925 0v12l10.425 6z" fill="none" stroke="#000" strokeWidth="0.5" />
13-
<path d="M11.925 0L1.5 6v12l10.425-6V0z" fill="none" stroke="#000" strokeWidth="0.5" />
14-
</Icon>
15-
);
16-
}
4+
return (
5+
<Icon {...props}>
6+
<path d="M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z" fill="#888" />
7+
<path d="M22.35 18V6L11.925 0v12l10.425 6z" fill="#222" />
8+
<path d="M11.925 0L1.5 6v12l10.425-6V0z" fill="#888" />
9+
<path d="M22.35 6L11.925 24V12L22.35 6z" fill="#222" />
10+
<path d="M22.35 6l-10.425 6L1.5 6h20.85z" fill="#fff" />
11+
<path
12+
d="M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z"
13+
fill="none"
14+
stroke="#000"
15+
strokeWidth="0.5"
16+
/>
17+
<path
18+
d="M22.35 18V6L11.925 0v12l10.425 6z"
19+
fill="none"
20+
stroke="#000"
21+
strokeWidth="0.5"
22+
/>
23+
<path
24+
d="M11.925 0L1.5 6v12l10.425-6V0z"
25+
fill="none"
26+
stroke="#000"
27+
strokeWidth="0.5"
28+
/>
29+
</Icon>
30+
);
31+
}

0 commit comments

Comments
 (0)