File tree Expand file tree Collapse file tree 1 file changed +28
-13
lines changed
lib/components/icons/library Expand file tree Collapse file tree 1 file changed +28
-13
lines changed Original file line number Diff line number Diff line change 1
1
import Icon from "../icon.jsx" ;
2
2
3
3
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
+ }
You can’t perform that action at this time.
0 commit comments