@urbicon-ui/design-content 6.1.8
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/README.md +54 -0
- package/content/auth/components/account-settings/llm.txt +33 -0
- package/content/auth/components/forgot-password-page/llm.txt +25 -0
- package/content/auth/components/invitation-manager/llm.txt +28 -0
- package/content/auth/components/login-page/llm.txt +34 -0
- package/content/auth/components/notification-badge/llm.txt +21 -0
- package/content/auth/components/notification-center/llm.txt +33 -0
- package/content/auth/components/notification-listener/llm.txt +24 -0
- package/content/auth/components/passkey-manager/llm.txt +27 -0
- package/content/auth/components/push-permission-prompt/llm.txt +32 -0
- package/content/auth/components/register-page/llm.txt +35 -0
- package/content/auth/components/reset-password-page/llm.txt +26 -0
- package/content/auth/components/session-manager/llm.txt +32 -0
- package/content/auth/components/two-factor-manager/llm.txt +40 -0
- package/content/auth/components/verify-email-page/llm.txt +25 -0
- package/content/blocks/components/area-chart/llm.txt +46 -0
- package/content/blocks/components/bar-chart/llm.txt +44 -0
- package/content/blocks/components/calendar/llm.txt +105 -0
- package/content/blocks/components/chart-frame/llm.txt +38 -0
- package/content/blocks/components/command-palette/llm.txt +60 -0
- package/content/blocks/components/composition-bar/llm.txt +69 -0
- package/content/blocks/components/currency-input/llm.txt +65 -0
- package/content/blocks/components/date-picker/llm.txt +90 -0
- package/content/blocks/components/donut-chart/llm.txt +45 -0
- package/content/blocks/components/empty-state/llm.txt +43 -0
- package/content/blocks/components/file-upload/llm.txt +76 -0
- package/content/blocks/components/guide/llm.txt +49 -0
- package/content/blocks/components/guide-article/llm.txt +30 -0
- package/content/blocks/components/guide-beacon/llm.txt +38 -0
- package/content/blocks/components/guide-hint/llm.txt +41 -0
- package/content/blocks/components/guide-marker/llm.txt +36 -0
- package/content/blocks/components/guide-mention/llm.txt +31 -0
- package/content/blocks/components/guide-panel/llm.txt +42 -0
- package/content/blocks/components/guide-provider/llm.txt +31 -0
- package/content/blocks/components/line-chart/llm.txt +45 -0
- package/content/blocks/components/locale-switcher/llm.txt +44 -0
- package/content/blocks/components/planner/llm.txt +68 -0
- package/content/blocks/components/sankey/llm.txt +72 -0
- package/content/blocks/components/sidebar-layout/llm.txt +87 -0
- package/content/blocks/components/sparkline/llm.txt +33 -0
- package/content/blocks/components/theme-switcher/llm.txt +40 -0
- package/content/blocks/primitives/accordion/llm.txt +57 -0
- package/content/blocks/primitives/alert/llm.txt +54 -0
- package/content/blocks/primitives/avatar/llm.txt +61 -0
- package/content/blocks/primitives/badge/llm.txt +60 -0
- package/content/blocks/primitives/breadcrumb/llm.txt +47 -0
- package/content/blocks/primitives/button/llm.txt +80 -0
- package/content/blocks/primitives/button-group/llm.txt +65 -0
- package/content/blocks/primitives/card/llm.txt +68 -0
- package/content/blocks/primitives/checkbox/llm.txt +61 -0
- package/content/blocks/primitives/collapsible/llm.txt +66 -0
- package/content/blocks/primitives/combobox/llm.txt +86 -0
- package/content/blocks/primitives/confirm-dialog/llm.txt +47 -0
- package/content/blocks/primitives/dialog/llm.txt +59 -0
- package/content/blocks/primitives/drawer/llm.txt +54 -0
- package/content/blocks/primitives/form-field/llm.txt +43 -0
- package/content/blocks/primitives/input/llm.txt +73 -0
- package/content/blocks/primitives/menu/llm.txt +81 -0
- package/content/blocks/primitives/pagination/llm.txt +68 -0
- package/content/blocks/primitives/popover/llm.txt +72 -0
- package/content/blocks/primitives/progress/llm.txt +55 -0
- package/content/blocks/primitives/radio-group/llm.txt +53 -0
- package/content/blocks/primitives/segment-group/llm.txt +51 -0
- package/content/blocks/primitives/select/llm.txt +130 -0
- package/content/blocks/primitives/separator/llm.txt +45 -0
- package/content/blocks/primitives/sidebar/llm.txt +79 -0
- package/content/blocks/primitives/skeleton/llm.txt +54 -0
- package/content/blocks/primitives/slider/llm.txt +82 -0
- package/content/blocks/primitives/spinner/llm.txt +46 -0
- package/content/blocks/primitives/stepper/llm.txt +60 -0
- package/content/blocks/primitives/tab/llm.txt +72 -0
- package/content/blocks/primitives/textarea/llm.txt +61 -0
- package/content/blocks/primitives/toast/llm.txt +45 -0
- package/content/blocks/primitives/toggle/llm.txt +62 -0
- package/content/blocks/primitives/toolbar/llm.txt +60 -0
- package/content/blocks/primitives/tooltip/llm.txt +54 -0
- package/content/component-catalog.json +5010 -0
- package/content/design-system/patterns/dashboard.md +55 -0
- package/content/design-system/patterns/form-page.md +69 -0
- package/content/design-system/patterns/onboarding-guide.md +50 -0
- package/content/design-system/patterns/planning-board.md +46 -0
- package/content/design-system/patterns/settings-page.md +48 -0
- package/content/design-system/patterns/tab-navigation.md +136 -0
- package/content/design-system/principles.md +260 -0
- package/content/docs/components/api-reference/llm.txt +32 -0
- package/content/docs/components/code-example/llm.txt +44 -0
- package/content/docs/components/code-panel/llm.txt +26 -0
- package/content/docs/components/docs-layout/llm.txt +61 -0
- package/content/docs/components/info-card/llm.txt +31 -0
- package/content/docs/components/playground-configurator/llm.txt +49 -0
- package/content/docs/components/section/llm.txt +46 -0
- package/content/docs/components/table-of-contents/llm.txt +48 -0
- package/content/docs/components/types-reference/llm.txt +38 -0
- package/content/guides/llms-full-template.md +1019 -0
- package/content/icons.json +4834 -0
- package/content/meta.json +5 -0
- package/content/table/table/llm.txt +110 -0
- package/content/verbs/adopt.md +33 -0
- package/content/verbs/audit.md +29 -0
- package/content/verbs/compose.md +38 -0
- package/content/verbs/critique.md +27 -0
- package/content/verbs/fix.md +29 -0
- package/content/verbs/migrate.md +30 -0
- package/content/verbs/onboard.md +33 -0
- package/content/verbs/polish.md +25 -0
- package/content/verbs/redesign.md +29 -0
- package/content/verbs/retheme.md +29 -0
- package/package.json +45 -0
- package/src/content-loader.test.ts +78 -0
- package/src/content-loader.ts +97 -0
- package/src/index.ts +23 -0
|
@@ -0,0 +1,4834 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "house",
|
|
4
|
+
"componentName": "HouseIcon",
|
|
5
|
+
"label": "House",
|
|
6
|
+
"categories": [
|
|
7
|
+
"data"
|
|
8
|
+
],
|
|
9
|
+
"keywords": [
|
|
10
|
+
"home",
|
|
11
|
+
"property",
|
|
12
|
+
"building",
|
|
13
|
+
"residence",
|
|
14
|
+
"real estate",
|
|
15
|
+
"dwelling"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "building2",
|
|
20
|
+
"componentName": "Building2Icon",
|
|
21
|
+
"label": "Building 2",
|
|
22
|
+
"categories": [
|
|
23
|
+
"data"
|
|
24
|
+
],
|
|
25
|
+
"keywords": [
|
|
26
|
+
"apartment",
|
|
27
|
+
"tower",
|
|
28
|
+
"office",
|
|
29
|
+
"residential",
|
|
30
|
+
"block",
|
|
31
|
+
"highrise"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "door",
|
|
36
|
+
"componentName": "DoorIcon",
|
|
37
|
+
"label": "Door",
|
|
38
|
+
"categories": [
|
|
39
|
+
"layout"
|
|
40
|
+
],
|
|
41
|
+
"keywords": [
|
|
42
|
+
"entrance",
|
|
43
|
+
"exit",
|
|
44
|
+
"room",
|
|
45
|
+
"access",
|
|
46
|
+
"doorway"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "doorOpen",
|
|
51
|
+
"componentName": "DoorOpenIcon",
|
|
52
|
+
"label": "Door Open",
|
|
53
|
+
"categories": [
|
|
54
|
+
"layout"
|
|
55
|
+
],
|
|
56
|
+
"keywords": [
|
|
57
|
+
"entrance",
|
|
58
|
+
"access",
|
|
59
|
+
"open",
|
|
60
|
+
"exit",
|
|
61
|
+
"enter",
|
|
62
|
+
"leave"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "bed",
|
|
67
|
+
"componentName": "BedIcon",
|
|
68
|
+
"label": "Bed",
|
|
69
|
+
"categories": [
|
|
70
|
+
"data"
|
|
71
|
+
],
|
|
72
|
+
"keywords": [
|
|
73
|
+
"bedroom",
|
|
74
|
+
"sleep",
|
|
75
|
+
"hotel",
|
|
76
|
+
"room",
|
|
77
|
+
"furniture",
|
|
78
|
+
"mattress"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "bath",
|
|
83
|
+
"componentName": "BathIcon",
|
|
84
|
+
"label": "Bath",
|
|
85
|
+
"categories": [
|
|
86
|
+
"data"
|
|
87
|
+
],
|
|
88
|
+
"keywords": [
|
|
89
|
+
"bathroom",
|
|
90
|
+
"bathtub",
|
|
91
|
+
"washroom",
|
|
92
|
+
"sanitary",
|
|
93
|
+
"tub"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "sofa",
|
|
98
|
+
"componentName": "SofaIcon",
|
|
99
|
+
"label": "Sofa",
|
|
100
|
+
"categories": [
|
|
101
|
+
"data"
|
|
102
|
+
],
|
|
103
|
+
"keywords": [
|
|
104
|
+
"couch",
|
|
105
|
+
"living room",
|
|
106
|
+
"furniture",
|
|
107
|
+
"lounge",
|
|
108
|
+
"seating",
|
|
109
|
+
"furnished"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "stairs",
|
|
114
|
+
"componentName": "StairsIcon",
|
|
115
|
+
"label": "Stairs",
|
|
116
|
+
"categories": [
|
|
117
|
+
"layout"
|
|
118
|
+
],
|
|
119
|
+
"keywords": [
|
|
120
|
+
"steps",
|
|
121
|
+
"staircase",
|
|
122
|
+
"floor",
|
|
123
|
+
"level",
|
|
124
|
+
"ascend"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "parking",
|
|
129
|
+
"componentName": "ParkingIcon",
|
|
130
|
+
"label": "Parking",
|
|
131
|
+
"categories": [
|
|
132
|
+
"data"
|
|
133
|
+
],
|
|
134
|
+
"keywords": [
|
|
135
|
+
"park",
|
|
136
|
+
"car park",
|
|
137
|
+
"garage",
|
|
138
|
+
"parking lot"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "warehouse",
|
|
143
|
+
"componentName": "WarehouseIcon",
|
|
144
|
+
"label": "Warehouse",
|
|
145
|
+
"categories": [
|
|
146
|
+
"data"
|
|
147
|
+
],
|
|
148
|
+
"keywords": [
|
|
149
|
+
"storage",
|
|
150
|
+
"depot",
|
|
151
|
+
"logistics",
|
|
152
|
+
"industrial",
|
|
153
|
+
"hall"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "store",
|
|
158
|
+
"componentName": "StoreIcon",
|
|
159
|
+
"label": "Store",
|
|
160
|
+
"categories": [
|
|
161
|
+
"data"
|
|
162
|
+
],
|
|
163
|
+
"keywords": [
|
|
164
|
+
"shop",
|
|
165
|
+
"retail",
|
|
166
|
+
"market",
|
|
167
|
+
"business",
|
|
168
|
+
"storefront"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "tree",
|
|
173
|
+
"componentName": "TreeIcon",
|
|
174
|
+
"label": "Tree",
|
|
175
|
+
"categories": [
|
|
176
|
+
"data"
|
|
177
|
+
],
|
|
178
|
+
"keywords": [
|
|
179
|
+
"nature",
|
|
180
|
+
"garden",
|
|
181
|
+
"plant",
|
|
182
|
+
"green",
|
|
183
|
+
"outdoor",
|
|
184
|
+
"park"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "leaf",
|
|
189
|
+
"componentName": "LeafIcon",
|
|
190
|
+
"label": "Leaf",
|
|
191
|
+
"categories": [
|
|
192
|
+
"data"
|
|
193
|
+
],
|
|
194
|
+
"keywords": [
|
|
195
|
+
"nature",
|
|
196
|
+
"eco",
|
|
197
|
+
"green",
|
|
198
|
+
"plant",
|
|
199
|
+
"sustainability",
|
|
200
|
+
"organic"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "fence",
|
|
205
|
+
"componentName": "FenceIcon",
|
|
206
|
+
"label": "Fence",
|
|
207
|
+
"categories": [
|
|
208
|
+
"layout"
|
|
209
|
+
],
|
|
210
|
+
"keywords": [
|
|
211
|
+
"boundary",
|
|
212
|
+
"barrier",
|
|
213
|
+
"garden",
|
|
214
|
+
"property line",
|
|
215
|
+
"enclosure"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "hardHat",
|
|
220
|
+
"componentName": "HardHatIcon",
|
|
221
|
+
"label": "Hard Hat",
|
|
222
|
+
"categories": [
|
|
223
|
+
"data"
|
|
224
|
+
],
|
|
225
|
+
"keywords": [
|
|
226
|
+
"construction",
|
|
227
|
+
"safety",
|
|
228
|
+
"helmet",
|
|
229
|
+
"builder",
|
|
230
|
+
"maintenance",
|
|
231
|
+
"worker"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "hammer",
|
|
236
|
+
"componentName": "HammerIcon",
|
|
237
|
+
"label": "Hammer",
|
|
238
|
+
"categories": [
|
|
239
|
+
"action"
|
|
240
|
+
],
|
|
241
|
+
"keywords": [
|
|
242
|
+
"tool",
|
|
243
|
+
"build",
|
|
244
|
+
"repair",
|
|
245
|
+
"construction",
|
|
246
|
+
"fix",
|
|
247
|
+
"maintenance"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "battery",
|
|
252
|
+
"componentName": "BatteryIcon",
|
|
253
|
+
"label": "Battery",
|
|
254
|
+
"categories": [
|
|
255
|
+
"status"
|
|
256
|
+
],
|
|
257
|
+
"keywords": [
|
|
258
|
+
"power",
|
|
259
|
+
"charge",
|
|
260
|
+
"energy",
|
|
261
|
+
"level",
|
|
262
|
+
"accumulator"
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "batteryCharging",
|
|
267
|
+
"componentName": "BatteryChargingIcon",
|
|
268
|
+
"label": "Battery Charging",
|
|
269
|
+
"categories": [
|
|
270
|
+
"status"
|
|
271
|
+
],
|
|
272
|
+
"keywords": [
|
|
273
|
+
"power",
|
|
274
|
+
"charge",
|
|
275
|
+
"charging",
|
|
276
|
+
"energy",
|
|
277
|
+
"plug"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "batteryLow",
|
|
282
|
+
"componentName": "BatteryLowIcon",
|
|
283
|
+
"label": "Battery Low",
|
|
284
|
+
"categories": [
|
|
285
|
+
"status"
|
|
286
|
+
],
|
|
287
|
+
"keywords": [
|
|
288
|
+
"power",
|
|
289
|
+
"low",
|
|
290
|
+
"empty",
|
|
291
|
+
"warning",
|
|
292
|
+
"charge"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "plug",
|
|
297
|
+
"componentName": "PlugIcon",
|
|
298
|
+
"label": "Plug",
|
|
299
|
+
"categories": [
|
|
300
|
+
"utility"
|
|
301
|
+
],
|
|
302
|
+
"keywords": [
|
|
303
|
+
"power",
|
|
304
|
+
"electric",
|
|
305
|
+
"connector",
|
|
306
|
+
"socket",
|
|
307
|
+
"energy"
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "plugZap",
|
|
312
|
+
"componentName": "PlugZapIcon",
|
|
313
|
+
"label": "Plug Zap",
|
|
314
|
+
"categories": [
|
|
315
|
+
"utility"
|
|
316
|
+
],
|
|
317
|
+
"keywords": [
|
|
318
|
+
"power",
|
|
319
|
+
"electric",
|
|
320
|
+
"energy",
|
|
321
|
+
"charge",
|
|
322
|
+
"fast"
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "solarPanel",
|
|
327
|
+
"componentName": "SolarPanelIcon",
|
|
328
|
+
"label": "Solar Panel",
|
|
329
|
+
"categories": [
|
|
330
|
+
"utility"
|
|
331
|
+
],
|
|
332
|
+
"keywords": [
|
|
333
|
+
"solar",
|
|
334
|
+
"photovoltaic",
|
|
335
|
+
"renewable",
|
|
336
|
+
"energy",
|
|
337
|
+
"pv",
|
|
338
|
+
"sun"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "wind",
|
|
343
|
+
"componentName": "WindIcon",
|
|
344
|
+
"label": "Wind",
|
|
345
|
+
"categories": [
|
|
346
|
+
"utility"
|
|
347
|
+
],
|
|
348
|
+
"keywords": [
|
|
349
|
+
"air",
|
|
350
|
+
"breeze",
|
|
351
|
+
"weather",
|
|
352
|
+
"ventilation",
|
|
353
|
+
"gust",
|
|
354
|
+
"turbine"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "snowflake",
|
|
359
|
+
"componentName": "SnowflakeIcon",
|
|
360
|
+
"label": "Snowflake",
|
|
361
|
+
"categories": [
|
|
362
|
+
"utility"
|
|
363
|
+
],
|
|
364
|
+
"keywords": [
|
|
365
|
+
"cold",
|
|
366
|
+
"freeze",
|
|
367
|
+
"winter",
|
|
368
|
+
"cooling",
|
|
369
|
+
"frost",
|
|
370
|
+
"ac"
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "radiator",
|
|
375
|
+
"componentName": "RadiatorIcon",
|
|
376
|
+
"label": "Radiator",
|
|
377
|
+
"categories": [
|
|
378
|
+
"utility"
|
|
379
|
+
],
|
|
380
|
+
"keywords": [
|
|
381
|
+
"heating",
|
|
382
|
+
"heater",
|
|
383
|
+
"warmth",
|
|
384
|
+
"thermostat",
|
|
385
|
+
"hvac"
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "recycle",
|
|
390
|
+
"componentName": "RecycleIcon",
|
|
391
|
+
"label": "Recycle",
|
|
392
|
+
"categories": [
|
|
393
|
+
"action"
|
|
394
|
+
],
|
|
395
|
+
"keywords": [
|
|
396
|
+
"reuse",
|
|
397
|
+
"sustainability",
|
|
398
|
+
"eco",
|
|
399
|
+
"environment",
|
|
400
|
+
"green"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "waves",
|
|
405
|
+
"componentName": "WavesIcon",
|
|
406
|
+
"label": "Waves",
|
|
407
|
+
"categories": [
|
|
408
|
+
"utility"
|
|
409
|
+
],
|
|
410
|
+
"keywords": [
|
|
411
|
+
"water",
|
|
412
|
+
"sea",
|
|
413
|
+
"flow",
|
|
414
|
+
"liquid",
|
|
415
|
+
"ocean",
|
|
416
|
+
"ripple"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "oilCan",
|
|
421
|
+
"componentName": "OilCanIcon",
|
|
422
|
+
"label": "Oil Can",
|
|
423
|
+
"categories": [
|
|
424
|
+
"utility"
|
|
425
|
+
],
|
|
426
|
+
"keywords": [
|
|
427
|
+
"oil",
|
|
428
|
+
"lubricant",
|
|
429
|
+
"fuel",
|
|
430
|
+
"maintenance",
|
|
431
|
+
"heating"
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "trendingUp",
|
|
436
|
+
"componentName": "TrendingUpIcon",
|
|
437
|
+
"label": "Trending Up",
|
|
438
|
+
"categories": [
|
|
439
|
+
"data"
|
|
440
|
+
],
|
|
441
|
+
"keywords": [
|
|
442
|
+
"growth",
|
|
443
|
+
"increase",
|
|
444
|
+
"rise",
|
|
445
|
+
"analytics",
|
|
446
|
+
"up",
|
|
447
|
+
"gain"
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "trendingDown",
|
|
452
|
+
"componentName": "TrendingDownIcon",
|
|
453
|
+
"label": "Trending Down",
|
|
454
|
+
"categories": [
|
|
455
|
+
"data"
|
|
456
|
+
],
|
|
457
|
+
"keywords": [
|
|
458
|
+
"decline",
|
|
459
|
+
"decrease",
|
|
460
|
+
"fall",
|
|
461
|
+
"analytics",
|
|
462
|
+
"down",
|
|
463
|
+
"loss"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "sunSnow",
|
|
468
|
+
"componentName": "SunSnowIcon",
|
|
469
|
+
"label": "Sun Snow",
|
|
470
|
+
"categories": [
|
|
471
|
+
"utility"
|
|
472
|
+
],
|
|
473
|
+
"keywords": [
|
|
474
|
+
"climate",
|
|
475
|
+
"heating",
|
|
476
|
+
"cooling",
|
|
477
|
+
"hvac",
|
|
478
|
+
"temperature",
|
|
479
|
+
"season"
|
|
480
|
+
]
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "gaugeCircle",
|
|
484
|
+
"componentName": "GaugeCircleIcon",
|
|
485
|
+
"label": "Gauge Circle",
|
|
486
|
+
"categories": [
|
|
487
|
+
"data",
|
|
488
|
+
"utility"
|
|
489
|
+
],
|
|
490
|
+
"keywords": [
|
|
491
|
+
"meter",
|
|
492
|
+
"measure",
|
|
493
|
+
"dashboard",
|
|
494
|
+
"performance",
|
|
495
|
+
"level"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "euro",
|
|
500
|
+
"componentName": "EuroIcon",
|
|
501
|
+
"label": "Euro",
|
|
502
|
+
"categories": [
|
|
503
|
+
"data"
|
|
504
|
+
],
|
|
505
|
+
"keywords": [
|
|
506
|
+
"currency",
|
|
507
|
+
"money",
|
|
508
|
+
"eur",
|
|
509
|
+
"finance",
|
|
510
|
+
"payment",
|
|
511
|
+
"price"
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "percent",
|
|
516
|
+
"componentName": "PercentIcon",
|
|
517
|
+
"label": "Percent",
|
|
518
|
+
"categories": [
|
|
519
|
+
"data"
|
|
520
|
+
],
|
|
521
|
+
"keywords": [
|
|
522
|
+
"percentage",
|
|
523
|
+
"discount",
|
|
524
|
+
"rate",
|
|
525
|
+
"interest",
|
|
526
|
+
"ratio"
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "coins",
|
|
531
|
+
"componentName": "CoinsIcon",
|
|
532
|
+
"label": "Coins",
|
|
533
|
+
"categories": [
|
|
534
|
+
"data"
|
|
535
|
+
],
|
|
536
|
+
"keywords": [
|
|
537
|
+
"money",
|
|
538
|
+
"cash",
|
|
539
|
+
"currency",
|
|
540
|
+
"finance",
|
|
541
|
+
"savings",
|
|
542
|
+
"change"
|
|
543
|
+
]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "banknote",
|
|
547
|
+
"componentName": "BanknoteIcon",
|
|
548
|
+
"label": "Banknote",
|
|
549
|
+
"categories": [
|
|
550
|
+
"data"
|
|
551
|
+
],
|
|
552
|
+
"keywords": [
|
|
553
|
+
"money",
|
|
554
|
+
"cash",
|
|
555
|
+
"bill",
|
|
556
|
+
"currency",
|
|
557
|
+
"payment",
|
|
558
|
+
"note"
|
|
559
|
+
]
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "piggyBank",
|
|
563
|
+
"componentName": "PiggyBankIcon",
|
|
564
|
+
"label": "Piggy Bank",
|
|
565
|
+
"categories": [
|
|
566
|
+
"data"
|
|
567
|
+
],
|
|
568
|
+
"keywords": [
|
|
569
|
+
"savings",
|
|
570
|
+
"save",
|
|
571
|
+
"money",
|
|
572
|
+
"finance",
|
|
573
|
+
"deposit",
|
|
574
|
+
"budget"
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "landmark",
|
|
579
|
+
"componentName": "LandmarkIcon",
|
|
580
|
+
"label": "Landmark",
|
|
581
|
+
"categories": [
|
|
582
|
+
"data"
|
|
583
|
+
],
|
|
584
|
+
"keywords": [
|
|
585
|
+
"bank",
|
|
586
|
+
"institution",
|
|
587
|
+
"government",
|
|
588
|
+
"finance",
|
|
589
|
+
"building",
|
|
590
|
+
"museum"
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "scale",
|
|
595
|
+
"componentName": "ScaleIcon",
|
|
596
|
+
"label": "Scale",
|
|
597
|
+
"categories": [
|
|
598
|
+
"data"
|
|
599
|
+
],
|
|
600
|
+
"keywords": [
|
|
601
|
+
"balance",
|
|
602
|
+
"justice",
|
|
603
|
+
"weigh",
|
|
604
|
+
"law",
|
|
605
|
+
"compare",
|
|
606
|
+
"fairness"
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "handCoins",
|
|
611
|
+
"componentName": "HandCoinsIcon",
|
|
612
|
+
"label": "Hand Coins",
|
|
613
|
+
"categories": [
|
|
614
|
+
"action"
|
|
615
|
+
],
|
|
616
|
+
"keywords": [
|
|
617
|
+
"payment",
|
|
618
|
+
"salary",
|
|
619
|
+
"income",
|
|
620
|
+
"donate",
|
|
621
|
+
"money",
|
|
622
|
+
"pay"
|
|
623
|
+
]
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "repeat",
|
|
627
|
+
"componentName": "RepeatIcon",
|
|
628
|
+
"label": "Repeat",
|
|
629
|
+
"categories": [
|
|
630
|
+
"action"
|
|
631
|
+
],
|
|
632
|
+
"keywords": [
|
|
633
|
+
"subscription",
|
|
634
|
+
"recurring",
|
|
635
|
+
"loop",
|
|
636
|
+
"cycle",
|
|
637
|
+
"again",
|
|
638
|
+
"renew"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "fileSignature",
|
|
643
|
+
"componentName": "FileSignatureIcon",
|
|
644
|
+
"label": "File Signature",
|
|
645
|
+
"categories": [
|
|
646
|
+
"action"
|
|
647
|
+
],
|
|
648
|
+
"keywords": [
|
|
649
|
+
"contract",
|
|
650
|
+
"sign",
|
|
651
|
+
"agreement",
|
|
652
|
+
"document",
|
|
653
|
+
"signature"
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "badgeEuro",
|
|
658
|
+
"componentName": "BadgeEuroIcon",
|
|
659
|
+
"label": "Badge Euro",
|
|
660
|
+
"categories": [
|
|
661
|
+
"status"
|
|
662
|
+
],
|
|
663
|
+
"keywords": [
|
|
664
|
+
"premium",
|
|
665
|
+
"paid",
|
|
666
|
+
"verified",
|
|
667
|
+
"currency",
|
|
668
|
+
"price"
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "walletCards",
|
|
673
|
+
"componentName": "WalletCardsIcon",
|
|
674
|
+
"label": "Wallet Cards",
|
|
675
|
+
"categories": [
|
|
676
|
+
"action"
|
|
677
|
+
],
|
|
678
|
+
"keywords": [
|
|
679
|
+
"wallet",
|
|
680
|
+
"cards",
|
|
681
|
+
"payment",
|
|
682
|
+
"money",
|
|
683
|
+
"finance"
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "circlePercent",
|
|
688
|
+
"componentName": "CirclePercentIcon",
|
|
689
|
+
"label": "Circle Percent",
|
|
690
|
+
"categories": [
|
|
691
|
+
"data"
|
|
692
|
+
],
|
|
693
|
+
"keywords": [
|
|
694
|
+
"percentage",
|
|
695
|
+
"discount",
|
|
696
|
+
"rate",
|
|
697
|
+
"ratio"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "calendarClock",
|
|
702
|
+
"componentName": "CalendarClockIcon",
|
|
703
|
+
"label": "Calendar Clock",
|
|
704
|
+
"categories": [
|
|
705
|
+
"data"
|
|
706
|
+
],
|
|
707
|
+
"keywords": [
|
|
708
|
+
"schedule",
|
|
709
|
+
"deadline",
|
|
710
|
+
"appointment",
|
|
711
|
+
"time",
|
|
712
|
+
"due"
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "fingerprint",
|
|
717
|
+
"componentName": "FingerprintIcon",
|
|
718
|
+
"label": "Fingerprint",
|
|
719
|
+
"categories": [
|
|
720
|
+
"action"
|
|
721
|
+
],
|
|
722
|
+
"keywords": [
|
|
723
|
+
"biometric",
|
|
724
|
+
"security",
|
|
725
|
+
"identity",
|
|
726
|
+
"touch id",
|
|
727
|
+
"scan",
|
|
728
|
+
"auth"
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "shieldCheck",
|
|
733
|
+
"componentName": "ShieldCheckIcon",
|
|
734
|
+
"label": "Shield Check",
|
|
735
|
+
"categories": [
|
|
736
|
+
"status"
|
|
737
|
+
],
|
|
738
|
+
"keywords": [
|
|
739
|
+
"security",
|
|
740
|
+
"verified",
|
|
741
|
+
"protected",
|
|
742
|
+
"safe",
|
|
743
|
+
"secure"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "shieldAlert",
|
|
748
|
+
"componentName": "ShieldAlertIcon",
|
|
749
|
+
"label": "Shield Alert",
|
|
750
|
+
"categories": [
|
|
751
|
+
"status"
|
|
752
|
+
],
|
|
753
|
+
"keywords": [
|
|
754
|
+
"security",
|
|
755
|
+
"warning",
|
|
756
|
+
"threat",
|
|
757
|
+
"risk",
|
|
758
|
+
"vulnerable"
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "shieldX",
|
|
763
|
+
"componentName": "ShieldXIcon",
|
|
764
|
+
"label": "Shield X",
|
|
765
|
+
"categories": [
|
|
766
|
+
"status"
|
|
767
|
+
],
|
|
768
|
+
"keywords": [
|
|
769
|
+
"security",
|
|
770
|
+
"blocked",
|
|
771
|
+
"unprotected",
|
|
772
|
+
"denied",
|
|
773
|
+
"breach"
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "shieldOff",
|
|
778
|
+
"componentName": "ShieldOffIcon",
|
|
779
|
+
"label": "Shield Off",
|
|
780
|
+
"categories": [
|
|
781
|
+
"status"
|
|
782
|
+
],
|
|
783
|
+
"keywords": [
|
|
784
|
+
"security",
|
|
785
|
+
"disabled",
|
|
786
|
+
"unprotected",
|
|
787
|
+
"off"
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "scan",
|
|
792
|
+
"componentName": "ScanIcon",
|
|
793
|
+
"label": "Scan",
|
|
794
|
+
"categories": [
|
|
795
|
+
"action"
|
|
796
|
+
],
|
|
797
|
+
"keywords": [
|
|
798
|
+
"scanner",
|
|
799
|
+
"qr",
|
|
800
|
+
"barcode",
|
|
801
|
+
"capture",
|
|
802
|
+
"detect"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "scanFace",
|
|
807
|
+
"componentName": "ScanFaceIcon",
|
|
808
|
+
"label": "Scan Face",
|
|
809
|
+
"categories": [
|
|
810
|
+
"action"
|
|
811
|
+
],
|
|
812
|
+
"keywords": [
|
|
813
|
+
"face id",
|
|
814
|
+
"biometric",
|
|
815
|
+
"recognition",
|
|
816
|
+
"identity",
|
|
817
|
+
"auth"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "smartphone",
|
|
822
|
+
"componentName": "SmartphoneIcon",
|
|
823
|
+
"label": "Smartphone",
|
|
824
|
+
"categories": [
|
|
825
|
+
"media"
|
|
826
|
+
],
|
|
827
|
+
"keywords": [
|
|
828
|
+
"phone",
|
|
829
|
+
"mobile",
|
|
830
|
+
"device",
|
|
831
|
+
"cell",
|
|
832
|
+
"2fa",
|
|
833
|
+
"app"
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "lockKeyhole",
|
|
838
|
+
"componentName": "LockKeyholeIcon",
|
|
839
|
+
"label": "Lock Keyhole",
|
|
840
|
+
"categories": [
|
|
841
|
+
"toggle"
|
|
842
|
+
],
|
|
843
|
+
"keywords": [
|
|
844
|
+
"secure",
|
|
845
|
+
"locked",
|
|
846
|
+
"private",
|
|
847
|
+
"password",
|
|
848
|
+
"security"
|
|
849
|
+
]
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "keyRound",
|
|
853
|
+
"componentName": "KeyRoundIcon",
|
|
854
|
+
"label": "Key Round",
|
|
855
|
+
"categories": [
|
|
856
|
+
"action"
|
|
857
|
+
],
|
|
858
|
+
"keywords": [
|
|
859
|
+
"access",
|
|
860
|
+
"password",
|
|
861
|
+
"auth",
|
|
862
|
+
"credential",
|
|
863
|
+
"secret",
|
|
864
|
+
"login"
|
|
865
|
+
]
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "passkey",
|
|
869
|
+
"componentName": "PasskeyIcon",
|
|
870
|
+
"label": "Passkey",
|
|
871
|
+
"categories": [
|
|
872
|
+
"action"
|
|
873
|
+
],
|
|
874
|
+
"keywords": [
|
|
875
|
+
"passwordless",
|
|
876
|
+
"webauthn",
|
|
877
|
+
"security",
|
|
878
|
+
"identity",
|
|
879
|
+
"auth",
|
|
880
|
+
"fido"
|
|
881
|
+
]
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "badgeAlert",
|
|
885
|
+
"componentName": "BadgeAlertIcon",
|
|
886
|
+
"label": "Badge Alert",
|
|
887
|
+
"categories": [
|
|
888
|
+
"status"
|
|
889
|
+
],
|
|
890
|
+
"keywords": [
|
|
891
|
+
"warning",
|
|
892
|
+
"attention",
|
|
893
|
+
"notice",
|
|
894
|
+
"important",
|
|
895
|
+
"alert"
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "lineChart",
|
|
900
|
+
"componentName": "LineChartIcon",
|
|
901
|
+
"label": "Line Chart",
|
|
902
|
+
"categories": [
|
|
903
|
+
"data"
|
|
904
|
+
],
|
|
905
|
+
"keywords": [
|
|
906
|
+
"graph",
|
|
907
|
+
"analytics",
|
|
908
|
+
"trend",
|
|
909
|
+
"statistics",
|
|
910
|
+
"chart"
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "areaChart",
|
|
915
|
+
"componentName": "AreaChartIcon",
|
|
916
|
+
"label": "Area Chart",
|
|
917
|
+
"categories": [
|
|
918
|
+
"data"
|
|
919
|
+
],
|
|
920
|
+
"keywords": [
|
|
921
|
+
"graph",
|
|
922
|
+
"analytics",
|
|
923
|
+
"trend",
|
|
924
|
+
"statistics",
|
|
925
|
+
"chart",
|
|
926
|
+
"filled"
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "scatterChart",
|
|
931
|
+
"componentName": "ScatterChartIcon",
|
|
932
|
+
"label": "Scatter Chart",
|
|
933
|
+
"categories": [
|
|
934
|
+
"data"
|
|
935
|
+
],
|
|
936
|
+
"keywords": [
|
|
937
|
+
"graph",
|
|
938
|
+
"analytics",
|
|
939
|
+
"points",
|
|
940
|
+
"correlation",
|
|
941
|
+
"plot"
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "table2",
|
|
946
|
+
"componentName": "Table2Icon",
|
|
947
|
+
"label": "Table 2",
|
|
948
|
+
"categories": [
|
|
949
|
+
"data"
|
|
950
|
+
],
|
|
951
|
+
"keywords": [
|
|
952
|
+
"grid",
|
|
953
|
+
"spreadsheet",
|
|
954
|
+
"data",
|
|
955
|
+
"rows",
|
|
956
|
+
"columns"
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "columns3",
|
|
961
|
+
"componentName": "Columns3Icon",
|
|
962
|
+
"label": "Columns 3",
|
|
963
|
+
"categories": [
|
|
964
|
+
"layout"
|
|
965
|
+
],
|
|
966
|
+
"keywords": [
|
|
967
|
+
"grid",
|
|
968
|
+
"layout",
|
|
969
|
+
"columns",
|
|
970
|
+
"split",
|
|
971
|
+
"panels"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "rows3",
|
|
976
|
+
"componentName": "Rows3Icon",
|
|
977
|
+
"label": "Rows 3",
|
|
978
|
+
"categories": [
|
|
979
|
+
"layout"
|
|
980
|
+
],
|
|
981
|
+
"keywords": [
|
|
982
|
+
"grid",
|
|
983
|
+
"layout",
|
|
984
|
+
"rows",
|
|
985
|
+
"list",
|
|
986
|
+
"stack"
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "gitCommit",
|
|
991
|
+
"componentName": "GitCommitIcon",
|
|
992
|
+
"label": "Git Commit",
|
|
993
|
+
"categories": [
|
|
994
|
+
"data"
|
|
995
|
+
],
|
|
996
|
+
"keywords": [
|
|
997
|
+
"version",
|
|
998
|
+
"commit",
|
|
999
|
+
"vcs",
|
|
1000
|
+
"git",
|
|
1001
|
+
"revision"
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "gitMerge",
|
|
1006
|
+
"componentName": "GitMergeIcon",
|
|
1007
|
+
"label": "Git Merge",
|
|
1008
|
+
"categories": [
|
|
1009
|
+
"data"
|
|
1010
|
+
],
|
|
1011
|
+
"keywords": [
|
|
1012
|
+
"version",
|
|
1013
|
+
"merge",
|
|
1014
|
+
"branch",
|
|
1015
|
+
"git",
|
|
1016
|
+
"integrate"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "workflow",
|
|
1021
|
+
"componentName": "WorkflowIcon",
|
|
1022
|
+
"label": "Workflow",
|
|
1023
|
+
"categories": [
|
|
1024
|
+
"data"
|
|
1025
|
+
],
|
|
1026
|
+
"keywords": [
|
|
1027
|
+
"process",
|
|
1028
|
+
"flow",
|
|
1029
|
+
"automation",
|
|
1030
|
+
"pipeline",
|
|
1031
|
+
"steps"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "network",
|
|
1036
|
+
"componentName": "NetworkIcon",
|
|
1037
|
+
"label": "Network",
|
|
1038
|
+
"categories": [
|
|
1039
|
+
"data"
|
|
1040
|
+
],
|
|
1041
|
+
"keywords": [
|
|
1042
|
+
"nodes",
|
|
1043
|
+
"graph",
|
|
1044
|
+
"connections",
|
|
1045
|
+
"topology",
|
|
1046
|
+
"mesh"
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "listFilter",
|
|
1051
|
+
"componentName": "ListFilterIcon",
|
|
1052
|
+
"label": "List Filter",
|
|
1053
|
+
"categories": [
|
|
1054
|
+
"data"
|
|
1055
|
+
],
|
|
1056
|
+
"keywords": [
|
|
1057
|
+
"filter",
|
|
1058
|
+
"refine",
|
|
1059
|
+
"sort",
|
|
1060
|
+
"narrow",
|
|
1061
|
+
"criteria"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "calendarDays",
|
|
1066
|
+
"componentName": "CalendarDaysIcon",
|
|
1067
|
+
"label": "Calendar Days",
|
|
1068
|
+
"categories": [
|
|
1069
|
+
"data"
|
|
1070
|
+
],
|
|
1071
|
+
"keywords": [
|
|
1072
|
+
"schedule",
|
|
1073
|
+
"dates",
|
|
1074
|
+
"month",
|
|
1075
|
+
"planner",
|
|
1076
|
+
"days"
|
|
1077
|
+
]
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "skipForward",
|
|
1081
|
+
"componentName": "SkipForwardIcon",
|
|
1082
|
+
"label": "Skip Forward",
|
|
1083
|
+
"categories": [
|
|
1084
|
+
"media"
|
|
1085
|
+
],
|
|
1086
|
+
"keywords": [
|
|
1087
|
+
"next",
|
|
1088
|
+
"forward",
|
|
1089
|
+
"skip",
|
|
1090
|
+
"track",
|
|
1091
|
+
"advance"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "skipBack",
|
|
1096
|
+
"componentName": "SkipBackIcon",
|
|
1097
|
+
"label": "Skip Back",
|
|
1098
|
+
"categories": [
|
|
1099
|
+
"media"
|
|
1100
|
+
],
|
|
1101
|
+
"keywords": [
|
|
1102
|
+
"previous",
|
|
1103
|
+
"back",
|
|
1104
|
+
"skip",
|
|
1105
|
+
"track"
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "rewind",
|
|
1110
|
+
"componentName": "RewindIcon",
|
|
1111
|
+
"label": "Rewind",
|
|
1112
|
+
"categories": [
|
|
1113
|
+
"media"
|
|
1114
|
+
],
|
|
1115
|
+
"keywords": [
|
|
1116
|
+
"back",
|
|
1117
|
+
"reverse",
|
|
1118
|
+
"rewind",
|
|
1119
|
+
"backward"
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "fastForward",
|
|
1124
|
+
"componentName": "FastForwardIcon",
|
|
1125
|
+
"label": "Fast Forward",
|
|
1126
|
+
"categories": [
|
|
1127
|
+
"media"
|
|
1128
|
+
],
|
|
1129
|
+
"keywords": [
|
|
1130
|
+
"forward",
|
|
1131
|
+
"fast",
|
|
1132
|
+
"advance",
|
|
1133
|
+
"speed"
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "stopCircle",
|
|
1138
|
+
"componentName": "StopCircleIcon",
|
|
1139
|
+
"label": "Stop Circle",
|
|
1140
|
+
"categories": [
|
|
1141
|
+
"media"
|
|
1142
|
+
],
|
|
1143
|
+
"keywords": [
|
|
1144
|
+
"stop",
|
|
1145
|
+
"halt",
|
|
1146
|
+
"end",
|
|
1147
|
+
"square"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "shuffle",
|
|
1152
|
+
"componentName": "ShuffleIcon",
|
|
1153
|
+
"label": "Shuffle",
|
|
1154
|
+
"categories": [
|
|
1155
|
+
"media"
|
|
1156
|
+
],
|
|
1157
|
+
"keywords": [
|
|
1158
|
+
"random",
|
|
1159
|
+
"mix",
|
|
1160
|
+
"shuffle",
|
|
1161
|
+
"randomize"
|
|
1162
|
+
]
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "music",
|
|
1166
|
+
"componentName": "MusicIcon",
|
|
1167
|
+
"label": "Music",
|
|
1168
|
+
"categories": [
|
|
1169
|
+
"media"
|
|
1170
|
+
],
|
|
1171
|
+
"keywords": [
|
|
1172
|
+
"audio",
|
|
1173
|
+
"song",
|
|
1174
|
+
"note",
|
|
1175
|
+
"sound",
|
|
1176
|
+
"melody",
|
|
1177
|
+
"track"
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "film",
|
|
1182
|
+
"componentName": "FilmIcon",
|
|
1183
|
+
"label": "Film",
|
|
1184
|
+
"categories": [
|
|
1185
|
+
"media"
|
|
1186
|
+
],
|
|
1187
|
+
"keywords": [
|
|
1188
|
+
"movie",
|
|
1189
|
+
"video",
|
|
1190
|
+
"cinema",
|
|
1191
|
+
"reel",
|
|
1192
|
+
"footage"
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "aperture",
|
|
1197
|
+
"componentName": "ApertureIcon",
|
|
1198
|
+
"label": "Aperture",
|
|
1199
|
+
"categories": [
|
|
1200
|
+
"media"
|
|
1201
|
+
],
|
|
1202
|
+
"keywords": [
|
|
1203
|
+
"camera",
|
|
1204
|
+
"lens",
|
|
1205
|
+
"photo",
|
|
1206
|
+
"shutter",
|
|
1207
|
+
"photography"
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "gallery",
|
|
1212
|
+
"componentName": "GalleryIcon",
|
|
1213
|
+
"label": "Gallery",
|
|
1214
|
+
"categories": [
|
|
1215
|
+
"media"
|
|
1216
|
+
],
|
|
1217
|
+
"keywords": [
|
|
1218
|
+
"photos",
|
|
1219
|
+
"images",
|
|
1220
|
+
"pictures",
|
|
1221
|
+
"album",
|
|
1222
|
+
"collection"
|
|
1223
|
+
]
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "cloudRain",
|
|
1227
|
+
"componentName": "CloudRainIcon",
|
|
1228
|
+
"label": "Cloud Rain",
|
|
1229
|
+
"categories": [
|
|
1230
|
+
"data"
|
|
1231
|
+
],
|
|
1232
|
+
"keywords": [
|
|
1233
|
+
"weather",
|
|
1234
|
+
"rain",
|
|
1235
|
+
"precipitation",
|
|
1236
|
+
"rainy",
|
|
1237
|
+
"forecast"
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "cloudSnow",
|
|
1242
|
+
"componentName": "CloudSnowIcon",
|
|
1243
|
+
"label": "Cloud Snow",
|
|
1244
|
+
"categories": [
|
|
1245
|
+
"data"
|
|
1246
|
+
],
|
|
1247
|
+
"keywords": [
|
|
1248
|
+
"weather",
|
|
1249
|
+
"snow",
|
|
1250
|
+
"winter",
|
|
1251
|
+
"snowy",
|
|
1252
|
+
"forecast"
|
|
1253
|
+
]
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "cloudSun",
|
|
1257
|
+
"componentName": "CloudSunIcon",
|
|
1258
|
+
"label": "Cloud Sun",
|
|
1259
|
+
"categories": [
|
|
1260
|
+
"data"
|
|
1261
|
+
],
|
|
1262
|
+
"keywords": [
|
|
1263
|
+
"weather",
|
|
1264
|
+
"partly cloudy",
|
|
1265
|
+
"sun",
|
|
1266
|
+
"forecast",
|
|
1267
|
+
"day"
|
|
1268
|
+
]
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "cloudLightning",
|
|
1272
|
+
"componentName": "CloudLightningIcon",
|
|
1273
|
+
"label": "Cloud Lightning",
|
|
1274
|
+
"categories": [
|
|
1275
|
+
"data"
|
|
1276
|
+
],
|
|
1277
|
+
"keywords": [
|
|
1278
|
+
"weather",
|
|
1279
|
+
"storm",
|
|
1280
|
+
"thunder",
|
|
1281
|
+
"lightning",
|
|
1282
|
+
"forecast"
|
|
1283
|
+
]
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "umbrella",
|
|
1287
|
+
"componentName": "UmbrellaIcon",
|
|
1288
|
+
"label": "Umbrella",
|
|
1289
|
+
"categories": [
|
|
1290
|
+
"data"
|
|
1291
|
+
],
|
|
1292
|
+
"keywords": [
|
|
1293
|
+
"rain",
|
|
1294
|
+
"protection",
|
|
1295
|
+
"weather",
|
|
1296
|
+
"parasol",
|
|
1297
|
+
"cover"
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "sunrise",
|
|
1302
|
+
"componentName": "SunriseIcon",
|
|
1303
|
+
"label": "Sunrise",
|
|
1304
|
+
"categories": [
|
|
1305
|
+
"data"
|
|
1306
|
+
],
|
|
1307
|
+
"keywords": [
|
|
1308
|
+
"dawn",
|
|
1309
|
+
"morning",
|
|
1310
|
+
"sun",
|
|
1311
|
+
"weather",
|
|
1312
|
+
"am"
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"name": "sunset",
|
|
1317
|
+
"componentName": "SunsetIcon",
|
|
1318
|
+
"label": "Sunset",
|
|
1319
|
+
"categories": [
|
|
1320
|
+
"data"
|
|
1321
|
+
],
|
|
1322
|
+
"keywords": [
|
|
1323
|
+
"dusk",
|
|
1324
|
+
"evening",
|
|
1325
|
+
"sun",
|
|
1326
|
+
"weather",
|
|
1327
|
+
"pm"
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "windArrow",
|
|
1332
|
+
"componentName": "WindArrowIcon",
|
|
1333
|
+
"label": "Wind Arrow",
|
|
1334
|
+
"categories": [
|
|
1335
|
+
"data"
|
|
1336
|
+
],
|
|
1337
|
+
"keywords": [
|
|
1338
|
+
"weather",
|
|
1339
|
+
"wind",
|
|
1340
|
+
"direction",
|
|
1341
|
+
"breeze",
|
|
1342
|
+
"gust"
|
|
1343
|
+
]
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "car",
|
|
1347
|
+
"componentName": "CarIcon",
|
|
1348
|
+
"label": "Car",
|
|
1349
|
+
"categories": [
|
|
1350
|
+
"data"
|
|
1351
|
+
],
|
|
1352
|
+
"keywords": [
|
|
1353
|
+
"vehicle",
|
|
1354
|
+
"auto",
|
|
1355
|
+
"drive",
|
|
1356
|
+
"transport",
|
|
1357
|
+
"automobile"
|
|
1358
|
+
]
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "bike",
|
|
1362
|
+
"componentName": "BikeIcon",
|
|
1363
|
+
"label": "Bike",
|
|
1364
|
+
"categories": [
|
|
1365
|
+
"data"
|
|
1366
|
+
],
|
|
1367
|
+
"keywords": [
|
|
1368
|
+
"bicycle",
|
|
1369
|
+
"cycle",
|
|
1370
|
+
"ride",
|
|
1371
|
+
"transport",
|
|
1372
|
+
"cycling"
|
|
1373
|
+
]
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "plane",
|
|
1377
|
+
"componentName": "PlaneIcon",
|
|
1378
|
+
"label": "Plane",
|
|
1379
|
+
"categories": [
|
|
1380
|
+
"data"
|
|
1381
|
+
],
|
|
1382
|
+
"keywords": [
|
|
1383
|
+
"airplane",
|
|
1384
|
+
"flight",
|
|
1385
|
+
"travel",
|
|
1386
|
+
"aircraft",
|
|
1387
|
+
"fly"
|
|
1388
|
+
]
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "map",
|
|
1392
|
+
"componentName": "MapIcon",
|
|
1393
|
+
"label": "Map",
|
|
1394
|
+
"categories": [
|
|
1395
|
+
"navigation"
|
|
1396
|
+
],
|
|
1397
|
+
"keywords": [
|
|
1398
|
+
"location",
|
|
1399
|
+
"geography",
|
|
1400
|
+
"directions",
|
|
1401
|
+
"atlas",
|
|
1402
|
+
"navigate"
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "navigation",
|
|
1407
|
+
"componentName": "NavigationIcon",
|
|
1408
|
+
"label": "Navigation",
|
|
1409
|
+
"categories": [
|
|
1410
|
+
"navigation"
|
|
1411
|
+
],
|
|
1412
|
+
"keywords": [
|
|
1413
|
+
"compass",
|
|
1414
|
+
"direction",
|
|
1415
|
+
"gps",
|
|
1416
|
+
"navigate",
|
|
1417
|
+
"arrow"
|
|
1418
|
+
]
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "route",
|
|
1422
|
+
"componentName": "RouteIcon",
|
|
1423
|
+
"label": "Route",
|
|
1424
|
+
"categories": [
|
|
1425
|
+
"navigation"
|
|
1426
|
+
],
|
|
1427
|
+
"keywords": [
|
|
1428
|
+
"path",
|
|
1429
|
+
"directions",
|
|
1430
|
+
"journey",
|
|
1431
|
+
"way",
|
|
1432
|
+
"trip"
|
|
1433
|
+
]
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "anchor",
|
|
1437
|
+
"componentName": "AnchorIcon",
|
|
1438
|
+
"label": "Anchor",
|
|
1439
|
+
"categories": [
|
|
1440
|
+
"data"
|
|
1441
|
+
],
|
|
1442
|
+
"keywords": [
|
|
1443
|
+
"ship",
|
|
1444
|
+
"marine",
|
|
1445
|
+
"nautical",
|
|
1446
|
+
"port",
|
|
1447
|
+
"harbor",
|
|
1448
|
+
"stable"
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "coffee",
|
|
1453
|
+
"componentName": "CoffeeIcon",
|
|
1454
|
+
"label": "Coffee",
|
|
1455
|
+
"categories": [
|
|
1456
|
+
"media"
|
|
1457
|
+
],
|
|
1458
|
+
"keywords": [
|
|
1459
|
+
"cup",
|
|
1460
|
+
"drink",
|
|
1461
|
+
"cafe",
|
|
1462
|
+
"beverage",
|
|
1463
|
+
"break",
|
|
1464
|
+
"hot"
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "shoppingBag",
|
|
1469
|
+
"componentName": "ShoppingBagIcon",
|
|
1470
|
+
"label": "Shopping Bag",
|
|
1471
|
+
"categories": [
|
|
1472
|
+
"action"
|
|
1473
|
+
],
|
|
1474
|
+
"keywords": [
|
|
1475
|
+
"shop",
|
|
1476
|
+
"buy",
|
|
1477
|
+
"purchase",
|
|
1478
|
+
"retail",
|
|
1479
|
+
"bag",
|
|
1480
|
+
"ecommerce"
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "watch",
|
|
1485
|
+
"componentName": "WatchIcon",
|
|
1486
|
+
"label": "Watch",
|
|
1487
|
+
"categories": [
|
|
1488
|
+
"media"
|
|
1489
|
+
],
|
|
1490
|
+
"keywords": [
|
|
1491
|
+
"time",
|
|
1492
|
+
"clock",
|
|
1493
|
+
"wearable",
|
|
1494
|
+
"wristwatch",
|
|
1495
|
+
"smartwatch"
|
|
1496
|
+
]
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "glasses",
|
|
1500
|
+
"componentName": "GlassesIcon",
|
|
1501
|
+
"label": "Glasses",
|
|
1502
|
+
"categories": [
|
|
1503
|
+
"media"
|
|
1504
|
+
],
|
|
1505
|
+
"keywords": [
|
|
1506
|
+
"eyewear",
|
|
1507
|
+
"spectacles",
|
|
1508
|
+
"vision",
|
|
1509
|
+
"read",
|
|
1510
|
+
"see"
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "graduationCap",
|
|
1515
|
+
"componentName": "GraduationCapIcon",
|
|
1516
|
+
"label": "Graduation Cap",
|
|
1517
|
+
"categories": [
|
|
1518
|
+
"data"
|
|
1519
|
+
],
|
|
1520
|
+
"keywords": [
|
|
1521
|
+
"education",
|
|
1522
|
+
"school",
|
|
1523
|
+
"university",
|
|
1524
|
+
"degree",
|
|
1525
|
+
"learn",
|
|
1526
|
+
"academic"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "heartPulse",
|
|
1531
|
+
"componentName": "HeartPulseIcon",
|
|
1532
|
+
"label": "Heart Pulse",
|
|
1533
|
+
"categories": [
|
|
1534
|
+
"status"
|
|
1535
|
+
],
|
|
1536
|
+
"keywords": [
|
|
1537
|
+
"health",
|
|
1538
|
+
"heartbeat",
|
|
1539
|
+
"vitals",
|
|
1540
|
+
"medical",
|
|
1541
|
+
"pulse",
|
|
1542
|
+
"cardio"
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "smile",
|
|
1547
|
+
"componentName": "SmileIcon",
|
|
1548
|
+
"label": "Smile",
|
|
1549
|
+
"categories": [
|
|
1550
|
+
"communication"
|
|
1551
|
+
],
|
|
1552
|
+
"keywords": [
|
|
1553
|
+
"happy",
|
|
1554
|
+
"emoji",
|
|
1555
|
+
"satisfied",
|
|
1556
|
+
"mood",
|
|
1557
|
+
"face",
|
|
1558
|
+
"feedback"
|
|
1559
|
+
]
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "gamepad",
|
|
1563
|
+
"componentName": "GamepadIcon",
|
|
1564
|
+
"label": "Gamepad",
|
|
1565
|
+
"categories": [
|
|
1566
|
+
"media"
|
|
1567
|
+
],
|
|
1568
|
+
"keywords": [
|
|
1569
|
+
"game",
|
|
1570
|
+
"controller",
|
|
1571
|
+
"gaming",
|
|
1572
|
+
"play",
|
|
1573
|
+
"console"
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "pill",
|
|
1578
|
+
"componentName": "PillIcon",
|
|
1579
|
+
"label": "Pill",
|
|
1580
|
+
"categories": [
|
|
1581
|
+
"data"
|
|
1582
|
+
],
|
|
1583
|
+
"keywords": [
|
|
1584
|
+
"medicine",
|
|
1585
|
+
"medication",
|
|
1586
|
+
"drug",
|
|
1587
|
+
"pharmacy",
|
|
1588
|
+
"health",
|
|
1589
|
+
"tablet"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "flashlight",
|
|
1594
|
+
"componentName": "FlashlightIcon",
|
|
1595
|
+
"label": "Flashlight",
|
|
1596
|
+
"categories": [
|
|
1597
|
+
"media"
|
|
1598
|
+
],
|
|
1599
|
+
"keywords": [
|
|
1600
|
+
"torch",
|
|
1601
|
+
"light",
|
|
1602
|
+
"lamp",
|
|
1603
|
+
"illuminate",
|
|
1604
|
+
"beam"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "alertCircle",
|
|
1609
|
+
"componentName": "AlertCircleIcon",
|
|
1610
|
+
"label": "Alert Circle",
|
|
1611
|
+
"categories": [
|
|
1612
|
+
"status"
|
|
1613
|
+
],
|
|
1614
|
+
"keywords": [
|
|
1615
|
+
"alert",
|
|
1616
|
+
"warning",
|
|
1617
|
+
"exclamation",
|
|
1618
|
+
"error",
|
|
1619
|
+
"attention",
|
|
1620
|
+
"important",
|
|
1621
|
+
"notice"
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "arrowLeftRight",
|
|
1626
|
+
"componentName": "ArrowLeftRightIcon",
|
|
1627
|
+
"label": "Arrow Left Right",
|
|
1628
|
+
"categories": [
|
|
1629
|
+
"navigation"
|
|
1630
|
+
],
|
|
1631
|
+
"keywords": [
|
|
1632
|
+
"swap",
|
|
1633
|
+
"horizontal",
|
|
1634
|
+
"transfer",
|
|
1635
|
+
"exchange",
|
|
1636
|
+
"bidirectional",
|
|
1637
|
+
"compare"
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "arrowUpDown",
|
|
1642
|
+
"componentName": "ArrowUpDownIcon",
|
|
1643
|
+
"label": "Arrow Up Down",
|
|
1644
|
+
"categories": [
|
|
1645
|
+
"navigation"
|
|
1646
|
+
],
|
|
1647
|
+
"keywords": [
|
|
1648
|
+
"sort",
|
|
1649
|
+
"vertical",
|
|
1650
|
+
"swap",
|
|
1651
|
+
"reorder",
|
|
1652
|
+
"resize",
|
|
1653
|
+
"height"
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "atSign",
|
|
1658
|
+
"componentName": "AtSignIcon",
|
|
1659
|
+
"label": "At Sign",
|
|
1660
|
+
"categories": [
|
|
1661
|
+
"communication"
|
|
1662
|
+
],
|
|
1663
|
+
"keywords": [
|
|
1664
|
+
"email",
|
|
1665
|
+
"mention",
|
|
1666
|
+
"handle",
|
|
1667
|
+
"username",
|
|
1668
|
+
"address",
|
|
1669
|
+
"at"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "badgeCheck",
|
|
1674
|
+
"componentName": "BadgeCheckIcon",
|
|
1675
|
+
"label": "Badge Check",
|
|
1676
|
+
"categories": [
|
|
1677
|
+
"status"
|
|
1678
|
+
],
|
|
1679
|
+
"keywords": [
|
|
1680
|
+
"verified",
|
|
1681
|
+
"approved",
|
|
1682
|
+
"certified",
|
|
1683
|
+
"trust",
|
|
1684
|
+
"official",
|
|
1685
|
+
"seal",
|
|
1686
|
+
"validated"
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "ban",
|
|
1691
|
+
"componentName": "BanIcon",
|
|
1692
|
+
"label": "Ban",
|
|
1693
|
+
"categories": [
|
|
1694
|
+
"status"
|
|
1695
|
+
],
|
|
1696
|
+
"keywords": [
|
|
1697
|
+
"block",
|
|
1698
|
+
"forbidden",
|
|
1699
|
+
"denied",
|
|
1700
|
+
"prohibited",
|
|
1701
|
+
"no",
|
|
1702
|
+
"disabled",
|
|
1703
|
+
"blocked"
|
|
1704
|
+
]
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "bellOff",
|
|
1708
|
+
"componentName": "BellOffIcon",
|
|
1709
|
+
"label": "Bell Off",
|
|
1710
|
+
"categories": [
|
|
1711
|
+
"communication",
|
|
1712
|
+
"toggle"
|
|
1713
|
+
],
|
|
1714
|
+
"keywords": [
|
|
1715
|
+
"mute",
|
|
1716
|
+
"silent",
|
|
1717
|
+
"notification",
|
|
1718
|
+
"disabled",
|
|
1719
|
+
"snooze",
|
|
1720
|
+
"dnd",
|
|
1721
|
+
"do not disturb"
|
|
1722
|
+
]
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "bellRing",
|
|
1726
|
+
"componentName": "BellRingIcon",
|
|
1727
|
+
"label": "Bell Ring",
|
|
1728
|
+
"categories": [
|
|
1729
|
+
"communication"
|
|
1730
|
+
],
|
|
1731
|
+
"keywords": [
|
|
1732
|
+
"notification",
|
|
1733
|
+
"alert",
|
|
1734
|
+
"ring",
|
|
1735
|
+
"active",
|
|
1736
|
+
"reminder",
|
|
1737
|
+
"alarm",
|
|
1738
|
+
"ringing"
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "bookOpen",
|
|
1743
|
+
"componentName": "BookOpenIcon",
|
|
1744
|
+
"label": "Book Open",
|
|
1745
|
+
"categories": [
|
|
1746
|
+
"media"
|
|
1747
|
+
],
|
|
1748
|
+
"keywords": [
|
|
1749
|
+
"read",
|
|
1750
|
+
"documentation",
|
|
1751
|
+
"guide",
|
|
1752
|
+
"manual",
|
|
1753
|
+
"learn",
|
|
1754
|
+
"library",
|
|
1755
|
+
"reading"
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "chevronsDown",
|
|
1760
|
+
"componentName": "ChevronsDownIcon",
|
|
1761
|
+
"label": "Chevrons Down",
|
|
1762
|
+
"categories": [
|
|
1763
|
+
"navigation"
|
|
1764
|
+
],
|
|
1765
|
+
"keywords": [
|
|
1766
|
+
"expand",
|
|
1767
|
+
"collapse",
|
|
1768
|
+
"double",
|
|
1769
|
+
"last",
|
|
1770
|
+
"bottom",
|
|
1771
|
+
"more"
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "chevronsUp",
|
|
1776
|
+
"componentName": "ChevronsUpIcon",
|
|
1777
|
+
"label": "Chevrons Up",
|
|
1778
|
+
"categories": [
|
|
1779
|
+
"navigation"
|
|
1780
|
+
],
|
|
1781
|
+
"keywords": [
|
|
1782
|
+
"collapse",
|
|
1783
|
+
"double",
|
|
1784
|
+
"first",
|
|
1785
|
+
"top",
|
|
1786
|
+
"less"
|
|
1787
|
+
]
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "circleDot",
|
|
1791
|
+
"componentName": "CircleDotIcon",
|
|
1792
|
+
"label": "Circle Dot",
|
|
1793
|
+
"categories": [
|
|
1794
|
+
"status"
|
|
1795
|
+
],
|
|
1796
|
+
"keywords": [
|
|
1797
|
+
"radio",
|
|
1798
|
+
"selected",
|
|
1799
|
+
"target",
|
|
1800
|
+
"record",
|
|
1801
|
+
"current",
|
|
1802
|
+
"active",
|
|
1803
|
+
"point"
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "circleUser",
|
|
1808
|
+
"componentName": "CircleUserIcon",
|
|
1809
|
+
"label": "Circle User",
|
|
1810
|
+
"categories": [
|
|
1811
|
+
"communication"
|
|
1812
|
+
],
|
|
1813
|
+
"keywords": [
|
|
1814
|
+
"avatar",
|
|
1815
|
+
"profile",
|
|
1816
|
+
"account",
|
|
1817
|
+
"person",
|
|
1818
|
+
"member",
|
|
1819
|
+
"user"
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "clipboardCheck",
|
|
1824
|
+
"componentName": "ClipboardCheckIcon",
|
|
1825
|
+
"label": "Clipboard Check",
|
|
1826
|
+
"categories": [
|
|
1827
|
+
"action"
|
|
1828
|
+
],
|
|
1829
|
+
"keywords": [
|
|
1830
|
+
"task",
|
|
1831
|
+
"done",
|
|
1832
|
+
"approved",
|
|
1833
|
+
"todo",
|
|
1834
|
+
"verified",
|
|
1835
|
+
"complete",
|
|
1836
|
+
"checked"
|
|
1837
|
+
]
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "clipboardList",
|
|
1841
|
+
"componentName": "ClipboardListIcon",
|
|
1842
|
+
"label": "Clipboard List",
|
|
1843
|
+
"categories": [
|
|
1844
|
+
"action"
|
|
1845
|
+
],
|
|
1846
|
+
"keywords": [
|
|
1847
|
+
"tasks",
|
|
1848
|
+
"todo",
|
|
1849
|
+
"checklist",
|
|
1850
|
+
"form",
|
|
1851
|
+
"survey",
|
|
1852
|
+
"agenda",
|
|
1853
|
+
"list"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "contact",
|
|
1858
|
+
"componentName": "ContactIcon",
|
|
1859
|
+
"label": "Contact",
|
|
1860
|
+
"categories": [
|
|
1861
|
+
"communication"
|
|
1862
|
+
],
|
|
1863
|
+
"keywords": [
|
|
1864
|
+
"card",
|
|
1865
|
+
"person",
|
|
1866
|
+
"address book",
|
|
1867
|
+
"profile",
|
|
1868
|
+
"vcard",
|
|
1869
|
+
"details"
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "cornerDownRight",
|
|
1874
|
+
"componentName": "CornerDownRightIcon",
|
|
1875
|
+
"label": "Corner Down Right",
|
|
1876
|
+
"categories": [
|
|
1877
|
+
"navigation"
|
|
1878
|
+
],
|
|
1879
|
+
"keywords": [
|
|
1880
|
+
"arrow",
|
|
1881
|
+
"turn",
|
|
1882
|
+
"branch",
|
|
1883
|
+
"subdirectory",
|
|
1884
|
+
"nested",
|
|
1885
|
+
"enter"
|
|
1886
|
+
]
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "cornerUpLeft",
|
|
1890
|
+
"componentName": "CornerUpLeftIcon",
|
|
1891
|
+
"label": "Corner Up Left",
|
|
1892
|
+
"categories": [
|
|
1893
|
+
"navigation"
|
|
1894
|
+
],
|
|
1895
|
+
"keywords": [
|
|
1896
|
+
"arrow",
|
|
1897
|
+
"turn",
|
|
1898
|
+
"back",
|
|
1899
|
+
"return",
|
|
1900
|
+
"reply",
|
|
1901
|
+
"undo"
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "expand",
|
|
1906
|
+
"componentName": "ExpandIcon",
|
|
1907
|
+
"label": "Expand",
|
|
1908
|
+
"categories": [
|
|
1909
|
+
"layout"
|
|
1910
|
+
],
|
|
1911
|
+
"keywords": [
|
|
1912
|
+
"fullscreen",
|
|
1913
|
+
"enlarge",
|
|
1914
|
+
"maximize",
|
|
1915
|
+
"outward",
|
|
1916
|
+
"grow",
|
|
1917
|
+
"scale"
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "filePlus",
|
|
1922
|
+
"componentName": "FilePlusIcon",
|
|
1923
|
+
"label": "File Plus",
|
|
1924
|
+
"categories": [
|
|
1925
|
+
"action"
|
|
1926
|
+
],
|
|
1927
|
+
"keywords": [
|
|
1928
|
+
"new",
|
|
1929
|
+
"add",
|
|
1930
|
+
"create",
|
|
1931
|
+
"document",
|
|
1932
|
+
"new file"
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "fileText",
|
|
1937
|
+
"componentName": "FileTextIcon",
|
|
1938
|
+
"label": "File Text",
|
|
1939
|
+
"categories": [
|
|
1940
|
+
"media"
|
|
1941
|
+
],
|
|
1942
|
+
"keywords": [
|
|
1943
|
+
"document",
|
|
1944
|
+
"page",
|
|
1945
|
+
"text",
|
|
1946
|
+
"article",
|
|
1947
|
+
"content",
|
|
1948
|
+
"doc"
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "files",
|
|
1953
|
+
"componentName": "FilesIcon",
|
|
1954
|
+
"label": "Files",
|
|
1955
|
+
"categories": [
|
|
1956
|
+
"media"
|
|
1957
|
+
],
|
|
1958
|
+
"keywords": [
|
|
1959
|
+
"documents",
|
|
1960
|
+
"multiple",
|
|
1961
|
+
"copy",
|
|
1962
|
+
"stack",
|
|
1963
|
+
"pages",
|
|
1964
|
+
"duplicate"
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "folderMinus",
|
|
1969
|
+
"componentName": "FolderMinusIcon",
|
|
1970
|
+
"label": "Folder Minus",
|
|
1971
|
+
"categories": [
|
|
1972
|
+
"media"
|
|
1973
|
+
],
|
|
1974
|
+
"keywords": [
|
|
1975
|
+
"remove",
|
|
1976
|
+
"delete",
|
|
1977
|
+
"directory",
|
|
1978
|
+
"folder"
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "folderOpen",
|
|
1983
|
+
"componentName": "FolderOpenIcon",
|
|
1984
|
+
"label": "Folder Open",
|
|
1985
|
+
"categories": [
|
|
1986
|
+
"media"
|
|
1987
|
+
],
|
|
1988
|
+
"keywords": [
|
|
1989
|
+
"directory",
|
|
1990
|
+
"browse",
|
|
1991
|
+
"expand",
|
|
1992
|
+
"files",
|
|
1993
|
+
"opened"
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "folderPlus",
|
|
1998
|
+
"componentName": "FolderPlusIcon",
|
|
1999
|
+
"label": "Folder Plus",
|
|
2000
|
+
"categories": [
|
|
2001
|
+
"media"
|
|
2002
|
+
],
|
|
2003
|
+
"keywords": [
|
|
2004
|
+
"new",
|
|
2005
|
+
"add",
|
|
2006
|
+
"create",
|
|
2007
|
+
"directory",
|
|
2008
|
+
"new folder"
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "heading",
|
|
2013
|
+
"componentName": "HeadingIcon",
|
|
2014
|
+
"label": "Heading",
|
|
2015
|
+
"categories": [
|
|
2016
|
+
"action"
|
|
2017
|
+
],
|
|
2018
|
+
"keywords": [
|
|
2019
|
+
"title",
|
|
2020
|
+
"h1",
|
|
2021
|
+
"header",
|
|
2022
|
+
"text",
|
|
2023
|
+
"format",
|
|
2024
|
+
"headline"
|
|
2025
|
+
]
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "hexagon",
|
|
2029
|
+
"componentName": "HexagonIcon",
|
|
2030
|
+
"label": "Hexagon",
|
|
2031
|
+
"categories": [
|
|
2032
|
+
"layout"
|
|
2033
|
+
],
|
|
2034
|
+
"keywords": [
|
|
2035
|
+
"shape",
|
|
2036
|
+
"polygon",
|
|
2037
|
+
"badge",
|
|
2038
|
+
"six",
|
|
2039
|
+
"honeycomb"
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "highlighter",
|
|
2044
|
+
"componentName": "HighlighterIcon",
|
|
2045
|
+
"label": "Highlighter",
|
|
2046
|
+
"categories": [
|
|
2047
|
+
"action"
|
|
2048
|
+
],
|
|
2049
|
+
"keywords": [
|
|
2050
|
+
"marker",
|
|
2051
|
+
"highlight",
|
|
2052
|
+
"annotate",
|
|
2053
|
+
"pen",
|
|
2054
|
+
"emphasize",
|
|
2055
|
+
"mark"
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "idCard",
|
|
2060
|
+
"componentName": "IdCardIcon",
|
|
2061
|
+
"label": "ID Card",
|
|
2062
|
+
"categories": [
|
|
2063
|
+
"communication"
|
|
2064
|
+
],
|
|
2065
|
+
"keywords": [
|
|
2066
|
+
"identity",
|
|
2067
|
+
"badge",
|
|
2068
|
+
"profile",
|
|
2069
|
+
"member",
|
|
2070
|
+
"credential",
|
|
2071
|
+
"pass",
|
|
2072
|
+
"license"
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"name": "import",
|
|
2077
|
+
"componentName": "ImportIcon",
|
|
2078
|
+
"label": "Import",
|
|
2079
|
+
"categories": [
|
|
2080
|
+
"action"
|
|
2081
|
+
],
|
|
2082
|
+
"keywords": [
|
|
2083
|
+
"download",
|
|
2084
|
+
"load",
|
|
2085
|
+
"receive",
|
|
2086
|
+
"ingest",
|
|
2087
|
+
"bring in",
|
|
2088
|
+
"incoming"
|
|
2089
|
+
]
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "indent",
|
|
2093
|
+
"componentName": "IndentIcon",
|
|
2094
|
+
"label": "Indent",
|
|
2095
|
+
"categories": [
|
|
2096
|
+
"action"
|
|
2097
|
+
],
|
|
2098
|
+
"keywords": [
|
|
2099
|
+
"text",
|
|
2100
|
+
"format",
|
|
2101
|
+
"tab",
|
|
2102
|
+
"paragraph",
|
|
2103
|
+
"right",
|
|
2104
|
+
"nest"
|
|
2105
|
+
]
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "listChecks",
|
|
2109
|
+
"componentName": "ListChecksIcon",
|
|
2110
|
+
"label": "List Checks",
|
|
2111
|
+
"categories": [
|
|
2112
|
+
"action"
|
|
2113
|
+
],
|
|
2114
|
+
"keywords": [
|
|
2115
|
+
"checklist",
|
|
2116
|
+
"todo",
|
|
2117
|
+
"tasks",
|
|
2118
|
+
"done",
|
|
2119
|
+
"completed",
|
|
2120
|
+
"checkbox"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "mailCheck",
|
|
2125
|
+
"componentName": "MailCheckIcon",
|
|
2126
|
+
"label": "Mail Check",
|
|
2127
|
+
"categories": [
|
|
2128
|
+
"communication"
|
|
2129
|
+
],
|
|
2130
|
+
"keywords": [
|
|
2131
|
+
"email",
|
|
2132
|
+
"verified",
|
|
2133
|
+
"sent",
|
|
2134
|
+
"confirmed",
|
|
2135
|
+
"delivered",
|
|
2136
|
+
"read"
|
|
2137
|
+
]
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "mailOpen",
|
|
2141
|
+
"componentName": "MailOpenIcon",
|
|
2142
|
+
"label": "Mail Open",
|
|
2143
|
+
"categories": [
|
|
2144
|
+
"communication"
|
|
2145
|
+
],
|
|
2146
|
+
"keywords": [
|
|
2147
|
+
"email",
|
|
2148
|
+
"read",
|
|
2149
|
+
"opened",
|
|
2150
|
+
"envelope",
|
|
2151
|
+
"message",
|
|
2152
|
+
"seen"
|
|
2153
|
+
]
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "megaphone",
|
|
2157
|
+
"componentName": "MegaphoneIcon",
|
|
2158
|
+
"label": "Megaphone",
|
|
2159
|
+
"categories": [
|
|
2160
|
+
"communication"
|
|
2161
|
+
],
|
|
2162
|
+
"keywords": [
|
|
2163
|
+
"announce",
|
|
2164
|
+
"broadcast",
|
|
2165
|
+
"promote",
|
|
2166
|
+
"marketing",
|
|
2167
|
+
"shout",
|
|
2168
|
+
"alert",
|
|
2169
|
+
"campaign"
|
|
2170
|
+
]
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"name": "messageSquare",
|
|
2174
|
+
"componentName": "MessageSquareIcon",
|
|
2175
|
+
"label": "Message Square",
|
|
2176
|
+
"categories": [
|
|
2177
|
+
"communication"
|
|
2178
|
+
],
|
|
2179
|
+
"keywords": [
|
|
2180
|
+
"chat",
|
|
2181
|
+
"comment",
|
|
2182
|
+
"bubble",
|
|
2183
|
+
"talk",
|
|
2184
|
+
"sms",
|
|
2185
|
+
"feedback"
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "minusCircle",
|
|
2190
|
+
"componentName": "MinusCircleIcon",
|
|
2191
|
+
"label": "Minus Circle",
|
|
2192
|
+
"categories": [
|
|
2193
|
+
"action"
|
|
2194
|
+
],
|
|
2195
|
+
"keywords": [
|
|
2196
|
+
"remove",
|
|
2197
|
+
"subtract",
|
|
2198
|
+
"delete",
|
|
2199
|
+
"decrease",
|
|
2200
|
+
"deny"
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "move",
|
|
2205
|
+
"componentName": "MoveIcon",
|
|
2206
|
+
"label": "Move",
|
|
2207
|
+
"categories": [
|
|
2208
|
+
"action"
|
|
2209
|
+
],
|
|
2210
|
+
"keywords": [
|
|
2211
|
+
"drag",
|
|
2212
|
+
"reposition",
|
|
2213
|
+
"pan",
|
|
2214
|
+
"relocate",
|
|
2215
|
+
"arrows",
|
|
2216
|
+
"reorder"
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"name": "octagon",
|
|
2221
|
+
"componentName": "OctagonIcon",
|
|
2222
|
+
"label": "Octagon",
|
|
2223
|
+
"categories": [
|
|
2224
|
+
"layout"
|
|
2225
|
+
],
|
|
2226
|
+
"keywords": [
|
|
2227
|
+
"shape",
|
|
2228
|
+
"polygon",
|
|
2229
|
+
"stop",
|
|
2230
|
+
"eight"
|
|
2231
|
+
]
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"name": "outdent",
|
|
2235
|
+
"componentName": "OutdentIcon",
|
|
2236
|
+
"label": "Outdent",
|
|
2237
|
+
"categories": [
|
|
2238
|
+
"action"
|
|
2239
|
+
],
|
|
2240
|
+
"keywords": [
|
|
2241
|
+
"text",
|
|
2242
|
+
"format",
|
|
2243
|
+
"dedent",
|
|
2244
|
+
"paragraph",
|
|
2245
|
+
"left",
|
|
2246
|
+
"unnest"
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "paperclip",
|
|
2251
|
+
"componentName": "PaperclipIcon",
|
|
2252
|
+
"label": "Paperclip",
|
|
2253
|
+
"categories": [
|
|
2254
|
+
"action"
|
|
2255
|
+
],
|
|
2256
|
+
"keywords": [
|
|
2257
|
+
"attach",
|
|
2258
|
+
"attachment",
|
|
2259
|
+
"file",
|
|
2260
|
+
"clip",
|
|
2261
|
+
"link",
|
|
2262
|
+
"enclosure"
|
|
2263
|
+
]
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "plusCircle",
|
|
2267
|
+
"componentName": "PlusCircleIcon",
|
|
2268
|
+
"label": "Plus Circle",
|
|
2269
|
+
"categories": [
|
|
2270
|
+
"action"
|
|
2271
|
+
],
|
|
2272
|
+
"keywords": [
|
|
2273
|
+
"add",
|
|
2274
|
+
"create",
|
|
2275
|
+
"new",
|
|
2276
|
+
"increase",
|
|
2277
|
+
"expand",
|
|
2278
|
+
"insert"
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "quote",
|
|
2283
|
+
"componentName": "QuoteIcon",
|
|
2284
|
+
"label": "Quote",
|
|
2285
|
+
"categories": [
|
|
2286
|
+
"action"
|
|
2287
|
+
],
|
|
2288
|
+
"keywords": [
|
|
2289
|
+
"quotation",
|
|
2290
|
+
"blockquote",
|
|
2291
|
+
"cite",
|
|
2292
|
+
"text",
|
|
2293
|
+
"format",
|
|
2294
|
+
"citation"
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "reply",
|
|
2299
|
+
"componentName": "ReplyIcon",
|
|
2300
|
+
"label": "Reply",
|
|
2301
|
+
"categories": [
|
|
2302
|
+
"action"
|
|
2303
|
+
],
|
|
2304
|
+
"keywords": [
|
|
2305
|
+
"respond",
|
|
2306
|
+
"answer",
|
|
2307
|
+
"back",
|
|
2308
|
+
"mail",
|
|
2309
|
+
"return",
|
|
2310
|
+
"comment"
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "square",
|
|
2315
|
+
"componentName": "SquareIcon",
|
|
2316
|
+
"label": "Square",
|
|
2317
|
+
"categories": [
|
|
2318
|
+
"layout"
|
|
2319
|
+
],
|
|
2320
|
+
"keywords": [
|
|
2321
|
+
"shape",
|
|
2322
|
+
"box",
|
|
2323
|
+
"checkbox",
|
|
2324
|
+
"rectangle",
|
|
2325
|
+
"frame",
|
|
2326
|
+
"unchecked"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "strikethrough",
|
|
2331
|
+
"componentName": "StrikethroughIcon",
|
|
2332
|
+
"label": "Strikethrough",
|
|
2333
|
+
"categories": [
|
|
2334
|
+
"action"
|
|
2335
|
+
],
|
|
2336
|
+
"keywords": [
|
|
2337
|
+
"text",
|
|
2338
|
+
"format",
|
|
2339
|
+
"strike",
|
|
2340
|
+
"cross out",
|
|
2341
|
+
"delete",
|
|
2342
|
+
"line through"
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"name": "table",
|
|
2347
|
+
"componentName": "TableIcon",
|
|
2348
|
+
"label": "Table",
|
|
2349
|
+
"categories": [
|
|
2350
|
+
"action",
|
|
2351
|
+
"data"
|
|
2352
|
+
],
|
|
2353
|
+
"keywords": [
|
|
2354
|
+
"grid",
|
|
2355
|
+
"spreadsheet",
|
|
2356
|
+
"rows",
|
|
2357
|
+
"columns",
|
|
2358
|
+
"data",
|
|
2359
|
+
"cells"
|
|
2360
|
+
]
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "triangle",
|
|
2364
|
+
"componentName": "TriangleIcon",
|
|
2365
|
+
"label": "Triangle",
|
|
2366
|
+
"categories": [
|
|
2367
|
+
"layout"
|
|
2368
|
+
],
|
|
2369
|
+
"keywords": [
|
|
2370
|
+
"shape",
|
|
2371
|
+
"polygon",
|
|
2372
|
+
"warning",
|
|
2373
|
+
"three",
|
|
2374
|
+
"delta"
|
|
2375
|
+
]
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "type",
|
|
2379
|
+
"componentName": "TypeIcon",
|
|
2380
|
+
"label": "Type",
|
|
2381
|
+
"categories": [
|
|
2382
|
+
"action"
|
|
2383
|
+
],
|
|
2384
|
+
"keywords": [
|
|
2385
|
+
"text",
|
|
2386
|
+
"font",
|
|
2387
|
+
"typography",
|
|
2388
|
+
"letter",
|
|
2389
|
+
"format",
|
|
2390
|
+
"typeface"
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "unlink",
|
|
2395
|
+
"componentName": "UnlinkIcon",
|
|
2396
|
+
"label": "Unlink",
|
|
2397
|
+
"categories": [
|
|
2398
|
+
"action"
|
|
2399
|
+
],
|
|
2400
|
+
"keywords": [
|
|
2401
|
+
"break",
|
|
2402
|
+
"detach",
|
|
2403
|
+
"disconnect",
|
|
2404
|
+
"remove link",
|
|
2405
|
+
"unchain"
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "userCheck",
|
|
2410
|
+
"componentName": "UserCheckIcon",
|
|
2411
|
+
"label": "User Check",
|
|
2412
|
+
"categories": [
|
|
2413
|
+
"communication"
|
|
2414
|
+
],
|
|
2415
|
+
"keywords": [
|
|
2416
|
+
"verified",
|
|
2417
|
+
"approved",
|
|
2418
|
+
"member",
|
|
2419
|
+
"confirm",
|
|
2420
|
+
"authorized",
|
|
2421
|
+
"accepted"
|
|
2422
|
+
]
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "userCog",
|
|
2426
|
+
"componentName": "UserCogIcon",
|
|
2427
|
+
"label": "User Cog",
|
|
2428
|
+
"categories": [
|
|
2429
|
+
"communication"
|
|
2430
|
+
],
|
|
2431
|
+
"keywords": [
|
|
2432
|
+
"settings",
|
|
2433
|
+
"profile",
|
|
2434
|
+
"manage",
|
|
2435
|
+
"admin",
|
|
2436
|
+
"preferences",
|
|
2437
|
+
"account"
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "userPlus",
|
|
2442
|
+
"componentName": "UserPlusIcon",
|
|
2443
|
+
"label": "User Plus",
|
|
2444
|
+
"categories": [
|
|
2445
|
+
"communication"
|
|
2446
|
+
],
|
|
2447
|
+
"keywords": [
|
|
2448
|
+
"add",
|
|
2449
|
+
"invite",
|
|
2450
|
+
"new",
|
|
2451
|
+
"signup",
|
|
2452
|
+
"register",
|
|
2453
|
+
"follow",
|
|
2454
|
+
"member"
|
|
2455
|
+
]
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "userX",
|
|
2459
|
+
"componentName": "UserXIcon",
|
|
2460
|
+
"label": "User X",
|
|
2461
|
+
"categories": [
|
|
2462
|
+
"communication"
|
|
2463
|
+
],
|
|
2464
|
+
"keywords": [
|
|
2465
|
+
"remove",
|
|
2466
|
+
"delete",
|
|
2467
|
+
"block",
|
|
2468
|
+
"unfriend",
|
|
2469
|
+
"ban",
|
|
2470
|
+
"deny",
|
|
2471
|
+
"revoke"
|
|
2472
|
+
]
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "close",
|
|
2476
|
+
"componentName": "CloseIcon",
|
|
2477
|
+
"label": "Close",
|
|
2478
|
+
"categories": [
|
|
2479
|
+
"action"
|
|
2480
|
+
],
|
|
2481
|
+
"keywords": [
|
|
2482
|
+
"x",
|
|
2483
|
+
"dismiss",
|
|
2484
|
+
"remove",
|
|
2485
|
+
"cancel",
|
|
2486
|
+
"delete",
|
|
2487
|
+
"clear"
|
|
2488
|
+
]
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "check",
|
|
2492
|
+
"componentName": "CheckIcon",
|
|
2493
|
+
"label": "Check",
|
|
2494
|
+
"categories": [
|
|
2495
|
+
"action",
|
|
2496
|
+
"status"
|
|
2497
|
+
],
|
|
2498
|
+
"keywords": [
|
|
2499
|
+
"tick",
|
|
2500
|
+
"confirm",
|
|
2501
|
+
"done",
|
|
2502
|
+
"accept",
|
|
2503
|
+
"complete",
|
|
2504
|
+
"ok"
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"name": "chevronDown",
|
|
2509
|
+
"componentName": "ChevronDownIcon",
|
|
2510
|
+
"label": "Chevron Down",
|
|
2511
|
+
"categories": [
|
|
2512
|
+
"navigation"
|
|
2513
|
+
],
|
|
2514
|
+
"keywords": [
|
|
2515
|
+
"arrow",
|
|
2516
|
+
"expand",
|
|
2517
|
+
"dropdown",
|
|
2518
|
+
"collapse"
|
|
2519
|
+
]
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "chevronRight",
|
|
2523
|
+
"componentName": "ChevronRightIcon",
|
|
2524
|
+
"label": "Chevron Right",
|
|
2525
|
+
"categories": [
|
|
2526
|
+
"navigation"
|
|
2527
|
+
],
|
|
2528
|
+
"keywords": [
|
|
2529
|
+
"arrow",
|
|
2530
|
+
"next",
|
|
2531
|
+
"forward",
|
|
2532
|
+
"expand"
|
|
2533
|
+
]
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "chevronLeft",
|
|
2537
|
+
"componentName": "ChevronLeftIcon",
|
|
2538
|
+
"label": "Chevron Left",
|
|
2539
|
+
"categories": [
|
|
2540
|
+
"navigation"
|
|
2541
|
+
],
|
|
2542
|
+
"keywords": [
|
|
2543
|
+
"arrow",
|
|
2544
|
+
"back",
|
|
2545
|
+
"previous",
|
|
2546
|
+
"collapse"
|
|
2547
|
+
]
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "chevronUp",
|
|
2551
|
+
"componentName": "ChevronUpIcon",
|
|
2552
|
+
"label": "Chevron Up",
|
|
2553
|
+
"categories": [
|
|
2554
|
+
"navigation"
|
|
2555
|
+
],
|
|
2556
|
+
"keywords": [
|
|
2557
|
+
"arrow",
|
|
2558
|
+
"collapse",
|
|
2559
|
+
"up",
|
|
2560
|
+
"expand"
|
|
2561
|
+
]
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "minus",
|
|
2565
|
+
"componentName": "MinusIcon",
|
|
2566
|
+
"label": "Minus",
|
|
2567
|
+
"categories": [
|
|
2568
|
+
"action"
|
|
2569
|
+
],
|
|
2570
|
+
"keywords": [
|
|
2571
|
+
"subtract",
|
|
2572
|
+
"remove",
|
|
2573
|
+
"decrease"
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"name": "plus",
|
|
2578
|
+
"componentName": "PlusIcon",
|
|
2579
|
+
"label": "Plus",
|
|
2580
|
+
"categories": [
|
|
2581
|
+
"action"
|
|
2582
|
+
],
|
|
2583
|
+
"keywords": [
|
|
2584
|
+
"add",
|
|
2585
|
+
"create",
|
|
2586
|
+
"new",
|
|
2587
|
+
"increase"
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "info",
|
|
2592
|
+
"componentName": "InfoCircleIcon",
|
|
2593
|
+
"label": "Info Circle",
|
|
2594
|
+
"categories": [
|
|
2595
|
+
"status"
|
|
2596
|
+
],
|
|
2597
|
+
"keywords": [
|
|
2598
|
+
"information",
|
|
2599
|
+
"help",
|
|
2600
|
+
"about",
|
|
2601
|
+
"details"
|
|
2602
|
+
]
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "success",
|
|
2606
|
+
"componentName": "SuccessCircleIcon",
|
|
2607
|
+
"label": "Success Circle",
|
|
2608
|
+
"categories": [
|
|
2609
|
+
"status"
|
|
2610
|
+
],
|
|
2611
|
+
"keywords": [
|
|
2612
|
+
"check",
|
|
2613
|
+
"done",
|
|
2614
|
+
"complete",
|
|
2615
|
+
"ok"
|
|
2616
|
+
]
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "warning",
|
|
2620
|
+
"componentName": "WarningTriangleIcon",
|
|
2621
|
+
"label": "Warning Triangle",
|
|
2622
|
+
"categories": [
|
|
2623
|
+
"status"
|
|
2624
|
+
],
|
|
2625
|
+
"keywords": [
|
|
2626
|
+
"alert",
|
|
2627
|
+
"caution",
|
|
2628
|
+
"attention",
|
|
2629
|
+
"exclamation"
|
|
2630
|
+
]
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "danger",
|
|
2634
|
+
"componentName": "DangerCircleIcon",
|
|
2635
|
+
"label": "Danger Circle",
|
|
2636
|
+
"categories": [
|
|
2637
|
+
"status"
|
|
2638
|
+
],
|
|
2639
|
+
"keywords": [
|
|
2640
|
+
"error",
|
|
2641
|
+
"critical",
|
|
2642
|
+
"x",
|
|
2643
|
+
"fail"
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "arrowDown",
|
|
2648
|
+
"componentName": "ArrowDownIcon",
|
|
2649
|
+
"label": "Arrow Down",
|
|
2650
|
+
"categories": [
|
|
2651
|
+
"navigation"
|
|
2652
|
+
],
|
|
2653
|
+
"keywords": [
|
|
2654
|
+
"down",
|
|
2655
|
+
"below",
|
|
2656
|
+
"direction"
|
|
2657
|
+
]
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"name": "arrowUp",
|
|
2661
|
+
"componentName": "ArrowUpIcon",
|
|
2662
|
+
"label": "Arrow Up",
|
|
2663
|
+
"categories": [
|
|
2664
|
+
"navigation"
|
|
2665
|
+
],
|
|
2666
|
+
"keywords": [
|
|
2667
|
+
"up",
|
|
2668
|
+
"above",
|
|
2669
|
+
"direction"
|
|
2670
|
+
]
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "arrowLeft",
|
|
2674
|
+
"componentName": "ArrowLeftIcon",
|
|
2675
|
+
"label": "Arrow Left",
|
|
2676
|
+
"categories": [
|
|
2677
|
+
"navigation"
|
|
2678
|
+
],
|
|
2679
|
+
"keywords": [
|
|
2680
|
+
"back",
|
|
2681
|
+
"previous",
|
|
2682
|
+
"direction"
|
|
2683
|
+
]
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"name": "arrowRight",
|
|
2687
|
+
"componentName": "ArrowRightIcon",
|
|
2688
|
+
"label": "Arrow Right",
|
|
2689
|
+
"categories": [
|
|
2690
|
+
"navigation"
|
|
2691
|
+
],
|
|
2692
|
+
"keywords": [
|
|
2693
|
+
"forward",
|
|
2694
|
+
"next",
|
|
2695
|
+
"direction"
|
|
2696
|
+
]
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "calculator",
|
|
2700
|
+
"componentName": "CalculatorIcon",
|
|
2701
|
+
"label": "Calculator",
|
|
2702
|
+
"categories": [
|
|
2703
|
+
"data"
|
|
2704
|
+
],
|
|
2705
|
+
"keywords": [
|
|
2706
|
+
"math",
|
|
2707
|
+
"calculate",
|
|
2708
|
+
"compute",
|
|
2709
|
+
"sum"
|
|
2710
|
+
]
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "calendar",
|
|
2714
|
+
"componentName": "CalendarIcon",
|
|
2715
|
+
"label": "Calendar",
|
|
2716
|
+
"categories": [
|
|
2717
|
+
"data"
|
|
2718
|
+
],
|
|
2719
|
+
"keywords": [
|
|
2720
|
+
"date",
|
|
2721
|
+
"schedule",
|
|
2722
|
+
"event",
|
|
2723
|
+
"day",
|
|
2724
|
+
"month"
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "checkCircle",
|
|
2729
|
+
"componentName": "CheckCircleIcon",
|
|
2730
|
+
"label": "Check Circle",
|
|
2731
|
+
"categories": [
|
|
2732
|
+
"status"
|
|
2733
|
+
],
|
|
2734
|
+
"keywords": [
|
|
2735
|
+
"done",
|
|
2736
|
+
"complete",
|
|
2737
|
+
"verified",
|
|
2738
|
+
"approved"
|
|
2739
|
+
]
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "circleHelp",
|
|
2743
|
+
"componentName": "CircleHelpIcon",
|
|
2744
|
+
"label": "Circle Help",
|
|
2745
|
+
"categories": [
|
|
2746
|
+
"status"
|
|
2747
|
+
],
|
|
2748
|
+
"keywords": [
|
|
2749
|
+
"question",
|
|
2750
|
+
"help",
|
|
2751
|
+
"faq",
|
|
2752
|
+
"support"
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "clock",
|
|
2757
|
+
"componentName": "ClockIcon",
|
|
2758
|
+
"label": "Clock",
|
|
2759
|
+
"categories": [
|
|
2760
|
+
"data"
|
|
2761
|
+
],
|
|
2762
|
+
"keywords": [
|
|
2763
|
+
"time",
|
|
2764
|
+
"schedule",
|
|
2765
|
+
"hour",
|
|
2766
|
+
"duration",
|
|
2767
|
+
"password",
|
|
2768
|
+
"protected",
|
|
2769
|
+
"security"
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "code",
|
|
2774
|
+
"componentName": "CodeIcon",
|
|
2775
|
+
"label": "Code",
|
|
2776
|
+
"categories": [
|
|
2777
|
+
"media"
|
|
2778
|
+
],
|
|
2779
|
+
"keywords": [
|
|
2780
|
+
"developer",
|
|
2781
|
+
"programming",
|
|
2782
|
+
"source",
|
|
2783
|
+
"html",
|
|
2784
|
+
"brackets",
|
|
2785
|
+
"syntax"
|
|
2786
|
+
]
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "copy",
|
|
2790
|
+
"componentName": "CopyIcon",
|
|
2791
|
+
"label": "Copy",
|
|
2792
|
+
"categories": [
|
|
2793
|
+
"action"
|
|
2794
|
+
],
|
|
2795
|
+
"keywords": [
|
|
2796
|
+
"duplicate",
|
|
2797
|
+
"clipboard",
|
|
2798
|
+
"paste",
|
|
2799
|
+
"clone",
|
|
2800
|
+
"replicate"
|
|
2801
|
+
]
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "download",
|
|
2805
|
+
"componentName": "DownloadIcon",
|
|
2806
|
+
"label": "Download",
|
|
2807
|
+
"categories": [
|
|
2808
|
+
"action"
|
|
2809
|
+
],
|
|
2810
|
+
"keywords": [
|
|
2811
|
+
"save",
|
|
2812
|
+
"export",
|
|
2813
|
+
"file",
|
|
2814
|
+
"receive",
|
|
2815
|
+
"get"
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "edit",
|
|
2820
|
+
"componentName": "EditIcon",
|
|
2821
|
+
"label": "Edit",
|
|
2822
|
+
"categories": [
|
|
2823
|
+
"action"
|
|
2824
|
+
],
|
|
2825
|
+
"keywords": [
|
|
2826
|
+
"pencil",
|
|
2827
|
+
"write",
|
|
2828
|
+
"modify",
|
|
2829
|
+
"pen",
|
|
2830
|
+
"update",
|
|
2831
|
+
"change"
|
|
2832
|
+
]
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "eye",
|
|
2836
|
+
"componentName": "EyeIcon",
|
|
2837
|
+
"label": "Eye",
|
|
2838
|
+
"categories": [
|
|
2839
|
+
"toggle"
|
|
2840
|
+
],
|
|
2841
|
+
"keywords": [
|
|
2842
|
+
"view",
|
|
2843
|
+
"visible",
|
|
2844
|
+
"show",
|
|
2845
|
+
"watch"
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "eyeOff",
|
|
2850
|
+
"componentName": "EyeOffIcon",
|
|
2851
|
+
"label": "Eye Off",
|
|
2852
|
+
"categories": [
|
|
2853
|
+
"toggle"
|
|
2854
|
+
],
|
|
2855
|
+
"keywords": [
|
|
2856
|
+
"hide",
|
|
2857
|
+
"invisible",
|
|
2858
|
+
"hidden",
|
|
2859
|
+
"blind"
|
|
2860
|
+
]
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "externalLink",
|
|
2864
|
+
"componentName": "ExternalLinkIcon",
|
|
2865
|
+
"label": "External Link",
|
|
2866
|
+
"categories": [
|
|
2867
|
+
"action"
|
|
2868
|
+
],
|
|
2869
|
+
"keywords": [
|
|
2870
|
+
"open",
|
|
2871
|
+
"new tab",
|
|
2872
|
+
"external",
|
|
2873
|
+
"launch"
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "file",
|
|
2878
|
+
"componentName": "FileIcon",
|
|
2879
|
+
"label": "File",
|
|
2880
|
+
"categories": [
|
|
2881
|
+
"media"
|
|
2882
|
+
],
|
|
2883
|
+
"keywords": [
|
|
2884
|
+
"document",
|
|
2885
|
+
"page",
|
|
2886
|
+
"paper"
|
|
2887
|
+
]
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "filterX",
|
|
2891
|
+
"componentName": "FilterXIcon",
|
|
2892
|
+
"label": "Filter X",
|
|
2893
|
+
"categories": [
|
|
2894
|
+
"data"
|
|
2895
|
+
],
|
|
2896
|
+
"keywords": [
|
|
2897
|
+
"remove filter",
|
|
2898
|
+
"clear",
|
|
2899
|
+
"reset"
|
|
2900
|
+
]
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"name": "funnel",
|
|
2904
|
+
"componentName": "FunnelIcon",
|
|
2905
|
+
"label": "Funnel",
|
|
2906
|
+
"categories": [
|
|
2907
|
+
"data"
|
|
2908
|
+
],
|
|
2909
|
+
"keywords": [
|
|
2910
|
+
"filter",
|
|
2911
|
+
"sort",
|
|
2912
|
+
"refine"
|
|
2913
|
+
]
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "globe",
|
|
2917
|
+
"componentName": "GlobeIcon",
|
|
2918
|
+
"label": "Globe",
|
|
2919
|
+
"categories": [
|
|
2920
|
+
"communication"
|
|
2921
|
+
],
|
|
2922
|
+
"keywords": [
|
|
2923
|
+
"world",
|
|
2924
|
+
"language",
|
|
2925
|
+
"international",
|
|
2926
|
+
"i18n",
|
|
2927
|
+
"locale",
|
|
2928
|
+
"web",
|
|
2929
|
+
"browser",
|
|
2930
|
+
"translate"
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "grip",
|
|
2935
|
+
"componentName": "GripIcon",
|
|
2936
|
+
"label": "Grip",
|
|
2937
|
+
"categories": [
|
|
2938
|
+
"layout"
|
|
2939
|
+
],
|
|
2940
|
+
"keywords": [
|
|
2941
|
+
"drag",
|
|
2942
|
+
"handle",
|
|
2943
|
+
"move",
|
|
2944
|
+
"reorder",
|
|
2945
|
+
"sortable"
|
|
2946
|
+
]
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "home",
|
|
2950
|
+
"componentName": "HomeIcon",
|
|
2951
|
+
"label": "Home",
|
|
2952
|
+
"categories": [
|
|
2953
|
+
"navigation"
|
|
2954
|
+
],
|
|
2955
|
+
"keywords": [
|
|
2956
|
+
"house",
|
|
2957
|
+
"main",
|
|
2958
|
+
"start",
|
|
2959
|
+
"dashboard",
|
|
2960
|
+
"landing"
|
|
2961
|
+
]
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "image",
|
|
2965
|
+
"componentName": "ImageIcon",
|
|
2966
|
+
"label": "Image",
|
|
2967
|
+
"categories": [
|
|
2968
|
+
"media"
|
|
2969
|
+
],
|
|
2970
|
+
"keywords": [
|
|
2971
|
+
"photo",
|
|
2972
|
+
"picture",
|
|
2973
|
+
"gallery",
|
|
2974
|
+
"media"
|
|
2975
|
+
]
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "layers",
|
|
2979
|
+
"componentName": "LayersIcon",
|
|
2980
|
+
"label": "Layers",
|
|
2981
|
+
"categories": [
|
|
2982
|
+
"data"
|
|
2983
|
+
],
|
|
2984
|
+
"keywords": [
|
|
2985
|
+
"stack",
|
|
2986
|
+
"overlap",
|
|
2987
|
+
"levels",
|
|
2988
|
+
"depth"
|
|
2989
|
+
]
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"name": "link",
|
|
2993
|
+
"componentName": "LinkIcon",
|
|
2994
|
+
"label": "Link",
|
|
2995
|
+
"categories": [
|
|
2996
|
+
"action"
|
|
2997
|
+
],
|
|
2998
|
+
"keywords": [
|
|
2999
|
+
"chain",
|
|
3000
|
+
"url",
|
|
3001
|
+
"hyperlink"
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "lock",
|
|
3006
|
+
"componentName": "LockIcon",
|
|
3007
|
+
"label": "Lock",
|
|
3008
|
+
"categories": [
|
|
3009
|
+
"toggle"
|
|
3010
|
+
],
|
|
3011
|
+
"keywords": [
|
|
3012
|
+
"secure",
|
|
3013
|
+
"locked",
|
|
3014
|
+
"private"
|
|
3015
|
+
]
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "mail",
|
|
3019
|
+
"componentName": "MailIcon",
|
|
3020
|
+
"label": "Mail",
|
|
3021
|
+
"categories": [
|
|
3022
|
+
"communication"
|
|
3023
|
+
],
|
|
3024
|
+
"keywords": [
|
|
3025
|
+
"email",
|
|
3026
|
+
"message",
|
|
3027
|
+
"envelope",
|
|
3028
|
+
"letter",
|
|
3029
|
+
"contact",
|
|
3030
|
+
"notification"
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "menu",
|
|
3035
|
+
"componentName": "MenuIcon",
|
|
3036
|
+
"label": "Menu",
|
|
3037
|
+
"categories": [
|
|
3038
|
+
"navigation"
|
|
3039
|
+
],
|
|
3040
|
+
"keywords": [
|
|
3041
|
+
"hamburger",
|
|
3042
|
+
"navigation",
|
|
3043
|
+
"sidebar",
|
|
3044
|
+
"bars"
|
|
3045
|
+
]
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "monitor",
|
|
3049
|
+
"componentName": "MonitorIcon",
|
|
3050
|
+
"label": "Monitor",
|
|
3051
|
+
"categories": [
|
|
3052
|
+
"toggle"
|
|
3053
|
+
],
|
|
3054
|
+
"keywords": [
|
|
3055
|
+
"screen",
|
|
3056
|
+
"display",
|
|
3057
|
+
"system",
|
|
3058
|
+
"desktop",
|
|
3059
|
+
"computer",
|
|
3060
|
+
"device",
|
|
3061
|
+
"os"
|
|
3062
|
+
]
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"name": "moon",
|
|
3066
|
+
"componentName": "MoonIcon",
|
|
3067
|
+
"label": "Moon",
|
|
3068
|
+
"categories": [
|
|
3069
|
+
"toggle"
|
|
3070
|
+
],
|
|
3071
|
+
"keywords": [
|
|
3072
|
+
"dark",
|
|
3073
|
+
"night",
|
|
3074
|
+
"theme",
|
|
3075
|
+
"darkmode",
|
|
3076
|
+
"sleep"
|
|
3077
|
+
]
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"name": "moreVertical",
|
|
3081
|
+
"componentName": "MoreVerticalIcon",
|
|
3082
|
+
"label": "More Vertical",
|
|
3083
|
+
"categories": [
|
|
3084
|
+
"action"
|
|
3085
|
+
],
|
|
3086
|
+
"keywords": [
|
|
3087
|
+
"dots",
|
|
3088
|
+
"options",
|
|
3089
|
+
"menu",
|
|
3090
|
+
"ellipsis",
|
|
3091
|
+
"kebab"
|
|
3092
|
+
]
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "bell",
|
|
3096
|
+
"componentName": "BellIcon",
|
|
3097
|
+
"label": "Bell",
|
|
3098
|
+
"categories": [
|
|
3099
|
+
"communication"
|
|
3100
|
+
],
|
|
3101
|
+
"keywords": [
|
|
3102
|
+
"notification",
|
|
3103
|
+
"alert",
|
|
3104
|
+
"ring",
|
|
3105
|
+
"alarm",
|
|
3106
|
+
"reminder",
|
|
3107
|
+
"push"
|
|
3108
|
+
]
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "refresh",
|
|
3112
|
+
"componentName": "RefreshIcon",
|
|
3113
|
+
"label": "Refresh",
|
|
3114
|
+
"categories": [
|
|
3115
|
+
"action"
|
|
3116
|
+
],
|
|
3117
|
+
"keywords": [
|
|
3118
|
+
"reload",
|
|
3119
|
+
"sync",
|
|
3120
|
+
"update",
|
|
3121
|
+
"rotate"
|
|
3122
|
+
]
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "redo",
|
|
3126
|
+
"componentName": "RedoIcon",
|
|
3127
|
+
"label": "Redo",
|
|
3128
|
+
"categories": [
|
|
3129
|
+
"action"
|
|
3130
|
+
],
|
|
3131
|
+
"keywords": [
|
|
3132
|
+
"forward",
|
|
3133
|
+
"repeat",
|
|
3134
|
+
"again"
|
|
3135
|
+
]
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"name": "save",
|
|
3139
|
+
"componentName": "SaveIcon",
|
|
3140
|
+
"label": "Save",
|
|
3141
|
+
"categories": [
|
|
3142
|
+
"action"
|
|
3143
|
+
],
|
|
3144
|
+
"keywords": [
|
|
3145
|
+
"floppy",
|
|
3146
|
+
"disk",
|
|
3147
|
+
"store",
|
|
3148
|
+
"persist",
|
|
3149
|
+
"keep"
|
|
3150
|
+
]
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "search",
|
|
3154
|
+
"componentName": "SearchIcon",
|
|
3155
|
+
"label": "Search",
|
|
3156
|
+
"categories": [
|
|
3157
|
+
"action"
|
|
3158
|
+
],
|
|
3159
|
+
"keywords": [
|
|
3160
|
+
"find",
|
|
3161
|
+
"magnifier",
|
|
3162
|
+
"lookup",
|
|
3163
|
+
"query",
|
|
3164
|
+
"explore",
|
|
3165
|
+
"discover"
|
|
3166
|
+
]
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "settings",
|
|
3170
|
+
"componentName": "SettingsIcon",
|
|
3171
|
+
"label": "Settings",
|
|
3172
|
+
"categories": [
|
|
3173
|
+
"action"
|
|
3174
|
+
],
|
|
3175
|
+
"keywords": [
|
|
3176
|
+
"gear",
|
|
3177
|
+
"cog",
|
|
3178
|
+
"preferences",
|
|
3179
|
+
"config",
|
|
3180
|
+
"configure",
|
|
3181
|
+
"admin"
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "sortAsc",
|
|
3186
|
+
"componentName": "SortAscIcon",
|
|
3187
|
+
"label": "Sort Ascending",
|
|
3188
|
+
"categories": [
|
|
3189
|
+
"data"
|
|
3190
|
+
],
|
|
3191
|
+
"keywords": [
|
|
3192
|
+
"sort",
|
|
3193
|
+
"ascending",
|
|
3194
|
+
"order",
|
|
3195
|
+
"a-z"
|
|
3196
|
+
]
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "sortDesc",
|
|
3200
|
+
"componentName": "SortDescIcon",
|
|
3201
|
+
"label": "Sort Descending",
|
|
3202
|
+
"categories": [
|
|
3203
|
+
"data"
|
|
3204
|
+
],
|
|
3205
|
+
"keywords": [
|
|
3206
|
+
"sort",
|
|
3207
|
+
"descending",
|
|
3208
|
+
"order",
|
|
3209
|
+
"z-a"
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "squareSigma",
|
|
3214
|
+
"componentName": "SquareSigmaIcon",
|
|
3215
|
+
"label": "Square Sigma",
|
|
3216
|
+
"categories": [
|
|
3217
|
+
"data"
|
|
3218
|
+
],
|
|
3219
|
+
"keywords": [
|
|
3220
|
+
"sigma",
|
|
3221
|
+
"sum",
|
|
3222
|
+
"aggregate",
|
|
3223
|
+
"total",
|
|
3224
|
+
"math"
|
|
3225
|
+
]
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "star",
|
|
3229
|
+
"componentName": "StarIcon",
|
|
3230
|
+
"label": "Star",
|
|
3231
|
+
"categories": [
|
|
3232
|
+
"action"
|
|
3233
|
+
],
|
|
3234
|
+
"keywords": [
|
|
3235
|
+
"favorite",
|
|
3236
|
+
"bookmark",
|
|
3237
|
+
"rating",
|
|
3238
|
+
"rate",
|
|
3239
|
+
"score",
|
|
3240
|
+
"highlight"
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "sun",
|
|
3245
|
+
"componentName": "SunIcon",
|
|
3246
|
+
"label": "Sun",
|
|
3247
|
+
"categories": [
|
|
3248
|
+
"toggle"
|
|
3249
|
+
],
|
|
3250
|
+
"keywords": [
|
|
3251
|
+
"light",
|
|
3252
|
+
"day",
|
|
3253
|
+
"theme",
|
|
3254
|
+
"bright",
|
|
3255
|
+
"lightmode",
|
|
3256
|
+
"brightness"
|
|
3257
|
+
]
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"name": "trash",
|
|
3261
|
+
"componentName": "TrashIcon",
|
|
3262
|
+
"label": "Trash",
|
|
3263
|
+
"categories": [
|
|
3264
|
+
"action"
|
|
3265
|
+
],
|
|
3266
|
+
"keywords": [
|
|
3267
|
+
"delete",
|
|
3268
|
+
"remove",
|
|
3269
|
+
"bin",
|
|
3270
|
+
"garbage",
|
|
3271
|
+
"destroy",
|
|
3272
|
+
"discard"
|
|
3273
|
+
]
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "undo",
|
|
3277
|
+
"componentName": "UndoIcon",
|
|
3278
|
+
"label": "Undo",
|
|
3279
|
+
"categories": [
|
|
3280
|
+
"action"
|
|
3281
|
+
],
|
|
3282
|
+
"keywords": [
|
|
3283
|
+
"back",
|
|
3284
|
+
"revert",
|
|
3285
|
+
"undo"
|
|
3286
|
+
]
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "unlock",
|
|
3290
|
+
"componentName": "UnlockIcon",
|
|
3291
|
+
"label": "Unlock",
|
|
3292
|
+
"categories": [
|
|
3293
|
+
"toggle"
|
|
3294
|
+
],
|
|
3295
|
+
"keywords": [
|
|
3296
|
+
"open",
|
|
3297
|
+
"unlocked",
|
|
3298
|
+
"public",
|
|
3299
|
+
"access",
|
|
3300
|
+
"unsecure"
|
|
3301
|
+
]
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "uploadCloud",
|
|
3305
|
+
"componentName": "UploadCloudIcon",
|
|
3306
|
+
"label": "Upload Cloud",
|
|
3307
|
+
"categories": [
|
|
3308
|
+
"action"
|
|
3309
|
+
],
|
|
3310
|
+
"keywords": [
|
|
3311
|
+
"upload",
|
|
3312
|
+
"cloud",
|
|
3313
|
+
"import"
|
|
3314
|
+
]
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"name": "user",
|
|
3318
|
+
"componentName": "UserIcon",
|
|
3319
|
+
"label": "User",
|
|
3320
|
+
"categories": [
|
|
3321
|
+
"communication"
|
|
3322
|
+
],
|
|
3323
|
+
"keywords": [
|
|
3324
|
+
"person",
|
|
3325
|
+
"profile",
|
|
3326
|
+
"account",
|
|
3327
|
+
"avatar",
|
|
3328
|
+
"member",
|
|
3329
|
+
"identity"
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "users",
|
|
3334
|
+
"componentName": "UsersIcon",
|
|
3335
|
+
"label": "Users",
|
|
3336
|
+
"categories": [
|
|
3337
|
+
"communication"
|
|
3338
|
+
],
|
|
3339
|
+
"keywords": [
|
|
3340
|
+
"people",
|
|
3341
|
+
"group",
|
|
3342
|
+
"team",
|
|
3343
|
+
"members",
|
|
3344
|
+
"community",
|
|
3345
|
+
"organization",
|
|
3346
|
+
"roster"
|
|
3347
|
+
]
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "heart",
|
|
3351
|
+
"componentName": "HeartIcon",
|
|
3352
|
+
"label": "Heart",
|
|
3353
|
+
"categories": [
|
|
3354
|
+
"action"
|
|
3355
|
+
],
|
|
3356
|
+
"keywords": [
|
|
3357
|
+
"love",
|
|
3358
|
+
"favorite",
|
|
3359
|
+
"like",
|
|
3360
|
+
"wish",
|
|
3361
|
+
"appreciate"
|
|
3362
|
+
]
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"name": "share",
|
|
3366
|
+
"componentName": "ShareIcon",
|
|
3367
|
+
"label": "Share",
|
|
3368
|
+
"categories": [
|
|
3369
|
+
"action"
|
|
3370
|
+
],
|
|
3371
|
+
"keywords": [
|
|
3372
|
+
"social",
|
|
3373
|
+
"send",
|
|
3374
|
+
"distribute",
|
|
3375
|
+
"network"
|
|
3376
|
+
]
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "bookmark",
|
|
3380
|
+
"componentName": "BookmarkIcon",
|
|
3381
|
+
"label": "Bookmark",
|
|
3382
|
+
"categories": [
|
|
3383
|
+
"action"
|
|
3384
|
+
],
|
|
3385
|
+
"keywords": [
|
|
3386
|
+
"save",
|
|
3387
|
+
"flag",
|
|
3388
|
+
"favorite",
|
|
3389
|
+
"later"
|
|
3390
|
+
]
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "phone",
|
|
3394
|
+
"componentName": "PhoneIcon",
|
|
3395
|
+
"label": "Phone",
|
|
3396
|
+
"categories": [
|
|
3397
|
+
"communication"
|
|
3398
|
+
],
|
|
3399
|
+
"keywords": [
|
|
3400
|
+
"call",
|
|
3401
|
+
"telephone",
|
|
3402
|
+
"mobile",
|
|
3403
|
+
"device"
|
|
3404
|
+
]
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "mapPin",
|
|
3408
|
+
"componentName": "MapPinIcon",
|
|
3409
|
+
"label": "Map Pin",
|
|
3410
|
+
"categories": [
|
|
3411
|
+
"data"
|
|
3412
|
+
],
|
|
3413
|
+
"keywords": [
|
|
3414
|
+
"location",
|
|
3415
|
+
"place",
|
|
3416
|
+
"marker",
|
|
3417
|
+
"address"
|
|
3418
|
+
]
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "folder",
|
|
3422
|
+
"componentName": "FolderIcon",
|
|
3423
|
+
"label": "Folder",
|
|
3424
|
+
"categories": [
|
|
3425
|
+
"media"
|
|
3426
|
+
],
|
|
3427
|
+
"keywords": [
|
|
3428
|
+
"directory",
|
|
3429
|
+
"files",
|
|
3430
|
+
"organize",
|
|
3431
|
+
"archive"
|
|
3432
|
+
]
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "tag",
|
|
3436
|
+
"componentName": "TagIcon",
|
|
3437
|
+
"label": "Tag",
|
|
3438
|
+
"categories": [
|
|
3439
|
+
"data"
|
|
3440
|
+
],
|
|
3441
|
+
"keywords": [
|
|
3442
|
+
"label",
|
|
3443
|
+
"category",
|
|
3444
|
+
"price",
|
|
3445
|
+
"metadata"
|
|
3446
|
+
]
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"name": "cloud",
|
|
3450
|
+
"componentName": "CloudIcon",
|
|
3451
|
+
"label": "Cloud",
|
|
3452
|
+
"categories": [
|
|
3453
|
+
"data"
|
|
3454
|
+
],
|
|
3455
|
+
"keywords": [
|
|
3456
|
+
"storage",
|
|
3457
|
+
"server",
|
|
3458
|
+
"online",
|
|
3459
|
+
"sync",
|
|
3460
|
+
"hosting",
|
|
3461
|
+
"saas"
|
|
3462
|
+
]
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"name": "zap",
|
|
3466
|
+
"componentName": "ZapIcon",
|
|
3467
|
+
"label": "Zap",
|
|
3468
|
+
"categories": [
|
|
3469
|
+
"action"
|
|
3470
|
+
],
|
|
3471
|
+
"keywords": [
|
|
3472
|
+
"lightning",
|
|
3473
|
+
"energy",
|
|
3474
|
+
"flash",
|
|
3475
|
+
"quick"
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "shield",
|
|
3480
|
+
"componentName": "ShieldIcon",
|
|
3481
|
+
"label": "Shield",
|
|
3482
|
+
"categories": [
|
|
3483
|
+
"status"
|
|
3484
|
+
],
|
|
3485
|
+
"keywords": [
|
|
3486
|
+
"security",
|
|
3487
|
+
"protect",
|
|
3488
|
+
"safe",
|
|
3489
|
+
"guard",
|
|
3490
|
+
"privacy",
|
|
3491
|
+
"firewall"
|
|
3492
|
+
]
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "key",
|
|
3496
|
+
"componentName": "KeyIcon",
|
|
3497
|
+
"label": "Key",
|
|
3498
|
+
"categories": [
|
|
3499
|
+
"action"
|
|
3500
|
+
],
|
|
3501
|
+
"keywords": [
|
|
3502
|
+
"access",
|
|
3503
|
+
"unlock",
|
|
3504
|
+
"password",
|
|
3505
|
+
"auth",
|
|
3506
|
+
"login",
|
|
3507
|
+
"credential",
|
|
3508
|
+
"secret"
|
|
3509
|
+
]
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "printer",
|
|
3513
|
+
"componentName": "PrinterIcon",
|
|
3514
|
+
"label": "Printer",
|
|
3515
|
+
"categories": [
|
|
3516
|
+
"action"
|
|
3517
|
+
],
|
|
3518
|
+
"keywords": [
|
|
3519
|
+
"print",
|
|
3520
|
+
"paper",
|
|
3521
|
+
"output",
|
|
3522
|
+
"document"
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "camera",
|
|
3527
|
+
"componentName": "CameraIcon",
|
|
3528
|
+
"label": "Camera",
|
|
3529
|
+
"categories": [
|
|
3530
|
+
"media"
|
|
3531
|
+
],
|
|
3532
|
+
"keywords": [
|
|
3533
|
+
"photo",
|
|
3534
|
+
"picture",
|
|
3535
|
+
"capture",
|
|
3536
|
+
"snap"
|
|
3537
|
+
]
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "mic",
|
|
3541
|
+
"componentName": "MicIcon",
|
|
3542
|
+
"label": "Mic",
|
|
3543
|
+
"categories": [
|
|
3544
|
+
"media"
|
|
3545
|
+
],
|
|
3546
|
+
"keywords": [
|
|
3547
|
+
"microphone",
|
|
3548
|
+
"audio",
|
|
3549
|
+
"record",
|
|
3550
|
+
"voice"
|
|
3551
|
+
]
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"name": "micOff",
|
|
3555
|
+
"componentName": "MicOffIcon",
|
|
3556
|
+
"label": "Mic Off",
|
|
3557
|
+
"categories": [
|
|
3558
|
+
"media",
|
|
3559
|
+
"toggle"
|
|
3560
|
+
],
|
|
3561
|
+
"keywords": [
|
|
3562
|
+
"mute",
|
|
3563
|
+
"silent",
|
|
3564
|
+
"microphone",
|
|
3565
|
+
"disabled"
|
|
3566
|
+
]
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"name": "play",
|
|
3570
|
+
"componentName": "PlayIcon",
|
|
3571
|
+
"label": "Play",
|
|
3572
|
+
"categories": [
|
|
3573
|
+
"media"
|
|
3574
|
+
],
|
|
3575
|
+
"keywords": [
|
|
3576
|
+
"start",
|
|
3577
|
+
"video",
|
|
3578
|
+
"music",
|
|
3579
|
+
"begin"
|
|
3580
|
+
]
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "pause",
|
|
3584
|
+
"componentName": "PauseIcon",
|
|
3585
|
+
"label": "Pause",
|
|
3586
|
+
"categories": [
|
|
3587
|
+
"media"
|
|
3588
|
+
],
|
|
3589
|
+
"keywords": [
|
|
3590
|
+
"stop",
|
|
3591
|
+
"wait",
|
|
3592
|
+
"hold",
|
|
3593
|
+
"suspend"
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "send",
|
|
3598
|
+
"componentName": "SendIcon",
|
|
3599
|
+
"label": "Send",
|
|
3600
|
+
"categories": [
|
|
3601
|
+
"action"
|
|
3602
|
+
],
|
|
3603
|
+
"keywords": [
|
|
3604
|
+
"submit",
|
|
3605
|
+
"deliver",
|
|
3606
|
+
"message",
|
|
3607
|
+
"plane"
|
|
3608
|
+
]
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "messageCircle",
|
|
3612
|
+
"componentName": "MessageCircleIcon",
|
|
3613
|
+
"label": "Message Circle",
|
|
3614
|
+
"categories": [
|
|
3615
|
+
"communication"
|
|
3616
|
+
],
|
|
3617
|
+
"keywords": [
|
|
3618
|
+
"chat",
|
|
3619
|
+
"comment",
|
|
3620
|
+
"bubble",
|
|
3621
|
+
"talk"
|
|
3622
|
+
]
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "clipboard",
|
|
3626
|
+
"componentName": "ClipboardIcon",
|
|
3627
|
+
"label": "Clipboard",
|
|
3628
|
+
"categories": [
|
|
3629
|
+
"action"
|
|
3630
|
+
],
|
|
3631
|
+
"keywords": [
|
|
3632
|
+
"paste",
|
|
3633
|
+
"copy",
|
|
3634
|
+
"board",
|
|
3635
|
+
"notes",
|
|
3636
|
+
"form",
|
|
3637
|
+
"survey",
|
|
3638
|
+
"task",
|
|
3639
|
+
"checklist"
|
|
3640
|
+
]
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "terminal",
|
|
3644
|
+
"componentName": "TerminalIcon",
|
|
3645
|
+
"label": "Terminal",
|
|
3646
|
+
"categories": [
|
|
3647
|
+
"media"
|
|
3648
|
+
],
|
|
3649
|
+
"keywords": [
|
|
3650
|
+
"console",
|
|
3651
|
+
"command",
|
|
3652
|
+
"shell",
|
|
3653
|
+
"code",
|
|
3654
|
+
"cli",
|
|
3655
|
+
"bash",
|
|
3656
|
+
"prompt"
|
|
3657
|
+
]
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"name": "database",
|
|
3661
|
+
"componentName": "DatabaseIcon",
|
|
3662
|
+
"label": "Database",
|
|
3663
|
+
"categories": [
|
|
3664
|
+
"data"
|
|
3665
|
+
],
|
|
3666
|
+
"keywords": [
|
|
3667
|
+
"storage",
|
|
3668
|
+
"server",
|
|
3669
|
+
"sql",
|
|
3670
|
+
"data",
|
|
3671
|
+
"table",
|
|
3672
|
+
"backend",
|
|
3673
|
+
"mysql"
|
|
3674
|
+
]
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "barChart",
|
|
3678
|
+
"componentName": "BarChartIcon",
|
|
3679
|
+
"label": "Bar Chart",
|
|
3680
|
+
"categories": [
|
|
3681
|
+
"data"
|
|
3682
|
+
],
|
|
3683
|
+
"keywords": [
|
|
3684
|
+
"analytics",
|
|
3685
|
+
"graph",
|
|
3686
|
+
"statistics",
|
|
3687
|
+
"chart"
|
|
3688
|
+
]
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "logOut",
|
|
3692
|
+
"componentName": "LogOutIcon",
|
|
3693
|
+
"label": "Log Out",
|
|
3694
|
+
"categories": [
|
|
3695
|
+
"action"
|
|
3696
|
+
],
|
|
3697
|
+
"keywords": [
|
|
3698
|
+
"sign out",
|
|
3699
|
+
"exit",
|
|
3700
|
+
"leave",
|
|
3701
|
+
"logout"
|
|
3702
|
+
]
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "logIn",
|
|
3706
|
+
"componentName": "LogInIcon",
|
|
3707
|
+
"label": "Log In",
|
|
3708
|
+
"categories": [
|
|
3709
|
+
"action"
|
|
3710
|
+
],
|
|
3711
|
+
"keywords": [
|
|
3712
|
+
"sign in",
|
|
3713
|
+
"enter",
|
|
3714
|
+
"access",
|
|
3715
|
+
"login"
|
|
3716
|
+
]
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"name": "hash",
|
|
3720
|
+
"componentName": "HashIcon",
|
|
3721
|
+
"label": "Hash",
|
|
3722
|
+
"categories": [
|
|
3723
|
+
"data"
|
|
3724
|
+
],
|
|
3725
|
+
"keywords": [
|
|
3726
|
+
"number",
|
|
3727
|
+
"tag",
|
|
3728
|
+
"channel",
|
|
3729
|
+
"pound"
|
|
3730
|
+
]
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "wifi",
|
|
3734
|
+
"componentName": "WifiIcon",
|
|
3735
|
+
"label": "Wifi",
|
|
3736
|
+
"categories": [
|
|
3737
|
+
"status"
|
|
3738
|
+
],
|
|
3739
|
+
"keywords": [
|
|
3740
|
+
"internet",
|
|
3741
|
+
"wireless",
|
|
3742
|
+
"signal",
|
|
3743
|
+
"network"
|
|
3744
|
+
]
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "power",
|
|
3748
|
+
"componentName": "PowerIcon",
|
|
3749
|
+
"label": "Power",
|
|
3750
|
+
"categories": [
|
|
3751
|
+
"action"
|
|
3752
|
+
],
|
|
3753
|
+
"keywords": [
|
|
3754
|
+
"on",
|
|
3755
|
+
"off",
|
|
3756
|
+
"switch",
|
|
3757
|
+
"shutdown"
|
|
3758
|
+
]
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "rocket",
|
|
3762
|
+
"componentName": "RocketIcon",
|
|
3763
|
+
"label": "Rocket",
|
|
3764
|
+
"categories": [
|
|
3765
|
+
"action"
|
|
3766
|
+
],
|
|
3767
|
+
"keywords": [
|
|
3768
|
+
"launch",
|
|
3769
|
+
"deploy",
|
|
3770
|
+
"ship",
|
|
3771
|
+
"start",
|
|
3772
|
+
"release",
|
|
3773
|
+
"publish",
|
|
3774
|
+
"go",
|
|
3775
|
+
"fast"
|
|
3776
|
+
]
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "sparkles",
|
|
3780
|
+
"componentName": "SparklesIcon",
|
|
3781
|
+
"label": "Sparkles",
|
|
3782
|
+
"categories": [
|
|
3783
|
+
"action"
|
|
3784
|
+
],
|
|
3785
|
+
"keywords": [
|
|
3786
|
+
"ai",
|
|
3787
|
+
"magic",
|
|
3788
|
+
"stars",
|
|
3789
|
+
"highlight",
|
|
3790
|
+
"new",
|
|
3791
|
+
"generate",
|
|
3792
|
+
"wand",
|
|
3793
|
+
"effect",
|
|
3794
|
+
"premium"
|
|
3795
|
+
]
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"name": "thumbsUp",
|
|
3799
|
+
"componentName": "ThumbsUpIcon",
|
|
3800
|
+
"label": "Thumbs Up",
|
|
3801
|
+
"categories": [
|
|
3802
|
+
"action"
|
|
3803
|
+
],
|
|
3804
|
+
"keywords": [
|
|
3805
|
+
"like",
|
|
3806
|
+
"approve",
|
|
3807
|
+
"upvote",
|
|
3808
|
+
"good"
|
|
3809
|
+
]
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "thumbsDown",
|
|
3813
|
+
"componentName": "ThumbsDownIcon",
|
|
3814
|
+
"label": "Thumbs Down",
|
|
3815
|
+
"categories": [
|
|
3816
|
+
"action"
|
|
3817
|
+
],
|
|
3818
|
+
"keywords": [
|
|
3819
|
+
"dislike",
|
|
3820
|
+
"reject",
|
|
3821
|
+
"downvote",
|
|
3822
|
+
"bad"
|
|
3823
|
+
]
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "flag",
|
|
3827
|
+
"componentName": "FlagIcon",
|
|
3828
|
+
"label": "Flag",
|
|
3829
|
+
"categories": [
|
|
3830
|
+
"action"
|
|
3831
|
+
],
|
|
3832
|
+
"keywords": [
|
|
3833
|
+
"report",
|
|
3834
|
+
"mark",
|
|
3835
|
+
"flagged",
|
|
3836
|
+
"important",
|
|
3837
|
+
"milestone",
|
|
3838
|
+
"priority",
|
|
3839
|
+
"feature"
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"name": "pin",
|
|
3844
|
+
"componentName": "PinIcon",
|
|
3845
|
+
"label": "Pin",
|
|
3846
|
+
"categories": [
|
|
3847
|
+
"action"
|
|
3848
|
+
],
|
|
3849
|
+
"keywords": [
|
|
3850
|
+
"thumbtack",
|
|
3851
|
+
"attach",
|
|
3852
|
+
"stick",
|
|
3853
|
+
"pinned",
|
|
3854
|
+
"anchor",
|
|
3855
|
+
"fix"
|
|
3856
|
+
]
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"name": "moreHorizontal",
|
|
3860
|
+
"componentName": "MoreHorizontalIcon",
|
|
3861
|
+
"label": "More Horizontal",
|
|
3862
|
+
"categories": [
|
|
3863
|
+
"action"
|
|
3864
|
+
],
|
|
3865
|
+
"keywords": [
|
|
3866
|
+
"dots",
|
|
3867
|
+
"options",
|
|
3868
|
+
"menu",
|
|
3869
|
+
"ellipsis"
|
|
3870
|
+
]
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "zoomIn",
|
|
3874
|
+
"componentName": "ZoomInIcon",
|
|
3875
|
+
"label": "Zoom In",
|
|
3876
|
+
"categories": [
|
|
3877
|
+
"action"
|
|
3878
|
+
],
|
|
3879
|
+
"keywords": [
|
|
3880
|
+
"magnify",
|
|
3881
|
+
"enlarge",
|
|
3882
|
+
"plus",
|
|
3883
|
+
"search"
|
|
3884
|
+
]
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"name": "zoomOut",
|
|
3888
|
+
"componentName": "ZoomOutIcon",
|
|
3889
|
+
"label": "Zoom Out",
|
|
3890
|
+
"categories": [
|
|
3891
|
+
"action"
|
|
3892
|
+
],
|
|
3893
|
+
"keywords": [
|
|
3894
|
+
"shrink",
|
|
3895
|
+
"reduce",
|
|
3896
|
+
"minus",
|
|
3897
|
+
"search"
|
|
3898
|
+
]
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "maximize",
|
|
3902
|
+
"componentName": "MaximizeIcon",
|
|
3903
|
+
"label": "Maximize",
|
|
3904
|
+
"categories": [
|
|
3905
|
+
"layout"
|
|
3906
|
+
],
|
|
3907
|
+
"keywords": [
|
|
3908
|
+
"fullscreen",
|
|
3909
|
+
"expand",
|
|
3910
|
+
"enlarge",
|
|
3911
|
+
"resize"
|
|
3912
|
+
]
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "minimize",
|
|
3916
|
+
"componentName": "MinimizeIcon",
|
|
3917
|
+
"label": "Minimize",
|
|
3918
|
+
"categories": [
|
|
3919
|
+
"layout"
|
|
3920
|
+
],
|
|
3921
|
+
"keywords": [
|
|
3922
|
+
"shrink",
|
|
3923
|
+
"collapse",
|
|
3924
|
+
"reduce",
|
|
3925
|
+
"resize"
|
|
3926
|
+
]
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"name": "volume",
|
|
3930
|
+
"componentName": "VolumeIcon",
|
|
3931
|
+
"label": "Volume",
|
|
3932
|
+
"categories": [
|
|
3933
|
+
"media"
|
|
3934
|
+
],
|
|
3935
|
+
"keywords": [
|
|
3936
|
+
"sound",
|
|
3937
|
+
"audio",
|
|
3938
|
+
"speaker",
|
|
3939
|
+
"loud"
|
|
3940
|
+
]
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "volumeOff",
|
|
3944
|
+
"componentName": "VolumeOffIcon",
|
|
3945
|
+
"label": "Volume Off",
|
|
3946
|
+
"categories": [
|
|
3947
|
+
"media",
|
|
3948
|
+
"toggle"
|
|
3949
|
+
],
|
|
3950
|
+
"keywords": [
|
|
3951
|
+
"mute",
|
|
3952
|
+
"silent",
|
|
3953
|
+
"sound",
|
|
3954
|
+
"speaker"
|
|
3955
|
+
]
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "video",
|
|
3959
|
+
"componentName": "VideoIcon",
|
|
3960
|
+
"label": "Video",
|
|
3961
|
+
"categories": [
|
|
3962
|
+
"media"
|
|
3963
|
+
],
|
|
3964
|
+
"keywords": [
|
|
3965
|
+
"camera",
|
|
3966
|
+
"film",
|
|
3967
|
+
"record",
|
|
3968
|
+
"movie"
|
|
3969
|
+
]
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "videoOff",
|
|
3973
|
+
"componentName": "VideoOffIcon",
|
|
3974
|
+
"label": "Video Off",
|
|
3975
|
+
"categories": [
|
|
3976
|
+
"media",
|
|
3977
|
+
"toggle"
|
|
3978
|
+
],
|
|
3979
|
+
"keywords": [
|
|
3980
|
+
"camera",
|
|
3981
|
+
"disabled",
|
|
3982
|
+
"muted",
|
|
3983
|
+
"off"
|
|
3984
|
+
]
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"name": "bold",
|
|
3988
|
+
"componentName": "BoldIcon",
|
|
3989
|
+
"label": "Bold",
|
|
3990
|
+
"categories": [
|
|
3991
|
+
"action"
|
|
3992
|
+
],
|
|
3993
|
+
"keywords": [
|
|
3994
|
+
"text",
|
|
3995
|
+
"format",
|
|
3996
|
+
"strong",
|
|
3997
|
+
"weight"
|
|
3998
|
+
]
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"name": "italic",
|
|
4002
|
+
"componentName": "ItalicIcon",
|
|
4003
|
+
"label": "Italic",
|
|
4004
|
+
"categories": [
|
|
4005
|
+
"action"
|
|
4006
|
+
],
|
|
4007
|
+
"keywords": [
|
|
4008
|
+
"text",
|
|
4009
|
+
"format",
|
|
4010
|
+
"slant",
|
|
4011
|
+
"emphasis"
|
|
4012
|
+
]
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "underline",
|
|
4016
|
+
"componentName": "UnderlineIcon",
|
|
4017
|
+
"label": "Underline",
|
|
4018
|
+
"categories": [
|
|
4019
|
+
"action"
|
|
4020
|
+
],
|
|
4021
|
+
"keywords": [
|
|
4022
|
+
"text",
|
|
4023
|
+
"format",
|
|
4024
|
+
"decoration"
|
|
4025
|
+
]
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"name": "alignLeft",
|
|
4029
|
+
"componentName": "AlignLeftIcon",
|
|
4030
|
+
"label": "Align Left",
|
|
4031
|
+
"categories": [
|
|
4032
|
+
"action"
|
|
4033
|
+
],
|
|
4034
|
+
"keywords": [
|
|
4035
|
+
"text",
|
|
4036
|
+
"paragraph",
|
|
4037
|
+
"format",
|
|
4038
|
+
"left"
|
|
4039
|
+
]
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"name": "alignCenter",
|
|
4043
|
+
"componentName": "AlignCenterIcon",
|
|
4044
|
+
"label": "Align Center",
|
|
4045
|
+
"categories": [
|
|
4046
|
+
"action"
|
|
4047
|
+
],
|
|
4048
|
+
"keywords": [
|
|
4049
|
+
"text",
|
|
4050
|
+
"paragraph",
|
|
4051
|
+
"format",
|
|
4052
|
+
"center"
|
|
4053
|
+
]
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "alignRight",
|
|
4057
|
+
"componentName": "AlignRightIcon",
|
|
4058
|
+
"label": "Align Right",
|
|
4059
|
+
"categories": [
|
|
4060
|
+
"action"
|
|
4061
|
+
],
|
|
4062
|
+
"keywords": [
|
|
4063
|
+
"text",
|
|
4064
|
+
"paragraph",
|
|
4065
|
+
"format",
|
|
4066
|
+
"right"
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "list",
|
|
4071
|
+
"componentName": "ListIcon",
|
|
4072
|
+
"label": "List",
|
|
4073
|
+
"categories": [
|
|
4074
|
+
"action"
|
|
4075
|
+
],
|
|
4076
|
+
"keywords": [
|
|
4077
|
+
"bullet",
|
|
4078
|
+
"unordered",
|
|
4079
|
+
"items",
|
|
4080
|
+
"menu"
|
|
4081
|
+
]
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "listOrdered",
|
|
4085
|
+
"componentName": "ListOrderedIcon",
|
|
4086
|
+
"label": "List Ordered",
|
|
4087
|
+
"categories": [
|
|
4088
|
+
"action"
|
|
4089
|
+
],
|
|
4090
|
+
"keywords": [
|
|
4091
|
+
"numbered",
|
|
4092
|
+
"ordered",
|
|
4093
|
+
"items",
|
|
4094
|
+
"sequence"
|
|
4095
|
+
]
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "chevronsLeft",
|
|
4099
|
+
"componentName": "ChevronsLeftIcon",
|
|
4100
|
+
"label": "Chevrons Left",
|
|
4101
|
+
"categories": [
|
|
4102
|
+
"navigation"
|
|
4103
|
+
],
|
|
4104
|
+
"keywords": [
|
|
4105
|
+
"first",
|
|
4106
|
+
"start",
|
|
4107
|
+
"back",
|
|
4108
|
+
"rewind"
|
|
4109
|
+
]
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"name": "chevronsRight",
|
|
4113
|
+
"componentName": "ChevronsRightIcon",
|
|
4114
|
+
"label": "Chevrons Right",
|
|
4115
|
+
"categories": [
|
|
4116
|
+
"navigation"
|
|
4117
|
+
],
|
|
4118
|
+
"keywords": [
|
|
4119
|
+
"last",
|
|
4120
|
+
"end",
|
|
4121
|
+
"forward",
|
|
4122
|
+
"skip"
|
|
4123
|
+
]
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"name": "arrowUpRight",
|
|
4127
|
+
"componentName": "ArrowUpRightIcon",
|
|
4128
|
+
"label": "Arrow Up Right",
|
|
4129
|
+
"categories": [
|
|
4130
|
+
"navigation"
|
|
4131
|
+
],
|
|
4132
|
+
"keywords": [
|
|
4133
|
+
"diagonal",
|
|
4134
|
+
"direction",
|
|
4135
|
+
"external",
|
|
4136
|
+
"northeast"
|
|
4137
|
+
]
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "panelLeft",
|
|
4141
|
+
"componentName": "PanelLeftIcon",
|
|
4142
|
+
"label": "Panel Left",
|
|
4143
|
+
"categories": [
|
|
4144
|
+
"layout"
|
|
4145
|
+
],
|
|
4146
|
+
"keywords": [
|
|
4147
|
+
"sidebar",
|
|
4148
|
+
"drawer",
|
|
4149
|
+
"split",
|
|
4150
|
+
"pane"
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "panelRight",
|
|
4155
|
+
"componentName": "PanelRightIcon",
|
|
4156
|
+
"label": "Panel Right",
|
|
4157
|
+
"categories": [
|
|
4158
|
+
"layout"
|
|
4159
|
+
],
|
|
4160
|
+
"keywords": [
|
|
4161
|
+
"sidebar",
|
|
4162
|
+
"drawer",
|
|
4163
|
+
"split",
|
|
4164
|
+
"pane"
|
|
4165
|
+
]
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "shoppingCart",
|
|
4169
|
+
"componentName": "ShoppingCartIcon",
|
|
4170
|
+
"label": "Shopping Cart",
|
|
4171
|
+
"categories": [
|
|
4172
|
+
"action"
|
|
4173
|
+
],
|
|
4174
|
+
"keywords": [
|
|
4175
|
+
"cart",
|
|
4176
|
+
"buy",
|
|
4177
|
+
"purchase",
|
|
4178
|
+
"ecommerce",
|
|
4179
|
+
"checkout",
|
|
4180
|
+
"basket"
|
|
4181
|
+
]
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "creditCard",
|
|
4185
|
+
"componentName": "CreditCardIcon",
|
|
4186
|
+
"label": "Credit Card",
|
|
4187
|
+
"categories": [
|
|
4188
|
+
"action"
|
|
4189
|
+
],
|
|
4190
|
+
"keywords": [
|
|
4191
|
+
"payment",
|
|
4192
|
+
"card",
|
|
4193
|
+
"finance",
|
|
4194
|
+
"stripe",
|
|
4195
|
+
"billing",
|
|
4196
|
+
"charge",
|
|
4197
|
+
"subscription"
|
|
4198
|
+
]
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "wallet",
|
|
4202
|
+
"componentName": "WalletIcon",
|
|
4203
|
+
"label": "Wallet",
|
|
4204
|
+
"categories": [
|
|
4205
|
+
"action"
|
|
4206
|
+
],
|
|
4207
|
+
"keywords": [
|
|
4208
|
+
"money",
|
|
4209
|
+
"payment",
|
|
4210
|
+
"finance",
|
|
4211
|
+
"purse"
|
|
4212
|
+
]
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "package",
|
|
4216
|
+
"componentName": "PackageIcon",
|
|
4217
|
+
"label": "Package",
|
|
4218
|
+
"categories": [
|
|
4219
|
+
"action"
|
|
4220
|
+
],
|
|
4221
|
+
"keywords": [
|
|
4222
|
+
"box",
|
|
4223
|
+
"shipping",
|
|
4224
|
+
"delivery",
|
|
4225
|
+
"parcel",
|
|
4226
|
+
"npm",
|
|
4227
|
+
"bundle",
|
|
4228
|
+
"module",
|
|
4229
|
+
"crate"
|
|
4230
|
+
]
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "truck",
|
|
4234
|
+
"componentName": "TruckIcon",
|
|
4235
|
+
"label": "Truck",
|
|
4236
|
+
"categories": [
|
|
4237
|
+
"action"
|
|
4238
|
+
],
|
|
4239
|
+
"keywords": [
|
|
4240
|
+
"delivery",
|
|
4241
|
+
"shipping",
|
|
4242
|
+
"transport",
|
|
4243
|
+
"vehicle",
|
|
4244
|
+
"logistics",
|
|
4245
|
+
"fulfillment"
|
|
4246
|
+
]
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "gift",
|
|
4250
|
+
"componentName": "GiftIcon",
|
|
4251
|
+
"label": "Gift",
|
|
4252
|
+
"categories": [
|
|
4253
|
+
"action"
|
|
4254
|
+
],
|
|
4255
|
+
"keywords": [
|
|
4256
|
+
"present",
|
|
4257
|
+
"reward",
|
|
4258
|
+
"bonus",
|
|
4259
|
+
"prize"
|
|
4260
|
+
]
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "server",
|
|
4264
|
+
"componentName": "ServerIcon",
|
|
4265
|
+
"label": "Server",
|
|
4266
|
+
"categories": [
|
|
4267
|
+
"data"
|
|
4268
|
+
],
|
|
4269
|
+
"keywords": [
|
|
4270
|
+
"host",
|
|
4271
|
+
"backend",
|
|
4272
|
+
"infrastructure",
|
|
4273
|
+
"rack",
|
|
4274
|
+
"api",
|
|
4275
|
+
"container",
|
|
4276
|
+
"docker"
|
|
4277
|
+
]
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "laptop",
|
|
4281
|
+
"componentName": "LaptopIcon",
|
|
4282
|
+
"label": "Laptop",
|
|
4283
|
+
"categories": [
|
|
4284
|
+
"media"
|
|
4285
|
+
],
|
|
4286
|
+
"keywords": [
|
|
4287
|
+
"computer",
|
|
4288
|
+
"device",
|
|
4289
|
+
"notebook",
|
|
4290
|
+
"screen",
|
|
4291
|
+
"macbook",
|
|
4292
|
+
"work",
|
|
4293
|
+
"remote"
|
|
4294
|
+
]
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "qrCode",
|
|
4298
|
+
"componentName": "QrCodeIcon",
|
|
4299
|
+
"label": "QR Code",
|
|
4300
|
+
"categories": [
|
|
4301
|
+
"data"
|
|
4302
|
+
],
|
|
4303
|
+
"keywords": [
|
|
4304
|
+
"scan",
|
|
4305
|
+
"barcode",
|
|
4306
|
+
"link",
|
|
4307
|
+
"code"
|
|
4308
|
+
]
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "palette",
|
|
4312
|
+
"componentName": "PaletteIcon",
|
|
4313
|
+
"label": "Palette",
|
|
4314
|
+
"categories": [
|
|
4315
|
+
"media"
|
|
4316
|
+
],
|
|
4317
|
+
"keywords": [
|
|
4318
|
+
"color",
|
|
4319
|
+
"design",
|
|
4320
|
+
"theme",
|
|
4321
|
+
"paint",
|
|
4322
|
+
"customize",
|
|
4323
|
+
"style",
|
|
4324
|
+
"brush",
|
|
4325
|
+
"art"
|
|
4326
|
+
]
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "wrench",
|
|
4330
|
+
"componentName": "WrenchIcon",
|
|
4331
|
+
"label": "Wrench",
|
|
4332
|
+
"categories": [
|
|
4333
|
+
"action"
|
|
4334
|
+
],
|
|
4335
|
+
"keywords": [
|
|
4336
|
+
"tool",
|
|
4337
|
+
"settings",
|
|
4338
|
+
"fix",
|
|
4339
|
+
"maintenance",
|
|
4340
|
+
"repair",
|
|
4341
|
+
"spanner"
|
|
4342
|
+
]
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "bug",
|
|
4346
|
+
"componentName": "BugIcon",
|
|
4347
|
+
"label": "Bug",
|
|
4348
|
+
"categories": [
|
|
4349
|
+
"data"
|
|
4350
|
+
],
|
|
4351
|
+
"keywords": [
|
|
4352
|
+
"error",
|
|
4353
|
+
"issue",
|
|
4354
|
+
"debug",
|
|
4355
|
+
"insect",
|
|
4356
|
+
"defect",
|
|
4357
|
+
"problem",
|
|
4358
|
+
"ticket",
|
|
4359
|
+
"jira"
|
|
4360
|
+
]
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "gitBranch",
|
|
4364
|
+
"componentName": "GitBranchIcon",
|
|
4365
|
+
"label": "Git Branch",
|
|
4366
|
+
"categories": [
|
|
4367
|
+
"data"
|
|
4368
|
+
],
|
|
4369
|
+
"keywords": [
|
|
4370
|
+
"version",
|
|
4371
|
+
"branch",
|
|
4372
|
+
"merge",
|
|
4373
|
+
"repository",
|
|
4374
|
+
"fork",
|
|
4375
|
+
"pr",
|
|
4376
|
+
"commit"
|
|
4377
|
+
]
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "lightbulb",
|
|
4381
|
+
"componentName": "LightbulbIcon",
|
|
4382
|
+
"label": "Lightbulb",
|
|
4383
|
+
"categories": [
|
|
4384
|
+
"status"
|
|
4385
|
+
],
|
|
4386
|
+
"keywords": [
|
|
4387
|
+
"idea",
|
|
4388
|
+
"tip",
|
|
4389
|
+
"hint",
|
|
4390
|
+
"suggestion",
|
|
4391
|
+
"inspiration",
|
|
4392
|
+
"innovation"
|
|
4393
|
+
]
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "target",
|
|
4397
|
+
"componentName": "TargetIcon",
|
|
4398
|
+
"label": "Target",
|
|
4399
|
+
"categories": [
|
|
4400
|
+
"data"
|
|
4401
|
+
],
|
|
4402
|
+
"keywords": [
|
|
4403
|
+
"goal",
|
|
4404
|
+
"aim",
|
|
4405
|
+
"focus",
|
|
4406
|
+
"bullseye",
|
|
4407
|
+
"objective",
|
|
4408
|
+
"kpi",
|
|
4409
|
+
"metric"
|
|
4410
|
+
]
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "pieChart",
|
|
4414
|
+
"componentName": "PieChartIcon",
|
|
4415
|
+
"label": "Pie Chart",
|
|
4416
|
+
"categories": [
|
|
4417
|
+
"data"
|
|
4418
|
+
],
|
|
4419
|
+
"keywords": [
|
|
4420
|
+
"analytics",
|
|
4421
|
+
"graph",
|
|
4422
|
+
"statistics",
|
|
4423
|
+
"chart"
|
|
4424
|
+
]
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "archive",
|
|
4428
|
+
"componentName": "ArchiveIcon",
|
|
4429
|
+
"label": "Archive",
|
|
4430
|
+
"categories": [
|
|
4431
|
+
"action"
|
|
4432
|
+
],
|
|
4433
|
+
"keywords": [
|
|
4434
|
+
"storage",
|
|
4435
|
+
"box",
|
|
4436
|
+
"save",
|
|
4437
|
+
"organize",
|
|
4438
|
+
"compress",
|
|
4439
|
+
"zip",
|
|
4440
|
+
"backup",
|
|
4441
|
+
"history"
|
|
4442
|
+
]
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "inbox",
|
|
4446
|
+
"componentName": "InboxIcon",
|
|
4447
|
+
"label": "Inbox",
|
|
4448
|
+
"categories": [
|
|
4449
|
+
"communication"
|
|
4450
|
+
],
|
|
4451
|
+
"keywords": [
|
|
4452
|
+
"mail",
|
|
4453
|
+
"tray",
|
|
4454
|
+
"messages",
|
|
4455
|
+
"receive",
|
|
4456
|
+
"queue",
|
|
4457
|
+
"pending",
|
|
4458
|
+
"unread"
|
|
4459
|
+
]
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "headphones",
|
|
4463
|
+
"componentName": "HeadphonesIcon",
|
|
4464
|
+
"label": "Headphones",
|
|
4465
|
+
"categories": [
|
|
4466
|
+
"media"
|
|
4467
|
+
],
|
|
4468
|
+
"keywords": [
|
|
4469
|
+
"audio",
|
|
4470
|
+
"music",
|
|
4471
|
+
"listen",
|
|
4472
|
+
"earphones"
|
|
4473
|
+
]
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "scissors",
|
|
4477
|
+
"componentName": "ScissorsIcon",
|
|
4478
|
+
"label": "Scissors",
|
|
4479
|
+
"categories": [
|
|
4480
|
+
"action"
|
|
4481
|
+
],
|
|
4482
|
+
"keywords": [
|
|
4483
|
+
"cut",
|
|
4484
|
+
"trim",
|
|
4485
|
+
"clip",
|
|
4486
|
+
"snip"
|
|
4487
|
+
]
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "circle",
|
|
4491
|
+
"componentName": "CircleIcon",
|
|
4492
|
+
"label": "Circle",
|
|
4493
|
+
"categories": [
|
|
4494
|
+
"layout"
|
|
4495
|
+
],
|
|
4496
|
+
"keywords": [
|
|
4497
|
+
"shape",
|
|
4498
|
+
"dot",
|
|
4499
|
+
"record",
|
|
4500
|
+
"round"
|
|
4501
|
+
]
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"name": "gauge",
|
|
4505
|
+
"componentName": "GaugeIcon",
|
|
4506
|
+
"label": "Gauge",
|
|
4507
|
+
"categories": [
|
|
4508
|
+
"data",
|
|
4509
|
+
"utility"
|
|
4510
|
+
],
|
|
4511
|
+
"keywords": [
|
|
4512
|
+
"meter",
|
|
4513
|
+
"speedometer",
|
|
4514
|
+
"measurement",
|
|
4515
|
+
"reading",
|
|
4516
|
+
"utility",
|
|
4517
|
+
"water",
|
|
4518
|
+
"electricity",
|
|
4519
|
+
"heating"
|
|
4520
|
+
]
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "building",
|
|
4524
|
+
"componentName": "BuildingIcon",
|
|
4525
|
+
"label": "Building",
|
|
4526
|
+
"categories": [
|
|
4527
|
+
"data"
|
|
4528
|
+
],
|
|
4529
|
+
"keywords": [
|
|
4530
|
+
"property",
|
|
4531
|
+
"apartment",
|
|
4532
|
+
"office",
|
|
4533
|
+
"real estate",
|
|
4534
|
+
"house",
|
|
4535
|
+
"city",
|
|
4536
|
+
"tower"
|
|
4537
|
+
]
|
|
4538
|
+
},
|
|
4539
|
+
{
|
|
4540
|
+
"name": "receipt",
|
|
4541
|
+
"componentName": "ReceiptIcon",
|
|
4542
|
+
"label": "Receipt",
|
|
4543
|
+
"categories": [
|
|
4544
|
+
"data"
|
|
4545
|
+
],
|
|
4546
|
+
"keywords": [
|
|
4547
|
+
"invoice",
|
|
4548
|
+
"bill",
|
|
4549
|
+
"expense",
|
|
4550
|
+
"purchase",
|
|
4551
|
+
"payment",
|
|
4552
|
+
"document"
|
|
4553
|
+
]
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "ruler",
|
|
4557
|
+
"componentName": "RulerIcon",
|
|
4558
|
+
"label": "Ruler",
|
|
4559
|
+
"categories": [
|
|
4560
|
+
"data"
|
|
4561
|
+
],
|
|
4562
|
+
"keywords": [
|
|
4563
|
+
"measure",
|
|
4564
|
+
"unit",
|
|
4565
|
+
"scale",
|
|
4566
|
+
"length",
|
|
4567
|
+
"size",
|
|
4568
|
+
"dimension"
|
|
4569
|
+
]
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"name": "activity",
|
|
4573
|
+
"componentName": "ActivityIcon",
|
|
4574
|
+
"label": "Activity",
|
|
4575
|
+
"categories": [
|
|
4576
|
+
"status"
|
|
4577
|
+
],
|
|
4578
|
+
"keywords": [
|
|
4579
|
+
"pulse",
|
|
4580
|
+
"heartbeat",
|
|
4581
|
+
"live",
|
|
4582
|
+
"monitoring",
|
|
4583
|
+
"health",
|
|
4584
|
+
"metrics"
|
|
4585
|
+
]
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"name": "award",
|
|
4589
|
+
"componentName": "AwardIcon",
|
|
4590
|
+
"label": "Award",
|
|
4591
|
+
"categories": [
|
|
4592
|
+
"status"
|
|
4593
|
+
],
|
|
4594
|
+
"keywords": [
|
|
4595
|
+
"medal",
|
|
4596
|
+
"badge",
|
|
4597
|
+
"trophy",
|
|
4598
|
+
"achievement",
|
|
4599
|
+
"prize",
|
|
4600
|
+
"recognition",
|
|
4601
|
+
"confidence"
|
|
4602
|
+
]
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"name": "fileCheck",
|
|
4606
|
+
"componentName": "FileCheckIcon",
|
|
4607
|
+
"label": "File Check",
|
|
4608
|
+
"categories": [
|
|
4609
|
+
"status"
|
|
4610
|
+
],
|
|
4611
|
+
"keywords": [
|
|
4612
|
+
"verified",
|
|
4613
|
+
"approved",
|
|
4614
|
+
"document",
|
|
4615
|
+
"confirmed",
|
|
4616
|
+
"valid"
|
|
4617
|
+
]
|
|
4618
|
+
},
|
|
4619
|
+
{
|
|
4620
|
+
"name": "fileSpreadsheet",
|
|
4621
|
+
"componentName": "FileSpreadsheetIcon",
|
|
4622
|
+
"label": "File Spreadsheet",
|
|
4623
|
+
"categories": [
|
|
4624
|
+
"data"
|
|
4625
|
+
],
|
|
4626
|
+
"keywords": [
|
|
4627
|
+
"excel",
|
|
4628
|
+
"csv",
|
|
4629
|
+
"table",
|
|
4630
|
+
"data",
|
|
4631
|
+
"rows",
|
|
4632
|
+
"columns",
|
|
4633
|
+
"tabular"
|
|
4634
|
+
]
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"name": "folderTree",
|
|
4638
|
+
"componentName": "FolderTreeIcon",
|
|
4639
|
+
"label": "Folder Tree",
|
|
4640
|
+
"categories": [
|
|
4641
|
+
"data"
|
|
4642
|
+
],
|
|
4643
|
+
"keywords": [
|
|
4644
|
+
"hierarchy",
|
|
4645
|
+
"directory",
|
|
4646
|
+
"category",
|
|
4647
|
+
"nested",
|
|
4648
|
+
"sub-folder",
|
|
4649
|
+
"taxonomy"
|
|
4650
|
+
]
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"name": "flame",
|
|
4654
|
+
"componentName": "FlameIcon",
|
|
4655
|
+
"label": "Flame",
|
|
4656
|
+
"categories": [
|
|
4657
|
+
"data",
|
|
4658
|
+
"utility"
|
|
4659
|
+
],
|
|
4660
|
+
"keywords": [
|
|
4661
|
+
"fire",
|
|
4662
|
+
"heat",
|
|
4663
|
+
"heating",
|
|
4664
|
+
"gas",
|
|
4665
|
+
"boiler",
|
|
4666
|
+
"flame",
|
|
4667
|
+
"burner",
|
|
4668
|
+
"energy"
|
|
4669
|
+
]
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "thermometer",
|
|
4673
|
+
"componentName": "ThermometerIcon",
|
|
4674
|
+
"label": "Thermometer",
|
|
4675
|
+
"categories": [
|
|
4676
|
+
"data",
|
|
4677
|
+
"utility"
|
|
4678
|
+
],
|
|
4679
|
+
"keywords": [
|
|
4680
|
+
"temperature",
|
|
4681
|
+
"heat",
|
|
4682
|
+
"cold",
|
|
4683
|
+
"celsius",
|
|
4684
|
+
"fahrenheit",
|
|
4685
|
+
"climate",
|
|
4686
|
+
"sensor"
|
|
4687
|
+
]
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"name": "droplet",
|
|
4691
|
+
"componentName": "DropletIcon",
|
|
4692
|
+
"label": "Droplet",
|
|
4693
|
+
"categories": [
|
|
4694
|
+
"data",
|
|
4695
|
+
"utility"
|
|
4696
|
+
],
|
|
4697
|
+
"keywords": [
|
|
4698
|
+
"water",
|
|
4699
|
+
"drop",
|
|
4700
|
+
"liquid",
|
|
4701
|
+
"humidity",
|
|
4702
|
+
"rain",
|
|
4703
|
+
"plumbing",
|
|
4704
|
+
"fluid"
|
|
4705
|
+
]
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "heatPump",
|
|
4709
|
+
"componentName": "HeatPumpIcon",
|
|
4710
|
+
"label": "Heat Pump",
|
|
4711
|
+
"categories": [
|
|
4712
|
+
"utility"
|
|
4713
|
+
],
|
|
4714
|
+
"keywords": [
|
|
4715
|
+
"heating",
|
|
4716
|
+
"pump",
|
|
4717
|
+
"fan",
|
|
4718
|
+
"hvac",
|
|
4719
|
+
"energy",
|
|
4720
|
+
"climate",
|
|
4721
|
+
"wp"
|
|
4722
|
+
]
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "briefcase",
|
|
4726
|
+
"componentName": "BriefcaseIcon",
|
|
4727
|
+
"label": "Briefcase",
|
|
4728
|
+
"categories": [
|
|
4729
|
+
"data",
|
|
4730
|
+
"navigation"
|
|
4731
|
+
],
|
|
4732
|
+
"keywords": [
|
|
4733
|
+
"work",
|
|
4734
|
+
"job",
|
|
4735
|
+
"business",
|
|
4736
|
+
"office",
|
|
4737
|
+
"portfolio",
|
|
4738
|
+
"career",
|
|
4739
|
+
"landlord",
|
|
4740
|
+
"professional"
|
|
4741
|
+
]
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"name": "droplets",
|
|
4745
|
+
"componentName": "DropletsIcon",
|
|
4746
|
+
"label": "Droplets",
|
|
4747
|
+
"categories": [
|
|
4748
|
+
"data",
|
|
4749
|
+
"utility"
|
|
4750
|
+
],
|
|
4751
|
+
"keywords": [
|
|
4752
|
+
"water",
|
|
4753
|
+
"drops",
|
|
4754
|
+
"multiple",
|
|
4755
|
+
"rain",
|
|
4756
|
+
"humidity",
|
|
4757
|
+
"plumbing",
|
|
4758
|
+
"fluids"
|
|
4759
|
+
]
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"name": "fuel",
|
|
4763
|
+
"componentName": "FuelIcon",
|
|
4764
|
+
"label": "Fuel Pump",
|
|
4765
|
+
"categories": [
|
|
4766
|
+
"data",
|
|
4767
|
+
"utility"
|
|
4768
|
+
],
|
|
4769
|
+
"keywords": [
|
|
4770
|
+
"gas",
|
|
4771
|
+
"oil",
|
|
4772
|
+
"tank",
|
|
4773
|
+
"petrol",
|
|
4774
|
+
"diesel",
|
|
4775
|
+
"pump",
|
|
4776
|
+
"station",
|
|
4777
|
+
"energy",
|
|
4778
|
+
"heating"
|
|
4779
|
+
]
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "pellet",
|
|
4783
|
+
"componentName": "PelletIcon",
|
|
4784
|
+
"label": "Pellet",
|
|
4785
|
+
"categories": [
|
|
4786
|
+
"utility"
|
|
4787
|
+
],
|
|
4788
|
+
"keywords": [
|
|
4789
|
+
"pellets",
|
|
4790
|
+
"biomass",
|
|
4791
|
+
"wood",
|
|
4792
|
+
"fuel",
|
|
4793
|
+
"heating",
|
|
4794
|
+
"granulate"
|
|
4795
|
+
]
|
|
4796
|
+
},
|
|
4797
|
+
{
|
|
4798
|
+
"name": "waterMeter",
|
|
4799
|
+
"componentName": "WaterMeterIcon",
|
|
4800
|
+
"label": "Water Meter",
|
|
4801
|
+
"categories": [
|
|
4802
|
+
"utility"
|
|
4803
|
+
],
|
|
4804
|
+
"keywords": [
|
|
4805
|
+
"meter",
|
|
4806
|
+
"water",
|
|
4807
|
+
"consumption",
|
|
4808
|
+
"gauge",
|
|
4809
|
+
"reading",
|
|
4810
|
+
"flow",
|
|
4811
|
+
"waves"
|
|
4812
|
+
]
|
|
4813
|
+
},
|
|
4814
|
+
{
|
|
4815
|
+
"name": "meter",
|
|
4816
|
+
"componentName": "MeterIcon",
|
|
4817
|
+
"label": "Meter",
|
|
4818
|
+
"categories": [
|
|
4819
|
+
"data",
|
|
4820
|
+
"utility"
|
|
4821
|
+
],
|
|
4822
|
+
"keywords": [
|
|
4823
|
+
"meter",
|
|
4824
|
+
"gauge",
|
|
4825
|
+
"inline",
|
|
4826
|
+
"reading",
|
|
4827
|
+
"measurement",
|
|
4828
|
+
"flow",
|
|
4829
|
+
"pipe",
|
|
4830
|
+
"sensor",
|
|
4831
|
+
"consumption"
|
|
4832
|
+
]
|
|
4833
|
+
}
|
|
4834
|
+
]
|