-
Notifications
You must be signed in to change notification settings - Fork 3
/
icons.json
125 lines (125 loc) · 2.29 KB
/
icons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"version": "0.0.10",
"files": [
{
"name": "turf-along",
"svg": "turf-along.svg"
},
{
"name": "turf-bbox-polygon",
"svg": "turf-bbox-polygon.svg"
},
{
"name": "turf-bezier",
"svg": "turf-bezier.svg"
},
{
"name": "turf-buffer",
"svg": "turf-buffer.svg"
},
{
"name": "turf-center",
"svg": "turf-center.svg"
},
{
"name": "turf-centroid",
"svg": "turf-centroid.svg"
},
{
"name": "turf-concave",
"svg": "turf-concave.svg"
},
{
"name": "turf-convex",
"svg": "turf-convex.svg"
},
{
"name": "turf-destination",
"svg": "turf-destination.svg"
},
{
"name": "turf-envelope",
"svg": "turf-envelope.svg"
},
{
"name": "turf-erased",
"svg": "turf-erased.svg"
},
{
"name": "turf-explode",
"svg": "turf-explode.svg"
},
{
"name": "turf-extent",
"svg": "turf-extent.svg"
},
{
"name": "turf-intersect",
"svg": "turf-intersect.svg"
},
{
"name": "turf-kinks",
"svg": "turf-kinks.svg"
},
{
"name": "turf-line-slice",
"svg": "turf-line-slice.svg"
},
{
"name": "turf-merge",
"svg": "turf-merge.svg"
},
{
"name": "turf-midpoint",
"svg": "turf-midpoint.svg"
},
{
"name": "turf-point-grid",
"svg": "turf-point-grid.svg"
},
{
"name": "turf-point-on-line",
"svg": "turf-point-on-line.svg"
},
{
"name": "turf-point-on-surface",
"svg": "turf-point-on-surface.svg"
},
{
"name": "turf-simplify",
"svg": "turf-simplify.svg"
},
{
"name": "turf-size",
"svg": "turf-size.svg"
},
{
"name": "turf-square-grid",
"svg": "turf-square-grid.svg"
},
{
"name": "turf-square",
"svg": "turf-square.svg"
},
{
"name": "turf-tin",
"svg": "turf-tin.svg"
},
{
"name": "turf-triangle-grid",
"svg": "turf-triangle-grid.svg"
},
{
"name": "turf-union",
"svg": "turf-union.svg"
},
{
"name": "ui-earth-east",
"svg": "ui-earth-east.svg"
},
{
"name": "ui-earth-west",
"svg": "ui-earth-west.svg"
}
]
}