@tant/icons 0.1.17 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.d.ts +267 -191
- package/dist/juuust-react-icon.cjs.js +7373 -1377
- package/dist/juuust-react-icon.esm.js +7258 -1338
- package/package.json +2 -2
package/dist/icons.d.ts
CHANGED
|
@@ -7,217 +7,293 @@
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
type Icon = ComponentType<Props>;
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const ChartsSqltable: Icon;
|
|
18
|
-
export const ChartComplex: Icon;
|
|
19
|
-
export const ChartStacked: Icon;
|
|
20
|
-
export const ChartStacken: Icon;
|
|
21
|
-
export const ChartCum: Icon;
|
|
22
|
-
export const ChartTable: Icon;
|
|
23
|
-
export const ChartPie: Icon;
|
|
24
|
-
export const ChartDNRe: Icon;
|
|
25
|
-
export const ChartDRe: Icon;
|
|
26
|
-
export const Password: Icon;
|
|
27
|
-
export const UserSettings: Icon;
|
|
28
|
-
export const Logout: Icon;
|
|
29
|
-
export const User2: Icon;
|
|
30
|
-
export const User1: Icon;
|
|
31
|
-
export const DropDown: Icon;
|
|
32
|
-
export const DropUp: Icon;
|
|
33
|
-
export const Search: Icon;
|
|
34
|
-
export const Book: Icon;
|
|
35
|
-
export const Copy: Icon;
|
|
36
|
-
export const Detail: Icon;
|
|
37
|
-
export const Delete1: Icon;
|
|
10
|
+
export const SSpace: Icon;
|
|
11
|
+
export const Project: Icon;
|
|
12
|
+
export const Space: Icon;
|
|
13
|
+
export const SpaceOpen: Icon;
|
|
14
|
+
export const Folder: Icon;
|
|
15
|
+
export const FolderOpen: Icon;
|
|
16
|
+
export const Dashboard: Icon;
|
|
38
17
|
export const Card: Icon;
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
18
|
+
export const DashboardMgr: Icon;
|
|
19
|
+
export const ProjectMgr: Icon;
|
|
20
|
+
export const Usertag: Icon;
|
|
21
|
+
export const UPropMgr: Icon;
|
|
22
|
+
export const EventMgr: Icon;
|
|
23
|
+
export const EventPropMgr: Icon;
|
|
24
|
+
export const VProperty: Icon;
|
|
25
|
+
export const Sql1: Icon;
|
|
26
|
+
export const Sql2: Icon;
|
|
27
|
+
export const Sql3: Icon;
|
|
28
|
+
export const MEvent: Icon;
|
|
29
|
+
export const MRetention: Icon;
|
|
30
|
+
export const MFunnel: Icon;
|
|
31
|
+
export const MDistribution: Icon;
|
|
32
|
+
export const MInterval: Icon;
|
|
33
|
+
export const MFlow: Icon;
|
|
34
|
+
export const MSql: Icon;
|
|
35
|
+
export const UTag: Icon;
|
|
36
|
+
export const MProperty: Icon;
|
|
37
|
+
export const UGroup: Icon;
|
|
38
|
+
export const User1: Icon;
|
|
39
|
+
export const User1Fill: Icon;
|
|
40
|
+
export const User2: Icon;
|
|
41
|
+
export const UserSettings: Icon;
|
|
42
|
+
export const GroupA2b: Icon;
|
|
43
|
+
export const Group: Icon;
|
|
44
|
+
export const GroupFill: Icon;
|
|
45
|
+
export const GroupFill2: Icon;
|
|
46
|
+
export const GroupAddFill: Icon;
|
|
47
|
+
export const UserAddFill: Icon;
|
|
48
|
+
export const UploadId: Icon;
|
|
49
|
+
export const IdFreeze: Icon;
|
|
50
|
+
export const Education: Icon;
|
|
51
|
+
export const EducationFill: Icon;
|
|
52
|
+
export const Game: Icon;
|
|
53
|
+
export const GameFill: Icon;
|
|
54
|
+
export const Shop: Icon;
|
|
55
|
+
export const ShopFill: Icon;
|
|
56
|
+
export const Earth: Icon;
|
|
57
|
+
export const TdLogo: Icon;
|
|
58
|
+
export const Language: Icon;
|
|
59
|
+
export const Calendar: Icon;
|
|
60
|
+
export const Server: Icon;
|
|
67
61
|
export const Desktop: Icon;
|
|
68
|
-
export const
|
|
69
|
-
export const Processing: Icon;
|
|
62
|
+
export const Demo: Icon;
|
|
70
63
|
export const Cellphone: Icon;
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
76
|
-
export const
|
|
77
|
-
export const Language: Icon;
|
|
64
|
+
export const Landscape: Icon;
|
|
65
|
+
export const Email: Icon;
|
|
66
|
+
export const Clock: Icon;
|
|
67
|
+
export const Password: Icon;
|
|
68
|
+
export const ResetPassword: Icon;
|
|
69
|
+
export const Private: Icon;
|
|
78
70
|
export const Bell: Icon;
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
71
|
+
export const Logout: Icon;
|
|
72
|
+
export const Speed: Icon;
|
|
73
|
+
export const Mfa: Icon;
|
|
74
|
+
export const Tracking: Icon;
|
|
75
|
+
export const Forewarning: Icon;
|
|
76
|
+
export const SystemMgr: Icon;
|
|
77
|
+
export const Pattern: Icon;
|
|
78
|
+
export const Debug: Icon;
|
|
79
|
+
export const Live: Icon;
|
|
86
80
|
export const Plug: Icon;
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
91
|
-
export const
|
|
92
|
-
export const
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
95
|
-
export const
|
|
96
|
-
export const ArrowDown: Icon;
|
|
97
|
-
export const ArrowUp: Icon;
|
|
98
|
-
export const DArrowR: Icon;
|
|
99
|
-
export const DArrowL: Icon;
|
|
100
|
-
export const DArrowB: Icon;
|
|
101
|
-
export const DArrowT: Icon;
|
|
102
|
-
export const Server: Icon;
|
|
103
|
-
export const FullDownload: Icon;
|
|
104
|
-
export const Backup: Icon;
|
|
105
|
-
export const Play: Icon;
|
|
106
|
-
export const Format: Icon;
|
|
107
|
-
export const Index: Icon;
|
|
108
|
-
export const Expression: Icon;
|
|
81
|
+
export const Application: Icon;
|
|
82
|
+
export const Gift: Icon;
|
|
83
|
+
export const Usb: Icon;
|
|
84
|
+
export const Location: Icon;
|
|
85
|
+
export const ShieldCheck: Icon;
|
|
86
|
+
export const ShieldCross: Icon;
|
|
87
|
+
export const ShieldKeyhole: Icon;
|
|
88
|
+
export const Analysis: Icon;
|
|
89
|
+
export const Filter: Icon;
|
|
109
90
|
export const Filter2: Icon;
|
|
91
|
+
export const ParallelFilter: Icon;
|
|
92
|
+
export const Expression: Icon;
|
|
93
|
+
export const Expression2: Icon;
|
|
110
94
|
export const FirstLast: Icon;
|
|
111
95
|
export const RelatedProp: Icon;
|
|
112
|
-
export const
|
|
96
|
+
export const SortRise: Icon;
|
|
97
|
+
export const SortDrop: Icon;
|
|
98
|
+
export const Ascent: Icon;
|
|
99
|
+
export const Descent: Icon;
|
|
100
|
+
export const SortA2z: Icon;
|
|
113
101
|
export const SortZ2a: Icon;
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const Convert: Icon;
|
|
117
|
-
export const Filter: Icon;
|
|
118
|
-
export const Code: Icon;
|
|
119
|
-
export const EventTree: Icon;
|
|
120
|
-
export const Result: Icon;
|
|
121
|
-
export const GA2b: Icon;
|
|
122
|
-
export const DisplayS: Icon;
|
|
102
|
+
export const Sort: Icon;
|
|
103
|
+
export const Index: Icon;
|
|
123
104
|
export const TA2b: Icon;
|
|
124
105
|
export const TX2y: Icon;
|
|
125
|
-
export const Sql3: Icon;
|
|
126
|
-
export const Sql2: Icon;
|
|
127
106
|
export const Parameter: Icon;
|
|
128
107
|
export const Groups: Icon;
|
|
129
|
-
export const
|
|
130
|
-
export const History: Icon;
|
|
131
|
-
export const CustomPartition: Icon;
|
|
132
|
-
export const Project: Icon;
|
|
108
|
+
export const EventTree: Icon;
|
|
133
109
|
export const Split: Icon;
|
|
134
|
-
export const
|
|
110
|
+
export const CustomPartition: Icon;
|
|
111
|
+
export const Result: Icon;
|
|
112
|
+
export const Alert: Icon;
|
|
113
|
+
export const ViewOriginal: Icon;
|
|
114
|
+
export const Attribution: Icon;
|
|
115
|
+
export const Cost: Icon;
|
|
116
|
+
export const Exposure: Icon;
|
|
117
|
+
export const Indicator: Icon;
|
|
118
|
+
export const OperatorEqual: Icon;
|
|
119
|
+
export const OperatorUnequal: Icon;
|
|
120
|
+
export const OperatorDivide: Icon;
|
|
121
|
+
export const OperatorNoValue: Icon;
|
|
122
|
+
export const OperatorHasValue: Icon;
|
|
123
|
+
export const OperatorInside: Icon;
|
|
124
|
+
export const OperatorInclude: Icon;
|
|
125
|
+
export const OperatorNotInclude: Icon;
|
|
126
|
+
export const OperatorLess: Icon;
|
|
127
|
+
export const OperatorNoBigger: Icon;
|
|
128
|
+
export const OperatorBigger: Icon;
|
|
129
|
+
export const OperatorNoLess: Icon;
|
|
130
|
+
export const OperatorTrue: Icon;
|
|
131
|
+
export const OperatorFalse: Icon;
|
|
132
|
+
export const OperatorRegex: Icon;
|
|
133
|
+
export const OperatorNoRegex: Icon;
|
|
134
|
+
export const LogoDingding: Icon;
|
|
135
|
+
export const LogoDingdingGray: Icon;
|
|
136
|
+
export const LogoWecom: Icon;
|
|
137
|
+
export const LogoWecomGray: Icon;
|
|
138
|
+
export const LogoWechat: Icon;
|
|
139
|
+
export const LogoWechatGray: Icon;
|
|
140
|
+
export const LogoFeishu: Icon;
|
|
141
|
+
export const LogoKing: Icon;
|
|
142
|
+
export const Info: Icon;
|
|
143
|
+
export const Help: Icon;
|
|
144
|
+
export const History: Icon;
|
|
145
|
+
export const Backup: Icon;
|
|
146
|
+
export const Error: Icon;
|
|
147
|
+
export const ErrorFill: Icon;
|
|
148
|
+
export const Error2: Icon;
|
|
149
|
+
export const Error2Fill: Icon;
|
|
150
|
+
export const Success: Icon;
|
|
151
|
+
export const SuccessFill: Icon;
|
|
152
|
+
export const Delete2: Icon;
|
|
153
|
+
export const Delete2Fill: Icon;
|
|
154
|
+
export const Exchange: Icon;
|
|
155
|
+
export const SwapFill: Icon;
|
|
156
|
+
export const Processing: Icon;
|
|
157
|
+
export const Processing2: Icon;
|
|
158
|
+
export const Done: Icon;
|
|
159
|
+
export const Close: Icon;
|
|
160
|
+
export const StarOutline: Icon;
|
|
161
|
+
export const StarFill: Icon;
|
|
162
|
+
export const TimeLock: Icon;
|
|
163
|
+
export const Heart: Icon;
|
|
164
|
+
export const Bookmark: Icon;
|
|
165
|
+
export const Bookmark2: Icon;
|
|
166
|
+
export const LockClose: Icon;
|
|
167
|
+
export const LockCloseFill: Icon;
|
|
168
|
+
export const LockOpen: Icon;
|
|
169
|
+
export const LockOpenFill: Icon;
|
|
170
|
+
export const EyeOn: Icon;
|
|
171
|
+
export const EyeOnFill: Icon;
|
|
172
|
+
export const EyeOff: Icon;
|
|
173
|
+
export const EyeOffFill: Icon;
|
|
174
|
+
export const Dot: Icon;
|
|
135
175
|
export const Anchor: Icon;
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
140
|
-
export const
|
|
141
|
-
export const
|
|
142
|
-
export const
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
154
|
-
export const
|
|
176
|
+
export const ChartLine: Icon;
|
|
177
|
+
export const ChartBar: Icon;
|
|
178
|
+
export const ChartCum: Icon;
|
|
179
|
+
export const ChartPie: Icon;
|
|
180
|
+
export const ChartDNRe: Icon;
|
|
181
|
+
export const ChartDRe: Icon;
|
|
182
|
+
export const ChartFunnel: Icon;
|
|
183
|
+
export const ChartInterval: Icon;
|
|
184
|
+
export const ChartStack: Icon;
|
|
185
|
+
export const ChartStackn: Icon;
|
|
186
|
+
export const ChartStackPerc: Icon;
|
|
187
|
+
export const ChartComplex: Icon;
|
|
188
|
+
export const ChartHistogram: Icon;
|
|
189
|
+
export const ChartTable: Icon;
|
|
190
|
+
export const ChartFieldlist: Icon;
|
|
191
|
+
export const Table1dtable: Icon;
|
|
192
|
+
export const ChartSqltable: Icon;
|
|
193
|
+
export const ChartCombinedTable: Icon;
|
|
194
|
+
export const ChartDistTable: Icon;
|
|
195
|
+
export const ChartBarTable: Icon;
|
|
196
|
+
export const ChartLineTable: Icon;
|
|
197
|
+
export const Play: Icon;
|
|
198
|
+
export const Config: Icon;
|
|
199
|
+
export const Setting: Icon;
|
|
200
|
+
export const Search: Icon;
|
|
201
|
+
export const Copy: Icon;
|
|
202
|
+
export const Copy2: Icon;
|
|
203
|
+
export const Format: Icon;
|
|
204
|
+
export const Code: Icon;
|
|
205
|
+
export const Edit: Icon;
|
|
206
|
+
export const EditFill: Icon;
|
|
207
|
+
export const Delete1: Icon;
|
|
208
|
+
export const Save: Icon;
|
|
209
|
+
export const Send: Icon;
|
|
210
|
+
export const Fullscreen: Icon;
|
|
211
|
+
export const ArrowLeftDown: Icon;
|
|
212
|
+
export const Link: Icon;
|
|
213
|
+
export const Unlink: Icon;
|
|
155
214
|
export const MenuUnfold: Icon;
|
|
156
215
|
export const MenuFold: Icon;
|
|
157
|
-
export const
|
|
158
|
-
export const
|
|
159
|
-
export const
|
|
216
|
+
export const List: Icon;
|
|
217
|
+
export const ListNested: Icon;
|
|
218
|
+
export const DoubleList: Icon;
|
|
160
219
|
export const Download: Icon;
|
|
161
|
-
export const
|
|
162
|
-
export const
|
|
163
|
-
export const
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
export const
|
|
167
|
-
export const
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
220
|
+
export const FullDownload: Icon;
|
|
221
|
+
export const Export: Icon;
|
|
222
|
+
export const Import: Icon;
|
|
223
|
+
export const Add1: Icon;
|
|
224
|
+
export const Add2: Icon;
|
|
225
|
+
export const Add3: Icon;
|
|
226
|
+
export const Add3Fill: Icon;
|
|
227
|
+
export const Subtract: Icon;
|
|
228
|
+
export const Subtract2: Icon;
|
|
229
|
+
export const Update: Icon;
|
|
171
230
|
export const Report: Icon;
|
|
172
231
|
export const ReportRemoval: Icon;
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const GroupAdd: Icon;
|
|
199
|
-
export const 用户群: Icon;
|
|
200
|
-
export const PersonAddAlt124px1: Icon;
|
|
201
|
-
export const User: Icon;
|
|
202
|
-
export const Edit: Icon;
|
|
203
|
-
export const Education: Icon;
|
|
204
|
-
export const Game: Icon;
|
|
205
|
-
export const Shop: Icon;
|
|
206
|
-
export const File: Icon;
|
|
207
|
-
export const StarFill: Icon;
|
|
208
|
-
export const SwapFill: Icon;
|
|
209
|
-
export const Event: Icon;
|
|
210
|
-
export const EProperty: Icon;
|
|
211
|
-
export const VProperty: Icon;
|
|
212
|
-
export const UProperty: Icon;
|
|
213
|
-
export const UGroup: Icon;
|
|
214
|
-
export const UTag: Icon;
|
|
215
|
-
export const All: Icon;
|
|
216
|
-
export const Calendar: Icon;
|
|
217
|
-
export const String: Icon;
|
|
218
|
-
export const Num: Icon;
|
|
219
|
-
export const Time: Icon;
|
|
232
|
+
export const FileAdd: Icon;
|
|
233
|
+
export const FileRemove: Icon;
|
|
234
|
+
export const FileExport: Icon;
|
|
235
|
+
export const FileMove: Icon;
|
|
236
|
+
export const FileImport: Icon;
|
|
237
|
+
export const FileInfo: Icon;
|
|
238
|
+
export const FileConvert: Icon;
|
|
239
|
+
export const FileLock: Icon;
|
|
240
|
+
export const Detail: Icon;
|
|
241
|
+
export const MessageCenter: Icon;
|
|
242
|
+
export const SystemMsg: Icon;
|
|
243
|
+
export const Comment: Icon;
|
|
244
|
+
export const Book: Icon;
|
|
245
|
+
export const Book2: Icon;
|
|
246
|
+
export const FilePdf: Icon;
|
|
247
|
+
export const Sticker: Icon;
|
|
248
|
+
export const StickerFill: Icon;
|
|
249
|
+
export const EventSm: Icon;
|
|
250
|
+
export const EPropertySm: Icon;
|
|
251
|
+
export const UPropertySm: Icon;
|
|
252
|
+
export const UGroupSm: Icon;
|
|
253
|
+
export const UTagSm: Icon;
|
|
254
|
+
export const AllSm: Icon;
|
|
255
|
+
export const CalendarSm: Icon;
|
|
256
|
+
export const GroupAddSm: Icon;
|
|
220
257
|
export const Boolean: Icon;
|
|
221
|
-
export const
|
|
258
|
+
export const ListSm: Icon;
|
|
222
259
|
export const ArrayRows: Icon;
|
|
223
260
|
export const Rows: Icon;
|
|
261
|
+
export const VPropertySm: Icon;
|
|
262
|
+
export const String: Icon;
|
|
263
|
+
export const Num: Icon;
|
|
264
|
+
export const Time: Icon;
|
|
265
|
+
export const ArrowLeft: Icon;
|
|
266
|
+
export const ArrowRight: Icon;
|
|
267
|
+
export const ArrowUp: Icon;
|
|
268
|
+
export const ArrowDown: Icon;
|
|
269
|
+
export const ArrowLeft2: Icon;
|
|
270
|
+
export const ArrowRight2: Icon;
|
|
271
|
+
export const ArrowUp2: Icon;
|
|
272
|
+
export const ArrowDown2: Icon;
|
|
273
|
+
export const TriLeft: Icon;
|
|
274
|
+
export const TriRight: Icon;
|
|
275
|
+
export const TriUp: Icon;
|
|
276
|
+
export const TriDown: Icon;
|
|
277
|
+
export const DArrowL: Icon;
|
|
278
|
+
export const DArrowR: Icon;
|
|
279
|
+
export const DArrowT: Icon;
|
|
280
|
+
export const DArrowB: Icon;
|
|
281
|
+
export const DropDown: Icon;
|
|
282
|
+
export const DropUp: Icon;
|
|
283
|
+
export const More1: Icon;
|
|
284
|
+
export const More2: Icon;
|
|
285
|
+
export const Drag: Icon;
|
|
286
|
+
export const Drag2: Icon;
|
|
287
|
+
export const External: Icon;
|
|
288
|
+
export const DisplayS: Icon;
|
|
289
|
+
export const Share: Icon;
|
|
290
|
+
export const Placeholder: Icon;
|
|
291
|
+
export const PicAnalytics: Icon;
|
|
292
|
+
export const PicTracking: Icon;
|
|
293
|
+
export const PicValidation: Icon;
|
|
294
|
+
export const PicChart: Icon;
|
|
295
|
+
export const PicLoading: Icon;
|
|
296
|
+
export const PicHistory: Icon;
|
|
297
|
+
export const PicData: Icon;
|
|
298
|
+
export const PicEmptyData: Icon;
|
|
299
|
+
export const PicEmptyContent: Icon;
|