@yahoo/uds-icons 2.38.0 → 2.39.0
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/assets/.node-id-hints.json +5 -0
- package/assets/Clone-fill-12.svg +1 -1
- package/assets/Clone-fill-16.svg +2 -1
- package/assets/Clone-outline-12.svg +2 -3
- package/assets/Clone-outline-16.svg +1 -1
- package/assets/OpenBox-fill-12.svg +3 -0
- package/assets/OpenBox-fill-16.svg +3 -0
- package/assets/OpenBox-fill-24.svg +4 -0
- package/assets/OpenBox-fill-32.svg +4 -0
- package/assets/OpenBox-outline-12.svg +3 -0
- package/assets/OpenBox-outline-16.svg +3 -0
- package/assets/OpenBox-outline-24.svg +4 -0
- package/assets/OpenBox-outline-32.svg +4 -0
- package/assets/ThreeTwoRatio-fill-12.svg +3 -0
- package/assets/ThreeTwoRatio-fill-16.svg +3 -0
- package/assets/ThreeTwoRatio-fill-24.svg +3 -0
- package/assets/ThreeTwoRatio-fill-32.svg +3 -0
- package/assets/ThreeTwoRatio-outline-12.svg +3 -0
- package/assets/ThreeTwoRatio-outline-16.svg +3 -0
- package/assets/ThreeTwoRatio-outline-24.svg +3 -0
- package/assets/ThreeTwoRatio-outline-32.svg +3 -0
- package/dist/fixtures.cjs +614 -610
- package/dist/fixtures.d.cts +594 -592
- package/dist/fixtures.d.cts.map +1 -1
- package/dist/fixtures.d.ts +594 -592
- package/dist/fixtures.d.ts.map +1 -1
- package/dist/fixtures.js +614 -610
- package/dist/fixtures.js.map +1 -1
- package/dist/generated/icons/Clone.cjs +14 -9
- package/dist/generated/icons/Clone.d.cts.map +1 -1
- package/dist/generated/icons/Clone.d.ts.map +1 -1
- package/dist/generated/icons/Clone.js +14 -9
- package/dist/generated/icons/Clone.js.map +1 -1
- package/dist/generated/icons/OpenBox.cjs +74 -0
- package/dist/generated/icons/OpenBox.d.cts +21 -0
- package/dist/generated/icons/OpenBox.d.cts.map +1 -0
- package/dist/generated/icons/OpenBox.d.ts +21 -0
- package/dist/generated/icons/OpenBox.d.ts.map +1 -0
- package/dist/generated/icons/OpenBox.js +76 -0
- package/dist/generated/icons/OpenBox.js.map +1 -0
- package/dist/generated/icons/ThreeTwoRatio.cjs +63 -0
- package/dist/generated/icons/ThreeTwoRatio.d.cts +21 -0
- package/dist/generated/icons/ThreeTwoRatio.d.cts.map +1 -0
- package/dist/generated/icons/ThreeTwoRatio.d.ts +21 -0
- package/dist/generated/icons/ThreeTwoRatio.d.ts.map +1 -0
- package/dist/generated/icons/ThreeTwoRatio.js +65 -0
- package/dist/generated/icons/ThreeTwoRatio.js.map +1 -0
- package/dist/glyphMap.cjs +1842 -1824
- package/dist/glyphMap.d.cts +2 -2
- package/dist/glyphMap.d.cts.map +1 -1
- package/dist/glyphMap.d.ts +2 -2
- package/dist/glyphMap.d.ts.map +1 -1
- package/dist/glyphMap.js +1842 -1824
- package/dist/glyphMap.js.map +1 -1
- package/dist/index.cjs +23 -19
- package/dist/index.d.cts +22 -20
- package/dist/index.d.ts +22 -20
- package/dist/index.js +22 -20
- package/dist/svgMap.cjs +453 -453
- package/dist/svgMap.js +453 -453
- package/dist/svgMap.js.map +1 -1
- package/generated/font/uds-icons.ttf +0 -0
- package/package.json +1 -1
package/dist/fixtures.cjs
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
//#region generated/fixtures.ts
|
|
4
4
|
/**
|
|
5
5
|
* ------------------- GENERATED | DO NOT MODIFY THIS FILE ---------------------
|
|
6
|
-
* This file is generated by
|
|
7
|
-
* To
|
|
6
|
+
* This file is generated by the icons pipeline.
|
|
7
|
+
* To regenerate, run bun run icons:codegen or bun ./scripts/registerNewIcons.ts
|
|
8
8
|
* in the icons package.
|
|
9
9
|
*/
|
|
10
10
|
/** List of all icon names. */
|
|
@@ -31,10 +31,10 @@ const iconNames = [
|
|
|
31
31
|
"AddSearch",
|
|
32
32
|
"AddSquare",
|
|
33
33
|
"AffiliateLink",
|
|
34
|
+
"AirQuality",
|
|
34
35
|
"Airplane",
|
|
35
36
|
"AirplaneLanding",
|
|
36
37
|
"AirplaneTakeOff",
|
|
37
|
-
"AirQuality",
|
|
38
38
|
"AngledSquareOnSquare",
|
|
39
39
|
"AnyFile",
|
|
40
40
|
"AppSwitcher",
|
|
@@ -54,19 +54,19 @@ const iconNames = [
|
|
|
54
54
|
"AudioFile",
|
|
55
55
|
"Authenticator",
|
|
56
56
|
"AutoDownload",
|
|
57
|
-
"AutoSaved",
|
|
58
57
|
"AutoSaveOffline",
|
|
59
58
|
"AutoSaveSync",
|
|
60
59
|
"AutoSaveUpload",
|
|
61
60
|
"AutoSaveUploadFail",
|
|
61
|
+
"AutoSaved",
|
|
62
62
|
"BabyBottle",
|
|
63
63
|
"BackTimeTen",
|
|
64
64
|
"Badge",
|
|
65
65
|
"Balance",
|
|
66
66
|
"BallInWater",
|
|
67
67
|
"Barometer",
|
|
68
|
-
"Baseball",
|
|
69
68
|
"BaseBallBat",
|
|
69
|
+
"Baseball",
|
|
70
70
|
"Basketball",
|
|
71
71
|
"BasketballHoop",
|
|
72
72
|
"BeachUmbrella",
|
|
@@ -89,8 +89,8 @@ const iconNames = [
|
|
|
89
89
|
"BowAndArrow",
|
|
90
90
|
"BoxCircle",
|
|
91
91
|
"BoxFront",
|
|
92
|
-
"BoxingGlove",
|
|
93
92
|
"BoxOnBox",
|
|
93
|
+
"BoxingGlove",
|
|
94
94
|
"Browser",
|
|
95
95
|
"BubbleZone",
|
|
96
96
|
"Building",
|
|
@@ -122,10 +122,10 @@ const iconNames = [
|
|
|
122
122
|
"CheckCircle",
|
|
123
123
|
"CheckDocuments",
|
|
124
124
|
"CheckEnvelope",
|
|
125
|
-
"Checklist",
|
|
126
125
|
"CheckPeople",
|
|
127
126
|
"CheckSpeechBubble",
|
|
128
127
|
"CheckVoteBallot",
|
|
128
|
+
"Checklist",
|
|
129
129
|
"ChevronDown",
|
|
130
130
|
"ChevronLeft",
|
|
131
131
|
"ChevronLeftPeople",
|
|
@@ -172,6 +172,7 @@ const iconNames = [
|
|
|
172
172
|
"CrossShield",
|
|
173
173
|
"Crossword",
|
|
174
174
|
"Cycling",
|
|
175
|
+
"DOCFile",
|
|
175
176
|
"DailyFantasy",
|
|
176
177
|
"DaisyFlower",
|
|
177
178
|
"Dandelion",
|
|
@@ -196,7 +197,6 @@ const iconNames = [
|
|
|
196
197
|
"Dining",
|
|
197
198
|
"Direction",
|
|
198
199
|
"DiscoBall",
|
|
199
|
-
"DOCFile",
|
|
200
200
|
"Document",
|
|
201
201
|
"DocumentImageRectangle",
|
|
202
202
|
"DocumentImageSquare",
|
|
@@ -219,8 +219,8 @@ const iconNames = [
|
|
|
219
219
|
"Easel",
|
|
220
220
|
"Eclipse",
|
|
221
221
|
"Edit",
|
|
222
|
-
"Emails",
|
|
223
222
|
"EmailVerification",
|
|
223
|
+
"Emails",
|
|
224
224
|
"Embed",
|
|
225
225
|
"EntertainmentTv",
|
|
226
226
|
"Envelope",
|
|
@@ -263,8 +263,8 @@ const iconNames = [
|
|
|
263
263
|
"FourLinesSpread",
|
|
264
264
|
"FourThreeRatio",
|
|
265
265
|
"FullMoon",
|
|
266
|
-
"GeminiAstrology",
|
|
267
266
|
"GIF",
|
|
267
|
+
"GeminiAstrology",
|
|
268
268
|
"GiftBox",
|
|
269
269
|
"GolfTee",
|
|
270
270
|
"GraduationHat",
|
|
@@ -399,20 +399,23 @@ const iconNames = [
|
|
|
399
399
|
"NoSmoking",
|
|
400
400
|
"NoSquare",
|
|
401
401
|
"NoStar",
|
|
402
|
-
"NotificationBell",
|
|
403
402
|
"NoVideoCamera",
|
|
404
403
|
"NoWifi",
|
|
404
|
+
"NotificationBell",
|
|
405
405
|
"Null",
|
|
406
406
|
"NumberedList",
|
|
407
|
-
"OneOneRatio",
|
|
408
407
|
"OnTop",
|
|
408
|
+
"OneOneRatio",
|
|
409
409
|
"OpenBook",
|
|
410
|
+
"OpenBox",
|
|
410
411
|
"OpenEnvelope",
|
|
411
412
|
"OrderedList",
|
|
412
413
|
"OutdentLeft",
|
|
413
|
-
"
|
|
414
|
+
"PDF",
|
|
415
|
+
"PPT",
|
|
414
416
|
"PaperPlane",
|
|
415
417
|
"PaperPlaneDiagonal",
|
|
418
|
+
"Paperclip",
|
|
416
419
|
"Paragraph",
|
|
417
420
|
"ParagraphLeftIdent",
|
|
418
421
|
"ParagraphRightIdent",
|
|
@@ -428,7 +431,6 @@ const iconNames = [
|
|
|
428
431
|
"Payments",
|
|
429
432
|
"Payphone",
|
|
430
433
|
"PayphoneFace",
|
|
431
|
-
"PDF",
|
|
432
434
|
"Pencil",
|
|
433
435
|
"PencilLines",
|
|
434
436
|
"People",
|
|
@@ -447,7 +449,6 @@ const iconNames = [
|
|
|
447
449
|
"Pollen",
|
|
448
450
|
"Pool",
|
|
449
451
|
"PowerSwitch",
|
|
450
|
-
"PPT",
|
|
451
452
|
"Preferences",
|
|
452
453
|
"PreferencesAlt",
|
|
453
454
|
"Printer",
|
|
@@ -461,13 +462,15 @@ const iconNames = [
|
|
|
461
462
|
"QuestionBubble",
|
|
462
463
|
"QuoteCircle",
|
|
463
464
|
"QuoteSquare",
|
|
465
|
+
"RAW",
|
|
466
|
+
"RTF",
|
|
467
|
+
"RTFOff",
|
|
464
468
|
"RacingFlag",
|
|
465
469
|
"Radar",
|
|
466
470
|
"RadioCircle",
|
|
467
471
|
"Rain",
|
|
468
472
|
"RainDay",
|
|
469
473
|
"RainNight",
|
|
470
|
-
"RAW",
|
|
471
474
|
"Receipt",
|
|
472
475
|
"Receipts",
|
|
473
476
|
"RedoPencil",
|
|
@@ -478,11 +481,9 @@ const iconNames = [
|
|
|
478
481
|
"RightCurveArrow",
|
|
479
482
|
"RightPageArrow",
|
|
480
483
|
"RobotHead",
|
|
481
|
-
"RTF",
|
|
482
|
-
"RTFOff",
|
|
483
484
|
"Running",
|
|
484
|
-
"SadderFace",
|
|
485
485
|
"SadFace",
|
|
486
|
+
"SadderFace",
|
|
486
487
|
"SagittariusAstrology",
|
|
487
488
|
"SailBoat",
|
|
488
489
|
"Satellite",
|
|
@@ -525,8 +526,8 @@ const iconNames = [
|
|
|
525
526
|
"Snippet",
|
|
526
527
|
"Snow",
|
|
527
528
|
"SnowDay",
|
|
528
|
-
"Snowflake",
|
|
529
529
|
"SnowNight",
|
|
530
|
+
"Snowflake",
|
|
530
531
|
"Soccer",
|
|
531
532
|
"Solitaire",
|
|
532
533
|
"SoundLow",
|
|
@@ -572,6 +573,7 @@ const iconNames = [
|
|
|
572
573
|
"ThreeFourRatio",
|
|
573
574
|
"ThreeLines",
|
|
574
575
|
"ThreeLinesSpread",
|
|
576
|
+
"ThreeTwoRatio",
|
|
575
577
|
"ThumbsDown",
|
|
576
578
|
"ThumbsUp",
|
|
577
579
|
"Thumbtack",
|
|
@@ -635,646 +637,648 @@ const iconNames = [
|
|
|
635
637
|
"WrestlingHeadGear",
|
|
636
638
|
"WritingAi",
|
|
637
639
|
"XLSFile",
|
|
640
|
+
"YEP",
|
|
638
641
|
"YahooScoutFinance",
|
|
639
642
|
"YahooScoutFinanceGradient",
|
|
640
643
|
"YahooScoutIcon",
|
|
641
644
|
"YahooScoutIconGradient",
|
|
642
|
-
"YEP",
|
|
643
645
|
"ZIP"
|
|
644
646
|
];
|
|
645
647
|
const iconNamesToNodeIdMap = {
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
Sunrise: "5977-24994",
|
|
672
|
-
WindCloudDay: "5977-25007",
|
|
673
|
-
WindCloudNight: "5977-25020",
|
|
674
|
-
Cloud: "5977-25033",
|
|
675
|
-
Dusk: "5977-25046",
|
|
676
|
-
FullMoon: "5977-25059",
|
|
677
|
-
HalfSun: "5977-25072",
|
|
678
|
-
WaningCrescent: "5977-25100",
|
|
679
|
-
WaningGibbous: "5977-25113",
|
|
680
|
-
Wind: "5977-25154",
|
|
681
|
-
HeavyRainLightningNight: "5977-24851",
|
|
682
|
-
WaxingGibbous: "5977-25126",
|
|
683
|
-
WaxingCrescent: "11552-10440",
|
|
684
|
-
CloudNight: "5977-25167",
|
|
685
|
-
CrescentMoon: "5977-25206",
|
|
686
|
-
Eclipse: "5977-25219",
|
|
687
|
-
FirstQuarter: "5977-25232",
|
|
688
|
-
ThirdQuarter: "11552-10705",
|
|
689
|
-
Fog: "5977-25193",
|
|
648
|
+
A11Y: "5990-25053",
|
|
649
|
+
Accessible: "5990-25040",
|
|
650
|
+
AccountRecover: "5990-31572",
|
|
651
|
+
AccountRefresh: "5990-25027",
|
|
652
|
+
AccountSwitchAlt: "5990-25014",
|
|
653
|
+
AccountSwitcher: "5990-25001",
|
|
654
|
+
AcousticGuitar: "5977-21397",
|
|
655
|
+
Add: "7967-14077",
|
|
656
|
+
AddBell: "7967-13894",
|
|
657
|
+
AddCalendar: "5977-12310",
|
|
658
|
+
AddCheckCircle: "7967-13959",
|
|
659
|
+
AddCircle: "7967-13803",
|
|
660
|
+
AddContactCard: "5990-24988",
|
|
661
|
+
AddDocument: "5977-12362",
|
|
662
|
+
AddFace: "5990-24936",
|
|
663
|
+
AddFolder: "5977-12191",
|
|
664
|
+
AddPaperPlane: "5766-26014",
|
|
665
|
+
AddPeople: "5990-24858",
|
|
666
|
+
AddQuestion: "5977-12375",
|
|
667
|
+
AddSearch: "5990-26906",
|
|
668
|
+
AddSquare: "7967-14181",
|
|
669
|
+
AffiliateLink: "5977-18427",
|
|
670
|
+
Airplane: "5990-29815",
|
|
671
|
+
AirplaneLanding: "5990-29775",
|
|
672
|
+
AirplaneTakeOff: "5990-29789",
|
|
690
673
|
AirQuality: "15411-11083",
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
NewMoon: "21210-13226",
|
|
708
|
-
Ice: "25348-14855",
|
|
709
|
-
Tornado: "5977-25141",
|
|
710
|
-
DataCloud: "26124-14122",
|
|
711
|
-
RobotHead: "5990-30932",
|
|
712
|
-
NoVideoCamera: "5990-30945",
|
|
713
|
-
ComputerChip: "5990-30958",
|
|
714
|
-
MobilePhone: "5990-30971",
|
|
715
|
-
Desktop: "5990-30984",
|
|
716
|
-
TechnicalRoute: "5990-30997",
|
|
717
|
-
Headphone: "5990-31010",
|
|
718
|
-
SmartWatch: "5990-31023",
|
|
719
|
-
Keyboard: "5990-31036",
|
|
720
|
-
VideoCamera: "5990-31049",
|
|
721
|
-
ScanQrCode: "5990-31062",
|
|
722
|
-
QrCode: "5990-31075",
|
|
723
|
-
SecurityKey: "5990-31088",
|
|
724
|
-
ImageFile: "5990-31101",
|
|
674
|
+
AngledSquareOnSquare: "5977-21670",
|
|
675
|
+
AnyFile: "5990-31153",
|
|
676
|
+
AppSwitcher: "7967-13933",
|
|
677
|
+
AquariusAstrology: "5766-19353",
|
|
678
|
+
Archive: "5977-12113",
|
|
679
|
+
AriesAstrology: "5766-19236",
|
|
680
|
+
ArrowDown: "15277-10913",
|
|
681
|
+
ArrowDownCircle: "12481-10734",
|
|
682
|
+
ArrowLeft: "5766-26305",
|
|
683
|
+
ArrowLineDown: "5766-25962",
|
|
684
|
+
ArrowLineUp: "5766-26092",
|
|
685
|
+
ArrowRight: "5766-26278",
|
|
686
|
+
ArrowUp: "5766-26265",
|
|
687
|
+
Article: "5977-12349",
|
|
688
|
+
ArtisticGymnastics: "8204-32236",
|
|
689
|
+
Ascender: "5990-26763",
|
|
725
690
|
AudioFile: "5990-31114",
|
|
726
|
-
|
|
691
|
+
Authenticator: "11564-10228",
|
|
692
|
+
AutoDownload: "12482-16467",
|
|
693
|
+
AutoSaved: "11564-10371",
|
|
694
|
+
AutoSaveOffline: "11564-10332",
|
|
695
|
+
AutoSaveSync: "11564-10345",
|
|
696
|
+
AutoSaveUpload: "11564-10384",
|
|
697
|
+
AutoSaveUploadFail: "11564-10358",
|
|
698
|
+
BabyBottle: "5977-21540",
|
|
699
|
+
BackTimeTen: "5766-26040",
|
|
700
|
+
Badge: "5977-18375",
|
|
701
|
+
Balance: "5351-23879",
|
|
702
|
+
BallInWater: "8219-10038",
|
|
703
|
+
Barometer: "15411-11097",
|
|
704
|
+
Baseball: "5990-21711",
|
|
705
|
+
BaseBallBat: "5990-21724",
|
|
706
|
+
Basketball: "5990-21620",
|
|
707
|
+
BasketballHoop: "5990-21886",
|
|
708
|
+
BeachUmbrella: "5977-21605",
|
|
709
|
+
Bed: "5977-21631",
|
|
710
|
+
Bell: "7967-13725",
|
|
711
|
+
Below: "11564-10280",
|
|
712
|
+
BigDownArrow: "20393-11612",
|
|
713
|
+
BigLeftArrow: "5766-25676",
|
|
714
|
+
BigRightArrow: "11552-11036",
|
|
715
|
+
BigRightStraightArrow: "5766-25923",
|
|
716
|
+
BigUpArrow: "5766-26139",
|
|
717
|
+
Bike: "5990-29828",
|
|
718
|
+
Bingo: "7123-9582",
|
|
719
|
+
Binoculars: "5977-21618",
|
|
720
|
+
BlackJack: "7123-9547",
|
|
721
|
+
Bold: "5990-26685",
|
|
722
|
+
Bolt: "5977-18599",
|
|
723
|
+
Bookmark: "5977-18456",
|
|
724
|
+
BottomLine: "5990-27010",
|
|
725
|
+
BowAndArrow: "8191-9866",
|
|
726
|
+
BoxCircle: "5977-18638",
|
|
727
|
+
BoxFront: "5977-20940",
|
|
728
|
+
BoxingGlove: "5990-21833",
|
|
729
|
+
BoxOnBox: "5977-18362",
|
|
730
|
+
Browser: "5990-31611",
|
|
731
|
+
BubbleZone: "7123-12514",
|
|
732
|
+
Building: "5977-20979",
|
|
733
|
+
BulletPointContainer: "5977-12496",
|
|
734
|
+
BulletPoints: "5990-26919",
|
|
735
|
+
Bullseye: "5977-21683",
|
|
736
|
+
BusFront: "5990-29802",
|
|
737
|
+
BusinessBag: "5977-21032",
|
|
738
|
+
Cake: "4879-6053",
|
|
739
|
+
Calendar: "5977-12230",
|
|
740
|
+
CalendarClock: "5977-12548",
|
|
741
|
+
CalendarConfirm: "5977-12217",
|
|
727
742
|
CalendarFile: "5990-31140",
|
|
728
|
-
AnyFile: "5990-31153",
|
|
729
|
-
DocumentRectangle: "5990-31166",
|
|
730
|
-
DocumentImageSquare: "5990-31179",
|
|
731
|
-
DocumentImageRectangle: "5990-31192",
|
|
732
|
-
HeadlineDocumentSquare: "5990-31205",
|
|
733
|
-
XLSFile: "5990-31218",
|
|
734
|
-
DOCFile: "5990-31231",
|
|
735
|
-
ZIP: "5990-31244",
|
|
736
|
-
PPT: "5990-31257",
|
|
737
|
-
RAW: "5990-31270",
|
|
738
|
-
PDF: "5990-31283",
|
|
739
|
-
RTF: "5990-31296",
|
|
740
|
-
RTFOff: "5990-31309",
|
|
741
|
-
Television: "5990-31322",
|
|
742
|
-
LaptopWithPhone: "5990-31335",
|
|
743
|
-
Laptop: "5990-31348",
|
|
744
|
-
Tablet: "5990-31361",
|
|
745
743
|
CalendarICSFile: "5990-31375",
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
Sms: "5990-31427",
|
|
749
|
-
FaceID: "5990-31440",
|
|
750
|
-
MobileNumber: "5990-31453",
|
|
751
|
-
PersonShield: "5990-31466",
|
|
752
|
-
Convert: "5990-31479",
|
|
753
|
-
NoImage: "5990-31492",
|
|
754
|
-
Livestream: "5990-31559",
|
|
755
|
-
AccountRecover: "5990-31572",
|
|
756
|
-
Password: "5990-31585",
|
|
757
|
-
PieChart: "5990-31598",
|
|
758
|
-
Browser: "5990-31611",
|
|
759
|
-
PassKey: "7128-9703",
|
|
760
|
-
HeadphonesMic: "11564-10027",
|
|
761
|
-
DataSilo: "11564-10040",
|
|
762
|
-
DataStorage: "11564-10053",
|
|
763
|
-
Server: "11564-10066",
|
|
764
|
-
Snippet: "11564-10079",
|
|
765
|
-
OnTop: "11564-10092",
|
|
766
|
-
Satellite: "15411-11120",
|
|
767
|
-
EntertainmentTv: "23231-21260",
|
|
768
|
-
CheckDocuments: "23995-14063",
|
|
769
|
-
AriesAstrology: "5766-19236",
|
|
770
|
-
PiscesAstrology: "5766-19262",
|
|
744
|
+
CalendarRightArrow: "19203-11004",
|
|
745
|
+
Camera: "5977-21162",
|
|
771
746
|
CancerAstrology: "5766-19275",
|
|
772
|
-
|
|
773
|
-
ScorpioAstrology: "5766-19314",
|
|
774
|
-
SagittariusAstrology: "5766-19327",
|
|
747
|
+
Canoe: "8199-25722",
|
|
775
748
|
CapriconAstrology: "5766-19340",
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
749
|
+
Car: "5990-29710",
|
|
750
|
+
CardsCheck: "21802-11885",
|
|
751
|
+
Cash: "5351-23875",
|
|
752
|
+
CelebrityStar: "25172-14410",
|
|
753
|
+
CenterAlignment: "5990-26711",
|
|
754
|
+
ChatAi: "5766-22060",
|
|
755
|
+
Check: "8142-9607",
|
|
756
|
+
CheckBookmark: "7967-13660",
|
|
757
|
+
CheckBox: "7967-14194",
|
|
758
|
+
CheckCircle: "4879-177",
|
|
759
|
+
CheckDocuments: "23995-14063",
|
|
760
|
+
CheckEnvelope: "5977-12074",
|
|
761
|
+
Checklist: "5990-27167",
|
|
762
|
+
CheckPeople: "5990-24910",
|
|
763
|
+
CheckSpeechBubble: "7967-13647",
|
|
764
|
+
CheckVoteBallot: "5977-21188",
|
|
765
|
+
ChevronDown: "5766-26226",
|
|
766
|
+
ChevronLeft: "5766-26252",
|
|
767
|
+
ChevronLeftPeople: "5990-24819",
|
|
768
|
+
ChevronRight: "5766-26239",
|
|
769
|
+
ChevronRightPeople: "5990-24832",
|
|
770
|
+
ChevronUp: "5766-26213",
|
|
771
|
+
Circle: "5977-18625",
|
|
772
|
+
ClearText: "16281-10921",
|
|
773
|
+
Clipboard: "5977-12443",
|
|
787
774
|
Clock: "5977-18154",
|
|
788
|
-
|
|
789
|
-
NoWifi: "5977-18180",
|
|
790
|
-
Wifi: "5977-18193",
|
|
791
|
-
ShieldCheck: "5977-18206",
|
|
792
|
-
PowerSwitch: "5977-18219",
|
|
793
|
-
PreferencesAlt: "5977-18232",
|
|
794
|
-
Pets: "5977-18245",
|
|
795
|
-
Phone: "5977-18258",
|
|
796
|
-
Live: "5977-18271",
|
|
775
|
+
Clone: "21802-11849",
|
|
797
776
|
ClosedCaption: "5977-18284",
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
777
|
+
Cloud: "5977-25033",
|
|
778
|
+
CloudDay: "5977-24760",
|
|
779
|
+
CloudNight: "5977-25167",
|
|
780
|
+
Cocktails: "4879-5987",
|
|
781
|
+
Coffee: "4879-5959",
|
|
782
|
+
CoffeeTakeout: "4879-5972",
|
|
783
|
+
Cog: "7967-13764",
|
|
784
|
+
Coin: "5351-23967",
|
|
785
|
+
Cold: "19601-13060",
|
|
786
|
+
CollapseColumn: "20431-17261",
|
|
787
|
+
Command: "5990-27154",
|
|
788
|
+
Compass: "5977-21370",
|
|
789
|
+
ComputerChip: "5990-30958",
|
|
790
|
+
Connection: "12485-10718",
|
|
806
791
|
ConnectionScreen: "5977-18401",
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
792
|
+
ContactBook: "5990-24734",
|
|
793
|
+
ContactCard: "5990-25066",
|
|
794
|
+
Convert: "5990-31479",
|
|
795
|
+
ConvertAlt: "5766-25806",
|
|
796
|
+
ConvertLeft: "5766-25832",
|
|
797
|
+
ConvertRight: "5766-25819",
|
|
798
|
+
Cookies: "11564-10319",
|
|
799
|
+
Coupon: "5977-21149",
|
|
800
|
+
CreditCard: "5351-23876",
|
|
801
|
+
CreditCardPayment: "5351-23877",
|
|
802
|
+
CrescentMoon: "5977-25206",
|
|
803
|
+
Cricket: "5990-21581",
|
|
804
|
+
Cross: "7967-14064",
|
|
805
|
+
CrossCircle: "7967-13608",
|
|
806
|
+
CrossEnvelope: "5977-12204",
|
|
807
|
+
CrossPeople: "5990-24845",
|
|
808
|
+
CrossShield: "5977-18349",
|
|
809
|
+
Crossword: "5766-18249",
|
|
810
|
+
Cycling: "5990-21820",
|
|
811
|
+
DailyFantasy: "5990-21754",
|
|
812
|
+
DaisyFlower: "5977-21813",
|
|
813
|
+
Dandelion: "15411-11127",
|
|
814
|
+
DataBook: "5977-21566",
|
|
815
|
+
DataCloud: "26124-14122",
|
|
816
|
+
DataSilo: "11564-10040",
|
|
817
|
+
DataStorage: "11564-10053",
|
|
818
|
+
Debug: "11564-10293",
|
|
819
|
+
DeleteTab: "7967-14207",
|
|
820
|
+
DeliveryPackage: "5977-21123",
|
|
821
|
+
Dense: "5990-26802",
|
|
822
|
+
DenyCircle: "7967-14051",
|
|
823
|
+
Descender: "5766-25988",
|
|
824
|
+
Desktop: "5990-30984",
|
|
825
|
+
DiagonalKey: "5977-21501",
|
|
826
|
+
DiagonalLeftDown: "5766-25780",
|
|
827
|
+
DiagonalLeftUp: "5766-25767",
|
|
828
|
+
DiagonalRightDown: "11552-11072",
|
|
829
|
+
DiagonalRightUp: "5766-26292",
|
|
830
|
+
Diamond: "5977-21644",
|
|
831
|
+
Dice: "7126-9538",
|
|
832
|
+
Dining: "4879-6027",
|
|
833
|
+
Direction: "5766-25702",
|
|
834
|
+
DiscoBall: "5977-21384",
|
|
835
|
+
DOCFile: "5990-31231",
|
|
836
|
+
Document: "5977-12061",
|
|
837
|
+
DocumentImageRectangle: "5990-31192",
|
|
838
|
+
DocumentImageSquare: "5990-31179",
|
|
839
|
+
DocumentRectangle: "5990-31166",
|
|
840
|
+
DollarCircleArrows: "9687-10007",
|
|
841
|
+
DotEnvelope: "5977-12152",
|
|
842
|
+
DotTwoRings: "16281-10928",
|
|
843
|
+
DoubleBigLeftArrow: "5766-25715",
|
|
844
|
+
DoubleChevronLeft: "5766-25897",
|
|
845
|
+
DoubleChevronRight: "5766-25910",
|
|
846
|
+
DownCurveArrow: "11552-11003",
|
|
847
|
+
Download: "5766-26173",
|
|
848
|
+
DownloadCircle: "12482-19302",
|
|
849
|
+
DownloadComplete: "12485-10702",
|
|
850
|
+
DownloadInProgressCircle: "12481-10727",
|
|
851
|
+
DraftDocument: "5977-12323",
|
|
852
|
+
DragVertical: "11564-10254",
|
|
853
|
+
Dreary: "19601-13180",
|
|
854
|
+
Dusk: "5977-25046",
|
|
855
|
+
Easel: "5977-12284",
|
|
856
|
+
Eclipse: "5977-25219",
|
|
857
|
+
Edit: "7967-13751",
|
|
858
|
+
Emails: "5977-12139",
|
|
859
|
+
EmailVerification: "5990-31401",
|
|
860
|
+
Embed: "11564-10397",
|
|
861
|
+
EntertainmentTv: "23231-21260",
|
|
862
|
+
Envelope: "5977-12021",
|
|
863
|
+
Error: "7967-14142",
|
|
864
|
+
ExpandArrowLeft: "13269-13436",
|
|
865
|
+
ExpandArrowRight: "13269-10729",
|
|
866
|
+
ExpandColumn: "20431-17254",
|
|
867
|
+
Eye: "5990-24721",
|
|
868
|
+
EyeSearch: "5977-18336",
|
|
869
|
+
EyeShut: "5990-24708",
|
|
870
|
+
FaceID: "5990-31440",
|
|
818
871
|
FallLeaf: "5977-18560",
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
872
|
+
Family: "5990-25092",
|
|
873
|
+
FastForward: "7967-13738",
|
|
874
|
+
FencingEpee: "8199-25741",
|
|
875
|
+
FilmReel: "5977-20992",
|
|
876
|
+
FilmRoll: "5977-21084",
|
|
877
|
+
FingerPointLeftArrow: "5990-24962",
|
|
878
|
+
FingerPointRightArrow: "5990-24975",
|
|
879
|
+
FingerPointSelect: "28101-15025",
|
|
880
|
+
FingerPrint: "5990-24805",
|
|
881
|
+
Fire: "5977-21410",
|
|
882
|
+
FirstAidKit: "5977-21318",
|
|
883
|
+
FirstQuarter: "5977-25232",
|
|
825
884
|
FiveCircles: "8195-19491",
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
885
|
+
Flag: "5990-21767",
|
|
886
|
+
FlameTorch: "5990-21781",
|
|
887
|
+
Fog: "5977-25193",
|
|
888
|
+
FogDay: "5977-24708",
|
|
889
|
+
FogNight: "20354-21089",
|
|
890
|
+
Folder: "5977-12258",
|
|
891
|
+
Font: "5990-27180",
|
|
892
|
+
Football: "5990-21633",
|
|
893
|
+
FootballHelmet: "5990-21685",
|
|
894
|
+
ForestTree: "5977-21058",
|
|
829
895
|
FourBoxes: "9493-10477",
|
|
830
|
-
|
|
896
|
+
FourCorners: "5977-18495",
|
|
897
|
+
FourCornersMagnifyingGlass: "28108-15134",
|
|
898
|
+
FourCornersMusicNote: "5977-18482",
|
|
899
|
+
FourLinesSpread: "5990-26984",
|
|
900
|
+
FourThreeRatio: "11564-10150",
|
|
901
|
+
FullMoon: "5977-25059",
|
|
902
|
+
GeminiAstrology: "5766-19366",
|
|
903
|
+
GIF: "23231-17646",
|
|
904
|
+
GiftBox: "5977-21761",
|
|
905
|
+
GolfTee: "5990-21698",
|
|
906
|
+
GraduationHat: "5977-21305",
|
|
907
|
+
Graph: "5977-12388",
|
|
908
|
+
Grass: "30194-14519",
|
|
909
|
+
Gymnastics: "8204-32255",
|
|
910
|
+
HalfStar: "13909-10771",
|
|
911
|
+
HalfSun: "5977-25072",
|
|
912
|
+
HappyFace: "5990-24666",
|
|
913
|
+
HazeDay: "5977-24877",
|
|
914
|
+
HazeNight: "5977-24669",
|
|
915
|
+
Heading2: "11564-10124",
|
|
916
|
+
Heading3: "11564-10111",
|
|
917
|
+
Headline1: "23227-13992",
|
|
918
|
+
HeadlineDocumentSquare: "5990-31205",
|
|
919
|
+
Headphone: "5990-31010",
|
|
920
|
+
HeadphonesMic: "11564-10027",
|
|
921
|
+
Heart: "7967-14090",
|
|
922
|
+
HeartArrow: "5977-21579",
|
|
923
|
+
HeartPulse: "5977-18547",
|
|
924
|
+
HeavyRain: "5977-24643",
|
|
925
|
+
HeavyRainDay: "5977-24695",
|
|
926
|
+
HeavyRainLightning: "5977-24864",
|
|
927
|
+
HeavyRainLightningDay: "5977-24747",
|
|
928
|
+
HeavyRainLightningNight: "5977-24851",
|
|
929
|
+
HeavyRainNight: "5977-24734",
|
|
930
|
+
Help: "7967-13816",
|
|
931
|
+
Highlighter: "5977-12522",
|
|
932
|
+
History: "5766-25845",
|
|
933
|
+
HockeyWithPuck: "5990-21741",
|
|
934
|
+
Home: "7967-13868",
|
|
935
|
+
HorseHeadBridle: "5990-21794",
|
|
936
|
+
Hot: "19601-12360",
|
|
937
|
+
HotTub: "5977-21266",
|
|
938
|
+
Hurricane: "5977-24890",
|
|
939
|
+
Ice: "25348-14855",
|
|
831
940
|
Id: "11564-10306",
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
941
|
+
Image: "5977-18128",
|
|
942
|
+
ImageFile: "5990-31101",
|
|
943
|
+
ImageGallery: "5977-18115",
|
|
944
|
+
Inbox: "5977-12034",
|
|
945
|
+
InboxDownArrow: "5977-12561",
|
|
946
|
+
InboxUpArrow: "5977-12243",
|
|
947
|
+
IndentRight: "5990-26698",
|
|
948
|
+
Infinity: "5977-18076",
|
|
949
|
+
Info: "7967-14155",
|
|
950
|
+
InstitutionalWesternBank: "5977-21592",
|
|
951
|
+
IntermittentCloudsNight: "19601-13232",
|
|
952
|
+
IntermittentCloudsSunny: "19601-13167",
|
|
953
|
+
Italics: "5990-26724",
|
|
954
|
+
JoyfulFace: "5990-25118",
|
|
955
|
+
JudoUniform: "8199-25748",
|
|
956
|
+
Keyboard: "5990-31036",
|
|
957
|
+
KeylineShapes: "5977-21800",
|
|
958
|
+
Kick: "8195-25869",
|
|
959
|
+
KnightChessPiece: "5977-21462",
|
|
960
|
+
Laptop: "5990-31348",
|
|
961
|
+
LaptopWithPhone: "5990-31335",
|
|
962
|
+
Laurel: "28104-15057",
|
|
963
|
+
LaurelLeft: "28104-15083",
|
|
964
|
+
LaurelRight: "28108-15109",
|
|
965
|
+
LayoutBottom: "26142-17674",
|
|
966
|
+
LayoutDefault: "26142-17633",
|
|
967
|
+
LayoutFourColumn: "5990-26841",
|
|
968
|
+
LayoutGrid: "5990-26867",
|
|
969
|
+
LayoutPerfectGrid: "5990-26880",
|
|
970
|
+
LayoutRight: "26142-17704",
|
|
971
|
+
LayoutThreeColumn: "5990-26815",
|
|
972
|
+
LayoutThreeRows: "5990-26893",
|
|
973
|
+
LayoutTwoColumn: "5990-26854",
|
|
974
|
+
LeftAlign: "5990-26776",
|
|
975
|
+
LeftCurveArrow: "5766-26001",
|
|
976
|
+
LeftPageArrow: "26951-14257",
|
|
977
|
+
LeoAstrology: "7123-9442",
|
|
978
|
+
Letter: "5977-12126",
|
|
979
|
+
LetterColor: "5990-26750",
|
|
980
|
+
LetterSize: "5990-26737",
|
|
981
|
+
LibraAstrology: "5766-19301",
|
|
982
|
+
LifeRing: "5977-21097",
|
|
983
|
+
Lightbulb: "5977-21735",
|
|
984
|
+
Lightning: "5977-24942",
|
|
985
|
+
LightningDay: "5977-24773",
|
|
986
|
+
LightningNight: "5977-24812",
|
|
987
|
+
Link: "5977-12401",
|
|
988
|
+
LiquidDrop: "15411-11090",
|
|
989
|
+
Live: "5977-18271",
|
|
990
|
+
Livestream: "5990-31559",
|
|
991
|
+
Location: "5766-25884",
|
|
992
|
+
LocationCircle: "5766-26079",
|
|
993
|
+
LocationMap: "5977-21449",
|
|
994
|
+
Lock: "5977-21227",
|
|
995
|
+
LogIn: "5766-25949",
|
|
996
|
+
LogOut: "5766-25975",
|
|
997
|
+
Lollipop: "4879-6040",
|
|
998
|
+
LoveEnvelope: "5977-12047",
|
|
999
|
+
LoyaltyCard: "5351-23878",
|
|
1000
|
+
MagicWand: "5977-21748",
|
|
846
1001
|
MagnifyingGlass: "7967-13686",
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1002
|
+
Mahjong: "5766-18315",
|
|
1003
|
+
MakeupBeauty: "5977-18521",
|
|
1004
|
+
Mannequin: "5977-21279",
|
|
1005
|
+
Medal: "5990-21938",
|
|
1006
|
+
MedicineBottle: "5977-18534",
|
|
1007
|
+
MedicinePill: "5977-21553",
|
|
1008
|
+
Megaphone: "5977-21423",
|
|
853
1009
|
Microphone: "7967-13777",
|
|
854
|
-
|
|
855
|
-
|
|
1010
|
+
Microscope: "5977-21292",
|
|
1011
|
+
Minus: "7967-14024",
|
|
1012
|
+
MinusBox: "7967-14168",
|
|
1013
|
+
MinusCircle: "7967-13673",
|
|
1014
|
+
MinusPeople: "5990-24923",
|
|
1015
|
+
MinusSearch: "5990-26932",
|
|
1016
|
+
MmaGlove: "5990-21846",
|
|
1017
|
+
MmaRing: "5990-21899",
|
|
1018
|
+
MobileNumber: "5990-31453",
|
|
1019
|
+
MobilePhone: "5990-30971",
|
|
856
1020
|
More: "7967-13829",
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
1021
|
+
MoreVertical: "10098-11357",
|
|
1022
|
+
MostlyCloudyNight: "19601-13245",
|
|
1023
|
+
NeutralFace: "5990-24776",
|
|
1024
|
+
NewMoon: "21210-13226",
|
|
1025
|
+
Newsletter: "5977-12087",
|
|
1026
|
+
Night: "5977-24916",
|
|
1027
|
+
NineSixteenRatio: "11564-10176",
|
|
861
1028
|
NoBell: "7967-13907",
|
|
862
|
-
|
|
1029
|
+
NoConnectionScreen: "5977-18508",
|
|
1030
|
+
NoEye: "5990-24680",
|
|
1031
|
+
NoHeart: "7967-14116",
|
|
1032
|
+
NoImage: "5990-31492",
|
|
1033
|
+
NoPeople: "5990-24949",
|
|
1034
|
+
NoShield: "5977-18469",
|
|
1035
|
+
NoSmoking: "5977-21331",
|
|
1036
|
+
NoSquare: "5977-21774",
|
|
1037
|
+
NoStar: "7967-14103",
|
|
1038
|
+
NotificationBell: "5977-12535",
|
|
1039
|
+
NoVideoCamera: "5990-30945",
|
|
1040
|
+
NoWifi: "5977-18180",
|
|
1041
|
+
Null: "5977-18388",
|
|
1042
|
+
NumberedList: "5990-27128",
|
|
1043
|
+
OneOneRatio: "11564-10202",
|
|
1044
|
+
OnTop: "11564-10092",
|
|
1045
|
+
OpenBook: "5977-21787",
|
|
1046
|
+
OpenBox: "30557-26095",
|
|
1047
|
+
OpenEnvelope: "5977-12178",
|
|
1048
|
+
OrderedList: "5990-27050",
|
|
1049
|
+
OutdentLeft: "5990-27141",
|
|
863
1050
|
Paperclip: "7967-13946",
|
|
864
|
-
|
|
865
|
-
SoundOn: "7967-13985",
|
|
866
|
-
SoundOff: "7967-13998",
|
|
1051
|
+
PaperPlane: "5766-25689",
|
|
867
1052
|
PaperPlaneDiagonal: "7967-14011",
|
|
1053
|
+
Paragraph: "11564-10137",
|
|
1054
|
+
ParagraphLeftIdent: "5990-26971",
|
|
1055
|
+
ParagraphRightIdent: "5990-26958",
|
|
1056
|
+
Parking: "5990-29749",
|
|
1057
|
+
ParkingSquare: "5990-29736",
|
|
1058
|
+
PartlyCloudyNight: "19601-13219",
|
|
1059
|
+
PartlyFlurries: "19601-13193",
|
|
1060
|
+
PartlyNightFlurries: "19601-13258",
|
|
1061
|
+
PartlySunny: "19601-13075",
|
|
1062
|
+
PassKey: "7128-9703",
|
|
1063
|
+
Password: "5990-31585",
|
|
1064
|
+
Pause: "19203-11053",
|
|
1065
|
+
Payments: "5351-23874",
|
|
1066
|
+
Payphone: "5977-20966",
|
|
1067
|
+
PayphoneFace: "5977-20927",
|
|
1068
|
+
PDF: "5990-31283",
|
|
1069
|
+
Pencil: "5977-21527",
|
|
1070
|
+
PencilLines: "5977-21514",
|
|
1071
|
+
People: "5990-24871",
|
|
1072
|
+
Person: "5990-24897",
|
|
1073
|
+
PersonClimbing: "8204-35427",
|
|
1074
|
+
PersonShield: "5990-31466",
|
|
1075
|
+
Pets: "5977-18245",
|
|
1076
|
+
Phone: "5977-18258",
|
|
1077
|
+
PieChart: "5990-31598",
|
|
1078
|
+
Pin: "5990-29762",
|
|
1079
|
+
PingPong: "8219-10066",
|
|
1080
|
+
PiscesAstrology: "5766-19262",
|
|
1081
|
+
PlainText: "5990-27037",
|
|
1082
|
+
Play: "7967-13699",
|
|
868
1083
|
PlayCircle: "7967-14037",
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
Info: "7967-14155",
|
|
877
|
-
MinusBox: "7967-14168",
|
|
878
|
-
AddSquare: "7967-14181",
|
|
879
|
-
CheckBox: "7967-14194",
|
|
880
|
-
DeleteTab: "7967-14207",
|
|
881
|
-
CheckCircle: "4879-177",
|
|
882
|
-
Check: "8142-9607",
|
|
883
|
-
MoreVertical: "10098-11357",
|
|
1084
|
+
Pollen: "30194-14574",
|
|
1085
|
+
Pool: "5990-21646",
|
|
1086
|
+
PowerSwitch: "5977-18219",
|
|
1087
|
+
PPT: "5990-31257",
|
|
1088
|
+
Preferences: "5977-18167",
|
|
1089
|
+
PreferencesAlt: "5977-18232",
|
|
1090
|
+
Printer: "5977-12482",
|
|
884
1091
|
Priority: "11564-10267",
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
1092
|
+
Profile: "5990-25079",
|
|
1093
|
+
Progress: "5990-27063",
|
|
1094
|
+
ProgressWithCheck: "5990-27076",
|
|
1095
|
+
Pulse: "5977-18612",
|
|
1096
|
+
PuzzlePiece: "5766-18328",
|
|
1097
|
+
QrCode: "5990-31075",
|
|
1098
|
+
QuestionBubble: "5977-12415",
|
|
1099
|
+
QuoteCircle: "5977-12592",
|
|
1100
|
+
QuoteSquare: "5977-12605",
|
|
1101
|
+
RacingFlag: "5990-21912",
|
|
1102
|
+
Radar: "5977-21696",
|
|
889
1103
|
RadioCircle: "15411-11134",
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
1104
|
+
Rain: "20247-12984",
|
|
1105
|
+
RainDay: "5977-24786",
|
|
1106
|
+
RainNight: "5977-24838",
|
|
1107
|
+
RAW: "5990-31270",
|
|
1108
|
+
Receipt: "5977-12297",
|
|
1109
|
+
Receipts: "5977-12271",
|
|
1110
|
+
RedoPencil: "5766-25871",
|
|
1111
|
+
Refresh: "7126-9723",
|
|
1112
|
+
Restaurant: "4879-6000",
|
|
1113
|
+
RetailTag: "5977-21214",
|
|
1114
|
+
RightAlign: "5990-26789",
|
|
1115
|
+
RightCurveArrow: "18022-10899",
|
|
1116
|
+
RightPageArrow: "26942-14181",
|
|
1117
|
+
RobotHead: "5990-30932",
|
|
1118
|
+
RTF: "5990-31296",
|
|
1119
|
+
RTFOff: "5990-31309",
|
|
1120
|
+
Running: "8195-32217",
|
|
1121
|
+
SadderFace: "5990-24762",
|
|
1122
|
+
SadFace: "5990-24791",
|
|
1123
|
+
SagittariusAstrology: "5766-19327",
|
|
1124
|
+
SailBoat: "8199-25755",
|
|
1125
|
+
Satellite: "15411-11120",
|
|
1126
|
+
ScaleDown: "5990-27089",
|
|
1127
|
+
ScanQrCode: "5990-31062",
|
|
1128
|
+
Scissors: "5977-21475",
|
|
1129
|
+
ScorpioAstrology: "5766-19314",
|
|
1130
|
+
SearchConfirm: "5977-12509",
|
|
1131
|
+
SearchEnvelope: "5977-12100",
|
|
1132
|
+
SearchWorldWithLines: "5977-18414",
|
|
1133
|
+
SecurityKey: "5990-31088",
|
|
1134
|
+
SendToSelf: "7123-9512",
|
|
1135
|
+
Server: "11564-10066",
|
|
1136
|
+
SettingsAlt: "5977-18323",
|
|
1137
|
+
SettingsCogPeople: "5990-24884",
|
|
1138
|
+
Shapes: "5977-21357",
|
|
1139
|
+
Share: "5766-26105",
|
|
1140
|
+
Shield: "5977-21201",
|
|
1141
|
+
ShieldCheck: "5977-18206",
|
|
1142
|
+
ShieldSlash: "19203-10947",
|
|
1143
|
+
ShockedFace: "5990-24747",
|
|
1144
|
+
ShoppingBag: "5977-18573",
|
|
1145
|
+
ShoppingBasket: "5977-21045",
|
|
1146
|
+
ShoppingCart: "5977-21436",
|
|
896
1147
|
Shuttlecock: "8219-10059",
|
|
1148
|
+
SixteenNineRatio: "11564-10189",
|
|
1149
|
+
Skateboard: "8199-25762",
|
|
1150
|
+
SkipTimeTen: "5766-26027",
|
|
1151
|
+
Skull: "5977-21071",
|
|
1152
|
+
Sleet: "19601-13206",
|
|
1153
|
+
Slideshow: "23983-14053",
|
|
1154
|
+
SmallSquareInsideBigSquare: "5977-12430",
|
|
1155
|
+
SmartWatch: "5990-31023",
|
|
1156
|
+
SmileFace: "5990-24693",
|
|
1157
|
+
SmileFaceLife: "23238-24817",
|
|
1158
|
+
Sms: "5990-31427",
|
|
1159
|
+
SmsVerificationCode: "5990-31414",
|
|
897
1160
|
Sneaker: "5990-21555",
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
1161
|
+
SneakerAlt: "8471-9948",
|
|
1162
|
+
Snippet: "11564-10079",
|
|
1163
|
+
Snow: "5977-24682",
|
|
1164
|
+
SnowDay: "5977-24799",
|
|
1165
|
+
Snowflake: "5977-24929",
|
|
1166
|
+
SnowNight: "5977-24825",
|
|
902
1167
|
Soccer: "5990-21594",
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
1168
|
+
Solitaire: "5766-18236",
|
|
1169
|
+
SoundLow: "7967-13881",
|
|
1170
|
+
SoundOff: "7967-13998",
|
|
1171
|
+
SoundOn: "7967-13985",
|
|
1172
|
+
Spa: "5977-21175",
|
|
1173
|
+
Sparkle: "9493-10458",
|
|
909
1174
|
SparkleFootballBall: "5990-21672",
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
HockeyWithPuck: "5990-21741",
|
|
915
|
-
DailyFantasy: "5990-21754",
|
|
916
|
-
Flag: "5990-21767",
|
|
917
|
-
FlameTorch: "5990-21781",
|
|
918
|
-
HorseHeadBridle: "5990-21794",
|
|
1175
|
+
SparkleTennisBall: "5990-21607",
|
|
1176
|
+
SpecialCharacter: "26124-14206",
|
|
1177
|
+
SpeechBubble: "7967-13582",
|
|
1178
|
+
SpeechBubbleStar: "7967-13634",
|
|
919
1179
|
SportsBook: "5990-21807",
|
|
920
|
-
Cycling: "5990-21820",
|
|
921
|
-
BoxingGlove: "5990-21833",
|
|
922
|
-
MmaGlove: "5990-21846",
|
|
923
|
-
TennisRacketBall: "5990-21859",
|
|
924
1180
|
SportsSparkle: "5990-21872",
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
1181
|
+
SprinkleDay: "5977-24656",
|
|
1182
|
+
SprinkleNight: "5977-24721",
|
|
1183
|
+
Square: "5977-18089",
|
|
928
1184
|
Stadium: "5990-21925",
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
TennisBall: "8199-9794",
|
|
932
|
-
Canoe: "8199-25722",
|
|
933
|
-
FencingEpee: "8199-25741",
|
|
934
|
-
JudoUniform: "8199-25748",
|
|
935
|
-
SailBoat: "8199-25755",
|
|
936
|
-
Skateboard: "8199-25762",
|
|
937
|
-
Kick: "8195-25869",
|
|
938
|
-
Running: "8195-32217",
|
|
939
|
-
ArtisticGymnastics: "8204-32236",
|
|
940
|
-
WrestlingHeadGear: "8195-29040",
|
|
941
|
-
PersonClimbing: "8204-35427",
|
|
942
|
-
SneakerAlt: "8471-9948",
|
|
943
|
-
ChatAi: "5766-22060",
|
|
944
|
-
WritingAi: "5766-22073",
|
|
945
|
-
YEP: "19207-11174",
|
|
946
|
-
YahooScoutIcon: "29465-14996",
|
|
947
|
-
YahooScoutFinance: "29496-16003",
|
|
948
|
-
YahooScoutIconGradient: "29637-16124",
|
|
949
|
-
YahooScoutFinanceGradient: "29637-16129",
|
|
950
|
-
HappyFace: "5990-24666",
|
|
951
|
-
NoEye: "5990-24680",
|
|
952
|
-
SmileFace: "5990-24693",
|
|
953
|
-
EyeShut: "5990-24708",
|
|
954
|
-
Eye: "5990-24721",
|
|
955
|
-
ContactBook: "5990-24734",
|
|
956
|
-
ShockedFace: "5990-24747",
|
|
957
|
-
SadderFace: "5990-24762",
|
|
958
|
-
NeutralFace: "5990-24776",
|
|
959
|
-
SadFace: "5990-24791",
|
|
960
|
-
FingerPrint: "5990-24805",
|
|
961
|
-
ChevronLeftPeople: "5990-24819",
|
|
962
|
-
ChevronRightPeople: "5990-24832",
|
|
963
|
-
CrossPeople: "5990-24845",
|
|
964
|
-
AddPeople: "5990-24858",
|
|
965
|
-
People: "5990-24871",
|
|
966
|
-
SettingsCogPeople: "5990-24884",
|
|
967
|
-
Person: "5990-24897",
|
|
968
|
-
CheckPeople: "5990-24910",
|
|
969
|
-
MinusPeople: "5990-24923",
|
|
970
|
-
AddFace: "5990-24936",
|
|
971
|
-
NoPeople: "5990-24949",
|
|
972
|
-
FingerPointLeftArrow: "5990-24962",
|
|
973
|
-
FingerPointRightArrow: "5990-24975",
|
|
974
|
-
AddContactCard: "5990-24988",
|
|
975
|
-
AccountSwitcher: "5990-25001",
|
|
976
|
-
AccountSwitchAlt: "5990-25014",
|
|
977
|
-
AccountRefresh: "5990-25027",
|
|
978
|
-
Accessible: "5990-25040",
|
|
979
|
-
A11Y: "5990-25053",
|
|
980
|
-
ContactCard: "5990-25066",
|
|
981
|
-
Profile: "5990-25079",
|
|
982
|
-
Family: "5990-25092",
|
|
983
|
-
Swimming: "5990-25105",
|
|
984
|
-
JoyfulFace: "5990-25118",
|
|
985
|
-
SendToSelf: "7123-9512",
|
|
986
|
-
Walking: "11564-10241",
|
|
987
|
-
SmileFaceLife: "23238-24817",
|
|
988
|
-
CelebrityStar: "25172-14410",
|
|
989
|
-
FingerPointSelect: "28101-15025",
|
|
990
|
-
PayphoneFace: "5977-20927",
|
|
991
|
-
BoxFront: "5977-20940",
|
|
992
|
-
Virus: "5977-20953",
|
|
993
|
-
Payphone: "5977-20966",
|
|
994
|
-
Building: "5977-20979",
|
|
995
|
-
FilmReel: "5977-20992",
|
|
1185
|
+
Star: "13912-13488",
|
|
1186
|
+
StarArticle: "7967-14129",
|
|
996
1187
|
StarMedal: "5977-21006",
|
|
997
|
-
Tshirt: "5977-21019",
|
|
998
|
-
BusinessBag: "5977-21032",
|
|
999
|
-
ShoppingBasket: "5977-21045",
|
|
1000
|
-
ForestTree: "5977-21058",
|
|
1001
|
-
Skull: "5977-21071",
|
|
1002
|
-
FilmRoll: "5977-21084",
|
|
1003
|
-
LifeRing: "5977-21097",
|
|
1004
|
-
Trophy: "5977-21110",
|
|
1005
|
-
DeliveryPackage: "5977-21123",
|
|
1006
1188
|
StarTrophy: "5977-21136",
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
Wallet: "5977-21488",
|
|
1034
|
-
DiagonalKey: "5977-21501",
|
|
1035
|
-
PencilLines: "5977-21514",
|
|
1036
|
-
Pencil: "5977-21527",
|
|
1037
|
-
BabyBottle: "5977-21540",
|
|
1038
|
-
MedicinePill: "5977-21553",
|
|
1039
|
-
DataBook: "5977-21566",
|
|
1040
|
-
HeartArrow: "5977-21579",
|
|
1041
|
-
InstitutionalWesternBank: "5977-21592",
|
|
1042
|
-
BeachUmbrella: "5977-21605",
|
|
1043
|
-
Binoculars: "5977-21618",
|
|
1044
|
-
Bed: "5977-21631",
|
|
1045
|
-
Diamond: "5977-21644",
|
|
1046
|
-
TwoMasks: "5977-21657",
|
|
1047
|
-
AngledSquareOnSquare: "5977-21670",
|
|
1048
|
-
Bullseye: "5977-21683",
|
|
1049
|
-
Radar: "5977-21696",
|
|
1189
|
+
StatePrivacyControls: "11564-10215",
|
|
1190
|
+
StockTrends: "5356-16767",
|
|
1191
|
+
Stopwatch: "5977-18297",
|
|
1192
|
+
Store: "5977-18586",
|
|
1193
|
+
Strikethrough: "5990-27115",
|
|
1194
|
+
Sun: "19965-15704",
|
|
1195
|
+
Sunrise: "5977-24994",
|
|
1196
|
+
Sunset: "5977-24981",
|
|
1197
|
+
SurfboardOnSand: "8204-35446",
|
|
1198
|
+
Swimming: "5990-25105",
|
|
1199
|
+
Sync: "7126-9742",
|
|
1200
|
+
Tab: "11564-11285",
|
|
1201
|
+
Tablet: "5990-31361",
|
|
1202
|
+
TaurusAstrology: "5766-19249",
|
|
1203
|
+
TechnicalRoute: "5990-30997",
|
|
1204
|
+
Television: "5990-31322",
|
|
1205
|
+
TennisBall: "8199-9794",
|
|
1206
|
+
TennisRacketBall: "5990-21859",
|
|
1207
|
+
ThirdQuarter: "11552-10705",
|
|
1208
|
+
ThreeCircles: "8195-22648",
|
|
1209
|
+
ThreeFourRatio: "11564-10163",
|
|
1210
|
+
ThreeLines: "5990-26828",
|
|
1211
|
+
ThreeLinesSpread: "7967-13842",
|
|
1212
|
+
ThreeTwoRatio: "30583-29508",
|
|
1213
|
+
ThumbsDown: "7967-13712",
|
|
1214
|
+
ThumbsUp: "7967-13621",
|
|
1050
1215
|
Thumbtack: "5977-21709",
|
|
1051
|
-
ThumbtackDiagonal: "5977-21722",
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
BubbleZone: "7123-12514",
|
|
1060
|
-
Dandelion: "15411-11127",
|
|
1061
|
-
Laurel: "28104-15057",
|
|
1062
|
-
LaurelLeft: "28104-15083",
|
|
1063
|
-
LaurelRight: "28108-15109",
|
|
1216
|
+
ThumbtackDiagonal: "5977-21722",
|
|
1217
|
+
TimePaperPlane: "5766-26066",
|
|
1218
|
+
Tornado: "5977-25141",
|
|
1219
|
+
Trading: "5977-12336",
|
|
1220
|
+
TrafficSignRightTurn: "5766-26053",
|
|
1221
|
+
Trampoline: "8219-10045",
|
|
1222
|
+
Transactions: "5351-23880",
|
|
1223
|
+
Trash: "7967-13595",
|
|
1064
1224
|
Tree: "30179-14483",
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1225
|
+
Trending: "5977-12618",
|
|
1226
|
+
TrendingCircle: "5977-12574",
|
|
1227
|
+
Trophy: "5977-21110",
|
|
1068
1228
|
TruckRight: "5990-29723",
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
BusFront: "5990-29802",
|
|
1075
|
-
Airplane: "5990-29815",
|
|
1076
|
-
Bike: "5990-29828",
|
|
1077
|
-
Bold: "5990-26685",
|
|
1078
|
-
IndentRight: "5990-26698",
|
|
1079
|
-
CenterAlignment: "5990-26711",
|
|
1080
|
-
Italics: "5990-26724",
|
|
1081
|
-
LetterSize: "5990-26737",
|
|
1082
|
-
LetterColor: "5990-26750",
|
|
1083
|
-
Ascender: "5990-26763",
|
|
1084
|
-
LeftAlign: "5990-26776",
|
|
1085
|
-
RightAlign: "5990-26789",
|
|
1086
|
-
Dense: "5990-26802",
|
|
1087
|
-
LayoutThreeColumn: "5990-26815",
|
|
1088
|
-
ThreeLines: "5990-26828",
|
|
1089
|
-
LayoutFourColumn: "5990-26841",
|
|
1090
|
-
LayoutTwoColumn: "5990-26854",
|
|
1091
|
-
LayoutGrid: "5990-26867",
|
|
1092
|
-
LayoutPerfectGrid: "5990-26880",
|
|
1093
|
-
LayoutThreeRows: "5990-26893",
|
|
1094
|
-
AddSearch: "5990-26906",
|
|
1095
|
-
BulletPoints: "5990-26919",
|
|
1096
|
-
MinusSearch: "5990-26932",
|
|
1229
|
+
Tshirt: "5977-21019",
|
|
1230
|
+
Tsunami: "5977-24903",
|
|
1231
|
+
Tub: "5977-21253",
|
|
1232
|
+
TwoArrowsDiagonalInwards: "5766-26186",
|
|
1233
|
+
TwoArrowsDiagonalOutwards: "15267-10756",
|
|
1097
1234
|
TwoCorners: "5990-26945",
|
|
1098
|
-
ParagraphRightIdent: "5990-26958",
|
|
1099
|
-
ParagraphLeftIdent: "5990-26971",
|
|
1100
|
-
FourLinesSpread: "5990-26984",
|
|
1101
1235
|
TwoHorizontalRectangles: "5990-26997",
|
|
1102
|
-
BottomLine: "5990-27010",
|
|
1103
1236
|
TwoLinesContainer: "5990-27023",
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
ScaleDown: "5990-27089",
|
|
1109
|
-
UnorderedList: "5990-27102",
|
|
1110
|
-
Strikethrough: "5990-27115",
|
|
1111
|
-
NumberedList: "5990-27128",
|
|
1112
|
-
OutdentLeft: "5990-27141",
|
|
1113
|
-
Command: "5990-27154",
|
|
1114
|
-
Checklist: "5990-27167",
|
|
1115
|
-
Font: "5990-27180",
|
|
1116
|
-
Underline: "5990-27193",
|
|
1117
|
-
FourThreeRatio: "11564-10150",
|
|
1118
|
-
ThreeFourRatio: "11564-10163",
|
|
1119
|
-
NineSixteenRatio: "11564-10176",
|
|
1120
|
-
SixteenNineRatio: "11564-10189",
|
|
1121
|
-
OneOneRatio: "11564-10202",
|
|
1122
|
-
Heading3: "11564-10111",
|
|
1123
|
-
Heading2: "11564-10124",
|
|
1124
|
-
Paragraph: "11564-10137",
|
|
1125
|
-
ClearText: "16281-10921",
|
|
1237
|
+
TwoMasks: "5977-21657",
|
|
1238
|
+
TwoRectangles: "5977-12456",
|
|
1239
|
+
TwoSparkles: "9493-10439",
|
|
1240
|
+
TwoSquares: "5977-12469",
|
|
1126
1241
|
TwoThirdsColumn: "20431-17247",
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
LayoutDefault: "26142-17633",
|
|
1131
|
-
LayoutBottom: "26142-17674",
|
|
1132
|
-
LayoutRight: "26142-17704",
|
|
1242
|
+
Underline: "5990-27193",
|
|
1243
|
+
Unlock: "5977-21240",
|
|
1244
|
+
UnorderedList: "5990-27102",
|
|
1133
1245
|
UpCurveArrow: "5766-25793",
|
|
1134
|
-
BigLeftArrow: "5766-25676",
|
|
1135
|
-
PaperPlane: "5766-25689",
|
|
1136
|
-
Direction: "5766-25702",
|
|
1137
|
-
DoubleBigLeftArrow: "5766-25715",
|
|
1138
|
-
RightCurveArrow: "18022-10899",
|
|
1139
|
-
DiagonalLeftUp: "5766-25767",
|
|
1140
|
-
DiagonalLeftDown: "5766-25780",
|
|
1141
|
-
ConvertAlt: "5766-25806",
|
|
1142
|
-
ConvertRight: "5766-25819",
|
|
1143
|
-
ConvertLeft: "5766-25832",
|
|
1144
|
-
History: "5766-25845",
|
|
1145
|
-
Upload: "5766-25858",
|
|
1146
|
-
RedoPencil: "5766-25871",
|
|
1147
|
-
Location: "5766-25884",
|
|
1148
|
-
DoubleChevronLeft: "5766-25897",
|
|
1149
|
-
DoubleChevronRight: "5766-25910",
|
|
1150
|
-
BigRightStraightArrow: "5766-25923",
|
|
1151
1246
|
UpDownChevron: "5766-25936",
|
|
1152
|
-
LogIn: "5766-25949",
|
|
1153
|
-
ArrowLineDown: "5766-25962",
|
|
1154
|
-
LogOut: "5766-25975",
|
|
1155
|
-
Descender: "5766-25988",
|
|
1156
|
-
LeftCurveArrow: "5766-26001",
|
|
1157
|
-
AddPaperPlane: "5766-26014",
|
|
1158
|
-
SkipTimeTen: "5766-26027",
|
|
1159
|
-
BackTimeTen: "5766-26040",
|
|
1160
|
-
TrafficSignRightTurn: "5766-26053",
|
|
1161
|
-
TimePaperPlane: "5766-26066",
|
|
1162
|
-
LocationCircle: "5766-26079",
|
|
1163
|
-
ArrowLineUp: "5766-26092",
|
|
1164
|
-
Share: "5766-26105",
|
|
1165
|
-
BigUpArrow: "5766-26139",
|
|
1166
1247
|
UpDownShortArrows: "5766-26160",
|
|
1167
|
-
Download: "5766-26173",
|
|
1168
|
-
TwoArrowsDiagonalInwards: "5766-26186",
|
|
1169
|
-
TwoArrowsDiagonalOutwards: "15267-10756",
|
|
1170
|
-
ChevronUp: "5766-26213",
|
|
1171
|
-
ChevronDown: "5766-26226",
|
|
1172
|
-
ChevronRight: "5766-26239",
|
|
1173
|
-
ChevronLeft: "5766-26252",
|
|
1174
|
-
ArrowUp: "5766-26265",
|
|
1175
|
-
ArrowRight: "5766-26278",
|
|
1176
|
-
DiagonalRightUp: "5766-26292",
|
|
1177
|
-
ArrowLeft: "5766-26305",
|
|
1178
|
-
Refresh: "7126-9723",
|
|
1179
|
-
Sync: "7126-9742",
|
|
1180
|
-
DollarCircleArrows: "9687-10007",
|
|
1181
|
-
DownCurveArrow: "11552-11003",
|
|
1182
|
-
BigRightArrow: "11552-11036",
|
|
1183
|
-
Tab: "11564-11285",
|
|
1184
|
-
DiagonalRightDown: "11552-11072",
|
|
1185
|
-
DownloadInProgressCircle: "12481-10727",
|
|
1186
|
-
ArrowDownCircle: "12481-10734",
|
|
1187
|
-
ExpandArrowRight: "13269-10729",
|
|
1188
|
-
ExpandArrowLeft: "13269-13436",
|
|
1189
|
-
ArrowDown: "15277-10913",
|
|
1190
|
-
BigDownArrow: "20393-11612",
|
|
1191
|
-
Clone: "21802-11849",
|
|
1192
|
-
RightPageArrow: "26942-14181",
|
|
1193
|
-
LeftPageArrow: "26951-14257",
|
|
1194
|
-
Envelope: "5977-12021",
|
|
1195
|
-
Inbox: "5977-12034",
|
|
1196
|
-
LoveEnvelope: "5977-12047",
|
|
1197
|
-
Document: "5977-12061",
|
|
1198
|
-
CheckEnvelope: "5977-12074",
|
|
1199
|
-
Newsletter: "5977-12087",
|
|
1200
|
-
SearchEnvelope: "5977-12100",
|
|
1201
|
-
Archive: "5977-12113",
|
|
1202
|
-
Letter: "5977-12126",
|
|
1203
|
-
Emails: "5977-12139",
|
|
1204
|
-
DotEnvelope: "5977-12152",
|
|
1205
1248
|
UpFolder: "5977-12165",
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
TwoRectangles: "5977-12456",
|
|
1228
|
-
TwoSquares: "5977-12469",
|
|
1229
|
-
Printer: "5977-12482",
|
|
1230
|
-
BulletPointContainer: "5977-12496",
|
|
1231
|
-
SearchConfirm: "5977-12509",
|
|
1232
|
-
Highlighter: "5977-12522",
|
|
1233
|
-
NotificationBell: "5977-12535",
|
|
1234
|
-
CalendarClock: "5977-12548",
|
|
1235
|
-
InboxDownArrow: "5977-12561",
|
|
1236
|
-
TrendingCircle: "5977-12574",
|
|
1237
|
-
QuoteCircle: "5977-12592",
|
|
1238
|
-
QuoteSquare: "5977-12605",
|
|
1239
|
-
Trending: "5977-12618",
|
|
1240
|
-
Embed: "11564-10397",
|
|
1241
|
-
AutoSaveUpload: "11564-10384",
|
|
1242
|
-
AutoSaved: "11564-10371",
|
|
1243
|
-
AutoSaveUploadFail: "11564-10358",
|
|
1244
|
-
AutoSaveSync: "11564-10345",
|
|
1245
|
-
AutoSaveOffline: "11564-10332",
|
|
1246
|
-
AutoDownload: "12482-16467",
|
|
1247
|
-
DownloadCircle: "12482-19302",
|
|
1248
|
-
DownloadComplete: "12485-10702",
|
|
1249
|
-
Connection: "12485-10718",
|
|
1250
|
-
ShieldSlash: "19203-10947",
|
|
1251
|
-
CalendarRightArrow: "19203-11004",
|
|
1252
|
-
CardsCheck: "21802-11885",
|
|
1253
|
-
GIF: "23231-17646",
|
|
1254
|
-
Solitaire: "5766-18236",
|
|
1255
|
-
Crossword: "5766-18249",
|
|
1256
|
-
Mahjong: "5766-18315",
|
|
1257
|
-
PuzzlePiece: "5766-18328",
|
|
1258
|
-
BlackJack: "7123-9547",
|
|
1259
|
-
Bingo: "7123-9582",
|
|
1260
|
-
Dice: "7126-9538",
|
|
1261
|
-
Coffee: "4879-5959",
|
|
1262
|
-
CoffeeTakeout: "4879-5972",
|
|
1263
|
-
Cocktails: "4879-5987",
|
|
1264
|
-
Dining: "4879-6027",
|
|
1265
|
-
Restaurant: "4879-6000",
|
|
1249
|
+
Upload: "5766-25858",
|
|
1250
|
+
Verification: "5977-18141",
|
|
1251
|
+
VideoCamera: "5990-31049",
|
|
1252
|
+
VideoFile: "5990-31127",
|
|
1253
|
+
VirgoAstrology: "5766-19288",
|
|
1254
|
+
Virus: "5977-20953",
|
|
1255
|
+
Volleyball: "5990-21659",
|
|
1256
|
+
Walking: "11564-10241",
|
|
1257
|
+
Wallet: "5977-21488",
|
|
1258
|
+
WaningCrescent: "5977-25100",
|
|
1259
|
+
WaningGibbous: "5977-25113",
|
|
1260
|
+
Warning: "5977-18310",
|
|
1261
|
+
WaxingCrescent: "11552-10440",
|
|
1262
|
+
WaxingGibbous: "5977-25126",
|
|
1263
|
+
Web: "5977-18102",
|
|
1264
|
+
Weights: "5990-21568",
|
|
1265
|
+
Wifi: "5977-18193",
|
|
1266
|
+
Wind: "5977-25154",
|
|
1267
|
+
WindCloud: "5977-24955",
|
|
1268
|
+
WindCloudDay: "5977-25007",
|
|
1269
|
+
WindCloudNight: "5977-25020",
|
|
1266
1270
|
Wine: "4879-6014",
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1271
|
+
WorldWithLines: "5977-18443",
|
|
1272
|
+
Wrench: "5977-21344",
|
|
1273
|
+
WrestlingHeadGear: "8195-29040",
|
|
1274
|
+
WritingAi: "5766-22073",
|
|
1275
|
+
XLSFile: "5990-31218",
|
|
1276
|
+
YahooScoutFinance: "29496-16003",
|
|
1277
|
+
YahooScoutFinanceGradient: "29637-16129",
|
|
1278
|
+
YahooScoutIcon: "29465-14996",
|
|
1279
|
+
YahooScoutIconGradient: "29637-16124",
|
|
1280
|
+
YEP: "19207-11174",
|
|
1281
|
+
ZIP: "5990-31244"
|
|
1278
1282
|
};
|
|
1279
1283
|
//#endregion
|
|
1280
1284
|
exports.iconNames = iconNames;
|