ag-design 1.0.35 → 1.0.37
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/fonts/ag-icons.css +865 -31
- package/fonts/ag-icons.html +2549 -47
- package/fonts/ag-icons.json +306 -28
- package/fonts/ag-icons.ts +1142 -30
- package/fonts/ag-icons.ttf +0 -0
- package/fonts/ag-icons.woff +0 -0
- package/fonts/ag-icons.woff2 +0 -0
- package/package.json +1 -1
package/fonts/ag-icons.ts
CHANGED
|
@@ -1,121 +1,1233 @@
|
|
|
1
1
|
export type AgIconsId =
|
|
2
|
+
| "youtube"
|
|
3
|
+
| "youtube-square"
|
|
4
|
+
| "youtube-play"
|
|
5
|
+
| "youtube-normal"
|
|
6
|
+
| "wi-thermometer"
|
|
7
|
+
| "wi-strong-wind"
|
|
8
|
+
| "wi-raindrop"
|
|
9
|
+
| "wi-night-storm-showers"
|
|
10
|
+
| "wi-night-sleet-storm"
|
|
11
|
+
| "wi-night-rain"
|
|
12
|
+
| "wi-night-clear"
|
|
13
|
+
| "wi-night-alt-thunderstorm"
|
|
14
|
+
| "wi-night-alt-rain-mix"
|
|
15
|
+
| "wi-night-alt-cloudy"
|
|
16
|
+
| "wi-humidity"
|
|
17
|
+
| "wi-dewpoint"
|
|
18
|
+
| "wi-day-thunderstorm"
|
|
19
|
+
| "wi-day-sunny"
|
|
20
|
+
| "wi-day-storm-showers1"
|
|
21
|
+
| "wi-day-storm-showers"
|
|
22
|
+
| "wi-day-sleet-storm"
|
|
23
|
+
| "wi-day-rain"
|
|
24
|
+
| "wi-day-rain-mix"
|
|
25
|
+
| "wi-day-cloudy"
|
|
26
|
+
| "whatsapp"
|
|
27
|
+
| "whatsapp-square"
|
|
28
|
+
| "whatsapp-normal"
|
|
29
|
+
| "weixin1"
|
|
30
|
+
| "weixin"
|
|
31
|
+
| "weixin-square"
|
|
32
|
+
| "weixin-round"
|
|
33
|
+
| "web"
|
|
34
|
+
| "watch_later"
|
|
35
|
+
| "walk"
|
|
36
|
+
| "visibility"
|
|
37
|
+
| "visibility-off"
|
|
38
|
+
| "vimeo"
|
|
39
|
+
| "videoupload"
|
|
40
|
+
| "videocam"
|
|
2
41
|
| "video"
|
|
42
|
+
| "video-camera"
|
|
43
|
+
| "users-solid"
|
|
44
|
+
| "user"
|
|
45
|
+
| "user-tie"
|
|
46
|
+
| "upload"
|
|
47
|
+
| "update"
|
|
3
48
|
| "undo"
|
|
4
49
|
| "underline"
|
|
50
|
+
| "twitter"
|
|
51
|
+
| "twitter-square"
|
|
52
|
+
| "twitter-normal"
|
|
53
|
+
| "trending-up"
|
|
54
|
+
| "trash"
|
|
55
|
+
| "trash-fill"
|
|
56
|
+
| "transit"
|
|
57
|
+
| "times-circle"
|
|
58
|
+
| "tiktok"
|
|
59
|
+
| "tiktok-square"
|
|
60
|
+
| "tiktok-round"
|
|
61
|
+
| "tiktok-normal"
|
|
62
|
+
| "thumbs-up1"
|
|
63
|
+
| "thumbs-up"
|
|
64
|
+
| "thumbs-down1"
|
|
65
|
+
| "thumbs-down"
|
|
66
|
+
| "thumb-up-alt"
|
|
67
|
+
| "supervisor"
|
|
68
|
+
| "supervisor-account"
|
|
5
69
|
| "superscript"
|
|
6
70
|
| "subscript"
|
|
7
71
|
| "strikethrough"
|
|
72
|
+
| "streetview"
|
|
73
|
+
| "star"
|
|
74
|
+
| "squarespace"
|
|
75
|
+
| "snowflake"
|
|
76
|
+
| "snapchat-square"
|
|
77
|
+
| "snapchat-normal"
|
|
78
|
+
| "snapchat-ghost"
|
|
79
|
+
| "sliders"
|
|
80
|
+
| "slider-sharp"
|
|
81
|
+
| "slider-curve"
|
|
82
|
+
| "skype"
|
|
83
|
+
| "sign-post"
|
|
84
|
+
| "share"
|
|
85
|
+
| "settings"
|
|
86
|
+
| "settings-input"
|
|
87
|
+
| "select_all"
|
|
88
|
+
| "search"
|
|
89
|
+
| "school"
|
|
90
|
+
| "scale"
|
|
91
|
+
| "save"
|
|
92
|
+
| "satellite1"
|
|
93
|
+
| "satellite"
|
|
94
|
+
| "ruler-triangle"
|
|
95
|
+
| "rss"
|
|
96
|
+
| "rss-square"
|
|
97
|
+
| "rss-round"
|
|
98
|
+
| "rss-normal"
|
|
99
|
+
| "road-solid"
|
|
100
|
+
| "remove"
|
|
101
|
+
| "refresh"
|
|
8
102
|
| "redo"
|
|
103
|
+
| "realtor"
|
|
104
|
+
| "raindrops"
|
|
105
|
+
| "radio-button-unchecked"
|
|
106
|
+
| "public"
|
|
107
|
+
| "print"
|
|
108
|
+
| "poi"
|
|
109
|
+
| "play_arrow"
|
|
110
|
+
| "play-circle-outline"
|
|
111
|
+
| "pinterest"
|
|
112
|
+
| "pinterest-square"
|
|
113
|
+
| "pinterest-round"
|
|
114
|
+
| "pininterest"
|
|
115
|
+
| "picture_in_picture"
|
|
9
116
|
| "picker-arrows"
|
|
117
|
+
| "phone2"
|
|
118
|
+
| "phone1"
|
|
119
|
+
| "phone"
|
|
120
|
+
| "phone-square1"
|
|
121
|
+
| "phone-square"
|
|
122
|
+
| "phone-round"
|
|
123
|
+
| "phone-ring"
|
|
124
|
+
| "phone-iphone"
|
|
125
|
+
| "pest_control"
|
|
126
|
+
| "person"
|
|
127
|
+
| "penfill"
|
|
128
|
+
| "pen"
|
|
129
|
+
| "pdffile"
|
|
130
|
+
| "pause"
|
|
131
|
+
| "open-new"
|
|
132
|
+
| "notifications"
|
|
133
|
+
| "more-vert"
|
|
134
|
+
| "messenger"
|
|
135
|
+
| "messenger-normal"
|
|
136
|
+
| "menu"
|
|
137
|
+
| "memo"
|
|
138
|
+
| "maximize-sharp"
|
|
139
|
+
| "maximize-curve"
|
|
140
|
+
| "map"
|
|
141
|
+
| "loyalty"
|
|
142
|
+
| "lot-square"
|
|
143
|
+
| "lock-keyhole"
|
|
144
|
+
| "location"
|
|
145
|
+
| "location-dot-slash"
|
|
146
|
+
| "location-city"
|
|
147
|
+
| "local-shipping"
|
|
148
|
+
| "list"
|
|
10
149
|
| "list-ordered"
|
|
11
150
|
| "list-bullet"
|
|
151
|
+
| "linkedin"
|
|
152
|
+
| "linkedin-square"
|
|
153
|
+
| "linkedin-round"
|
|
154
|
+
| "linkedin-normal"
|
|
12
155
|
| "link"
|
|
156
|
+
| "line"
|
|
157
|
+
| "lightbulb_outline"
|
|
158
|
+
| "language"
|
|
159
|
+
| "language-globe1"
|
|
160
|
+
| "language-globe"
|
|
161
|
+
| "language-globe-square"
|
|
162
|
+
| "language-globe-round"
|
|
163
|
+
| "keyboard-arrow-up"
|
|
164
|
+
| "keyboard-arrow-right"
|
|
165
|
+
| "keyboard-arrow-left"
|
|
166
|
+
| "keyboard-arrow-down"
|
|
13
167
|
| "italic"
|
|
168
|
+
| "instagram"
|
|
169
|
+
| "instagram-square"
|
|
170
|
+
| "instagram-normal"
|
|
171
|
+
| "info_outline"
|
|
14
172
|
| "indent-increase"
|
|
15
173
|
| "indent-decrease"
|
|
174
|
+
| "imageupload"
|
|
16
175
|
| "image"
|
|
176
|
+
| "house"
|
|
177
|
+
| "house-lock"
|
|
178
|
+
| "house-heart"
|
|
179
|
+
| "house-circle-check"
|
|
180
|
+
| "house-chimney-user"
|
|
181
|
+
| "home1"
|
|
182
|
+
| "home"
|
|
183
|
+
| "home-filled"
|
|
184
|
+
| "help"
|
|
185
|
+
| "grid"
|
|
186
|
+
| "gps"
|
|
187
|
+
| "google-plus"
|
|
188
|
+
| "fullscreen"
|
|
189
|
+
| "fullscreen-exit"
|
|
17
190
|
| "formula"
|
|
191
|
+
| "flipbook"
|
|
192
|
+
| "flag-solid"
|
|
193
|
+
| "file_download"
|
|
194
|
+
| "file-pen1"
|
|
195
|
+
| "file-pen"
|
|
196
|
+
| "file-circle-plus"
|
|
197
|
+
| "favorite"
|
|
198
|
+
| "favorite-outline"
|
|
199
|
+
| "facebook"
|
|
200
|
+
| "facebook-square"
|
|
201
|
+
| "facebook-round"
|
|
202
|
+
| "facebook-normal"
|
|
203
|
+
| "eye-dropper-half"
|
|
204
|
+
| "exit"
|
|
205
|
+
| "event_note"
|
|
206
|
+
| "error-outline"
|
|
207
|
+
| "equal-housing"
|
|
208
|
+
| "envelope"
|
|
209
|
+
| "envelope-square"
|
|
210
|
+
| "envelope-round"
|
|
211
|
+
| "envelope-normal"
|
|
212
|
+
| "enterprise-network"
|
|
213
|
+
| "email"
|
|
214
|
+
| "edit"
|
|
215
|
+
| "driving"
|
|
216
|
+
| "draw-square"
|
|
217
|
+
| "draw-polygon"
|
|
218
|
+
| "draw-circle"
|
|
219
|
+
| "download"
|
|
220
|
+
| "done"
|
|
221
|
+
| "done-all"
|
|
222
|
+
| "dns"
|
|
223
|
+
| "directionsbus"
|
|
224
|
+
| "directions"
|
|
18
225
|
| "direction-rtl"
|
|
19
226
|
| "direction-ltr"
|
|
227
|
+
| "destination"
|
|
228
|
+
| "description"
|
|
229
|
+
| "delete"
|
|
230
|
+
| "delete-right"
|
|
231
|
+
| "delete-left"
|
|
232
|
+
| "content_copy"
|
|
233
|
+
| "computer"
|
|
234
|
+
| "compare"
|
|
20
235
|
| "color-text"
|
|
236
|
+
| "color-lenspalette"
|
|
21
237
|
| "color-background"
|
|
238
|
+
| "collectionsphoto-library"
|
|
22
239
|
| "code-block"
|
|
240
|
+
| "cloud_download"
|
|
241
|
+
| "close"
|
|
242
|
+
| "clear-all"
|
|
23
243
|
| "clean-format"
|
|
244
|
+
| "city"
|
|
245
|
+
| "circle-check-regular"
|
|
246
|
+
| "circle-arrow-up"
|
|
247
|
+
| "circle-arrow-down"
|
|
248
|
+
| "chrome-reader-mode"
|
|
249
|
+
| "chevron-circle-up"
|
|
250
|
+
| "chevron-circle-down1"
|
|
251
|
+
| "chevron-circle-down"
|
|
252
|
+
| "check-circle-o"
|
|
253
|
+
| "chat"
|
|
254
|
+
| "chart-user"
|
|
255
|
+
| "chart-column"
|
|
256
|
+
| "camera1"
|
|
257
|
+
| "business"
|
|
258
|
+
| "briefcase-solid"
|
|
259
|
+
| "border-bottom"
|
|
260
|
+
| "bookmark-solid"
|
|
261
|
+
| "book-open-cover"
|
|
24
262
|
| "bold"
|
|
25
263
|
| "blockquote"
|
|
264
|
+
| "bhhs_seal_blk"
|
|
265
|
+
| "bed11"
|
|
266
|
+
| "bed1"
|
|
267
|
+
| "bed"
|
|
268
|
+
| "bathtub"
|
|
269
|
+
| "bath"
|
|
270
|
+
| "ban"
|
|
271
|
+
| "backspace"
|
|
272
|
+
| "attach-money"
|
|
273
|
+
| "arrow_drop_down"
|
|
274
|
+
| "arrow"
|
|
275
|
+
| "arrow-up"
|
|
276
|
+
| "arrow-up-wide-short"
|
|
277
|
+
| "arrow-turn-down-right"
|
|
278
|
+
| "arrow-right1"
|
|
279
|
+
| "arrow-right"
|
|
280
|
+
| "arrow-left"
|
|
281
|
+
| "arrow-down"
|
|
282
|
+
| "arrow-down-short-wide"
|
|
283
|
+
| "arrow-down-arrow-up"
|
|
284
|
+
| "angle-double-right"
|
|
285
|
+
| "angle-double-left"
|
|
26
286
|
| "align-right"
|
|
27
287
|
| "align-left"
|
|
28
288
|
| "align-justify"
|
|
29
|
-
| "align-center"
|
|
289
|
+
| "align-center"
|
|
290
|
+
| "alarm-clock"
|
|
291
|
+
| "add"
|
|
292
|
+
| "acres"
|
|
293
|
+
| "account_balance_wallet"
|
|
294
|
+
| "account-circle"
|
|
295
|
+
| "account-box"
|
|
296
|
+
| "account-balance"
|
|
297
|
+
| "Youtube-round"
|
|
298
|
+
| "WhatsApp-round"
|
|
299
|
+
| "Twitter-round"
|
|
300
|
+
| "Snapchat-round"
|
|
301
|
+
| "ROGregular"
|
|
302
|
+
| "ROGcoin"
|
|
303
|
+
| "Messenger-square"
|
|
304
|
+
| "Messenger-round"
|
|
305
|
+
| "Instagram-round"
|
|
306
|
+
| "Al"
|
|
307
|
+
| "3d_rotation";
|
|
30
308
|
|
|
31
309
|
export type AgIconsKey =
|
|
310
|
+
| "Youtube"
|
|
311
|
+
| "YoutubeSquare"
|
|
312
|
+
| "YoutubePlay"
|
|
313
|
+
| "YoutubeNormal"
|
|
314
|
+
| "WiThermometer"
|
|
315
|
+
| "WiStrongWind"
|
|
316
|
+
| "WiRaindrop"
|
|
317
|
+
| "WiNightStormShowers"
|
|
318
|
+
| "WiNightSleetStorm"
|
|
319
|
+
| "WiNightRain"
|
|
320
|
+
| "WiNightClear"
|
|
321
|
+
| "WiNightAltThunderstorm"
|
|
322
|
+
| "WiNightAltRainMix"
|
|
323
|
+
| "WiNightAltCloudy"
|
|
324
|
+
| "WiHumidity"
|
|
325
|
+
| "WiDewpoint"
|
|
326
|
+
| "WiDayThunderstorm"
|
|
327
|
+
| "WiDaySunny"
|
|
328
|
+
| "WiDayStormShowers1"
|
|
329
|
+
| "WiDayStormShowers"
|
|
330
|
+
| "WiDaySleetStorm"
|
|
331
|
+
| "WiDayRain"
|
|
332
|
+
| "WiDayRainMix"
|
|
333
|
+
| "WiDayCloudy"
|
|
334
|
+
| "Whatsapp"
|
|
335
|
+
| "WhatsappSquare"
|
|
336
|
+
| "WhatsappNormal"
|
|
337
|
+
| "Weixin1"
|
|
338
|
+
| "Weixin"
|
|
339
|
+
| "WeixinSquare"
|
|
340
|
+
| "WeixinRound"
|
|
341
|
+
| "Web"
|
|
342
|
+
| "WatchLater"
|
|
343
|
+
| "Walk"
|
|
344
|
+
| "Visibility"
|
|
345
|
+
| "VisibilityOff"
|
|
346
|
+
| "Vimeo"
|
|
347
|
+
| "Videoupload"
|
|
348
|
+
| "Videocam"
|
|
32
349
|
| "Video"
|
|
350
|
+
| "VideoCamera"
|
|
351
|
+
| "UsersSolid"
|
|
352
|
+
| "User"
|
|
353
|
+
| "UserTie"
|
|
354
|
+
| "Upload"
|
|
355
|
+
| "Update"
|
|
33
356
|
| "Undo"
|
|
34
357
|
| "Underline"
|
|
358
|
+
| "Twitter"
|
|
359
|
+
| "TwitterSquare"
|
|
360
|
+
| "TwitterNormal"
|
|
361
|
+
| "TrendingUp"
|
|
362
|
+
| "Trash"
|
|
363
|
+
| "TrashFill"
|
|
364
|
+
| "Transit"
|
|
365
|
+
| "TimesCircle"
|
|
366
|
+
| "Tiktok"
|
|
367
|
+
| "TiktokSquare"
|
|
368
|
+
| "TiktokRound"
|
|
369
|
+
| "TiktokNormal"
|
|
370
|
+
| "ThumbsUp1"
|
|
371
|
+
| "ThumbsUp"
|
|
372
|
+
| "ThumbsDown1"
|
|
373
|
+
| "ThumbsDown"
|
|
374
|
+
| "ThumbUpAlt"
|
|
375
|
+
| "Supervisor"
|
|
376
|
+
| "SupervisorAccount"
|
|
35
377
|
| "Superscript"
|
|
36
378
|
| "Subscript"
|
|
37
379
|
| "Strikethrough"
|
|
380
|
+
| "Streetview"
|
|
381
|
+
| "Star"
|
|
382
|
+
| "Squarespace"
|
|
383
|
+
| "Snowflake"
|
|
384
|
+
| "SnapchatSquare"
|
|
385
|
+
| "SnapchatNormal"
|
|
386
|
+
| "SnapchatGhost"
|
|
387
|
+
| "Sliders"
|
|
388
|
+
| "SliderSharp"
|
|
389
|
+
| "SliderCurve"
|
|
390
|
+
| "Skype"
|
|
391
|
+
| "SignPost"
|
|
392
|
+
| "Share"
|
|
393
|
+
| "Settings"
|
|
394
|
+
| "SettingsInput"
|
|
395
|
+
| "SelectAll"
|
|
396
|
+
| "Search"
|
|
397
|
+
| "School"
|
|
398
|
+
| "Scale"
|
|
399
|
+
| "Save"
|
|
400
|
+
| "Satellite1"
|
|
401
|
+
| "Satellite"
|
|
402
|
+
| "RulerTriangle"
|
|
403
|
+
| "Rss"
|
|
404
|
+
| "RssSquare"
|
|
405
|
+
| "RssRound"
|
|
406
|
+
| "RssNormal"
|
|
407
|
+
| "RoadSolid"
|
|
408
|
+
| "Remove"
|
|
409
|
+
| "Refresh"
|
|
38
410
|
| "Redo"
|
|
411
|
+
| "Realtor"
|
|
412
|
+
| "Raindrops"
|
|
413
|
+
| "RadioButtonUnchecked"
|
|
414
|
+
| "Public"
|
|
415
|
+
| "Print"
|
|
416
|
+
| "Poi"
|
|
417
|
+
| "PlayArrow"
|
|
418
|
+
| "PlayCircleOutline"
|
|
419
|
+
| "Pinterest"
|
|
420
|
+
| "PinterestSquare"
|
|
421
|
+
| "PinterestRound"
|
|
422
|
+
| "Pininterest"
|
|
423
|
+
| "PictureInPicture"
|
|
39
424
|
| "PickerArrows"
|
|
425
|
+
| "Phone2"
|
|
426
|
+
| "Phone1"
|
|
427
|
+
| "Phone"
|
|
428
|
+
| "PhoneSquare1"
|
|
429
|
+
| "PhoneSquare"
|
|
430
|
+
| "PhoneRound"
|
|
431
|
+
| "PhoneRing"
|
|
432
|
+
| "PhoneIphone"
|
|
433
|
+
| "PestControl"
|
|
434
|
+
| "Person"
|
|
435
|
+
| "Penfill"
|
|
436
|
+
| "Pen"
|
|
437
|
+
| "Pdffile"
|
|
438
|
+
| "Pause"
|
|
439
|
+
| "OpenNew"
|
|
440
|
+
| "Notifications"
|
|
441
|
+
| "MoreVert"
|
|
442
|
+
| "Messenger"
|
|
443
|
+
| "MessengerNormal"
|
|
444
|
+
| "Menu"
|
|
445
|
+
| "Memo"
|
|
446
|
+
| "MaximizeSharp"
|
|
447
|
+
| "MaximizeCurve"
|
|
448
|
+
| "Map"
|
|
449
|
+
| "Loyalty"
|
|
450
|
+
| "LotSquare"
|
|
451
|
+
| "LockKeyhole"
|
|
452
|
+
| "Location"
|
|
453
|
+
| "LocationDotSlash"
|
|
454
|
+
| "LocationCity"
|
|
455
|
+
| "LocalShipping"
|
|
456
|
+
| "List"
|
|
40
457
|
| "ListOrdered"
|
|
41
458
|
| "ListBullet"
|
|
459
|
+
| "Linkedin"
|
|
460
|
+
| "LinkedinSquare"
|
|
461
|
+
| "LinkedinRound"
|
|
462
|
+
| "LinkedinNormal"
|
|
42
463
|
| "Link"
|
|
464
|
+
| "Line"
|
|
465
|
+
| "LightbulbOutline"
|
|
466
|
+
| "Language"
|
|
467
|
+
| "LanguageGlobe1"
|
|
468
|
+
| "LanguageGlobe"
|
|
469
|
+
| "LanguageGlobeSquare"
|
|
470
|
+
| "LanguageGlobeRound"
|
|
471
|
+
| "KeyboardArrowUp"
|
|
472
|
+
| "KeyboardArrowRight"
|
|
473
|
+
| "KeyboardArrowLeft"
|
|
474
|
+
| "KeyboardArrowDown"
|
|
43
475
|
| "Italic"
|
|
476
|
+
| "Instagram"
|
|
477
|
+
| "InstagramSquare"
|
|
478
|
+
| "InstagramNormal"
|
|
479
|
+
| "InfoOutline"
|
|
44
480
|
| "IndentIncrease"
|
|
45
481
|
| "IndentDecrease"
|
|
482
|
+
| "Imageupload"
|
|
46
483
|
| "Image"
|
|
484
|
+
| "House"
|
|
485
|
+
| "HouseLock"
|
|
486
|
+
| "HouseHeart"
|
|
487
|
+
| "HouseCircleCheck"
|
|
488
|
+
| "HouseChimneyUser"
|
|
489
|
+
| "Home1"
|
|
490
|
+
| "Home"
|
|
491
|
+
| "HomeFilled"
|
|
492
|
+
| "Help"
|
|
493
|
+
| "Grid"
|
|
494
|
+
| "Gps"
|
|
495
|
+
| "GooglePlus"
|
|
496
|
+
| "Fullscreen"
|
|
497
|
+
| "FullscreenExit"
|
|
47
498
|
| "Formula"
|
|
499
|
+
| "Flipbook"
|
|
500
|
+
| "FlagSolid"
|
|
501
|
+
| "FileDownload"
|
|
502
|
+
| "FilePen1"
|
|
503
|
+
| "FilePen"
|
|
504
|
+
| "FileCirclePlus"
|
|
505
|
+
| "Favorite"
|
|
506
|
+
| "FavoriteOutline"
|
|
507
|
+
| "Facebook"
|
|
508
|
+
| "FacebookSquare"
|
|
509
|
+
| "FacebookRound"
|
|
510
|
+
| "FacebookNormal"
|
|
511
|
+
| "EyeDropperHalf"
|
|
512
|
+
| "Exit"
|
|
513
|
+
| "EventNote"
|
|
514
|
+
| "ErrorOutline"
|
|
515
|
+
| "EqualHousing"
|
|
516
|
+
| "Envelope"
|
|
517
|
+
| "EnvelopeSquare"
|
|
518
|
+
| "EnvelopeRound"
|
|
519
|
+
| "EnvelopeNormal"
|
|
520
|
+
| "EnterpriseNetwork"
|
|
521
|
+
| "Email"
|
|
522
|
+
| "Edit"
|
|
523
|
+
| "Driving"
|
|
524
|
+
| "DrawSquare"
|
|
525
|
+
| "DrawPolygon"
|
|
526
|
+
| "DrawCircle"
|
|
527
|
+
| "Download"
|
|
528
|
+
| "Done"
|
|
529
|
+
| "DoneAll"
|
|
530
|
+
| "Dns"
|
|
531
|
+
| "Directionsbus"
|
|
532
|
+
| "Directions"
|
|
48
533
|
| "DirectionRtl"
|
|
49
534
|
| "DirectionLtr"
|
|
535
|
+
| "Destination"
|
|
536
|
+
| "Description"
|
|
537
|
+
| "Delete"
|
|
538
|
+
| "DeleteRight"
|
|
539
|
+
| "DeleteLeft"
|
|
540
|
+
| "ContentCopy"
|
|
541
|
+
| "Computer"
|
|
542
|
+
| "Compare"
|
|
50
543
|
| "ColorText"
|
|
544
|
+
| "ColorLenspalette"
|
|
51
545
|
| "ColorBackground"
|
|
546
|
+
| "CollectionsphotoLibrary"
|
|
52
547
|
| "CodeBlock"
|
|
548
|
+
| "CloudDownload"
|
|
549
|
+
| "Close"
|
|
550
|
+
| "ClearAll"
|
|
53
551
|
| "CleanFormat"
|
|
552
|
+
| "City"
|
|
553
|
+
| "CircleCheckRegular"
|
|
554
|
+
| "CircleArrowUp"
|
|
555
|
+
| "CircleArrowDown"
|
|
556
|
+
| "ChromeReaderMode"
|
|
557
|
+
| "ChevronCircleUp"
|
|
558
|
+
| "ChevronCircleDown1"
|
|
559
|
+
| "ChevronCircleDown"
|
|
560
|
+
| "CheckCircleO"
|
|
561
|
+
| "Chat"
|
|
562
|
+
| "ChartUser"
|
|
563
|
+
| "ChartColumn"
|
|
564
|
+
| "Camera1"
|
|
565
|
+
| "Business"
|
|
566
|
+
| "BriefcaseSolid"
|
|
567
|
+
| "BorderBottom"
|
|
568
|
+
| "BookmarkSolid"
|
|
569
|
+
| "BookOpenCover"
|
|
54
570
|
| "Bold"
|
|
55
571
|
| "Blockquote"
|
|
572
|
+
| "BhhsSealBlk"
|
|
573
|
+
| "Bed11"
|
|
574
|
+
| "Bed1"
|
|
575
|
+
| "Bed"
|
|
576
|
+
| "Bathtub"
|
|
577
|
+
| "Bath"
|
|
578
|
+
| "Ban"
|
|
579
|
+
| "Backspace"
|
|
580
|
+
| "AttachMoney"
|
|
581
|
+
| "ArrowDropDown"
|
|
582
|
+
| "Arrow"
|
|
583
|
+
| "ArrowUp"
|
|
584
|
+
| "ArrowUpWideShort"
|
|
585
|
+
| "ArrowTurnDownRight"
|
|
586
|
+
| "ArrowRight1"
|
|
587
|
+
| "ArrowRight"
|
|
588
|
+
| "ArrowLeft"
|
|
589
|
+
| "ArrowDown"
|
|
590
|
+
| "ArrowDownShortWide"
|
|
591
|
+
| "ArrowDownArrowUp"
|
|
592
|
+
| "AngleDoubleRight"
|
|
593
|
+
| "AngleDoubleLeft"
|
|
56
594
|
| "AlignRight"
|
|
57
595
|
| "AlignLeft"
|
|
58
596
|
| "AlignJustify"
|
|
59
|
-
| "AlignCenter"
|
|
597
|
+
| "AlignCenter"
|
|
598
|
+
| "AlarmClock"
|
|
599
|
+
| "Add"
|
|
600
|
+
| "Acres"
|
|
601
|
+
| "AccountBalanceWallet"
|
|
602
|
+
| "AccountCircle"
|
|
603
|
+
| "AccountBox"
|
|
604
|
+
| "AccountBalance"
|
|
605
|
+
| "YoutubeRound"
|
|
606
|
+
| "WhatsAppRound"
|
|
607
|
+
| "TwitterRound"
|
|
608
|
+
| "SnapchatRound"
|
|
609
|
+
| "ROGregular"
|
|
610
|
+
| "ROGcoin"
|
|
611
|
+
| "MessengerSquare"
|
|
612
|
+
| "MessengerRound"
|
|
613
|
+
| "InstagramRound"
|
|
614
|
+
| "Al"
|
|
615
|
+
| "i3dRotation";
|
|
60
616
|
|
|
61
617
|
export enum AgIcons {
|
|
618
|
+
Youtube = "youtube",
|
|
619
|
+
YoutubeSquare = "youtube-square",
|
|
620
|
+
YoutubePlay = "youtube-play",
|
|
621
|
+
YoutubeNormal = "youtube-normal",
|
|
622
|
+
WiThermometer = "wi-thermometer",
|
|
623
|
+
WiStrongWind = "wi-strong-wind",
|
|
624
|
+
WiRaindrop = "wi-raindrop",
|
|
625
|
+
WiNightStormShowers = "wi-night-storm-showers",
|
|
626
|
+
WiNightSleetStorm = "wi-night-sleet-storm",
|
|
627
|
+
WiNightRain = "wi-night-rain",
|
|
628
|
+
WiNightClear = "wi-night-clear",
|
|
629
|
+
WiNightAltThunderstorm = "wi-night-alt-thunderstorm",
|
|
630
|
+
WiNightAltRainMix = "wi-night-alt-rain-mix",
|
|
631
|
+
WiNightAltCloudy = "wi-night-alt-cloudy",
|
|
632
|
+
WiHumidity = "wi-humidity",
|
|
633
|
+
WiDewpoint = "wi-dewpoint",
|
|
634
|
+
WiDayThunderstorm = "wi-day-thunderstorm",
|
|
635
|
+
WiDaySunny = "wi-day-sunny",
|
|
636
|
+
WiDayStormShowers1 = "wi-day-storm-showers1",
|
|
637
|
+
WiDayStormShowers = "wi-day-storm-showers",
|
|
638
|
+
WiDaySleetStorm = "wi-day-sleet-storm",
|
|
639
|
+
WiDayRain = "wi-day-rain",
|
|
640
|
+
WiDayRainMix = "wi-day-rain-mix",
|
|
641
|
+
WiDayCloudy = "wi-day-cloudy",
|
|
642
|
+
Whatsapp = "whatsapp",
|
|
643
|
+
WhatsappSquare = "whatsapp-square",
|
|
644
|
+
WhatsappNormal = "whatsapp-normal",
|
|
645
|
+
Weixin1 = "weixin1",
|
|
646
|
+
Weixin = "weixin",
|
|
647
|
+
WeixinSquare = "weixin-square",
|
|
648
|
+
WeixinRound = "weixin-round",
|
|
649
|
+
Web = "web",
|
|
650
|
+
WatchLater = "watch_later",
|
|
651
|
+
Walk = "walk",
|
|
652
|
+
Visibility = "visibility",
|
|
653
|
+
VisibilityOff = "visibility-off",
|
|
654
|
+
Vimeo = "vimeo",
|
|
655
|
+
Videoupload = "videoupload",
|
|
656
|
+
Videocam = "videocam",
|
|
62
657
|
Video = "video",
|
|
658
|
+
VideoCamera = "video-camera",
|
|
659
|
+
UsersSolid = "users-solid",
|
|
660
|
+
User = "user",
|
|
661
|
+
UserTie = "user-tie",
|
|
662
|
+
Upload = "upload",
|
|
663
|
+
Update = "update",
|
|
63
664
|
Undo = "undo",
|
|
64
665
|
Underline = "underline",
|
|
666
|
+
Twitter = "twitter",
|
|
667
|
+
TwitterSquare = "twitter-square",
|
|
668
|
+
TwitterNormal = "twitter-normal",
|
|
669
|
+
TrendingUp = "trending-up",
|
|
670
|
+
Trash = "trash",
|
|
671
|
+
TrashFill = "trash-fill",
|
|
672
|
+
Transit = "transit",
|
|
673
|
+
TimesCircle = "times-circle",
|
|
674
|
+
Tiktok = "tiktok",
|
|
675
|
+
TiktokSquare = "tiktok-square",
|
|
676
|
+
TiktokRound = "tiktok-round",
|
|
677
|
+
TiktokNormal = "tiktok-normal",
|
|
678
|
+
ThumbsUp1 = "thumbs-up1",
|
|
679
|
+
ThumbsUp = "thumbs-up",
|
|
680
|
+
ThumbsDown1 = "thumbs-down1",
|
|
681
|
+
ThumbsDown = "thumbs-down",
|
|
682
|
+
ThumbUpAlt = "thumb-up-alt",
|
|
683
|
+
Supervisor = "supervisor",
|
|
684
|
+
SupervisorAccount = "supervisor-account",
|
|
65
685
|
Superscript = "superscript",
|
|
66
686
|
Subscript = "subscript",
|
|
67
687
|
Strikethrough = "strikethrough",
|
|
688
|
+
Streetview = "streetview",
|
|
689
|
+
Star = "star",
|
|
690
|
+
Squarespace = "squarespace",
|
|
691
|
+
Snowflake = "snowflake",
|
|
692
|
+
SnapchatSquare = "snapchat-square",
|
|
693
|
+
SnapchatNormal = "snapchat-normal",
|
|
694
|
+
SnapchatGhost = "snapchat-ghost",
|
|
695
|
+
Sliders = "sliders",
|
|
696
|
+
SliderSharp = "slider-sharp",
|
|
697
|
+
SliderCurve = "slider-curve",
|
|
698
|
+
Skype = "skype",
|
|
699
|
+
SignPost = "sign-post",
|
|
700
|
+
Share = "share",
|
|
701
|
+
Settings = "settings",
|
|
702
|
+
SettingsInput = "settings-input",
|
|
703
|
+
SelectAll = "select_all",
|
|
704
|
+
Search = "search",
|
|
705
|
+
School = "school",
|
|
706
|
+
Scale = "scale",
|
|
707
|
+
Save = "save",
|
|
708
|
+
Satellite1 = "satellite1",
|
|
709
|
+
Satellite = "satellite",
|
|
710
|
+
RulerTriangle = "ruler-triangle",
|
|
711
|
+
Rss = "rss",
|
|
712
|
+
RssSquare = "rss-square",
|
|
713
|
+
RssRound = "rss-round",
|
|
714
|
+
RssNormal = "rss-normal",
|
|
715
|
+
RoadSolid = "road-solid",
|
|
716
|
+
Remove = "remove",
|
|
717
|
+
Refresh = "refresh",
|
|
68
718
|
Redo = "redo",
|
|
719
|
+
Realtor = "realtor",
|
|
720
|
+
Raindrops = "raindrops",
|
|
721
|
+
RadioButtonUnchecked = "radio-button-unchecked",
|
|
722
|
+
Public = "public",
|
|
723
|
+
Print = "print",
|
|
724
|
+
Poi = "poi",
|
|
725
|
+
PlayArrow = "play_arrow",
|
|
726
|
+
PlayCircleOutline = "play-circle-outline",
|
|
727
|
+
Pinterest = "pinterest",
|
|
728
|
+
PinterestSquare = "pinterest-square",
|
|
729
|
+
PinterestRound = "pinterest-round",
|
|
730
|
+
Pininterest = "pininterest",
|
|
731
|
+
PictureInPicture = "picture_in_picture",
|
|
69
732
|
PickerArrows = "picker-arrows",
|
|
733
|
+
Phone2 = "phone2",
|
|
734
|
+
Phone1 = "phone1",
|
|
735
|
+
Phone = "phone",
|
|
736
|
+
PhoneSquare1 = "phone-square1",
|
|
737
|
+
PhoneSquare = "phone-square",
|
|
738
|
+
PhoneRound = "phone-round",
|
|
739
|
+
PhoneRing = "phone-ring",
|
|
740
|
+
PhoneIphone = "phone-iphone",
|
|
741
|
+
PestControl = "pest_control",
|
|
742
|
+
Person = "person",
|
|
743
|
+
Penfill = "penfill",
|
|
744
|
+
Pen = "pen",
|
|
745
|
+
Pdffile = "pdffile",
|
|
746
|
+
Pause = "pause",
|
|
747
|
+
OpenNew = "open-new",
|
|
748
|
+
Notifications = "notifications",
|
|
749
|
+
MoreVert = "more-vert",
|
|
750
|
+
Messenger = "messenger",
|
|
751
|
+
MessengerNormal = "messenger-normal",
|
|
752
|
+
Menu = "menu",
|
|
753
|
+
Memo = "memo",
|
|
754
|
+
MaximizeSharp = "maximize-sharp",
|
|
755
|
+
MaximizeCurve = "maximize-curve",
|
|
756
|
+
Map = "map",
|
|
757
|
+
Loyalty = "loyalty",
|
|
758
|
+
LotSquare = "lot-square",
|
|
759
|
+
LockKeyhole = "lock-keyhole",
|
|
760
|
+
Location = "location",
|
|
761
|
+
LocationDotSlash = "location-dot-slash",
|
|
762
|
+
LocationCity = "location-city",
|
|
763
|
+
LocalShipping = "local-shipping",
|
|
764
|
+
List = "list",
|
|
70
765
|
ListOrdered = "list-ordered",
|
|
71
766
|
ListBullet = "list-bullet",
|
|
767
|
+
Linkedin = "linkedin",
|
|
768
|
+
LinkedinSquare = "linkedin-square",
|
|
769
|
+
LinkedinRound = "linkedin-round",
|
|
770
|
+
LinkedinNormal = "linkedin-normal",
|
|
72
771
|
Link = "link",
|
|
772
|
+
Line = "line",
|
|
773
|
+
LightbulbOutline = "lightbulb_outline",
|
|
774
|
+
Language = "language",
|
|
775
|
+
LanguageGlobe1 = "language-globe1",
|
|
776
|
+
LanguageGlobe = "language-globe",
|
|
777
|
+
LanguageGlobeSquare = "language-globe-square",
|
|
778
|
+
LanguageGlobeRound = "language-globe-round",
|
|
779
|
+
KeyboardArrowUp = "keyboard-arrow-up",
|
|
780
|
+
KeyboardArrowRight = "keyboard-arrow-right",
|
|
781
|
+
KeyboardArrowLeft = "keyboard-arrow-left",
|
|
782
|
+
KeyboardArrowDown = "keyboard-arrow-down",
|
|
73
783
|
Italic = "italic",
|
|
784
|
+
Instagram = "instagram",
|
|
785
|
+
InstagramSquare = "instagram-square",
|
|
786
|
+
InstagramNormal = "instagram-normal",
|
|
787
|
+
InfoOutline = "info_outline",
|
|
74
788
|
IndentIncrease = "indent-increase",
|
|
75
789
|
IndentDecrease = "indent-decrease",
|
|
790
|
+
Imageupload = "imageupload",
|
|
76
791
|
Image = "image",
|
|
792
|
+
House = "house",
|
|
793
|
+
HouseLock = "house-lock",
|
|
794
|
+
HouseHeart = "house-heart",
|
|
795
|
+
HouseCircleCheck = "house-circle-check",
|
|
796
|
+
HouseChimneyUser = "house-chimney-user",
|
|
797
|
+
Home1 = "home1",
|
|
798
|
+
Home = "home",
|
|
799
|
+
HomeFilled = "home-filled",
|
|
800
|
+
Help = "help",
|
|
801
|
+
Grid = "grid",
|
|
802
|
+
Gps = "gps",
|
|
803
|
+
GooglePlus = "google-plus",
|
|
804
|
+
Fullscreen = "fullscreen",
|
|
805
|
+
FullscreenExit = "fullscreen-exit",
|
|
77
806
|
Formula = "formula",
|
|
807
|
+
Flipbook = "flipbook",
|
|
808
|
+
FlagSolid = "flag-solid",
|
|
809
|
+
FileDownload = "file_download",
|
|
810
|
+
FilePen1 = "file-pen1",
|
|
811
|
+
FilePen = "file-pen",
|
|
812
|
+
FileCirclePlus = "file-circle-plus",
|
|
813
|
+
Favorite = "favorite",
|
|
814
|
+
FavoriteOutline = "favorite-outline",
|
|
815
|
+
Facebook = "facebook",
|
|
816
|
+
FacebookSquare = "facebook-square",
|
|
817
|
+
FacebookRound = "facebook-round",
|
|
818
|
+
FacebookNormal = "facebook-normal",
|
|
819
|
+
EyeDropperHalf = "eye-dropper-half",
|
|
820
|
+
Exit = "exit",
|
|
821
|
+
EventNote = "event_note",
|
|
822
|
+
ErrorOutline = "error-outline",
|
|
823
|
+
EqualHousing = "equal-housing",
|
|
824
|
+
Envelope = "envelope",
|
|
825
|
+
EnvelopeSquare = "envelope-square",
|
|
826
|
+
EnvelopeRound = "envelope-round",
|
|
827
|
+
EnvelopeNormal = "envelope-normal",
|
|
828
|
+
EnterpriseNetwork = "enterprise-network",
|
|
829
|
+
Email = "email",
|
|
830
|
+
Edit = "edit",
|
|
831
|
+
Driving = "driving",
|
|
832
|
+
DrawSquare = "draw-square",
|
|
833
|
+
DrawPolygon = "draw-polygon",
|
|
834
|
+
DrawCircle = "draw-circle",
|
|
835
|
+
Download = "download",
|
|
836
|
+
Done = "done",
|
|
837
|
+
DoneAll = "done-all",
|
|
838
|
+
Dns = "dns",
|
|
839
|
+
Directionsbus = "directionsbus",
|
|
840
|
+
Directions = "directions",
|
|
78
841
|
DirectionRtl = "direction-rtl",
|
|
79
842
|
DirectionLtr = "direction-ltr",
|
|
843
|
+
Destination = "destination",
|
|
844
|
+
Description = "description",
|
|
845
|
+
Delete = "delete",
|
|
846
|
+
DeleteRight = "delete-right",
|
|
847
|
+
DeleteLeft = "delete-left",
|
|
848
|
+
ContentCopy = "content_copy",
|
|
849
|
+
Computer = "computer",
|
|
850
|
+
Compare = "compare",
|
|
80
851
|
ColorText = "color-text",
|
|
852
|
+
ColorLenspalette = "color-lenspalette",
|
|
81
853
|
ColorBackground = "color-background",
|
|
854
|
+
CollectionsphotoLibrary = "collectionsphoto-library",
|
|
82
855
|
CodeBlock = "code-block",
|
|
856
|
+
CloudDownload = "cloud_download",
|
|
857
|
+
Close = "close",
|
|
858
|
+
ClearAll = "clear-all",
|
|
83
859
|
CleanFormat = "clean-format",
|
|
860
|
+
City = "city",
|
|
861
|
+
CircleCheckRegular = "circle-check-regular",
|
|
862
|
+
CircleArrowUp = "circle-arrow-up",
|
|
863
|
+
CircleArrowDown = "circle-arrow-down",
|
|
864
|
+
ChromeReaderMode = "chrome-reader-mode",
|
|
865
|
+
ChevronCircleUp = "chevron-circle-up",
|
|
866
|
+
ChevronCircleDown1 = "chevron-circle-down1",
|
|
867
|
+
ChevronCircleDown = "chevron-circle-down",
|
|
868
|
+
CheckCircleO = "check-circle-o",
|
|
869
|
+
Chat = "chat",
|
|
870
|
+
ChartUser = "chart-user",
|
|
871
|
+
ChartColumn = "chart-column",
|
|
872
|
+
Camera1 = "camera1",
|
|
873
|
+
Business = "business",
|
|
874
|
+
BriefcaseSolid = "briefcase-solid",
|
|
875
|
+
BorderBottom = "border-bottom",
|
|
876
|
+
BookmarkSolid = "bookmark-solid",
|
|
877
|
+
BookOpenCover = "book-open-cover",
|
|
84
878
|
Bold = "bold",
|
|
85
879
|
Blockquote = "blockquote",
|
|
880
|
+
BhhsSealBlk = "bhhs_seal_blk",
|
|
881
|
+
Bed11 = "bed11",
|
|
882
|
+
Bed1 = "bed1",
|
|
883
|
+
Bed = "bed",
|
|
884
|
+
Bathtub = "bathtub",
|
|
885
|
+
Bath = "bath",
|
|
886
|
+
Ban = "ban",
|
|
887
|
+
Backspace = "backspace",
|
|
888
|
+
AttachMoney = "attach-money",
|
|
889
|
+
ArrowDropDown = "arrow_drop_down",
|
|
890
|
+
Arrow = "arrow",
|
|
891
|
+
ArrowUp = "arrow-up",
|
|
892
|
+
ArrowUpWideShort = "arrow-up-wide-short",
|
|
893
|
+
ArrowTurnDownRight = "arrow-turn-down-right",
|
|
894
|
+
ArrowRight1 = "arrow-right1",
|
|
895
|
+
ArrowRight = "arrow-right",
|
|
896
|
+
ArrowLeft = "arrow-left",
|
|
897
|
+
ArrowDown = "arrow-down",
|
|
898
|
+
ArrowDownShortWide = "arrow-down-short-wide",
|
|
899
|
+
ArrowDownArrowUp = "arrow-down-arrow-up",
|
|
900
|
+
AngleDoubleRight = "angle-double-right",
|
|
901
|
+
AngleDoubleLeft = "angle-double-left",
|
|
86
902
|
AlignRight = "align-right",
|
|
87
903
|
AlignLeft = "align-left",
|
|
88
904
|
AlignJustify = "align-justify",
|
|
89
905
|
AlignCenter = "align-center",
|
|
906
|
+
AlarmClock = "alarm-clock",
|
|
907
|
+
Add = "add",
|
|
908
|
+
Acres = "acres",
|
|
909
|
+
AccountBalanceWallet = "account_balance_wallet",
|
|
910
|
+
AccountCircle = "account-circle",
|
|
911
|
+
AccountBox = "account-box",
|
|
912
|
+
AccountBalance = "account-balance",
|
|
913
|
+
YoutubeRound = "Youtube-round",
|
|
914
|
+
WhatsAppRound = "WhatsApp-round",
|
|
915
|
+
TwitterRound = "Twitter-round",
|
|
916
|
+
SnapchatRound = "Snapchat-round",
|
|
917
|
+
ROGregular = "ROGregular",
|
|
918
|
+
ROGcoin = "ROGcoin",
|
|
919
|
+
MessengerSquare = "Messenger-square",
|
|
920
|
+
MessengerRound = "Messenger-round",
|
|
921
|
+
InstagramRound = "Instagram-round",
|
|
922
|
+
Al = "Al",
|
|
923
|
+
i3dRotation = "3d_rotation",
|
|
90
924
|
}
|
|
91
925
|
|
|
92
926
|
export const AG_ICONS_CODEPOINTS: { [key in AgIcons]: string } = {
|
|
93
|
-
[AgIcons.
|
|
94
|
-
[AgIcons.
|
|
95
|
-
[AgIcons.
|
|
96
|
-
[AgIcons.
|
|
97
|
-
[AgIcons.
|
|
98
|
-
[AgIcons.
|
|
99
|
-
[AgIcons.
|
|
100
|
-
[AgIcons.
|
|
101
|
-
[AgIcons.
|
|
102
|
-
[AgIcons.
|
|
103
|
-
[AgIcons.
|
|
104
|
-
[AgIcons.
|
|
105
|
-
[AgIcons.
|
|
106
|
-
[AgIcons.
|
|
107
|
-
[AgIcons.
|
|
108
|
-
[AgIcons.
|
|
109
|
-
[AgIcons.
|
|
110
|
-
[AgIcons.
|
|
111
|
-
[AgIcons.
|
|
112
|
-
[AgIcons.
|
|
113
|
-
[AgIcons.
|
|
114
|
-
[AgIcons.
|
|
115
|
-
[AgIcons.
|
|
116
|
-
[AgIcons.
|
|
117
|
-
[AgIcons.
|
|
118
|
-
[AgIcons.
|
|
119
|
-
[AgIcons.
|
|
120
|
-
[AgIcons.
|
|
927
|
+
[AgIcons.Youtube]: "61697",
|
|
928
|
+
[AgIcons.YoutubeSquare]: "61698",
|
|
929
|
+
[AgIcons.YoutubePlay]: "61699",
|
|
930
|
+
[AgIcons.YoutubeNormal]: "61700",
|
|
931
|
+
[AgIcons.WiThermometer]: "61701",
|
|
932
|
+
[AgIcons.WiStrongWind]: "61702",
|
|
933
|
+
[AgIcons.WiRaindrop]: "61703",
|
|
934
|
+
[AgIcons.WiNightStormShowers]: "61704",
|
|
935
|
+
[AgIcons.WiNightSleetStorm]: "61705",
|
|
936
|
+
[AgIcons.WiNightRain]: "61706",
|
|
937
|
+
[AgIcons.WiNightClear]: "61707",
|
|
938
|
+
[AgIcons.WiNightAltThunderstorm]: "61708",
|
|
939
|
+
[AgIcons.WiNightAltRainMix]: "61709",
|
|
940
|
+
[AgIcons.WiNightAltCloudy]: "61710",
|
|
941
|
+
[AgIcons.WiHumidity]: "61711",
|
|
942
|
+
[AgIcons.WiDewpoint]: "61712",
|
|
943
|
+
[AgIcons.WiDayThunderstorm]: "61713",
|
|
944
|
+
[AgIcons.WiDaySunny]: "61714",
|
|
945
|
+
[AgIcons.WiDayStormShowers1]: "61715",
|
|
946
|
+
[AgIcons.WiDayStormShowers]: "61716",
|
|
947
|
+
[AgIcons.WiDaySleetStorm]: "61717",
|
|
948
|
+
[AgIcons.WiDayRain]: "61718",
|
|
949
|
+
[AgIcons.WiDayRainMix]: "61719",
|
|
950
|
+
[AgIcons.WiDayCloudy]: "61720",
|
|
951
|
+
[AgIcons.Whatsapp]: "61721",
|
|
952
|
+
[AgIcons.WhatsappSquare]: "61722",
|
|
953
|
+
[AgIcons.WhatsappNormal]: "61723",
|
|
954
|
+
[AgIcons.Weixin1]: "61724",
|
|
955
|
+
[AgIcons.Weixin]: "61725",
|
|
956
|
+
[AgIcons.WeixinSquare]: "61726",
|
|
957
|
+
[AgIcons.WeixinRound]: "61727",
|
|
958
|
+
[AgIcons.Web]: "61728",
|
|
959
|
+
[AgIcons.WatchLater]: "61729",
|
|
960
|
+
[AgIcons.Walk]: "61730",
|
|
961
|
+
[AgIcons.Visibility]: "61731",
|
|
962
|
+
[AgIcons.VisibilityOff]: "61732",
|
|
963
|
+
[AgIcons.Vimeo]: "61733",
|
|
964
|
+
[AgIcons.Videoupload]: "61734",
|
|
965
|
+
[AgIcons.Videocam]: "61735",
|
|
966
|
+
[AgIcons.Video]: "61736",
|
|
967
|
+
[AgIcons.VideoCamera]: "61737",
|
|
968
|
+
[AgIcons.UsersSolid]: "61738",
|
|
969
|
+
[AgIcons.User]: "61739",
|
|
970
|
+
[AgIcons.UserTie]: "61740",
|
|
971
|
+
[AgIcons.Upload]: "61741",
|
|
972
|
+
[AgIcons.Update]: "61742",
|
|
973
|
+
[AgIcons.Undo]: "61743",
|
|
974
|
+
[AgIcons.Underline]: "61744",
|
|
975
|
+
[AgIcons.Twitter]: "61745",
|
|
976
|
+
[AgIcons.TwitterSquare]: "61746",
|
|
977
|
+
[AgIcons.TwitterNormal]: "61747",
|
|
978
|
+
[AgIcons.TrendingUp]: "61748",
|
|
979
|
+
[AgIcons.Trash]: "61749",
|
|
980
|
+
[AgIcons.TrashFill]: "61750",
|
|
981
|
+
[AgIcons.Transit]: "61751",
|
|
982
|
+
[AgIcons.TimesCircle]: "61752",
|
|
983
|
+
[AgIcons.Tiktok]: "61753",
|
|
984
|
+
[AgIcons.TiktokSquare]: "61754",
|
|
985
|
+
[AgIcons.TiktokRound]: "61755",
|
|
986
|
+
[AgIcons.TiktokNormal]: "61756",
|
|
987
|
+
[AgIcons.ThumbsUp1]: "61757",
|
|
988
|
+
[AgIcons.ThumbsUp]: "61758",
|
|
989
|
+
[AgIcons.ThumbsDown1]: "61759",
|
|
990
|
+
[AgIcons.ThumbsDown]: "61760",
|
|
991
|
+
[AgIcons.ThumbUpAlt]: "61761",
|
|
992
|
+
[AgIcons.Supervisor]: "61762",
|
|
993
|
+
[AgIcons.SupervisorAccount]: "61763",
|
|
994
|
+
[AgIcons.Superscript]: "61764",
|
|
995
|
+
[AgIcons.Subscript]: "61765",
|
|
996
|
+
[AgIcons.Strikethrough]: "61766",
|
|
997
|
+
[AgIcons.Streetview]: "61767",
|
|
998
|
+
[AgIcons.Star]: "61768",
|
|
999
|
+
[AgIcons.Squarespace]: "61769",
|
|
1000
|
+
[AgIcons.Snowflake]: "61770",
|
|
1001
|
+
[AgIcons.SnapchatSquare]: "61771",
|
|
1002
|
+
[AgIcons.SnapchatNormal]: "61772",
|
|
1003
|
+
[AgIcons.SnapchatGhost]: "61773",
|
|
1004
|
+
[AgIcons.Sliders]: "61774",
|
|
1005
|
+
[AgIcons.SliderSharp]: "61775",
|
|
1006
|
+
[AgIcons.SliderCurve]: "61776",
|
|
1007
|
+
[AgIcons.Skype]: "61777",
|
|
1008
|
+
[AgIcons.SignPost]: "61778",
|
|
1009
|
+
[AgIcons.Share]: "61779",
|
|
1010
|
+
[AgIcons.Settings]: "61780",
|
|
1011
|
+
[AgIcons.SettingsInput]: "61781",
|
|
1012
|
+
[AgIcons.SelectAll]: "61782",
|
|
1013
|
+
[AgIcons.Search]: "61783",
|
|
1014
|
+
[AgIcons.School]: "61784",
|
|
1015
|
+
[AgIcons.Scale]: "61785",
|
|
1016
|
+
[AgIcons.Save]: "61786",
|
|
1017
|
+
[AgIcons.Satellite1]: "61787",
|
|
1018
|
+
[AgIcons.Satellite]: "61788",
|
|
1019
|
+
[AgIcons.RulerTriangle]: "61789",
|
|
1020
|
+
[AgIcons.Rss]: "61790",
|
|
1021
|
+
[AgIcons.RssSquare]: "61791",
|
|
1022
|
+
[AgIcons.RssRound]: "61792",
|
|
1023
|
+
[AgIcons.RssNormal]: "61793",
|
|
1024
|
+
[AgIcons.RoadSolid]: "61794",
|
|
1025
|
+
[AgIcons.Remove]: "61795",
|
|
1026
|
+
[AgIcons.Refresh]: "61796",
|
|
1027
|
+
[AgIcons.Redo]: "61797",
|
|
1028
|
+
[AgIcons.Realtor]: "61798",
|
|
1029
|
+
[AgIcons.Raindrops]: "61799",
|
|
1030
|
+
[AgIcons.RadioButtonUnchecked]: "61800",
|
|
1031
|
+
[AgIcons.Public]: "61801",
|
|
1032
|
+
[AgIcons.Print]: "61802",
|
|
1033
|
+
[AgIcons.Poi]: "61803",
|
|
1034
|
+
[AgIcons.PlayArrow]: "61804",
|
|
1035
|
+
[AgIcons.PlayCircleOutline]: "61805",
|
|
1036
|
+
[AgIcons.Pinterest]: "61806",
|
|
1037
|
+
[AgIcons.PinterestSquare]: "61807",
|
|
1038
|
+
[AgIcons.PinterestRound]: "61808",
|
|
1039
|
+
[AgIcons.Pininterest]: "61809",
|
|
1040
|
+
[AgIcons.PictureInPicture]: "61810",
|
|
1041
|
+
[AgIcons.PickerArrows]: "61811",
|
|
1042
|
+
[AgIcons.Phone2]: "61812",
|
|
1043
|
+
[AgIcons.Phone1]: "61813",
|
|
1044
|
+
[AgIcons.Phone]: "61814",
|
|
1045
|
+
[AgIcons.PhoneSquare1]: "61815",
|
|
1046
|
+
[AgIcons.PhoneSquare]: "61816",
|
|
1047
|
+
[AgIcons.PhoneRound]: "61817",
|
|
1048
|
+
[AgIcons.PhoneRing]: "61818",
|
|
1049
|
+
[AgIcons.PhoneIphone]: "61819",
|
|
1050
|
+
[AgIcons.PestControl]: "61820",
|
|
1051
|
+
[AgIcons.Person]: "61821",
|
|
1052
|
+
[AgIcons.Penfill]: "61822",
|
|
1053
|
+
[AgIcons.Pen]: "61823",
|
|
1054
|
+
[AgIcons.Pdffile]: "61824",
|
|
1055
|
+
[AgIcons.Pause]: "61825",
|
|
1056
|
+
[AgIcons.OpenNew]: "61826",
|
|
1057
|
+
[AgIcons.Notifications]: "61827",
|
|
1058
|
+
[AgIcons.MoreVert]: "61828",
|
|
1059
|
+
[AgIcons.Messenger]: "61829",
|
|
1060
|
+
[AgIcons.MessengerNormal]: "61830",
|
|
1061
|
+
[AgIcons.Menu]: "61831",
|
|
1062
|
+
[AgIcons.Memo]: "61832",
|
|
1063
|
+
[AgIcons.MaximizeSharp]: "61833",
|
|
1064
|
+
[AgIcons.MaximizeCurve]: "61834",
|
|
1065
|
+
[AgIcons.Map]: "61835",
|
|
1066
|
+
[AgIcons.Loyalty]: "61836",
|
|
1067
|
+
[AgIcons.LotSquare]: "61837",
|
|
1068
|
+
[AgIcons.LockKeyhole]: "61838",
|
|
1069
|
+
[AgIcons.Location]: "61839",
|
|
1070
|
+
[AgIcons.LocationDotSlash]: "61840",
|
|
1071
|
+
[AgIcons.LocationCity]: "61841",
|
|
1072
|
+
[AgIcons.LocalShipping]: "61842",
|
|
1073
|
+
[AgIcons.List]: "61843",
|
|
1074
|
+
[AgIcons.ListOrdered]: "61844",
|
|
1075
|
+
[AgIcons.ListBullet]: "61845",
|
|
1076
|
+
[AgIcons.Linkedin]: "61846",
|
|
1077
|
+
[AgIcons.LinkedinSquare]: "61847",
|
|
1078
|
+
[AgIcons.LinkedinRound]: "61848",
|
|
1079
|
+
[AgIcons.LinkedinNormal]: "61849",
|
|
1080
|
+
[AgIcons.Link]: "61850",
|
|
1081
|
+
[AgIcons.Line]: "61851",
|
|
1082
|
+
[AgIcons.LightbulbOutline]: "61852",
|
|
1083
|
+
[AgIcons.Language]: "61853",
|
|
1084
|
+
[AgIcons.LanguageGlobe1]: "61854",
|
|
1085
|
+
[AgIcons.LanguageGlobe]: "61855",
|
|
1086
|
+
[AgIcons.LanguageGlobeSquare]: "61856",
|
|
1087
|
+
[AgIcons.LanguageGlobeRound]: "61857",
|
|
1088
|
+
[AgIcons.KeyboardArrowUp]: "61858",
|
|
1089
|
+
[AgIcons.KeyboardArrowRight]: "61859",
|
|
1090
|
+
[AgIcons.KeyboardArrowLeft]: "61860",
|
|
1091
|
+
[AgIcons.KeyboardArrowDown]: "61861",
|
|
1092
|
+
[AgIcons.Italic]: "61862",
|
|
1093
|
+
[AgIcons.Instagram]: "61863",
|
|
1094
|
+
[AgIcons.InstagramSquare]: "61864",
|
|
1095
|
+
[AgIcons.InstagramNormal]: "61865",
|
|
1096
|
+
[AgIcons.InfoOutline]: "61866",
|
|
1097
|
+
[AgIcons.IndentIncrease]: "61867",
|
|
1098
|
+
[AgIcons.IndentDecrease]: "61868",
|
|
1099
|
+
[AgIcons.Imageupload]: "61869",
|
|
1100
|
+
[AgIcons.Image]: "61870",
|
|
1101
|
+
[AgIcons.House]: "61871",
|
|
1102
|
+
[AgIcons.HouseLock]: "61872",
|
|
1103
|
+
[AgIcons.HouseHeart]: "61873",
|
|
1104
|
+
[AgIcons.HouseCircleCheck]: "61874",
|
|
1105
|
+
[AgIcons.HouseChimneyUser]: "61875",
|
|
1106
|
+
[AgIcons.Home1]: "61876",
|
|
1107
|
+
[AgIcons.Home]: "61877",
|
|
1108
|
+
[AgIcons.HomeFilled]: "61878",
|
|
1109
|
+
[AgIcons.Help]: "61879",
|
|
1110
|
+
[AgIcons.Grid]: "61880",
|
|
1111
|
+
[AgIcons.Gps]: "61881",
|
|
1112
|
+
[AgIcons.GooglePlus]: "61882",
|
|
1113
|
+
[AgIcons.Fullscreen]: "61883",
|
|
1114
|
+
[AgIcons.FullscreenExit]: "61884",
|
|
1115
|
+
[AgIcons.Formula]: "61885",
|
|
1116
|
+
[AgIcons.Flipbook]: "61886",
|
|
1117
|
+
[AgIcons.FlagSolid]: "61887",
|
|
1118
|
+
[AgIcons.FileDownload]: "61888",
|
|
1119
|
+
[AgIcons.FilePen1]: "61889",
|
|
1120
|
+
[AgIcons.FilePen]: "61890",
|
|
1121
|
+
[AgIcons.FileCirclePlus]: "61891",
|
|
1122
|
+
[AgIcons.Favorite]: "61892",
|
|
1123
|
+
[AgIcons.FavoriteOutline]: "61893",
|
|
1124
|
+
[AgIcons.Facebook]: "61894",
|
|
1125
|
+
[AgIcons.FacebookSquare]: "61895",
|
|
1126
|
+
[AgIcons.FacebookRound]: "61896",
|
|
1127
|
+
[AgIcons.FacebookNormal]: "61897",
|
|
1128
|
+
[AgIcons.EyeDropperHalf]: "61898",
|
|
1129
|
+
[AgIcons.Exit]: "61899",
|
|
1130
|
+
[AgIcons.EventNote]: "61900",
|
|
1131
|
+
[AgIcons.ErrorOutline]: "61901",
|
|
1132
|
+
[AgIcons.EqualHousing]: "61902",
|
|
1133
|
+
[AgIcons.Envelope]: "61903",
|
|
1134
|
+
[AgIcons.EnvelopeSquare]: "61904",
|
|
1135
|
+
[AgIcons.EnvelopeRound]: "61905",
|
|
1136
|
+
[AgIcons.EnvelopeNormal]: "61906",
|
|
1137
|
+
[AgIcons.EnterpriseNetwork]: "61907",
|
|
1138
|
+
[AgIcons.Email]: "61908",
|
|
1139
|
+
[AgIcons.Edit]: "61909",
|
|
1140
|
+
[AgIcons.Driving]: "61910",
|
|
1141
|
+
[AgIcons.DrawSquare]: "61911",
|
|
1142
|
+
[AgIcons.DrawPolygon]: "61912",
|
|
1143
|
+
[AgIcons.DrawCircle]: "61913",
|
|
1144
|
+
[AgIcons.Download]: "61914",
|
|
1145
|
+
[AgIcons.Done]: "61915",
|
|
1146
|
+
[AgIcons.DoneAll]: "61916",
|
|
1147
|
+
[AgIcons.Dns]: "61917",
|
|
1148
|
+
[AgIcons.Directionsbus]: "61918",
|
|
1149
|
+
[AgIcons.Directions]: "61919",
|
|
1150
|
+
[AgIcons.DirectionRtl]: "61920",
|
|
1151
|
+
[AgIcons.DirectionLtr]: "61921",
|
|
1152
|
+
[AgIcons.Destination]: "61922",
|
|
1153
|
+
[AgIcons.Description]: "61923",
|
|
1154
|
+
[AgIcons.Delete]: "61924",
|
|
1155
|
+
[AgIcons.DeleteRight]: "61925",
|
|
1156
|
+
[AgIcons.DeleteLeft]: "61926",
|
|
1157
|
+
[AgIcons.ContentCopy]: "61927",
|
|
1158
|
+
[AgIcons.Computer]: "61928",
|
|
1159
|
+
[AgIcons.Compare]: "61929",
|
|
1160
|
+
[AgIcons.ColorText]: "61930",
|
|
1161
|
+
[AgIcons.ColorLenspalette]: "61931",
|
|
1162
|
+
[AgIcons.ColorBackground]: "61932",
|
|
1163
|
+
[AgIcons.CollectionsphotoLibrary]: "61933",
|
|
1164
|
+
[AgIcons.CodeBlock]: "61934",
|
|
1165
|
+
[AgIcons.CloudDownload]: "61935",
|
|
1166
|
+
[AgIcons.Close]: "61936",
|
|
1167
|
+
[AgIcons.ClearAll]: "61937",
|
|
1168
|
+
[AgIcons.CleanFormat]: "61938",
|
|
1169
|
+
[AgIcons.City]: "61939",
|
|
1170
|
+
[AgIcons.CircleCheckRegular]: "61940",
|
|
1171
|
+
[AgIcons.CircleArrowUp]: "61941",
|
|
1172
|
+
[AgIcons.CircleArrowDown]: "61942",
|
|
1173
|
+
[AgIcons.ChromeReaderMode]: "61943",
|
|
1174
|
+
[AgIcons.ChevronCircleUp]: "61944",
|
|
1175
|
+
[AgIcons.ChevronCircleDown1]: "61945",
|
|
1176
|
+
[AgIcons.ChevronCircleDown]: "61946",
|
|
1177
|
+
[AgIcons.CheckCircleO]: "61947",
|
|
1178
|
+
[AgIcons.Chat]: "61948",
|
|
1179
|
+
[AgIcons.ChartUser]: "61949",
|
|
1180
|
+
[AgIcons.ChartColumn]: "61950",
|
|
1181
|
+
[AgIcons.Camera1]: "61951",
|
|
1182
|
+
[AgIcons.Business]: "61952",
|
|
1183
|
+
[AgIcons.BriefcaseSolid]: "61953",
|
|
1184
|
+
[AgIcons.BorderBottom]: "61954",
|
|
1185
|
+
[AgIcons.BookmarkSolid]: "61955",
|
|
1186
|
+
[AgIcons.BookOpenCover]: "61956",
|
|
1187
|
+
[AgIcons.Bold]: "61957",
|
|
1188
|
+
[AgIcons.Blockquote]: "61958",
|
|
1189
|
+
[AgIcons.BhhsSealBlk]: "61959",
|
|
1190
|
+
[AgIcons.Bed11]: "61960",
|
|
1191
|
+
[AgIcons.Bed1]: "61961",
|
|
1192
|
+
[AgIcons.Bed]: "61962",
|
|
1193
|
+
[AgIcons.Bathtub]: "61963",
|
|
1194
|
+
[AgIcons.Bath]: "61964",
|
|
1195
|
+
[AgIcons.Ban]: "61965",
|
|
1196
|
+
[AgIcons.Backspace]: "61966",
|
|
1197
|
+
[AgIcons.AttachMoney]: "61967",
|
|
1198
|
+
[AgIcons.ArrowDropDown]: "61968",
|
|
1199
|
+
[AgIcons.Arrow]: "61969",
|
|
1200
|
+
[AgIcons.ArrowUp]: "61970",
|
|
1201
|
+
[AgIcons.ArrowUpWideShort]: "61971",
|
|
1202
|
+
[AgIcons.ArrowTurnDownRight]: "61972",
|
|
1203
|
+
[AgIcons.ArrowRight1]: "61973",
|
|
1204
|
+
[AgIcons.ArrowRight]: "61974",
|
|
1205
|
+
[AgIcons.ArrowLeft]: "61975",
|
|
1206
|
+
[AgIcons.ArrowDown]: "61976",
|
|
1207
|
+
[AgIcons.ArrowDownShortWide]: "61977",
|
|
1208
|
+
[AgIcons.ArrowDownArrowUp]: "61978",
|
|
1209
|
+
[AgIcons.AngleDoubleRight]: "61979",
|
|
1210
|
+
[AgIcons.AngleDoubleLeft]: "61980",
|
|
1211
|
+
[AgIcons.AlignRight]: "61981",
|
|
1212
|
+
[AgIcons.AlignLeft]: "61982",
|
|
1213
|
+
[AgIcons.AlignJustify]: "61983",
|
|
1214
|
+
[AgIcons.AlignCenter]: "61984",
|
|
1215
|
+
[AgIcons.AlarmClock]: "61985",
|
|
1216
|
+
[AgIcons.Add]: "61986",
|
|
1217
|
+
[AgIcons.Acres]: "61987",
|
|
1218
|
+
[AgIcons.AccountBalanceWallet]: "61988",
|
|
1219
|
+
[AgIcons.AccountCircle]: "61989",
|
|
1220
|
+
[AgIcons.AccountBox]: "61990",
|
|
1221
|
+
[AgIcons.AccountBalance]: "61991",
|
|
1222
|
+
[AgIcons.YoutubeRound]: "61992",
|
|
1223
|
+
[AgIcons.WhatsAppRound]: "61993",
|
|
1224
|
+
[AgIcons.TwitterRound]: "61994",
|
|
1225
|
+
[AgIcons.SnapchatRound]: "61995",
|
|
1226
|
+
[AgIcons.ROGregular]: "61996",
|
|
1227
|
+
[AgIcons.ROGcoin]: "61997",
|
|
1228
|
+
[AgIcons.MessengerSquare]: "61998",
|
|
1229
|
+
[AgIcons.MessengerRound]: "61999",
|
|
1230
|
+
[AgIcons.InstagramRound]: "62000",
|
|
1231
|
+
[AgIcons.Al]: "62001",
|
|
1232
|
+
[AgIcons.i3dRotation]: "62002",
|
|
121
1233
|
};
|