material_icons/
lib.rs

1//! This crate contains the auto-generated mapping from an icon name
2//! (such as `Icon::NetworkWifi`) to the character codepoint `\u{e1ba}`)
3//! in Googles Material Icon Font ([https://material.io/tools/icons/](https://material.io/tools/icons/)) -
4//! useful if you want to use the material-icons font in user interfaces created
5//! in Rust
6//!
7//! ## Example
8//!
9//! ```rust
10//! use material_icons::{Icon, icon_to_char};
11//! let icon_char = icon_to_char(Icon::Rotation3d);
12//! assert_eq!('\u{e84d}', icon_char);
13//! ```
14//!
15//! When the resulting character is displayed using any font renderer,
16//! the character will result in the "3d_rotation" glyph.
17//!
18//! ## License (please read - regarding embedded font)
19//!
20//! According to [https://github.com/google/material-design-icons/blob/master/LICENSE](https://github.com/google/material-design-icons/blob/master/LICENSE)
21//! (retrieved 23-10-2018) the font data embedded in this library is licensed under
22//! the Apache 2.0 license, which explains the license for this crate.
23//!
24//! You do not need to attribute Google (although they appreciate it):
25//!
26//! > "We have made these icons available for you to incorporate into your products
27//! > under the Apache License Version 2.0. Feel free to remix and re-share these
28//! > icons and documentation in your products. We'd love attribution in your app's
29//! > about screen, but it's not required. The only thing we ask is that you not
30//! > re-sell these icons."
31//!
32
33/// Icon containing all possible icon names as enum discriminants
34#[repr(C)]
35#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
36pub enum Icon {
37    TenK,
38    TenMp,
39    ElevenMp,
40    OneTwoThree,
41    TwelveMp,
42    ThirteenMp,
43    FourteenMp,
44    FifteenMp,
45    SixteenMp,
46    SeventeenMp,
47    EighteenUpRating,
48    EighteenMp,
49    NineteenMp,
50    OneK,
51    OneKPlus,
52    OneXMobiledata,
53    TwentyMp,
54    TwentyOneMp,
55    TwentyTwoMp,
56    TwentyThreeMp,
57    TwentyFourMp,
58    TwoK,
59    TwoKPlus,
60    TwoMp,
61    ThirtyFps,
62    ThirtyFpsSelect,
63    ThreeSixty,
64    Rotation3d,
65    Mobiledata3g,
66    ThreeK,
67    ThreeKPlus,
68    ThreeMp,
69    ThreeP,
70    Mobiledata4g,
71    Mobiledata4gPlus,
72    FourK,
73    FourKPlus,
74    FourMp,
75    FiveG,
76    FiveK,
77    FiveKPlus,
78    FiveMp,
79    SixtyFps,
80    SixtyFpsSelect,
81    SixFtApart,
82    SixK,
83    SixKPlus,
84    SixMp,
85    SevenK,
86    SevenKPlus,
87    SevenMp,
88    EightK,
89    EightKPlus,
90    EightMp,
91    NineK,
92    NineKPlus,
93    NineMp,
94    Abc,
95    AcUnit,
96    AccessAlarm,
97    AccessAlarms,
98    AccessTime,
99    AccessTimeFilled,
100    Accessibility,
101    AccessibilityNew,
102    Accessible,
103    AccessibleForward,
104    AccountBalance,
105    AccountBalanceWallet,
106    AccountBox,
107    AccountCircle,
108    AccountTree,
109    AdUnits,
110    Adb,
111    Add,
112    AddAPhoto,
113    AddAlarm,
114    AddAlert,
115    AddBox,
116    AddBusiness,
117    AddCall,
118    AddCard,
119    AddChart,
120    AddCircle,
121    AddCircleOutline,
122    AddComment,
123    AddHome,
124    AddHomeWork,
125    AddIcCall,
126    AddLink,
127    AddLocation,
128    AddLocationAlt,
129    AddModerator,
130    AddPhotoAlternate,
131    AddReaction,
132    AddRoad,
133    AddShoppingCart,
134    AddTask,
135    AddToDrive,
136    AddToHomeScreen,
137    AddToPhotos,
138    AddToQueue,
139    Addchart,
140    AdfScanner,
141    Adjust,
142    AdminPanelSettings,
143    Adobe,
144    AdsClick,
145    Agriculture,
146    Air,
147    AirlineSeatFlat,
148    AirlineSeatFlatAngled,
149    AirlineSeatIndividualSuite,
150    AirlineSeatLegroomExtra,
151    AirlineSeatLegroomNormal,
152    AirlineSeatLegroomReduced,
153    AirlineSeatReclineExtra,
154    AirlineSeatReclineNormal,
155    AirlineStops,
156    Airlines,
157    AirplaneTicket,
158    AirplanemodeActive,
159    AirplanemodeInactive,
160    AirplanemodeOff,
161    AirplanemodeOn,
162    Airplay,
163    AirportShuttle,
164    Alarm,
165    AlarmAdd,
166    AlarmOff,
167    AlarmOn,
168    Album,
169    AlignHorizontalCenter,
170    AlignHorizontalLeft,
171    AlignHorizontalRight,
172    AlignVerticalBottom,
173    AlignVerticalCenter,
174    AlignVerticalTop,
175    AllInbox,
176    AllInclusive,
177    AllOut,
178    AltRoute,
179    AlternateEmail,
180    AmpStories,
181    Analytics,
182    Anchor,
183    Android,
184    Animation,
185    Announcement,
186    Aod,
187    Apartment,
188    Api,
189    AppBlocking,
190    AppRegistration,
191    AppSettingsAlt,
192    AppShortcut,
193    Apple,
194    Approval,
195    Apps,
196    AppsOutage,
197    Architecture,
198    Archive,
199    AreaChart,
200    ArrowBack,
201    ArrowBackIos,
202    ArrowBackIosNew,
203    ArrowCircleDown,
204    ArrowCircleLeft,
205    ArrowCircleRight,
206    ArrowCircleUp,
207    ArrowDownward,
208    ArrowDropDown,
209    ArrowDropDownCircle,
210    ArrowDropUp,
211    ArrowForward,
212    ArrowForwardIos,
213    ArrowLeft,
214    ArrowOutward,
215    ArrowRight,
216    ArrowRightAlt,
217    ArrowUpward,
218    ArtTrack,
219    Article,
220    AspectRatio,
221    Assessment,
222    Assignment,
223    AssignmentAdd,
224    AssignmentInd,
225    AssignmentLate,
226    AssignmentReturn,
227    AssignmentReturned,
228    AssignmentTurnedIn,
229    AssistWalker,
230    Assistant,
231    AssistantDirection,
232    AssistantNavigation,
233    AssistantPhoto,
234    AssuredWorkload,
235    Atm,
236    AttachEmail,
237    AttachFile,
238    AttachMoney,
239    Attachment,
240    Attractions,
241    Attribution,
242    AudioFile,
243    Audiotrack,
244    AutoAwesome,
245    AutoAwesomeMosaic,
246    AutoAwesomeMotion,
247    AutoDelete,
248    AutoFixHigh,
249    AutoFixNormal,
250    AutoFixOff,
251    AutoGraph,
252    AutoMode,
253    AutoStories,
254    AutofpsSelect,
255    Autorenew,
256    AvTimer,
257    BabyChangingStation,
258    BackHand,
259    Backpack,
260    Backspace,
261    Backup,
262    BackupTable,
263    Badge,
264    BakeryDining,
265    Balance,
266    Balcony,
267    Ballot,
268    BarChart,
269    BarcodeReader,
270    BatchPrediction,
271    Bathroom,
272    Bathtub,
273    Battery0Bar,
274    Battery1Bar,
275    Battery2Bar,
276    Battery3Bar,
277    Battery4Bar,
278    Battery5Bar,
279    Battery6Bar,
280    BatteryAlert,
281    BatteryChargingFull,
282    BatteryFull,
283    BatterySaver,
284    BatteryStd,
285    BatteryUnknown,
286    BeachAccess,
287    Bed,
288    BedroomBaby,
289    BedroomChild,
290    BedroomParent,
291    Bedtime,
292    BedtimeOff,
293    Beenhere,
294    Bento,
295    BikeScooter,
296    Biotech,
297    Blender,
298    Blind,
299    Blinds,
300    BlindsClosed,
301    Block,
302    BlockFlipped,
303    Bloodtype,
304    Bluetooth,
305    BluetoothAudio,
306    BluetoothConnected,
307    BluetoothDisabled,
308    BluetoothDrive,
309    BluetoothSearching,
310    BlurCircular,
311    BlurLinear,
312    BlurOff,
313    BlurOn,
314    Bolt,
315    Book,
316    BookOnline,
317    Bookmark,
318    BookmarkAdd,
319    BookmarkAdded,
320    BookmarkBorder,
321    BookmarkOutline,
322    BookmarkRemove,
323    Bookmarks,
324    BorderAll,
325    BorderBottom,
326    BorderClear,
327    BorderColor,
328    BorderHorizontal,
329    BorderInner,
330    BorderLeft,
331    BorderOuter,
332    BorderRight,
333    BorderStyle,
334    BorderTop,
335    BorderVertical,
336    Boy,
337    BrandingWatermark,
338    BreakfastDining,
339    Brightness1,
340    Brightness2,
341    Brightness3,
342    Brightness4,
343    Brightness5,
344    Brightness6,
345    Brightness7,
346    BrightnessAuto,
347    BrightnessHigh,
348    BrightnessLow,
349    BrightnessMedium,
350    BroadcastOnHome,
351    BroadcastOnPersonal,
352    BrokenImage,
353    BrowseGallery,
354    BrowserNotSupported,
355    BrowserUpdated,
356    BrunchDining,
357    Brush,
358    BubbleChart,
359    BugReport,
360    Build,
361    BuildCircle,
362    Bungalow,
363    BurstMode,
364    BusAlert,
365    Business,
366    BusinessCenter,
367    Cabin,
368    Cable,
369    Cached,
370    Cake,
371    Calculate,
372    CalendarMonth,
373    CalendarToday,
374    CalendarViewDay,
375    CalendarViewMonth,
376    CalendarViewWeek,
377    Call,
378    CallEnd,
379    CallMade,
380    CallMerge,
381    CallMissed,
382    CallMissedOutgoing,
383    CallReceived,
384    CallSplit,
385    CallToAction,
386    Camera,
387    CameraAlt,
388    CameraEnhance,
389    CameraFront,
390    CameraIndoor,
391    CameraOutdoor,
392    CameraRear,
393    CameraRoll,
394    Cameraswitch,
395    Campaign,
396    Cancel,
397    CancelPresentation,
398    CancelScheduleSend,
399    CandlestickChart,
400    CarCrash,
401    CarRental,
402    CarRepair,
403    CardGiftcard,
404    CardMembership,
405    CardTravel,
406    Carpenter,
407    Cases,
408    Casino,
409    Cast,
410    CastConnected,
411    CastForEducation,
412    Castle,
413    CatchingPokemon,
414    Category,
415    Celebration,
416    CellTower,
417    CellWifi,
418    CenterFocusStrong,
419    CenterFocusWeak,
420    Chair,
421    ChairAlt,
422    Chalet,
423    ChangeCircle,
424    ChangeHistory,
425    ChargingStation,
426    Chat,
427    ChatBubble,
428    ChatBubbleOutline,
429    Check,
430    CheckBox,
431    CheckBoxOutlineBlank,
432    CheckCircle,
433    CheckCircleOutline,
434    Checklist,
435    ChecklistRtl,
436    Checkroom,
437    ChevronLeft,
438    ChevronRight,
439    ChildCare,
440    ChildFriendly,
441    ChromeReaderMode,
442    Church,
443    Circle,
444    CircleNotifications,
445    Class,
446    CleanHands,
447    CleaningServices,
448    Clear,
449    ClearAll,
450    Close,
451    CloseFullscreen,
452    ClosedCaption,
453    ClosedCaptionDisabled,
454    ClosedCaptionOff,
455    Cloud,
456    CloudCircle,
457    CloudDone,
458    CloudDownload,
459    CloudOff,
460    CloudQueue,
461    CloudSync,
462    CloudUpload,
463    CloudySnowing,
464    Co2,
465    CoPresent,
466    Code,
467    CodeOff,
468    Coffee,
469    CoffeeMaker,
470    Collections,
471    CollectionsBookmark,
472    ColorLens,
473    Colorize,
474    Comment,
475    CommentBank,
476    CommentsDisabled,
477    Commit,
478    Commute,
479    Compare,
480    CompareArrows,
481    CompassCalibration,
482    Compost,
483    Compress,
484    Computer,
485    ConfirmationNum,
486    ConfirmationNumber,
487    ConnectWithoutContact,
488    ConnectedTv,
489    ConnectingAirports,
490    Construction,
491    ContactEmergency,
492    ContactMail,
493    ContactPage,
494    ContactPhone,
495    ContactSupport,
496    Contactless,
497    Contacts,
498    ContentCopy,
499    ContentCut,
500    ContentPaste,
501    ContentPasteGo,
502    ContentPasteOff,
503    ContentPasteSearch,
504    Contrast,
505    ControlCamera,
506    ControlPoint,
507    ControlPointDuplicate,
508    ConveyorBelt,
509    Cookie,
510    CopyAll,
511    Copyright,
512    Coronavirus,
513    CorporateFare,
514    Cottage,
515    Countertops,
516    Create,
517    CreateNewFolder,
518    CreditCard,
519    CreditCardOff,
520    CreditScore,
521    Crib,
522    CrisisAlert,
523    Crop,
524    Crop169,
525    Crop32,
526    Crop54,
527    Crop75,
528    CropDin,
529    CropFree,
530    CropLandscape,
531    CropOriginal,
532    CropPortrait,
533    CropRotate,
534    CropSquare,
535    CrueltyFree,
536    Css,
537    CurrencyBitcoin,
538    CurrencyExchange,
539    CurrencyFranc,
540    CurrencyLira,
541    CurrencyPound,
542    CurrencyRuble,
543    CurrencyRupee,
544    CurrencyYen,
545    CurrencyYuan,
546    Curtains,
547    CurtainsClosed,
548    Cyclone,
549    Dangerous,
550    DarkMode,
551    Dashboard,
552    DashboardCustomize,
553    DataArray,
554    DataExploration,
555    DataObject,
556    DataSaverOff,
557    DataSaverOn,
558    DataThresholding,
559    DataUsage,
560    Dataset,
561    DatasetLinked,
562    DateRange,
563    Deblur,
564    Deck,
565    Dehaze,
566    Delete,
567    DeleteForever,
568    DeleteOutline,
569    DeleteSweep,
570    DeliveryDining,
571    DensityLarge,
572    DensityMedium,
573    DensitySmall,
574    DepartureBoard,
575    Description,
576    Deselect,
577    DesignServices,
578    Desk,
579    DesktopAccessDisabled,
580    DesktopMac,
581    DesktopWindows,
582    Details,
583    DeveloperBoard,
584    DeveloperBoardOff,
585    DeveloperMode,
586    DeviceHub,
587    DeviceThermostat,
588    DeviceUnknown,
589    Devices,
590    DevicesFold,
591    DevicesOther,
592    DewPoint,
593    DialerSip,
594    Dialpad,
595    Diamond,
596    Difference,
597    Dining,
598    DinnerDining,
599    Directions,
600    DirectionsBike,
601    DirectionsBoat,
602    DirectionsBoatFilled,
603    DirectionsBus,
604    DirectionsBusFilled,
605    DirectionsCar,
606    DirectionsCarFilled,
607    DirectionsFerry,
608    DirectionsOff,
609    DirectionsRailway,
610    DirectionsRailwayFilled,
611    DirectionsRun,
612    DirectionsSubway,
613    DirectionsSubwayFilled,
614    DirectionsTrain,
615    DirectionsTransit,
616    DirectionsTransitFilled,
617    DirectionsWalk,
618    DirtyLens,
619    DisabledByDefault,
620    DisabledVisible,
621    DiscFull,
622    Discord,
623    Discount,
624    DisplaySettings,
625    Diversity1,
626    Diversity2,
627    Diversity3,
628    DndForwardslash,
629    Dns,
630    DoDisturb,
631    DoDisturbAlt,
632    DoDisturbOff,
633    DoDisturbOn,
634    DoNotDisturb,
635    DoNotDisturbAlt,
636    DoNotDisturbOff,
637    DoNotDisturbOn,
638    DoNotDisturbOnTotalSilence,
639    DoNotStep,
640    DoNotTouch,
641    Dock,
642    DocumentScanner,
643    Domain,
644    DomainAdd,
645    DomainDisabled,
646    DomainVerification,
647    Done,
648    DoneAll,
649    DoneOutline,
650    DonutLarge,
651    DonutSmall,
652    DoorBack,
653    DoorFront,
654    DoorSliding,
655    Doorbell,
656    DoubleArrow,
657    DownhillSkiing,
658    Download,
659    DownloadDone,
660    DownloadForOffline,
661    Downloading,
662    Drafts,
663    DragHandle,
664    DragIndicator,
665    Draw,
666    DriveEta,
667    DriveFileMove,
668    DriveFileMoveOutline,
669    DriveFileMoveRtl,
670    DriveFileRenameOutline,
671    DriveFolderUpload,
672    Dry,
673    DryCleaning,
674    Duo,
675    Dvr,
676    DynamicFeed,
677    DynamicForm,
678    EMobiledata,
679    Earbuds,
680    EarbudsBattery,
681    East,
682    Eco,
683    EdgesensorHigh,
684    EdgesensorLow,
685    Edit,
686    EditAttributes,
687    EditCalendar,
688    EditDocument,
689    EditLocation,
690    EditLocationAlt,
691    EditNote,
692    EditNotifications,
693    EditOff,
694    EditRoad,
695    EditSquare,
696    Egg,
697    EggAlt,
698    Eject,
699    Elderly,
700    ElderlyWoman,
701    ElectricBike,
702    ElectricBolt,
703    ElectricCar,
704    ElectricMeter,
705    ElectricMoped,
706    ElectricRickshaw,
707    ElectricScooter,
708    ElectricalServices,
709    Elevator,
710    Email,
711    Emergency,
712    EmergencyRecording,
713    EmergencyShare,
714    EmojiEmotions,
715    EmojiEvents,
716    EmojiFlags,
717    EmojiFoodBeverage,
718    EmojiNature,
719    EmojiObjects,
720    EmojiPeople,
721    EmojiSymbols,
722    EmojiTransportation,
723    EnergySavingsLeaf,
724    Engineering,
725    EnhancePhotoTranslate,
726    EnhancedEncryption,
727    Equalizer,
728    Error,
729    ErrorOutline,
730    Escalator,
731    EscalatorWarning,
732    Euro,
733    EuroSymbol,
734    EvStation,
735    Event,
736    EventAvailable,
737    EventBusy,
738    EventNote,
739    EventRepeat,
740    EventSeat,
741    ExitToApp,
742    Expand,
743    ExpandCircleDown,
744    ExpandLess,
745    ExpandMore,
746    Explicit,
747    Explore,
748    ExploreOff,
749    Exposure,
750    ExposureMinus1,
751    ExposureMinus2,
752    ExposureNeg1,
753    ExposureNeg2,
754    ExposurePlus1,
755    ExposurePlus2,
756    ExposureZero,
757    Extension,
758    ExtensionOff,
759    Face,
760    Face2,
761    Face3,
762    Face4,
763    Face5,
764    Face6,
765    FaceRetouchingNatural,
766    FaceRetouchingOff,
767    Facebook,
768    FactCheck,
769    Factory,
770    FamilyRestroom,
771    FastForward,
772    FastRewind,
773    Fastfood,
774    Favorite,
775    FavoriteBorder,
776    FavoriteOutline,
777    Fax,
778    FeaturedPlayList,
779    FeaturedVideo,
780    Feed,
781    Feedback,
782    Female,
783    Fence,
784    Festival,
785    FiberDvr,
786    FiberManualRecord,
787    FiberNew,
788    FiberPin,
789    FiberSmartRecord,
790    FileCopy,
791    FileDownload,
792    FileDownloadDone,
793    FileDownloadOff,
794    FileOpen,
795    FilePresent,
796    FileUpload,
797    FileUploadOff,
798    Filter,
799    Filter1,
800    Filter2,
801    Filter3,
802    Filter4,
803    Filter5,
804    Filter6,
805    Filter7,
806    Filter8,
807    Filter9,
808    Filter9Plus,
809    FilterAlt,
810    FilterAltOff,
811    FilterBAndW,
812    FilterCenterFocus,
813    FilterDrama,
814    FilterFrames,
815    FilterHdr,
816    FilterList,
817    FilterListAlt,
818    FilterListOff,
819    FilterNone,
820    FilterTiltShift,
821    FilterVintage,
822    FindInPage,
823    FindReplace,
824    Fingerprint,
825    FireExtinguisher,
826    FireHydrant,
827    FireHydrantAlt,
828    FireTruck,
829    Fireplace,
830    FirstPage,
831    FitScreen,
832    Fitbit,
833    FitnessCenter,
834    Flag,
835    FlagCircle,
836    Flaky,
837    Flare,
838    FlashAuto,
839    FlashOff,
840    FlashOn,
841    FlashlightOff,
842    FlashlightOn,
843    Flatware,
844    Flight,
845    FlightClass,
846    FlightLand,
847    FlightTakeoff,
848    Flip,
849    FlipCameraAndroid,
850    FlipCameraIos,
851    FlipToBack,
852    FlipToFront,
853    Flood,
854    Flourescent,
855    Flourescent2,
856    FlutterDash,
857    FmdBad,
858    FmdGood,
859    Foggy,
860    Folder,
861    FolderCopy,
862    FolderDelete,
863    FolderOff,
864    FolderOpen,
865    FolderShared,
866    FolderSpecial,
867    FolderZip,
868    FollowTheSigns,
869    FontDownload,
870    FontDownloadOff,
871    FoodBank,
872    Forest,
873    ForkLeft,
874    ForkRight,
875    Forklift,
876    FormatAlignCenter,
877    FormatAlignJustify,
878    FormatAlignLeft,
879    FormatAlignRight,
880    FormatBold,
881    FormatClear,
882    FormatColorFill,
883    FormatColorReset,
884    FormatColorText,
885    FormatIndentDecrease,
886    FormatIndentIncrease,
887    FormatItalic,
888    FormatLineSpacing,
889    FormatListBulleted,
890    FormatListBulletedAdd,
891    FormatListNumbered,
892    FormatListNumberedRtl,
893    FormatOverline,
894    FormatPaint,
895    FormatQuote,
896    FormatShapes,
897    FormatSize,
898    FormatStrikethrough,
899    FormatTextdirectionLToR,
900    FormatTextdirectionRToL,
901    FormatUnderline,
902    FormatUnderlined,
903    Fort,
904    Forum,
905    Forward,
906    Forward10,
907    Forward30,
908    Forward5,
909    ForwardToInbox,
910    Foundation,
911    FreeBreakfast,
912    FreeCancellation,
913    FrontHand,
914    FrontLoader,
915    Fullscreen,
916    FullscreenExit,
917    Functions,
918    GMobiledata,
919    GTranslate,
920    Gamepad,
921    Games,
922    Garage,
923    GasMeter,
924    Gavel,
925    GeneratingTokens,
926    Gesture,
927    GetApp,
928    Gif,
929    GifBox,
930    Girl,
931    Gite,
932    Goat,
933    GolfCourse,
934    GppBad,
935    GppGood,
936    GppMaybe,
937    GpsFixed,
938    GpsNotFixed,
939    GpsOff,
940    Grade,
941    Gradient,
942    Grading,
943    Grain,
944    GraphicEq,
945    Grass,
946    Grid3x3,
947    Grid4x4,
948    GridGoldenratio,
949    GridOff,
950    GridOn,
951    GridView,
952    Group,
953    GroupAdd,
954    GroupOff,
955    GroupRemove,
956    GroupWork,
957    Groups,
958    Groups2,
959    Groups3,
960    HMobiledata,
961    HPlusMobiledata,
962    Hail,
963    Handshake,
964    Handyman,
965    Hardware,
966    Hd,
967    HdrAuto,
968    HdrAutoSelect,
969    HdrEnhancedSelect,
970    HdrOff,
971    HdrOffSelect,
972    HdrOn,
973    HdrOnSelect,
974    HdrPlus,
975    HdrStrong,
976    HdrWeak,
977    Headphones,
978    HeadphonesBattery,
979    Headset,
980    HeadsetMic,
981    HeadsetOff,
982    Healing,
983    HealthAndSafety,
984    Hearing,
985    HearingDisabled,
986    HeartBroken,
987    HeatPump,
988    Height,
989    Help,
990    HelpCenter,
991    HelpOutline,
992    Hevc,
993    Hexagon,
994    HideImage,
995    HideSource,
996    HighQuality,
997    Highlight,
998    HighlightAlt,
999    HighlightOff,
1000    HighlightRemove,
1001    Hiking,
1002    History,
1003    HistoryEdu,
1004    HistoryToggleOff,
1005    Hive,
1006    Hls,
1007    HlsOff,
1008    HolidayVillage,
1009    Home,
1010    HomeFilled,
1011    HomeMax,
1012    HomeMini,
1013    HomeRepairService,
1014    HomeWork,
1015    HorizontalDistribute,
1016    HorizontalRule,
1017    HorizontalSplit,
1018    HotTub,
1019    Hotel,
1020    HotelClass,
1021    HourglassBottom,
1022    HourglassDisabled,
1023    HourglassEmpty,
1024    HourglassFull,
1025    HourglassTop,
1026    House,
1027    HouseSiding,
1028    Houseboat,
1029    HowToReg,
1030    HowToVote,
1031    Html,
1032    Http,
1033    Https,
1034    Hub,
1035    Hvac,
1036    IceSkating,
1037    Icecream,
1038    Image,
1039    ImageAspectRatio,
1040    ImageNotSupported,
1041    ImageSearch,
1042    ImagesearchRoller,
1043    ImportContacts,
1044    ImportExport,
1045    ImportantDevices,
1046    Inbox,
1047    IncompleteCircle,
1048    IndeterminateCheckBox,
1049    Info,
1050    InfoOutline,
1051    Input,
1052    InsertChart,
1053    InsertChartOutlined,
1054    InsertComment,
1055    InsertDriveFile,
1056    InsertEmoticon,
1057    InsertInvitation,
1058    InsertLink,
1059    InsertPageBreak,
1060    InsertPhoto,
1061    Insights,
1062    InstallDesktop,
1063    InstallMobile,
1064    IntegrationInstructions,
1065    Interests,
1066    InterpreterMode,
1067    Inventory,
1068    Inventory2,
1069    InvertColors,
1070    InvertColorsOff,
1071    InvertColorsOn,
1072    IosShare,
1073    Iron,
1074    Iso,
1075    Javascript,
1076    JoinFull,
1077    JoinInner,
1078    JoinLeft,
1079    JoinRight,
1080    Kayaking,
1081    KebabDining,
1082    Key,
1083    KeyOff,
1084    Keyboard,
1085    KeyboardAlt,
1086    KeyboardArrowDown,
1087    KeyboardArrowLeft,
1088    KeyboardArrowRight,
1089    KeyboardArrowUp,
1090    KeyboardBackspace,
1091    KeyboardCapslock,
1092    KeyboardCommand,
1093    KeyboardCommandKey,
1094    KeyboardControl,
1095    KeyboardControlKey,
1096    KeyboardDoubleArrowDown,
1097    KeyboardDoubleArrowLeft,
1098    KeyboardDoubleArrowRight,
1099    KeyboardDoubleArrowUp,
1100    KeyboardHide,
1101    KeyboardOption,
1102    KeyboardOptionKey,
1103    KeyboardReturn,
1104    KeyboardTab,
1105    KeyboardVoice,
1106    KingBed,
1107    Kitchen,
1108    Kitesurfing,
1109    Label,
1110    LabelImportant,
1111    LabelImportantOutline,
1112    LabelOff,
1113    LabelOutline,
1114    Lan,
1115    Landscape,
1116    Landslide,
1117    Language,
1118    Laptop,
1119    LaptopChromebook,
1120    LaptopMac,
1121    LaptopWindows,
1122    LastPage,
1123    Launch,
1124    Layers,
1125    LayersClear,
1126    Leaderboard,
1127    LeakAdd,
1128    LeakRemove,
1129    LeaveBagsAtHome,
1130    LegendToggle,
1131    Lens,
1132    LensBlur,
1133    LibraryAdd,
1134    LibraryAddCheck,
1135    LibraryBooks,
1136    LibraryMusic,
1137    Light,
1138    LightMode,
1139    Lightbulb,
1140    LightbulbCircle,
1141    LightbulbOutline,
1142    LineAxis,
1143    LineStyle,
1144    LineWeight,
1145    LinearScale,
1146    Link,
1147    LinkOff,
1148    LinkedCamera,
1149    Liquor,
1150    List,
1151    ListAlt,
1152    LiveHelp,
1153    LiveTv,
1154    Living,
1155    LocalActivity,
1156    LocalAirport,
1157    LocalAtm,
1158    LocalAttraction,
1159    LocalBar,
1160    LocalCafe,
1161    LocalCarWash,
1162    LocalConvenienceStore,
1163    LocalDining,
1164    LocalDrink,
1165    LocalFireDepartment,
1166    LocalFlorist,
1167    LocalGasStation,
1168    LocalGroceryStore,
1169    LocalHospital,
1170    LocalHotel,
1171    LocalLaundryService,
1172    LocalLibrary,
1173    LocalMall,
1174    LocalMovies,
1175    LocalOffer,
1176    LocalParking,
1177    LocalPharmacy,
1178    LocalPhone,
1179    LocalPizza,
1180    LocalPlay,
1181    LocalPolice,
1182    LocalPostOffice,
1183    LocalPrintShop,
1184    LocalPrintshop,
1185    LocalRestaurant,
1186    LocalSee,
1187    LocalShipping,
1188    LocalTaxi,
1189    LocationCity,
1190    LocationDisabled,
1191    LocationHistory,
1192    LocationOff,
1193    LocationOn,
1194    LocationPin,
1195    LocationSearching,
1196    Lock,
1197    LockClock,
1198    LockOpen,
1199    LockOutline,
1200    LockPerson,
1201    LockReset,
1202    Login,
1203    LogoDev,
1204    Logout,
1205    Looks,
1206    Looks3,
1207    Looks4,
1208    Looks5,
1209    Looks6,
1210    LooksOne,
1211    LooksTwo,
1212    Loop,
1213    Loupe,
1214    LowPriority,
1215    Loyalty,
1216    LteMobiledata,
1217    LtePlusMobiledata,
1218    Luggage,
1219    LunchDining,
1220    Lyrics,
1221    MacroOff,
1222    Mail,
1223    MailLock,
1224    MailOutline,
1225    Male,
1226    Man,
1227    Man2,
1228    Man3,
1229    Man4,
1230    ManageAccounts,
1231    ManageHistory,
1232    ManageSearch,
1233    Map,
1234    MapsHomeWork,
1235    MapsUgc,
1236    Margin,
1237    MarkAsUnread,
1238    MarkChatRead,
1239    MarkChatUnread,
1240    MarkEmailRead,
1241    MarkEmailUnread,
1242    MarkUnreadChatAlt,
1243    Markunread,
1244    MarkunreadMailbox,
1245    Masks,
1246    Maximize,
1247    MediaBluetoothOff,
1248    MediaBluetoothOn,
1249    Mediation,
1250    MedicalInformation,
1251    MedicalServices,
1252    Medication,
1253    MedicationLiquid,
1254    MeetingRoom,
1255    Memory,
1256    Menu,
1257    MenuBook,
1258    MenuOpen,
1259    Merge,
1260    MergeType,
1261    Message,
1262    Messenger,
1263    MessengerOutline,
1264    Mic,
1265    MicExternalOff,
1266    MicExternalOn,
1267    MicNone,
1268    MicOff,
1269    Microwave,
1270    MilitaryTech,
1271    Minimize,
1272    MinorCrash,
1273    MiscellaneousServices,
1274    MissedVideoCall,
1275    Mms,
1276    MobileFriendly,
1277    MobileOff,
1278    MobileScreenShare,
1279    MobiledataOff,
1280    Mode,
1281    ModeComment,
1282    ModeEdit,
1283    ModeEditOutline,
1284    ModeFanOff,
1285    ModeNight,
1286    ModeOfTravel,
1287    ModeStandby,
1288    ModelTraining,
1289    MonetizationOn,
1290    Money,
1291    MoneyOff,
1292    MoneyOffCsred,
1293    Monitor,
1294    MonitorHeart,
1295    MonitorWeight,
1296    MonochromePhotos,
1297    Mood,
1298    MoodBad,
1299    Moped,
1300    More,
1301    MoreHoriz,
1302    MoreTime,
1303    MoreVert,
1304    Mosque,
1305    MotionPhotosAuto,
1306    MotionPhotosOff,
1307    MotionPhotosOn,
1308    MotionPhotosPause,
1309    MotionPhotosPaused,
1310    Motorcycle,
1311    Mouse,
1312    MoveDown,
1313    MoveToInbox,
1314    MoveUp,
1315    Movie,
1316    MovieCreation,
1317    MovieEdit,
1318    MovieFilter,
1319    Moving,
1320    Mp,
1321    MultilineChart,
1322    MultipleStop,
1323    MultitrackAudio,
1324    Museum,
1325    MusicNote,
1326    MusicOff,
1327    MusicVideo,
1328    MyLibraryAdd,
1329    MyLibraryBooks,
1330    MyLibraryMusic,
1331    MyLocation,
1332    Nat,
1333    Nature,
1334    NaturePeople,
1335    NavigateBefore,
1336    NavigateNext,
1337    Navigation,
1338    NearMe,
1339    NearMeDisabled,
1340    NearbyError,
1341    NearbyOff,
1342    NestCamWiredStand,
1343    NetworkCell,
1344    NetworkCheck,
1345    NetworkLocked,
1346    NetworkPing,
1347    NetworkWifi,
1348    NetworkWifi1Bar,
1349    NetworkWifi2Bar,
1350    NetworkWifi3Bar,
1351    NewLabel,
1352    NewReleases,
1353    Newspaper,
1354    NextPlan,
1355    NextWeek,
1356    Nfc,
1357    NightShelter,
1358    Nightlife,
1359    Nightlight,
1360    NightlightRound,
1361    NightsStay,
1362    NoAccounts,
1363    NoAdultContent,
1364    NoBackpack,
1365    NoCell,
1366    NoCrash,
1367    NoDrinks,
1368    NoEncryption,
1369    NoEncryptionGmailerrorred,
1370    NoFlash,
1371    NoFood,
1372    NoLuggage,
1373    NoMeals,
1374    NoMealsOuline,
1375    NoMeetingRoom,
1376    NoPhotography,
1377    NoSim,
1378    NoStroller,
1379    NoTransfer,
1380    NoiseAware,
1381    NoiseControlOff,
1382    NordicWalking,
1383    North,
1384    NorthEast,
1385    NorthWest,
1386    NotAccessible,
1387    NotInterested,
1388    NotListedLocation,
1389    NotStarted,
1390    Note,
1391    NoteAdd,
1392    NoteAlt,
1393    Notes,
1394    NotificationAdd,
1395    NotificationImportant,
1396    Notifications,
1397    NotificationsActive,
1398    NotificationsNone,
1399    NotificationsOff,
1400    NotificationsOn,
1401    NotificationsPaused,
1402    NowWallpaper,
1403    NowWidgets,
1404    Numbers,
1405    OfflineBolt,
1406    OfflinePin,
1407    OfflineShare,
1408    OilBarrel,
1409    OnDeviceTraining,
1410    OndemandVideo,
1411    OnlinePrediction,
1412    Opacity,
1413    OpenInBrowser,
1414    OpenInFull,
1415    OpenInNew,
1416    OpenInNewOff,
1417    OpenWith,
1418    OtherHouses,
1419    Outbond,
1420    Outbound,
1421    Outbox,
1422    OutdoorGrill,
1423    OutgoingMail,
1424    Outlet,
1425    OutlinedFlag,
1426    Output,
1427    Padding,
1428    Pages,
1429    Pageview,
1430    Paid,
1431    Palette,
1432    Pallet,
1433    PanTool,
1434    PanToolAlt,
1435    Panorama,
1436    PanoramaFishEye,
1437    PanoramaFisheye,
1438    PanoramaHorizontal,
1439    PanoramaHorizontalSelect,
1440    PanoramaPhotosphere,
1441    PanoramaPhotosphereSelect,
1442    PanoramaVertical,
1443    PanoramaVerticalSelect,
1444    PanoramaWideAngle,
1445    PanoramaWideAngleSelect,
1446    Paragliding,
1447    Park,
1448    PartyMode,
1449    Password,
1450    Pattern,
1451    Pause,
1452    PauseCircle,
1453    PauseCircleFilled,
1454    PauseCircleOutline,
1455    PausePresentation,
1456    Payment,
1457    Payments,
1458    Paypal,
1459    PedalBike,
1460    Pending,
1461    PendingActions,
1462    Pentagon,
1463    People,
1464    PeopleAlt,
1465    PeopleOutline,
1466    Percent,
1467    PermCameraMic,
1468    PermContactCal,
1469    PermContactCalendar,
1470    PermDataSetting,
1471    PermDeviceInfo,
1472    PermDeviceInformation,
1473    PermIdentity,
1474    PermMedia,
1475    PermPhoneMsg,
1476    PermScanWifi,
1477    Person,
1478    Person2,
1479    Person3,
1480    Person4,
1481    PersonAdd,
1482    PersonAddAlt,
1483    PersonAddAlt1,
1484    PersonAddDisabled,
1485    PersonOff,
1486    PersonOutline,
1487    PersonPin,
1488    PersonPinCircle,
1489    PersonRemove,
1490    PersonRemoveAlt1,
1491    PersonSearch,
1492    PersonalInjury,
1493    PersonalVideo,
1494    PestControl,
1495    PestControlRodent,
1496    Pets,
1497    Phishing,
1498    Phone,
1499    PhoneAndroid,
1500    PhoneBluetoothSpeaker,
1501    PhoneCallback,
1502    PhoneDisabled,
1503    PhoneEnabled,
1504    PhoneForwarded,
1505    PhoneInTalk,
1506    PhoneIphone,
1507    PhoneLocked,
1508    PhoneMissed,
1509    PhonePaused,
1510    Phonelink,
1511    PhonelinkErase,
1512    PhonelinkLock,
1513    PhonelinkOff,
1514    PhonelinkRing,
1515    PhonelinkSetup,
1516    Photo,
1517    PhotoAlbum,
1518    PhotoCamera,
1519    PhotoCameraBack,
1520    PhotoCameraFront,
1521    PhotoFilter,
1522    PhotoLibrary,
1523    PhotoSizeSelectActual,
1524    PhotoSizeSelectLarge,
1525    PhotoSizeSelectSmall,
1526    Php,
1527    Piano,
1528    PianoOff,
1529    PictureAsPdf,
1530    PictureInPicture,
1531    PictureInPictureAlt,
1532    PieChart,
1533    PieChartOutline,
1534    PieChartOutlined,
1535    Pin,
1536    PinDrop,
1537    PinEnd,
1538    PinInvoke,
1539    Pinch,
1540    PivotTableChart,
1541    Pix,
1542    Place,
1543    Plagiarism,
1544    PlayArrow,
1545    PlayCircle,
1546    PlayCircleFill,
1547    PlayCircleFilled,
1548    PlayCircleOutline,
1549    PlayDisabled,
1550    PlayForWork,
1551    PlayLesson,
1552    PlaylistAdd,
1553    PlaylistAddCheck,
1554    PlaylistAddCheckCircle,
1555    PlaylistAddCircle,
1556    PlaylistPlay,
1557    PlaylistRemove,
1558    Plumbing,
1559    PlusOne,
1560    Podcasts,
1561    PointOfSale,
1562    Policy,
1563    Poll,
1564    Polyline,
1565    Polymer,
1566    Pool,
1567    PortableWifiOff,
1568    Portrait,
1569    PostAdd,
1570    Power,
1571    PowerInput,
1572    PowerOff,
1573    PowerSettingsNew,
1574    PrecisionManufacturing,
1575    PregnantWoman,
1576    PresentToAll,
1577    Preview,
1578    PriceChange,
1579    PriceCheck,
1580    Print,
1581    PrintDisabled,
1582    PriorityHigh,
1583    PrivacyTip,
1584    PrivateConnectivity,
1585    ProductionQuantityLimits,
1586    Propane,
1587    PropaneTank,
1588    Psychology,
1589    PsychologyAlt,
1590    Public,
1591    PublicOff,
1592    Publish,
1593    PublishedWithChanges,
1594    PunchClock,
1595    PushPin,
1596    QrCode,
1597    QrCode2,
1598    QrCodeScanner,
1599    QueryBuilder,
1600    QueryStats,
1601    QuestionAnswer,
1602    QuestionMark,
1603    Queue,
1604    QueueMusic,
1605    QueuePlayNext,
1606    QuickContactsDialer,
1607    QuickContactsMail,
1608    Quickreply,
1609    Quiz,
1610    Quora,
1611    RMobiledata,
1612    Radar,
1613    Radio,
1614    RadioButtonChecked,
1615    RadioButtonOff,
1616    RadioButtonOn,
1617    RadioButtonUnchecked,
1618    RailwayAlert,
1619    RamenDining,
1620    RampLeft,
1621    RampRight,
1622    RateReview,
1623    RawOff,
1624    RawOn,
1625    ReadMore,
1626    RealEstateAgent,
1627    RebaseEdit,
1628    Receipt,
1629    ReceiptLong,
1630    RecentActors,
1631    Recommend,
1632    RecordVoiceOver,
1633    Rectangle,
1634    Recycling,
1635    Reddit,
1636    Redeem,
1637    Redo,
1638    ReduceCapacity,
1639    Refresh,
1640    RememberMe,
1641    Remove,
1642    RemoveCircle,
1643    RemoveCircleOutline,
1644    RemoveDone,
1645    RemoveFromQueue,
1646    RemoveModerator,
1647    RemoveRedEye,
1648    RemoveRoad,
1649    RemoveShoppingCart,
1650    Reorder,
1651    Repartition,
1652    Repeat,
1653    RepeatOn,
1654    RepeatOne,
1655    RepeatOneOn,
1656    Replay,
1657    Replay10,
1658    Replay30,
1659    Replay5,
1660    ReplayCircleFilled,
1661    Reply,
1662    ReplyAll,
1663    Report,
1664    ReportGmailerrorred,
1665    ReportOff,
1666    ReportProblem,
1667    RequestPage,
1668    RequestQuote,
1669    ResetTv,
1670    RestartAlt,
1671    Restaurant,
1672    RestaurantMenu,
1673    Restore,
1674    RestoreFromTrash,
1675    RestorePage,
1676    Reviews,
1677    RiceBowl,
1678    RingVolume,
1679    Rocket,
1680    RocketLaunch,
1681    RollerShades,
1682    RollerShadesClosed,
1683    RollerSkating,
1684    Roofing,
1685    Room,
1686    RoomPreferences,
1687    RoomService,
1688    Rotate90DegreesCcw,
1689    Rotate90DegreesCw,
1690    RotateLeft,
1691    RotateRight,
1692    RoundaboutLeft,
1693    RoundaboutRight,
1694    RoundedCorner,
1695    Route,
1696    Router,
1697    Rowing,
1698    RssFeed,
1699    Rsvp,
1700    Rtt,
1701    Rule,
1702    RuleFolder,
1703    RunCircle,
1704    RunningWithErrors,
1705    RvHookup,
1706    SafetyCheck,
1707    SafetyDivider,
1708    Sailing,
1709    Sanitizer,
1710    Satellite,
1711    SatelliteAlt,
1712    Save,
1713    SaveAlt,
1714    SaveAs,
1715    SavedSearch,
1716    Savings,
1717    Scale,
1718    Scanner,
1719    ScatterPlot,
1720    Schedule,
1721    ScheduleSend,
1722    Schema,
1723    School,
1724    Science,
1725    Score,
1726    Scoreboard,
1727    ScreenLockLandscape,
1728    ScreenLockPortrait,
1729    ScreenLockRotation,
1730    ScreenRotation,
1731    ScreenRotationAlt,
1732    ScreenSearchDesktop,
1733    ScreenShare,
1734    Screenshot,
1735    ScreenshotMonitor,
1736    ScubaDiving,
1737    Sd,
1738    SdCard,
1739    SdCardAlert,
1740    SdStorage,
1741    Search,
1742    SearchOff,
1743    Security,
1744    SecurityUpdate,
1745    SecurityUpdateGood,
1746    SecurityUpdateWarning,
1747    Segment,
1748    SelectAll,
1749    SelfImprovement,
1750    Sell,
1751    Send,
1752    SendAndArchive,
1753    SendTimeExtension,
1754    SendToMobile,
1755    SensorDoor,
1756    SensorOccupied,
1757    SensorWindow,
1758    Sensors,
1759    SensorsOff,
1760    SentimentDissatisfied,
1761    SentimentNeutral,
1762    SentimentSatisfied,
1763    SentimentSatisfiedAlt,
1764    SentimentVeryDissatisfied,
1765    SentimentVerySatisfied,
1766    SetMeal,
1767    Settings,
1768    SettingsAccessibility,
1769    SettingsApplications,
1770    SettingsBackupRestore,
1771    SettingsBluetooth,
1772    SettingsBrightness,
1773    SettingsCell,
1774    SettingsDisplay,
1775    SettingsEthernet,
1776    SettingsInputAntenna,
1777    SettingsInputComponent,
1778    SettingsInputComposite,
1779    SettingsInputHdmi,
1780    SettingsInputSvideo,
1781    SettingsOverscan,
1782    SettingsPhone,
1783    SettingsPower,
1784    SettingsRemote,
1785    SettingsSuggest,
1786    SettingsSystemDaydream,
1787    SettingsVoice,
1788    SevereCold,
1789    ShapeLine,
1790    Share,
1791    ShareArrivalTime,
1792    ShareLocation,
1793    Shelves,
1794    Shield,
1795    ShieldMoon,
1796    Shop,
1797    Shop2,
1798    ShopTwo,
1799    Shopify,
1800    ShoppingBag,
1801    ShoppingBasket,
1802    ShoppingCart,
1803    ShoppingCartCheckout,
1804    ShortText,
1805    Shortcut,
1806    ShowChart,
1807    Shower,
1808    Shuffle,
1809    ShuffleOn,
1810    ShutterSpeed,
1811    Sick,
1812    SignLanguage,
1813    SignalCellular0Bar,
1814    SignalCellular4Bar,
1815    SignalCellularAlt,
1816    SignalCellularAlt1Bar,
1817    SignalCellularAlt2Bar,
1818    SignalCellularConnectedNoInternet0Bar,
1819    SignalCellularConnectedNoInternet4Bar,
1820    SignalCellularNoSim,
1821    SignalCellularNodata,
1822    SignalCellularNull,
1823    SignalCellularOff,
1824    SignalWifi0Bar,
1825    SignalWifi4Bar,
1826    SignalWifi4BarLock,
1827    SignalWifiBad,
1828    SignalWifiConnectedNoInternet4,
1829    SignalWifiOff,
1830    SignalWifiStatusbar4Bar,
1831    SignalWifiStatusbarConnectedNoInternet4,
1832    SignalWifiStatusbarNull,
1833    Signpost,
1834    SimCard,
1835    SimCardAlert,
1836    SimCardDownload,
1837    SingleBed,
1838    Sip,
1839    Skateboarding,
1840    SkipNext,
1841    SkipPrevious,
1842    Sledding,
1843    Slideshow,
1844    SlowMotionVideo,
1845    SmartButton,
1846    SmartDisplay,
1847    SmartScreen,
1848    SmartToy,
1849    Smartphone,
1850    SmokeFree,
1851    SmokingRooms,
1852    Sms,
1853    SmsFailed,
1854    Snapchat,
1855    SnippetFolder,
1856    Snooze,
1857    Snowboarding,
1858    Snowing,
1859    Snowmobile,
1860    Snowshoeing,
1861    Soap,
1862    SocialDistance,
1863    SolarPower,
1864    Sort,
1865    SortByAlpha,
1866    Sos,
1867    SoupKitchen,
1868    Source,
1869    South,
1870    SouthAmerica,
1871    SouthEast,
1872    SouthWest,
1873    Spa,
1874    SpaceBar,
1875    SpaceDashboard,
1876    SpatialAudio,
1877    SpatialAudioOff,
1878    SpatialTracking,
1879    Speaker,
1880    SpeakerGroup,
1881    SpeakerNotes,
1882    SpeakerNotesOff,
1883    SpeakerPhone,
1884    Speed,
1885    Spellcheck,
1886    Splitscreen,
1887    Spoke,
1888    Sports,
1889    SportsBar,
1890    SportsBaseball,
1891    SportsBasketball,
1892    SportsCricket,
1893    SportsEsports,
1894    SportsFootball,
1895    SportsGolf,
1896    SportsGymnastics,
1897    SportsHandball,
1898    SportsHockey,
1899    SportsKabaddi,
1900    SportsMartialArts,
1901    SportsMma,
1902    SportsMotorsports,
1903    SportsRugby,
1904    SportsScore,
1905    SportsSoccer,
1906    SportsTennis,
1907    SportsVolleyball,
1908    Square,
1909    SquareFoot,
1910    SsidChart,
1911    StackedBarChart,
1912    StackedLineChart,
1913    Stadium,
1914    Stairs,
1915    Star,
1916    StarBorder,
1917    StarBorderPurple500,
1918    StarHalf,
1919    StarOutline,
1920    StarPurple500,
1921    StarRate,
1922    Stars,
1923    Start,
1924    StayCurrentLandscape,
1925    StayCurrentPortrait,
1926    StayPrimaryLandscape,
1927    StayPrimaryPortrait,
1928    StickyNote2,
1929    Stop,
1930    StopCircle,
1931    StopScreenShare,
1932    Storage,
1933    Store,
1934    StoreMallDirectory,
1935    Storefront,
1936    Storm,
1937    Straight,
1938    Straighten,
1939    Stream,
1940    Streetview,
1941    StrikethroughS,
1942    Stroller,
1943    Style,
1944    SubdirectoryArrowLeft,
1945    SubdirectoryArrowRight,
1946    Subject,
1947    Subscript,
1948    Subscriptions,
1949    Subtitles,
1950    SubtitlesOff,
1951    Subway,
1952    Summarize,
1953    Sunny,
1954    SunnySnowing,
1955    Superscript,
1956    SupervisedUserCircle,
1957    SupervisorAccount,
1958    Support,
1959    SupportAgent,
1960    Surfing,
1961    SurroundSound,
1962    SwapCalls,
1963    SwapHoriz,
1964    SwapHorizontalCircle,
1965    SwapVert,
1966    SwapVertCircle,
1967    SwapVerticalCircle,
1968    Swipe,
1969    SwipeDown,
1970    SwipeDownAlt,
1971    SwipeLeft,
1972    SwipeLeftAlt,
1973    SwipeRight,
1974    SwipeRightAlt,
1975    SwipeUp,
1976    SwipeUpAlt,
1977    SwipeVertical,
1978    SwitchAccessShortcut,
1979    SwitchAccessShortcutAdd,
1980    SwitchAccount,
1981    SwitchCamera,
1982    SwitchLeft,
1983    SwitchRight,
1984    SwitchVideo,
1985    Synagogue,
1986    Sync,
1987    SyncAlt,
1988    SyncDisabled,
1989    SyncLock,
1990    SyncProblem,
1991    SystemSecurityUpdate,
1992    SystemSecurityUpdateGood,
1993    SystemSecurityUpdateWarning,
1994    SystemUpdate,
1995    SystemUpdateAlt,
1996    SystemUpdateTv,
1997    Tab,
1998    TabUnselected,
1999    TableBar,
2000    TableChart,
2001    TableRestaurant,
2002    TableRows,
2003    TableView,
2004    Tablet,
2005    TabletAndroid,
2006    TabletMac,
2007    Tag,
2008    TagFaces,
2009    TakeoutDining,
2010    TapAndPlay,
2011    Tapas,
2012    Task,
2013    TaskAlt,
2014    TaxiAlert,
2015    Telegram,
2016    TempleBuddhist,
2017    TempleHindu,
2018    Terminal,
2019    Terrain,
2020    TextDecrease,
2021    TextFields,
2022    TextFormat,
2023    TextIncrease,
2024    TextRotateUp,
2025    TextRotateVertical,
2026    TextRotationAngledown,
2027    TextRotationAngleup,
2028    TextRotationDown,
2029    TextRotationNone,
2030    TextSnippet,
2031    Textsms,
2032    Texture,
2033    TheaterComedy,
2034    Theaters,
2035    Thermostat,
2036    ThermostatAuto,
2037    ThumbDown,
2038    ThumbDownAlt,
2039    ThumbDownOffAlt,
2040    ThumbUp,
2041    ThumbUpAlt,
2042    ThumbUpOffAlt,
2043    ThumbsUpDown,
2044    Thunderstorm,
2045    Tiktok,
2046    TimeToLeave,
2047    Timelapse,
2048    Timeline,
2049    Timer,
2050    Timer10,
2051    Timer10Select,
2052    Timer3,
2053    Timer3Select,
2054    TimerOff,
2055    TipsAndUpdates,
2056    TireRepair,
2057    Title,
2058    Toc,
2059    Today,
2060    ToggleOff,
2061    ToggleOn,
2062    Token,
2063    Toll,
2064    Tonality,
2065    Topic,
2066    Tornado,
2067    TouchApp,
2068    Tour,
2069    Toys,
2070    TrackChanges,
2071    Traffic,
2072    Train,
2073    Tram,
2074    Transcribe,
2075    TransferWithinAStation,
2076    Transform,
2077    Transgender,
2078    TransitEnterexit,
2079    Translate,
2080    TravelExplore,
2081    TrendingDown,
2082    TrendingFlat,
2083    TrendingNeutral,
2084    TrendingUp,
2085    TripOrigin,
2086    Trolley,
2087    Troubleshoot,
2088    Try,
2089    Tsunami,
2090    Tty,
2091    Tune,
2092    Tungsten,
2093    TurnLeft,
2094    TurnRight,
2095    TurnSharpLeft,
2096    TurnSharpRight,
2097    TurnSlightLeft,
2098    TurnSlightRight,
2099    TurnedIn,
2100    TurnedInNot,
2101    Tv,
2102    TvOff,
2103    TwoWheeler,
2104    TypeSpecimen,
2105    UTurnLeft,
2106    UTurnRight,
2107    Umbrella,
2108    Unarchive,
2109    Undo,
2110    UnfoldLess,
2111    UnfoldLessDouble,
2112    UnfoldMore,
2113    UnfoldMoreDouble,
2114    Unpublished,
2115    Unsubscribe,
2116    Upcoming,
2117    Update,
2118    UpdateDisabled,
2119    Upgrade,
2120    Upload,
2121    UploadFile,
2122    Usb,
2123    UsbOff,
2124    Vaccines,
2125    VapeFree,
2126    VapingRooms,
2127    Verified,
2128    VerifiedUser,
2129    VerticalAlignBottom,
2130    VerticalAlignCenter,
2131    VerticalAlignTop,
2132    VerticalDistribute,
2133    VerticalShades,
2134    VerticalShadesClosed,
2135    VerticalSplit,
2136    Vibration,
2137    VideoCall,
2138    VideoCameraBack,
2139    VideoCameraFront,
2140    VideoChat,
2141    VideoCollection,
2142    VideoFile,
2143    VideoLabel,
2144    VideoLibrary,
2145    VideoSettings,
2146    VideoStable,
2147    Videocam,
2148    VideocamOff,
2149    VideogameAsset,
2150    VideogameAssetOff,
2151    ViewAgenda,
2152    ViewArray,
2153    ViewCarousel,
2154    ViewColumn,
2155    ViewComfortable,
2156    ViewComfy,
2157    ViewComfyAlt,
2158    ViewCompact,
2159    ViewCompactAlt,
2160    ViewCozy,
2161    ViewDay,
2162    ViewHeadline,
2163    ViewInAr,
2164    ViewKanban,
2165    ViewList,
2166    ViewModule,
2167    ViewQuilt,
2168    ViewSidebar,
2169    ViewStream,
2170    ViewTimeline,
2171    ViewWeek,
2172    Vignette,
2173    Villa,
2174    Visibility,
2175    VisibilityOff,
2176    VoiceChat,
2177    VoiceOverOff,
2178    Voicemail,
2179    Volcano,
2180    VolumeDown,
2181    VolumeDownAlt,
2182    VolumeMute,
2183    VolumeOff,
2184    VolumeUp,
2185    VolunteerActivism,
2186    VpnKey,
2187    VpnKeyOff,
2188    VpnLock,
2189    Vrpano,
2190    Wallet,
2191    WalletGiftcard,
2192    WalletMembership,
2193    WalletTravel,
2194    Wallpaper,
2195    Warehouse,
2196    Warning,
2197    WarningAmber,
2198    Wash,
2199    Watch,
2200    WatchLater,
2201    WatchOff,
2202    Water,
2203    WaterDamage,
2204    WaterDrop,
2205    WaterfallChart,
2206    Waves,
2207    WavingHand,
2208    WbAuto,
2209    WbCloudy,
2210    WbIncandescent,
2211    WbIridescent,
2212    WbShade,
2213    WbSunny,
2214    WbTwighlight,
2215    WbTwilight,
2216    Wc,
2217    Web,
2218    WebAsset,
2219    WebAssetOff,
2220    WebStories,
2221    Webhook,
2222    Wechat,
2223    Weekend,
2224    West,
2225    Whatshot,
2226    WheelchairPickup,
2227    WhereToVote,
2228    Widgets,
2229    WidthFull,
2230    WidthNormal,
2231    WidthWide,
2232    Wifi,
2233    Wifi1Bar,
2234    Wifi2Bar,
2235    WifiCalling,
2236    WifiCalling3,
2237    WifiChannel,
2238    WifiFind,
2239    WifiLock,
2240    WifiOff,
2241    WifiPassword,
2242    WifiProtectedSetup,
2243    WifiTethering,
2244    WifiTetheringError,
2245    WifiTetheringErrorRounded,
2246    WifiTetheringOff,
2247    WindPower,
2248    Window,
2249    WineBar,
2250    Woman,
2251    Woman2,
2252    WooCommerce,
2253    Wordpress,
2254    Work,
2255    WorkHistory,
2256    WorkOff,
2257    WorkOutline,
2258    WorkspacePremium,
2259    Workspaces,
2260    WorkspacesFilled,
2261    WorkspacesOutline,
2262    WrapText,
2263    WrongLocation,
2264    Wysiwyg,
2265    Yard,
2266    YoutubeSearchedFor,
2267    ZoomIn,
2268    ZoomInMap,
2269    ZoomOut,
2270    ZoomOutMap,
2271}
2272
2273
2274/// Converts an `Icon` to a `char`. Same as `format!("{}", icon)` or `icon.to_char()`.
2275#[no_mangle]
2276pub fn icon_to_char(icon: Icon) -> char {
2277    use self::Icon::*;
2278    match icon {
2279        TenK => '\u{e951}',
2280        TenMp => '\u{e952}',
2281        ElevenMp => '\u{e953}',
2282        OneTwoThree => '\u{eb8d}',
2283        TwelveMp => '\u{e954}',
2284        ThirteenMp => '\u{e955}',
2285        FourteenMp => '\u{e956}',
2286        FifteenMp => '\u{e957}',
2287        SixteenMp => '\u{e958}',
2288        SeventeenMp => '\u{e959}',
2289        EighteenUpRating => '\u{f8fd}',
2290        EighteenMp => '\u{e95a}',
2291        NineteenMp => '\u{e95b}',
2292        OneK => '\u{e95c}',
2293        OneKPlus => '\u{e95d}',
2294        OneXMobiledata => '\u{efcd}',
2295        TwentyMp => '\u{e95e}',
2296        TwentyOneMp => '\u{e95f}',
2297        TwentyTwoMp => '\u{e960}',
2298        TwentyThreeMp => '\u{e961}',
2299        TwentyFourMp => '\u{e962}',
2300        TwoK => '\u{e963}',
2301        TwoKPlus => '\u{e964}',
2302        TwoMp => '\u{e965}',
2303        ThirtyFps => '\u{efce}',
2304        ThirtyFpsSelect => '\u{efcf}',
2305        ThreeSixty => '\u{e577}',
2306        Rotation3d => '\u{e84d}',
2307        Mobiledata3g => '\u{efd0}',
2308        ThreeK => '\u{e966}',
2309        ThreeKPlus => '\u{e967}',
2310        ThreeMp => '\u{e968}',
2311        ThreeP => '\u{efd1}',
2312        Mobiledata4g => '\u{efd2}',
2313        Mobiledata4gPlus => '\u{efd3}',
2314        FourK => '\u{e072}',
2315        FourKPlus => '\u{e969}',
2316        FourMp => '\u{e96a}',
2317        FiveG => '\u{ef38}',
2318        FiveK => '\u{e96b}',
2319        FiveKPlus => '\u{e96c}',
2320        FiveMp => '\u{e96d}',
2321        SixtyFps => '\u{efd4}',
2322        SixtyFpsSelect => '\u{efd5}',
2323        SixFtApart => '\u{f21e}',
2324        SixK => '\u{e96e}',
2325        SixKPlus => '\u{e96f}',
2326        SixMp => '\u{e970}',
2327        SevenK => '\u{e971}',
2328        SevenKPlus => '\u{e972}',
2329        SevenMp => '\u{e973}',
2330        EightK => '\u{e974}',
2331        EightKPlus => '\u{e975}',
2332        EightMp => '\u{e976}',
2333        NineK => '\u{e977}',
2334        NineKPlus => '\u{e978}',
2335        NineMp => '\u{e979}',
2336        Abc => '\u{eb94}',
2337        AcUnit => '\u{eb3b}',
2338        AccessAlarm => '\u{e190}',
2339        AccessAlarms => '\u{e191}',
2340        AccessTime => '\u{e192}',
2341        AccessTimeFilled => '\u{efd6}',
2342        Accessibility => '\u{e84e}',
2343        AccessibilityNew => '\u{e92c}',
2344        Accessible => '\u{e914}',
2345        AccessibleForward => '\u{e934}',
2346        AccountBalance => '\u{e84f}',
2347        AccountBalanceWallet => '\u{e850}',
2348        AccountBox => '\u{e851}',
2349        AccountCircle => '\u{e853}',
2350        AccountTree => '\u{e97a}',
2351        AdUnits => '\u{ef39}',
2352        Adb => '\u{e60e}',
2353        Add => '\u{e145}',
2354        AddAPhoto => '\u{e439}',
2355        AddAlarm => '\u{e193}',
2356        AddAlert => '\u{e003}',
2357        AddBox => '\u{e146}',
2358        AddBusiness => '\u{e729}',
2359        AddCall => '\u{e0e8}',
2360        AddCard => '\u{eb86}',
2361        AddChart => '\u{e97b}',
2362        AddCircle => '\u{e147}',
2363        AddCircleOutline => '\u{e148}',
2364        AddComment => '\u{e266}',
2365        AddHome => '\u{f8eb}',
2366        AddHomeWork => '\u{f8ed}',
2367        AddIcCall => '\u{e97c}',
2368        AddLink => '\u{e178}',
2369        AddLocation => '\u{e567}',
2370        AddLocationAlt => '\u{ef3a}',
2371        AddModerator => '\u{e97d}',
2372        AddPhotoAlternate => '\u{e43e}',
2373        AddReaction => '\u{e1d3}',
2374        AddRoad => '\u{ef3b}',
2375        AddShoppingCart => '\u{e854}',
2376        AddTask => '\u{f23a}',
2377        AddToDrive => '\u{e65c}',
2378        AddToHomeScreen => '\u{e1fe}',
2379        AddToPhotos => '\u{e39d}',
2380        AddToQueue => '\u{e05c}',
2381        Addchart => '\u{ef3c}',
2382        AdfScanner => '\u{eada}',
2383        Adjust => '\u{e39e}',
2384        AdminPanelSettings => '\u{ef3d}',
2385        Adobe => '\u{ea96}',
2386        AdsClick => '\u{e762}',
2387        Agriculture => '\u{ea79}',
2388        Air => '\u{efd8}',
2389        AirlineSeatFlat => '\u{e630}',
2390        AirlineSeatFlatAngled => '\u{e631}',
2391        AirlineSeatIndividualSuite => '\u{e632}',
2392        AirlineSeatLegroomExtra => '\u{e633}',
2393        AirlineSeatLegroomNormal => '\u{e634}',
2394        AirlineSeatLegroomReduced => '\u{e635}',
2395        AirlineSeatReclineExtra => '\u{e636}',
2396        AirlineSeatReclineNormal => '\u{e637}',
2397        AirlineStops => '\u{e7d0}',
2398        Airlines => '\u{e7ca}',
2399        AirplaneTicket => '\u{efd9}',
2400        AirplanemodeActive => '\u{e195}',
2401        AirplanemodeInactive => '\u{e194}',
2402        AirplanemodeOff => '\u{e194}',
2403        AirplanemodeOn => '\u{e195}',
2404        Airplay => '\u{e055}',
2405        AirportShuttle => '\u{eb3c}',
2406        Alarm => '\u{e855}',
2407        AlarmAdd => '\u{e856}',
2408        AlarmOff => '\u{e857}',
2409        AlarmOn => '\u{e858}',
2410        Album => '\u{e019}',
2411        AlignHorizontalCenter => '\u{e00f}',
2412        AlignHorizontalLeft => '\u{e00d}',
2413        AlignHorizontalRight => '\u{e010}',
2414        AlignVerticalBottom => '\u{e015}',
2415        AlignVerticalCenter => '\u{e011}',
2416        AlignVerticalTop => '\u{e00c}',
2417        AllInbox => '\u{e97f}',
2418        AllInclusive => '\u{eb3d}',
2419        AllOut => '\u{e90b}',
2420        AltRoute => '\u{f184}',
2421        AlternateEmail => '\u{e0e6}',
2422        AmpStories => '\u{ea13}',
2423        Analytics => '\u{ef3e}',
2424        Anchor => '\u{f1cd}',
2425        Android => '\u{e859}',
2426        Animation => '\u{e71c}',
2427        Announcement => '\u{e85a}',
2428        Aod => '\u{efda}',
2429        Apartment => '\u{ea40}',
2430        Api => '\u{f1b7}',
2431        AppBlocking => '\u{ef3f}',
2432        AppRegistration => '\u{ef40}',
2433        AppSettingsAlt => '\u{ef41}',
2434        AppShortcut => '\u{eae4}',
2435        Apple => '\u{ea80}',
2436        Approval => '\u{e982}',
2437        Apps => '\u{e5c3}',
2438        AppsOutage => '\u{e7cc}',
2439        Architecture => '\u{ea3b}',
2440        Archive => '\u{e149}',
2441        AreaChart => '\u{e770}',
2442        ArrowBack => '\u{e5c4}',
2443        ArrowBackIos => '\u{e5e0}',
2444        ArrowBackIosNew => '\u{e2ea}',
2445        ArrowCircleDown => '\u{f181}',
2446        ArrowCircleLeft => '\u{eaa7}',
2447        ArrowCircleRight => '\u{eaaa}',
2448        ArrowCircleUp => '\u{f182}',
2449        ArrowDownward => '\u{e5db}',
2450        ArrowDropDown => '\u{e5c5}',
2451        ArrowDropDownCircle => '\u{e5c6}',
2452        ArrowDropUp => '\u{e5c7}',
2453        ArrowForward => '\u{e5c8}',
2454        ArrowForwardIos => '\u{e5e1}',
2455        ArrowLeft => '\u{e5de}',
2456        ArrowOutward => '\u{f8ce}',
2457        ArrowRight => '\u{e5df}',
2458        ArrowRightAlt => '\u{e941}',
2459        ArrowUpward => '\u{e5d8}',
2460        ArtTrack => '\u{e060}',
2461        Article => '\u{ef42}',
2462        AspectRatio => '\u{e85b}',
2463        Assessment => '\u{e85c}',
2464        Assignment => '\u{e85d}',
2465        AssignmentAdd => '\u{f848}',
2466        AssignmentInd => '\u{e85e}',
2467        AssignmentLate => '\u{e85f}',
2468        AssignmentReturn => '\u{e860}',
2469        AssignmentReturned => '\u{e861}',
2470        AssignmentTurnedIn => '\u{e862}',
2471        AssistWalker => '\u{f8d5}',
2472        Assistant => '\u{e39f}',
2473        AssistantDirection => '\u{e988}',
2474        AssistantNavigation => '\u{e989}',
2475        AssistantPhoto => '\u{e3a0}',
2476        AssuredWorkload => '\u{eb6f}',
2477        Atm => '\u{e573}',
2478        AttachEmail => '\u{ea5e}',
2479        AttachFile => '\u{e226}',
2480        AttachMoney => '\u{e227}',
2481        Attachment => '\u{e2bc}',
2482        Attractions => '\u{ea52}',
2483        Attribution => '\u{efdb}',
2484        AudioFile => '\u{eb82}',
2485        Audiotrack => '\u{e3a1}',
2486        AutoAwesome => '\u{e65f}',
2487        AutoAwesomeMosaic => '\u{e660}',
2488        AutoAwesomeMotion => '\u{e661}',
2489        AutoDelete => '\u{ea4c}',
2490        AutoFixHigh => '\u{e663}',
2491        AutoFixNormal => '\u{e664}',
2492        AutoFixOff => '\u{e665}',
2493        AutoGraph => '\u{e4fb}',
2494        AutoMode => '\u{ec20}',
2495        AutoStories => '\u{e666}',
2496        AutofpsSelect => '\u{efdc}',
2497        Autorenew => '\u{e863}',
2498        AvTimer => '\u{e01b}',
2499        BabyChangingStation => '\u{f19b}',
2500        BackHand => '\u{e764}',
2501        Backpack => '\u{f19c}',
2502        Backspace => '\u{e14a}',
2503        Backup => '\u{e864}',
2504        BackupTable => '\u{ef43}',
2505        Badge => '\u{ea67}',
2506        BakeryDining => '\u{ea53}',
2507        Balance => '\u{eaf6}',
2508        Balcony => '\u{e58f}',
2509        Ballot => '\u{e172}',
2510        BarChart => '\u{e26b}',
2511        BarcodeReader => '\u{f85c}',
2512        BatchPrediction => '\u{f0f5}',
2513        Bathroom => '\u{efdd}',
2514        Bathtub => '\u{ea41}',
2515        Battery0Bar => '\u{ebdc}',
2516        Battery1Bar => '\u{ebd9}',
2517        Battery2Bar => '\u{ebe0}',
2518        Battery3Bar => '\u{ebdd}',
2519        Battery4Bar => '\u{ebe2}',
2520        Battery5Bar => '\u{ebd4}',
2521        Battery6Bar => '\u{ebd2}',
2522        BatteryAlert => '\u{e19c}',
2523        BatteryChargingFull => '\u{e1a3}',
2524        BatteryFull => '\u{e1a4}',
2525        BatterySaver => '\u{efde}',
2526        BatteryStd => '\u{e1a5}',
2527        BatteryUnknown => '\u{e1a6}',
2528        BeachAccess => '\u{eb3e}',
2529        Bed => '\u{efdf}',
2530        BedroomBaby => '\u{efe0}',
2531        BedroomChild => '\u{efe1}',
2532        BedroomParent => '\u{efe2}',
2533        Bedtime => '\u{ef44}',
2534        BedtimeOff => '\u{eb76}',
2535        Beenhere => '\u{e52d}',
2536        Bento => '\u{f1f4}',
2537        BikeScooter => '\u{ef45}',
2538        Biotech => '\u{ea3a}',
2539        Blender => '\u{efe3}',
2540        Blind => '\u{f8d6}',
2541        Blinds => '\u{e286}',
2542        BlindsClosed => '\u{ec1f}',
2543        Block => '\u{e14b}',
2544        BlockFlipped => '\u{ef46}',
2545        Bloodtype => '\u{efe4}',
2546        Bluetooth => '\u{e1a7}',
2547        BluetoothAudio => '\u{e60f}',
2548        BluetoothConnected => '\u{e1a8}',
2549        BluetoothDisabled => '\u{e1a9}',
2550        BluetoothDrive => '\u{efe5}',
2551        BluetoothSearching => '\u{e1aa}',
2552        BlurCircular => '\u{e3a2}',
2553        BlurLinear => '\u{e3a3}',
2554        BlurOff => '\u{e3a4}',
2555        BlurOn => '\u{e3a5}',
2556        Bolt => '\u{ea0b}',
2557        Book => '\u{e865}',
2558        BookOnline => '\u{f217}',
2559        Bookmark => '\u{e866}',
2560        BookmarkAdd => '\u{e598}',
2561        BookmarkAdded => '\u{e599}',
2562        BookmarkBorder => '\u{e867}',
2563        BookmarkOutline => '\u{e867}',
2564        BookmarkRemove => '\u{e59a}',
2565        Bookmarks => '\u{e98b}',
2566        BorderAll => '\u{e228}',
2567        BorderBottom => '\u{e229}',
2568        BorderClear => '\u{e22a}',
2569        BorderColor => '\u{e22b}',
2570        BorderHorizontal => '\u{e22c}',
2571        BorderInner => '\u{e22d}',
2572        BorderLeft => '\u{e22e}',
2573        BorderOuter => '\u{e22f}',
2574        BorderRight => '\u{e230}',
2575        BorderStyle => '\u{e231}',
2576        BorderTop => '\u{e232}',
2577        BorderVertical => '\u{e233}',
2578        Boy => '\u{eb67}',
2579        BrandingWatermark => '\u{e06b}',
2580        BreakfastDining => '\u{ea54}',
2581        Brightness1 => '\u{e3a6}',
2582        Brightness2 => '\u{e3a7}',
2583        Brightness3 => '\u{e3a8}',
2584        Brightness4 => '\u{e3a9}',
2585        Brightness5 => '\u{e3aa}',
2586        Brightness6 => '\u{e3ab}',
2587        Brightness7 => '\u{e3ac}',
2588        BrightnessAuto => '\u{e1ab}',
2589        BrightnessHigh => '\u{e1ac}',
2590        BrightnessLow => '\u{e1ad}',
2591        BrightnessMedium => '\u{e1ae}',
2592        BroadcastOnHome => '\u{f8f8}',
2593        BroadcastOnPersonal => '\u{f8f9}',
2594        BrokenImage => '\u{e3ad}',
2595        BrowseGallery => '\u{ebd1}',
2596        BrowserNotSupported => '\u{ef47}',
2597        BrowserUpdated => '\u{e7cf}',
2598        BrunchDining => '\u{ea73}',
2599        Brush => '\u{e3ae}',
2600        BubbleChart => '\u{e6dd}',
2601        BugReport => '\u{e868}',
2602        Build => '\u{e869}',
2603        BuildCircle => '\u{ef48}',
2604        Bungalow => '\u{e591}',
2605        BurstMode => '\u{e43c}',
2606        BusAlert => '\u{e98f}',
2607        Business => '\u{e0af}',
2608        BusinessCenter => '\u{eb3f}',
2609        Cabin => '\u{e589}',
2610        Cable => '\u{efe6}',
2611        Cached => '\u{e86a}',
2612        Cake => '\u{e7e9}',
2613        Calculate => '\u{ea5f}',
2614        CalendarMonth => '\u{ebcc}',
2615        CalendarToday => '\u{e935}',
2616        CalendarViewDay => '\u{e936}',
2617        CalendarViewMonth => '\u{efe7}',
2618        CalendarViewWeek => '\u{efe8}',
2619        Call => '\u{e0b0}',
2620        CallEnd => '\u{e0b1}',
2621        CallMade => '\u{e0b2}',
2622        CallMerge => '\u{e0b3}',
2623        CallMissed => '\u{e0b4}',
2624        CallMissedOutgoing => '\u{e0e4}',
2625        CallReceived => '\u{e0b5}',
2626        CallSplit => '\u{e0b6}',
2627        CallToAction => '\u{e06c}',
2628        Camera => '\u{e3af}',
2629        CameraAlt => '\u{e3b0}',
2630        CameraEnhance => '\u{e8fc}',
2631        CameraFront => '\u{e3b1}',
2632        CameraIndoor => '\u{efe9}',
2633        CameraOutdoor => '\u{efea}',
2634        CameraRear => '\u{e3b2}',
2635        CameraRoll => '\u{e3b3}',
2636        Cameraswitch => '\u{efeb}',
2637        Campaign => '\u{ef49}',
2638        Cancel => '\u{e5c9}',
2639        CancelPresentation => '\u{e0e9}',
2640        CancelScheduleSend => '\u{ea39}',
2641        CandlestickChart => '\u{ead4}',
2642        CarCrash => '\u{ebf2}',
2643        CarRental => '\u{ea55}',
2644        CarRepair => '\u{ea56}',
2645        CardGiftcard => '\u{e8f6}',
2646        CardMembership => '\u{e8f7}',
2647        CardTravel => '\u{e8f8}',
2648        Carpenter => '\u{f1f8}',
2649        Cases => '\u{e992}',
2650        Casino => '\u{eb40}',
2651        Cast => '\u{e307}',
2652        CastConnected => '\u{e308}',
2653        CastForEducation => '\u{efec}',
2654        Castle => '\u{eab1}',
2655        CatchingPokemon => '\u{e508}',
2656        Category => '\u{e574}',
2657        Celebration => '\u{ea65}',
2658        CellTower => '\u{ebba}',
2659        CellWifi => '\u{e0ec}',
2660        CenterFocusStrong => '\u{e3b4}',
2661        CenterFocusWeak => '\u{e3b5}',
2662        Chair => '\u{efed}',
2663        ChairAlt => '\u{efee}',
2664        Chalet => '\u{e585}',
2665        ChangeCircle => '\u{e2e7}',
2666        ChangeHistory => '\u{e86b}',
2667        ChargingStation => '\u{f19d}',
2668        Chat => '\u{e0b7}',
2669        ChatBubble => '\u{e0ca}',
2670        ChatBubbleOutline => '\u{e0cb}',
2671        Check => '\u{e5ca}',
2672        CheckBox => '\u{e834}',
2673        CheckBoxOutlineBlank => '\u{e835}',
2674        CheckCircle => '\u{e86c}',
2675        CheckCircleOutline => '\u{e92d}',
2676        Checklist => '\u{e6b1}',
2677        ChecklistRtl => '\u{e6b3}',
2678        Checkroom => '\u{f19e}',
2679        ChevronLeft => '\u{e5cb}',
2680        ChevronRight => '\u{e5cc}',
2681        ChildCare => '\u{eb41}',
2682        ChildFriendly => '\u{eb42}',
2683        ChromeReaderMode => '\u{e86d}',
2684        Church => '\u{eaae}',
2685        Circle => '\u{ef4a}',
2686        CircleNotifications => '\u{e994}',
2687        Class => '\u{e86e}',
2688        CleanHands => '\u{f21f}',
2689        CleaningServices => '\u{f0ff}',
2690        Clear => '\u{e14c}',
2691        ClearAll => '\u{e0b8}',
2692        Close => '\u{e5cd}',
2693        CloseFullscreen => '\u{f1cf}',
2694        ClosedCaption => '\u{e01c}',
2695        ClosedCaptionDisabled => '\u{f1dc}',
2696        ClosedCaptionOff => '\u{e996}',
2697        Cloud => '\u{e2bd}',
2698        CloudCircle => '\u{e2be}',
2699        CloudDone => '\u{e2bf}',
2700        CloudDownload => '\u{e2c0}',
2701        CloudOff => '\u{e2c1}',
2702        CloudQueue => '\u{e2c2}',
2703        CloudSync => '\u{eb5a}',
2704        CloudUpload => '\u{e2c3}',
2705        CloudySnowing => '\u{e810}',
2706        Co2 => '\u{e7b0}',
2707        CoPresent => '\u{eaf0}',
2708        Code => '\u{e86f}',
2709        CodeOff => '\u{e4f3}',
2710        Coffee => '\u{efef}',
2711        CoffeeMaker => '\u{eff0}',
2712        Collections => '\u{e3b6}',
2713        CollectionsBookmark => '\u{e431}',
2714        ColorLens => '\u{e3b7}',
2715        Colorize => '\u{e3b8}',
2716        Comment => '\u{e0b9}',
2717        CommentBank => '\u{ea4e}',
2718        CommentsDisabled => '\u{e7a2}',
2719        Commit => '\u{eaf5}',
2720        Commute => '\u{e940}',
2721        Compare => '\u{e3b9}',
2722        CompareArrows => '\u{e915}',
2723        CompassCalibration => '\u{e57c}',
2724        Compost => '\u{e761}',
2725        Compress => '\u{e94d}',
2726        Computer => '\u{e30a}',
2727        ConfirmationNum => '\u{e638}',
2728        ConfirmationNumber => '\u{e638}',
2729        ConnectWithoutContact => '\u{f223}',
2730        ConnectedTv => '\u{e998}',
2731        ConnectingAirports => '\u{e7c9}',
2732        Construction => '\u{ea3c}',
2733        ContactEmergency => '\u{f8d1}',
2734        ContactMail => '\u{e0d0}',
2735        ContactPage => '\u{f22e}',
2736        ContactPhone => '\u{e0cf}',
2737        ContactSupport => '\u{e94c}',
2738        Contactless => '\u{ea71}',
2739        Contacts => '\u{e0ba}',
2740        ContentCopy => '\u{e14d}',
2741        ContentCut => '\u{e14e}',
2742        ContentPaste => '\u{e14f}',
2743        ContentPasteGo => '\u{ea8e}',
2744        ContentPasteOff => '\u{e4f8}',
2745        ContentPasteSearch => '\u{ea9b}',
2746        Contrast => '\u{eb37}',
2747        ControlCamera => '\u{e074}',
2748        ControlPoint => '\u{e3ba}',
2749        ControlPointDuplicate => '\u{e3bb}',
2750        ConveyorBelt => '\u{f867}',
2751        Cookie => '\u{eaac}',
2752        CopyAll => '\u{e2ec}',
2753        Copyright => '\u{e90c}',
2754        Coronavirus => '\u{f221}',
2755        CorporateFare => '\u{f1d0}',
2756        Cottage => '\u{e587}',
2757        Countertops => '\u{f1f7}',
2758        Create => '\u{e150}',
2759        CreateNewFolder => '\u{e2cc}',
2760        CreditCard => '\u{e870}',
2761        CreditCardOff => '\u{e4f4}',
2762        CreditScore => '\u{eff1}',
2763        Crib => '\u{e588}',
2764        CrisisAlert => '\u{ebe9}',
2765        Crop => '\u{e3be}',
2766        Crop169 => '\u{e3bc}',
2767        Crop32 => '\u{e3bd}',
2768        Crop54 => '\u{e3bf}',
2769        Crop75 => '\u{e3c0}',
2770        CropDin => '\u{e3c1}',
2771        CropFree => '\u{e3c2}',
2772        CropLandscape => '\u{e3c3}',
2773        CropOriginal => '\u{e3c4}',
2774        CropPortrait => '\u{e3c5}',
2775        CropRotate => '\u{e437}',
2776        CropSquare => '\u{e3c6}',
2777        CrueltyFree => '\u{e799}',
2778        Css => '\u{eb93}',
2779        CurrencyBitcoin => '\u{ebc5}',
2780        CurrencyExchange => '\u{eb70}',
2781        CurrencyFranc => '\u{eafa}',
2782        CurrencyLira => '\u{eaef}',
2783        CurrencyPound => '\u{eaf1}',
2784        CurrencyRuble => '\u{eaec}',
2785        CurrencyRupee => '\u{eaf7}',
2786        CurrencyYen => '\u{eafb}',
2787        CurrencyYuan => '\u{eaf9}',
2788        Curtains => '\u{ec1e}',
2789        CurtainsClosed => '\u{ec1d}',
2790        Cyclone => '\u{ebd5}',
2791        Dangerous => '\u{e99a}',
2792        DarkMode => '\u{e51c}',
2793        Dashboard => '\u{e871}',
2794        DashboardCustomize => '\u{e99b}',
2795        DataArray => '\u{ead1}',
2796        DataExploration => '\u{e76f}',
2797        DataObject => '\u{ead3}',
2798        DataSaverOff => '\u{eff2}',
2799        DataSaverOn => '\u{eff3}',
2800        DataThresholding => '\u{eb9f}',
2801        DataUsage => '\u{e1af}',
2802        Dataset => '\u{f8ee}',
2803        DatasetLinked => '\u{f8ef}',
2804        DateRange => '\u{e916}',
2805        Deblur => '\u{eb77}',
2806        Deck => '\u{ea42}',
2807        Dehaze => '\u{e3c7}',
2808        Delete => '\u{e872}',
2809        DeleteForever => '\u{e92b}',
2810        DeleteOutline => '\u{e92e}',
2811        DeleteSweep => '\u{e16c}',
2812        DeliveryDining => '\u{ea72}',
2813        DensityLarge => '\u{eba9}',
2814        DensityMedium => '\u{eb9e}',
2815        DensitySmall => '\u{eba8}',
2816        DepartureBoard => '\u{e576}',
2817        Description => '\u{e873}',
2818        Deselect => '\u{ebb6}',
2819        DesignServices => '\u{f10a}',
2820        Desk => '\u{f8f4}',
2821        DesktopAccessDisabled => '\u{e99d}',
2822        DesktopMac => '\u{e30b}',
2823        DesktopWindows => '\u{e30c}',
2824        Details => '\u{e3c8}',
2825        DeveloperBoard => '\u{e30d}',
2826        DeveloperBoardOff => '\u{e4ff}',
2827        DeveloperMode => '\u{e1b0}',
2828        DeviceHub => '\u{e335}',
2829        DeviceThermostat => '\u{e1ff}',
2830        DeviceUnknown => '\u{e339}',
2831        Devices => '\u{e1b1}',
2832        DevicesFold => '\u{ebde}',
2833        DevicesOther => '\u{e337}',
2834        DewPoint => '\u{f879}',
2835        DialerSip => '\u{e0bb}',
2836        Dialpad => '\u{e0bc}',
2837        Diamond => '\u{ead5}',
2838        Difference => '\u{eb7d}',
2839        Dining => '\u{eff4}',
2840        DinnerDining => '\u{ea57}',
2841        Directions => '\u{e52e}',
2842        DirectionsBike => '\u{e52f}',
2843        DirectionsBoat => '\u{e532}',
2844        DirectionsBoatFilled => '\u{eff5}',
2845        DirectionsBus => '\u{e530}',
2846        DirectionsBusFilled => '\u{eff6}',
2847        DirectionsCar => '\u{e531}',
2848        DirectionsCarFilled => '\u{eff7}',
2849        DirectionsFerry => '\u{e532}',
2850        DirectionsOff => '\u{f10f}',
2851        DirectionsRailway => '\u{e534}',
2852        DirectionsRailwayFilled => '\u{eff8}',
2853        DirectionsRun => '\u{e566}',
2854        DirectionsSubway => '\u{e533}',
2855        DirectionsSubwayFilled => '\u{eff9}',
2856        DirectionsTrain => '\u{e534}',
2857        DirectionsTransit => '\u{e535}',
2858        DirectionsTransitFilled => '\u{effa}',
2859        DirectionsWalk => '\u{e536}',
2860        DirtyLens => '\u{ef4b}',
2861        DisabledByDefault => '\u{f230}',
2862        DisabledVisible => '\u{e76e}',
2863        DiscFull => '\u{e610}',
2864        Discord => '\u{ea6c}',
2865        Discount => '\u{ebc9}',
2866        DisplaySettings => '\u{eb97}',
2867        Diversity1 => '\u{f8d7}',
2868        Diversity2 => '\u{f8d8}',
2869        Diversity3 => '\u{f8d9}',
2870        DndForwardslash => '\u{e611}',
2871        Dns => '\u{e875}',
2872        DoDisturb => '\u{f08c}',
2873        DoDisturbAlt => '\u{f08d}',
2874        DoDisturbOff => '\u{f08e}',
2875        DoDisturbOn => '\u{f08f}',
2876        DoNotDisturb => '\u{e612}',
2877        DoNotDisturbAlt => '\u{e611}',
2878        DoNotDisturbOff => '\u{e643}',
2879        DoNotDisturbOn => '\u{e644}',
2880        DoNotDisturbOnTotalSilence => '\u{effb}',
2881        DoNotStep => '\u{f19f}',
2882        DoNotTouch => '\u{f1b0}',
2883        Dock => '\u{e30e}',
2884        DocumentScanner => '\u{e5fa}',
2885        Domain => '\u{e7ee}',
2886        DomainAdd => '\u{eb62}',
2887        DomainDisabled => '\u{e0ef}',
2888        DomainVerification => '\u{ef4c}',
2889        Done => '\u{e876}',
2890        DoneAll => '\u{e877}',
2891        DoneOutline => '\u{e92f}',
2892        DonutLarge => '\u{e917}',
2893        DonutSmall => '\u{e918}',
2894        DoorBack => '\u{effc}',
2895        DoorFront => '\u{effd}',
2896        DoorSliding => '\u{effe}',
2897        Doorbell => '\u{efff}',
2898        DoubleArrow => '\u{ea50}',
2899        DownhillSkiing => '\u{e509}',
2900        Download => '\u{f090}',
2901        DownloadDone => '\u{f091}',
2902        DownloadForOffline => '\u{f000}',
2903        Downloading => '\u{f001}',
2904        Drafts => '\u{e151}',
2905        DragHandle => '\u{e25d}',
2906        DragIndicator => '\u{e945}',
2907        Draw => '\u{e746}',
2908        DriveEta => '\u{e613}',
2909        DriveFileMove => '\u{e675}',
2910        DriveFileMoveOutline => '\u{e9a1}',
2911        DriveFileMoveRtl => '\u{e76d}',
2912        DriveFileRenameOutline => '\u{e9a2}',
2913        DriveFolderUpload => '\u{e9a3}',
2914        Dry => '\u{f1b3}',
2915        DryCleaning => '\u{ea58}',
2916        Duo => '\u{e9a5}',
2917        Dvr => '\u{e1b2}',
2918        DynamicFeed => '\u{ea14}',
2919        DynamicForm => '\u{f1bf}',
2920        EMobiledata => '\u{f002}',
2921        Earbuds => '\u{f003}',
2922        EarbudsBattery => '\u{f004}',
2923        East => '\u{f1df}',
2924        Eco => '\u{ea35}',
2925        EdgesensorHigh => '\u{f005}',
2926        EdgesensorLow => '\u{f006}',
2927        Edit => '\u{e3c9}',
2928        EditAttributes => '\u{e578}',
2929        EditCalendar => '\u{e742}',
2930        EditDocument => '\u{f88c}',
2931        EditLocation => '\u{e568}',
2932        EditLocationAlt => '\u{e1c5}',
2933        EditNote => '\u{e745}',
2934        EditNotifications => '\u{e525}',
2935        EditOff => '\u{e950}',
2936        EditRoad => '\u{ef4d}',
2937        EditSquare => '\u{f88d}',
2938        Egg => '\u{eacc}',
2939        EggAlt => '\u{eac8}',
2940        Eject => '\u{e8fb}',
2941        Elderly => '\u{f21a}',
2942        ElderlyWoman => '\u{eb69}',
2943        ElectricBike => '\u{eb1b}',
2944        ElectricBolt => '\u{ec1c}',
2945        ElectricCar => '\u{eb1c}',
2946        ElectricMeter => '\u{ec1b}',
2947        ElectricMoped => '\u{eb1d}',
2948        ElectricRickshaw => '\u{eb1e}',
2949        ElectricScooter => '\u{eb1f}',
2950        ElectricalServices => '\u{f102}',
2951        Elevator => '\u{f1a0}',
2952        Email => '\u{e0be}',
2953        Emergency => '\u{e1eb}',
2954        EmergencyRecording => '\u{ebf4}',
2955        EmergencyShare => '\u{ebf6}',
2956        EmojiEmotions => '\u{ea22}',
2957        EmojiEvents => '\u{ea23}',
2958        EmojiFlags => '\u{ea1a}',
2959        EmojiFoodBeverage => '\u{ea1b}',
2960        EmojiNature => '\u{ea1c}',
2961        EmojiObjects => '\u{ea24}',
2962        EmojiPeople => '\u{ea1d}',
2963        EmojiSymbols => '\u{ea1e}',
2964        EmojiTransportation => '\u{ea1f}',
2965        EnergySavingsLeaf => '\u{ec1a}',
2966        Engineering => '\u{ea3d}',
2967        EnhancePhotoTranslate => '\u{e8fc}',
2968        EnhancedEncryption => '\u{e63f}',
2969        Equalizer => '\u{e01d}',
2970        Error => '\u{e000}',
2971        ErrorOutline => '\u{e001}',
2972        Escalator => '\u{f1a1}',
2973        EscalatorWarning => '\u{f1ac}',
2974        Euro => '\u{ea15}',
2975        EuroSymbol => '\u{e926}',
2976        EvStation => '\u{e56d}',
2977        Event => '\u{e878}',
2978        EventAvailable => '\u{e614}',
2979        EventBusy => '\u{e615}',
2980        EventNote => '\u{e616}',
2981        EventRepeat => '\u{eb7b}',
2982        EventSeat => '\u{e903}',
2983        ExitToApp => '\u{e879}',
2984        Expand => '\u{e94f}',
2985        ExpandCircleDown => '\u{e7cd}',
2986        ExpandLess => '\u{e5ce}',
2987        ExpandMore => '\u{e5cf}',
2988        Explicit => '\u{e01e}',
2989        Explore => '\u{e87a}',
2990        ExploreOff => '\u{e9a8}',
2991        Exposure => '\u{e3ca}',
2992        ExposureMinus1 => '\u{e3cb}',
2993        ExposureMinus2 => '\u{e3cc}',
2994        ExposureNeg1 => '\u{e3cb}',
2995        ExposureNeg2 => '\u{e3cc}',
2996        ExposurePlus1 => '\u{e3cd}',
2997        ExposurePlus2 => '\u{e3ce}',
2998        ExposureZero => '\u{e3cf}',
2999        Extension => '\u{e87b}',
3000        ExtensionOff => '\u{e4f5}',
3001        Face => '\u{e87c}',
3002        Face2 => '\u{f8da}',
3003        Face3 => '\u{f8db}',
3004        Face4 => '\u{f8dc}',
3005        Face5 => '\u{f8dd}',
3006        Face6 => '\u{f8de}',
3007        FaceRetouchingNatural => '\u{ef4e}',
3008        FaceRetouchingOff => '\u{f007}',
3009        Facebook => '\u{f234}',
3010        FactCheck => '\u{f0c5}',
3011        Factory => '\u{ebbc}',
3012        FamilyRestroom => '\u{f1a2}',
3013        FastForward => '\u{e01f}',
3014        FastRewind => '\u{e020}',
3015        Fastfood => '\u{e57a}',
3016        Favorite => '\u{e87d}',
3017        FavoriteBorder => '\u{e87e}',
3018        FavoriteOutline => '\u{e87e}',
3019        Fax => '\u{ead8}',
3020        FeaturedPlayList => '\u{e06d}',
3021        FeaturedVideo => '\u{e06e}',
3022        Feed => '\u{f009}',
3023        Feedback => '\u{e87f}',
3024        Female => '\u{e590}',
3025        Fence => '\u{f1f6}',
3026        Festival => '\u{ea68}',
3027        FiberDvr => '\u{e05d}',
3028        FiberManualRecord => '\u{e061}',
3029        FiberNew => '\u{e05e}',
3030        FiberPin => '\u{e06a}',
3031        FiberSmartRecord => '\u{e062}',
3032        FileCopy => '\u{e173}',
3033        FileDownload => '\u{e2c4}',
3034        FileDownloadDone => '\u{e9aa}',
3035        FileDownloadOff => '\u{e4fe}',
3036        FileOpen => '\u{eaf3}',
3037        FilePresent => '\u{ea0e}',
3038        FileUpload => '\u{e2c6}',
3039        FileUploadOff => '\u{f886}',
3040        Filter => '\u{e3d3}',
3041        Filter1 => '\u{e3d0}',
3042        Filter2 => '\u{e3d1}',
3043        Filter3 => '\u{e3d2}',
3044        Filter4 => '\u{e3d4}',
3045        Filter5 => '\u{e3d5}',
3046        Filter6 => '\u{e3d6}',
3047        Filter7 => '\u{e3d7}',
3048        Filter8 => '\u{e3d8}',
3049        Filter9 => '\u{e3d9}',
3050        Filter9Plus => '\u{e3da}',
3051        FilterAlt => '\u{ef4f}',
3052        FilterAltOff => '\u{eb32}',
3053        FilterBAndW => '\u{e3db}',
3054        FilterCenterFocus => '\u{e3dc}',
3055        FilterDrama => '\u{e3dd}',
3056        FilterFrames => '\u{e3de}',
3057        FilterHdr => '\u{e3df}',
3058        FilterList => '\u{e152}',
3059        FilterListAlt => '\u{e94e}',
3060        FilterListOff => '\u{eb57}',
3061        FilterNone => '\u{e3e0}',
3062        FilterTiltShift => '\u{e3e2}',
3063        FilterVintage => '\u{e3e3}',
3064        FindInPage => '\u{e880}',
3065        FindReplace => '\u{e881}',
3066        Fingerprint => '\u{e90d}',
3067        FireExtinguisher => '\u{f1d8}',
3068        FireHydrant => '\u{f1a3}',
3069        FireHydrantAlt => '\u{f8f1}',
3070        FireTruck => '\u{f8f2}',
3071        Fireplace => '\u{ea43}',
3072        FirstPage => '\u{e5dc}',
3073        FitScreen => '\u{ea10}',
3074        Fitbit => '\u{e82b}',
3075        FitnessCenter => '\u{eb43}',
3076        Flag => '\u{e153}',
3077        FlagCircle => '\u{eaf8}',
3078        Flaky => '\u{ef50}',
3079        Flare => '\u{e3e4}',
3080        FlashAuto => '\u{e3e5}',
3081        FlashOff => '\u{e3e6}',
3082        FlashOn => '\u{e3e7}',
3083        FlashlightOff => '\u{f00a}',
3084        FlashlightOn => '\u{f00b}',
3085        Flatware => '\u{f00c}',
3086        Flight => '\u{e539}',
3087        FlightClass => '\u{e7cb}',
3088        FlightLand => '\u{e904}',
3089        FlightTakeoff => '\u{e905}',
3090        Flip => '\u{e3e8}',
3091        FlipCameraAndroid => '\u{ea37}',
3092        FlipCameraIos => '\u{ea38}',
3093        FlipToBack => '\u{e882}',
3094        FlipToFront => '\u{e883}',
3095        Flood => '\u{ebe6}',
3096        Flourescent => '\u{ec31}',
3097        Flourescent2 => '\u{f00d}',
3098        FlutterDash => '\u{e00b}',
3099        FmdBad => '\u{f00e}',
3100        FmdGood => '\u{f00f}',
3101        Foggy => '\u{e818}',
3102        Folder => '\u{e2c7}',
3103        FolderCopy => '\u{ebbd}',
3104        FolderDelete => '\u{eb34}',
3105        FolderOff => '\u{eb83}',
3106        FolderOpen => '\u{e2c8}',
3107        FolderShared => '\u{e2c9}',
3108        FolderSpecial => '\u{e617}',
3109        FolderZip => '\u{eb2c}',
3110        FollowTheSigns => '\u{f222}',
3111        FontDownload => '\u{e167}',
3112        FontDownloadOff => '\u{e4f9}',
3113        FoodBank => '\u{f1f2}',
3114        Forest => '\u{ea99}',
3115        ForkLeft => '\u{eba0}',
3116        ForkRight => '\u{ebac}',
3117        Forklift => '\u{f868}',
3118        FormatAlignCenter => '\u{e234}',
3119        FormatAlignJustify => '\u{e235}',
3120        FormatAlignLeft => '\u{e236}',
3121        FormatAlignRight => '\u{e237}',
3122        FormatBold => '\u{e238}',
3123        FormatClear => '\u{e239}',
3124        FormatColorFill => '\u{e23a}',
3125        FormatColorReset => '\u{e23b}',
3126        FormatColorText => '\u{e23c}',
3127        FormatIndentDecrease => '\u{e23d}',
3128        FormatIndentIncrease => '\u{e23e}',
3129        FormatItalic => '\u{e23f}',
3130        FormatLineSpacing => '\u{e240}',
3131        FormatListBulleted => '\u{e241}',
3132        FormatListBulletedAdd => '\u{f849}',
3133        FormatListNumbered => '\u{e242}',
3134        FormatListNumberedRtl => '\u{e267}',
3135        FormatOverline => '\u{eb65}',
3136        FormatPaint => '\u{e243}',
3137        FormatQuote => '\u{e244}',
3138        FormatShapes => '\u{e25e}',
3139        FormatSize => '\u{e245}',
3140        FormatStrikethrough => '\u{e246}',
3141        FormatTextdirectionLToR => '\u{e247}',
3142        FormatTextdirectionRToL => '\u{e248}',
3143        FormatUnderline => '\u{e249}',
3144        FormatUnderlined => '\u{e249}',
3145        Fort => '\u{eaad}',
3146        Forum => '\u{e0bf}',
3147        Forward => '\u{e154}',
3148        Forward10 => '\u{e056}',
3149        Forward30 => '\u{e057}',
3150        Forward5 => '\u{e058}',
3151        ForwardToInbox => '\u{f187}',
3152        Foundation => '\u{f200}',
3153        FreeBreakfast => '\u{eb44}',
3154        FreeCancellation => '\u{e748}',
3155        FrontHand => '\u{e769}',
3156        FrontLoader => '\u{f869}',
3157        Fullscreen => '\u{e5d0}',
3158        FullscreenExit => '\u{e5d1}',
3159        Functions => '\u{e24a}',
3160        GMobiledata => '\u{f010}',
3161        GTranslate => '\u{e927}',
3162        Gamepad => '\u{e30f}',
3163        Games => '\u{e021}',
3164        Garage => '\u{f011}',
3165        GasMeter => '\u{ec19}',
3166        Gavel => '\u{e90e}',
3167        GeneratingTokens => '\u{e749}',
3168        Gesture => '\u{e155}',
3169        GetApp => '\u{e884}',
3170        Gif => '\u{e908}',
3171        GifBox => '\u{e7a3}',
3172        Girl => '\u{eb68}',
3173        Gite => '\u{e58b}',
3174        Goat => '\u{10fffd}',
3175        GolfCourse => '\u{eb45}',
3176        GppBad => '\u{f012}',
3177        GppGood => '\u{f013}',
3178        GppMaybe => '\u{f014}',
3179        GpsFixed => '\u{e1b3}',
3180        GpsNotFixed => '\u{e1b4}',
3181        GpsOff => '\u{e1b5}',
3182        Grade => '\u{e885}',
3183        Gradient => '\u{e3e9}',
3184        Grading => '\u{ea4f}',
3185        Grain => '\u{e3ea}',
3186        GraphicEq => '\u{e1b8}',
3187        Grass => '\u{f205}',
3188        Grid3x3 => '\u{f015}',
3189        Grid4x4 => '\u{f016}',
3190        GridGoldenratio => '\u{f017}',
3191        GridOff => '\u{e3eb}',
3192        GridOn => '\u{e3ec}',
3193        GridView => '\u{e9b0}',
3194        Group => '\u{e7ef}',
3195        GroupAdd => '\u{e7f0}',
3196        GroupOff => '\u{e747}',
3197        GroupRemove => '\u{e7ad}',
3198        GroupWork => '\u{e886}',
3199        Groups => '\u{f233}',
3200        Groups2 => '\u{f8df}',
3201        Groups3 => '\u{f8e0}',
3202        HMobiledata => '\u{f018}',
3203        HPlusMobiledata => '\u{f019}',
3204        Hail => '\u{e9b1}',
3205        Handshake => '\u{ebcb}',
3206        Handyman => '\u{f10b}',
3207        Hardware => '\u{ea59}',
3208        Hd => '\u{e052}',
3209        HdrAuto => '\u{f01a}',
3210        HdrAutoSelect => '\u{f01b}',
3211        HdrEnhancedSelect => '\u{ef51}',
3212        HdrOff => '\u{e3ed}',
3213        HdrOffSelect => '\u{f01c}',
3214        HdrOn => '\u{e3ee}',
3215        HdrOnSelect => '\u{f01d}',
3216        HdrPlus => '\u{f01e}',
3217        HdrStrong => '\u{e3f1}',
3218        HdrWeak => '\u{e3f2}',
3219        Headphones => '\u{f01f}',
3220        HeadphonesBattery => '\u{f020}',
3221        Headset => '\u{e310}',
3222        HeadsetMic => '\u{e311}',
3223        HeadsetOff => '\u{e33a}',
3224        Healing => '\u{e3f3}',
3225        HealthAndSafety => '\u{e1d5}',
3226        Hearing => '\u{e023}',
3227        HearingDisabled => '\u{f104}',
3228        HeartBroken => '\u{eac2}',
3229        HeatPump => '\u{ec18}',
3230        Height => '\u{ea16}',
3231        Help => '\u{e887}',
3232        HelpCenter => '\u{f1c0}',
3233        HelpOutline => '\u{e8fd}',
3234        Hevc => '\u{f021}',
3235        Hexagon => '\u{eb39}',
3236        HideImage => '\u{f022}',
3237        HideSource => '\u{f023}',
3238        HighQuality => '\u{e024}',
3239        Highlight => '\u{e25f}',
3240        HighlightAlt => '\u{ef52}',
3241        HighlightOff => '\u{e888}',
3242        HighlightRemove => '\u{e888}',
3243        Hiking => '\u{e50a}',
3244        History => '\u{e889}',
3245        HistoryEdu => '\u{ea3e}',
3246        HistoryToggleOff => '\u{f17d}',
3247        Hive => '\u{eaa6}',
3248        Hls => '\u{eb8a}',
3249        HlsOff => '\u{eb8c}',
3250        HolidayVillage => '\u{e58a}',
3251        Home => '\u{e88a}',
3252        HomeFilled => '\u{e9b2}',
3253        HomeMax => '\u{f024}',
3254        HomeMini => '\u{f025}',
3255        HomeRepairService => '\u{f100}',
3256        HomeWork => '\u{ea09}',
3257        HorizontalDistribute => '\u{e014}',
3258        HorizontalRule => '\u{f108}',
3259        HorizontalSplit => '\u{e947}',
3260        HotTub => '\u{eb46}',
3261        Hotel => '\u{e53a}',
3262        HotelClass => '\u{e743}',
3263        HourglassBottom => '\u{ea5c}',
3264        HourglassDisabled => '\u{ef53}',
3265        HourglassEmpty => '\u{e88b}',
3266        HourglassFull => '\u{e88c}',
3267        HourglassTop => '\u{ea5b}',
3268        House => '\u{ea44}',
3269        HouseSiding => '\u{f202}',
3270        Houseboat => '\u{e584}',
3271        HowToReg => '\u{e174}',
3272        HowToVote => '\u{e175}',
3273        Html => '\u{eb7e}',
3274        Http => '\u{e902}',
3275        Https => '\u{e88d}',
3276        Hub => '\u{e9f4}',
3277        Hvac => '\u{f10e}',
3278        IceSkating => '\u{e50b}',
3279        Icecream => '\u{ea69}',
3280        Image => '\u{e3f4}',
3281        ImageAspectRatio => '\u{e3f5}',
3282        ImageNotSupported => '\u{f116}',
3283        ImageSearch => '\u{e43f}',
3284        ImagesearchRoller => '\u{e9b4}',
3285        ImportContacts => '\u{e0e0}',
3286        ImportExport => '\u{e0c3}',
3287        ImportantDevices => '\u{e912}',
3288        Inbox => '\u{e156}',
3289        IncompleteCircle => '\u{e79b}',
3290        IndeterminateCheckBox => '\u{e909}',
3291        Info => '\u{e88e}',
3292        InfoOutline => '\u{e88f}',
3293        Input => '\u{e890}',
3294        InsertChart => '\u{e24b}',
3295        InsertChartOutlined => '\u{e26a}',
3296        InsertComment => '\u{e24c}',
3297        InsertDriveFile => '\u{e24d}',
3298        InsertEmoticon => '\u{e24e}',
3299        InsertInvitation => '\u{e24f}',
3300        InsertLink => '\u{e250}',
3301        InsertPageBreak => '\u{eaca}',
3302        InsertPhoto => '\u{e251}',
3303        Insights => '\u{f092}',
3304        InstallDesktop => '\u{eb71}',
3305        InstallMobile => '\u{eb72}',
3306        IntegrationInstructions => '\u{ef54}',
3307        Interests => '\u{e7c8}',
3308        InterpreterMode => '\u{e83b}',
3309        Inventory => '\u{e179}',
3310        Inventory2 => '\u{e1a1}',
3311        InvertColors => '\u{e891}',
3312        InvertColorsOff => '\u{e0c4}',
3313        InvertColorsOn => '\u{e891}',
3314        IosShare => '\u{e6b8}',
3315        Iron => '\u{e583}',
3316        Iso => '\u{e3f6}',
3317        Javascript => '\u{eb7c}',
3318        JoinFull => '\u{eaeb}',
3319        JoinInner => '\u{eaf4}',
3320        JoinLeft => '\u{eaf2}',
3321        JoinRight => '\u{eaea}',
3322        Kayaking => '\u{e50c}',
3323        KebabDining => '\u{e842}',
3324        Key => '\u{e73c}',
3325        KeyOff => '\u{eb84}',
3326        Keyboard => '\u{e312}',
3327        KeyboardAlt => '\u{f028}',
3328        KeyboardArrowDown => '\u{e313}',
3329        KeyboardArrowLeft => '\u{e314}',
3330        KeyboardArrowRight => '\u{e315}',
3331        KeyboardArrowUp => '\u{e316}',
3332        KeyboardBackspace => '\u{e317}',
3333        KeyboardCapslock => '\u{e318}',
3334        KeyboardCommand => '\u{eae0}',
3335        KeyboardCommandKey => '\u{eae7}',
3336        KeyboardControl => '\u{e5d3}',
3337        KeyboardControlKey => '\u{eae6}',
3338        KeyboardDoubleArrowDown => '\u{ead0}',
3339        KeyboardDoubleArrowLeft => '\u{eac3}',
3340        KeyboardDoubleArrowRight => '\u{eac9}',
3341        KeyboardDoubleArrowUp => '\u{eacf}',
3342        KeyboardHide => '\u{e31a}',
3343        KeyboardOption => '\u{eadf}',
3344        KeyboardOptionKey => '\u{eae8}',
3345        KeyboardReturn => '\u{e31b}',
3346        KeyboardTab => '\u{e31c}',
3347        KeyboardVoice => '\u{e31d}',
3348        KingBed => '\u{ea45}',
3349        Kitchen => '\u{eb47}',
3350        Kitesurfing => '\u{e50d}',
3351        Label => '\u{e892}',
3352        LabelImportant => '\u{e937}',
3353        LabelImportantOutline => '\u{e948}',
3354        LabelOff => '\u{e9b6}',
3355        LabelOutline => '\u{e893}',
3356        Lan => '\u{eb2f}',
3357        Landscape => '\u{e3f7}',
3358        Landslide => '\u{ebd7}',
3359        Language => '\u{e894}',
3360        Laptop => '\u{e31e}',
3361        LaptopChromebook => '\u{e31f}',
3362        LaptopMac => '\u{e320}',
3363        LaptopWindows => '\u{e321}',
3364        LastPage => '\u{e5dd}',
3365        Launch => '\u{e895}',
3366        Layers => '\u{e53b}',
3367        LayersClear => '\u{e53c}',
3368        Leaderboard => '\u{f20c}',
3369        LeakAdd => '\u{e3f8}',
3370        LeakRemove => '\u{e3f9}',
3371        LeaveBagsAtHome => '\u{f21b}',
3372        LegendToggle => '\u{f11b}',
3373        Lens => '\u{e3fa}',
3374        LensBlur => '\u{f029}',
3375        LibraryAdd => '\u{e02e}',
3376        LibraryAddCheck => '\u{e9b7}',
3377        LibraryBooks => '\u{e02f}',
3378        LibraryMusic => '\u{e030}',
3379        Light => '\u{f02a}',
3380        LightMode => '\u{e518}',
3381        Lightbulb => '\u{e0f0}',
3382        LightbulbCircle => '\u{ebfe}',
3383        LightbulbOutline => '\u{e90f}',
3384        LineAxis => '\u{ea9a}',
3385        LineStyle => '\u{e919}',
3386        LineWeight => '\u{e91a}',
3387        LinearScale => '\u{e260}',
3388        Link => '\u{e157}',
3389        LinkOff => '\u{e16f}',
3390        LinkedCamera => '\u{e438}',
3391        Liquor => '\u{ea60}',
3392        List => '\u{e896}',
3393        ListAlt => '\u{e0ee}',
3394        LiveHelp => '\u{e0c6}',
3395        LiveTv => '\u{e639}',
3396        Living => '\u{f02b}',
3397        LocalActivity => '\u{e53f}',
3398        LocalAirport => '\u{e53d}',
3399        LocalAtm => '\u{e53e}',
3400        LocalAttraction => '\u{e53f}',
3401        LocalBar => '\u{e540}',
3402        LocalCafe => '\u{e541}',
3403        LocalCarWash => '\u{e542}',
3404        LocalConvenienceStore => '\u{e543}',
3405        LocalDining => '\u{e556}',
3406        LocalDrink => '\u{e544}',
3407        LocalFireDepartment => '\u{ef55}',
3408        LocalFlorist => '\u{e545}',
3409        LocalGasStation => '\u{e546}',
3410        LocalGroceryStore => '\u{e547}',
3411        LocalHospital => '\u{e548}',
3412        LocalHotel => '\u{e549}',
3413        LocalLaundryService => '\u{e54a}',
3414        LocalLibrary => '\u{e54b}',
3415        LocalMall => '\u{e54c}',
3416        LocalMovies => '\u{e54d}',
3417        LocalOffer => '\u{e54e}',
3418        LocalParking => '\u{e54f}',
3419        LocalPharmacy => '\u{e550}',
3420        LocalPhone => '\u{e551}',
3421        LocalPizza => '\u{e552}',
3422        LocalPlay => '\u{e553}',
3423        LocalPolice => '\u{ef56}',
3424        LocalPostOffice => '\u{e554}',
3425        LocalPrintShop => '\u{e555}',
3426        LocalPrintshop => '\u{e555}',
3427        LocalRestaurant => '\u{e556}',
3428        LocalSee => '\u{e557}',
3429        LocalShipping => '\u{e558}',
3430        LocalTaxi => '\u{e559}',
3431        LocationCity => '\u{e7f1}',
3432        LocationDisabled => '\u{e1b6}',
3433        LocationHistory => '\u{e55a}',
3434        LocationOff => '\u{e0c7}',
3435        LocationOn => '\u{e0c8}',
3436        LocationPin => '\u{f1db}',
3437        LocationSearching => '\u{e1b7}',
3438        Lock => '\u{e897}',
3439        LockClock => '\u{ef57}',
3440        LockOpen => '\u{e898}',
3441        LockOutline => '\u{e899}',
3442        LockPerson => '\u{f8f3}',
3443        LockReset => '\u{eade}',
3444        Login => '\u{ea77}',
3445        LogoDev => '\u{ead6}',
3446        Logout => '\u{e9ba}',
3447        Looks => '\u{e3fc}',
3448        Looks3 => '\u{e3fb}',
3449        Looks4 => '\u{e3fd}',
3450        Looks5 => '\u{e3fe}',
3451        Looks6 => '\u{e3ff}',
3452        LooksOne => '\u{e400}',
3453        LooksTwo => '\u{e401}',
3454        Loop => '\u{e028}',
3455        Loupe => '\u{e402}',
3456        LowPriority => '\u{e16d}',
3457        Loyalty => '\u{e89a}',
3458        LteMobiledata => '\u{f02c}',
3459        LtePlusMobiledata => '\u{f02d}',
3460        Luggage => '\u{f235}',
3461        LunchDining => '\u{ea61}',
3462        Lyrics => '\u{ec0b}',
3463        MacroOff => '\u{f8d2}',
3464        Mail => '\u{e158}',
3465        MailLock => '\u{ec0a}',
3466        MailOutline => '\u{e0e1}',
3467        Male => '\u{e58e}',
3468        Man => '\u{e4eb}',
3469        Man2 => '\u{f8e1}',
3470        Man3 => '\u{f8e2}',
3471        Man4 => '\u{f8e3}',
3472        ManageAccounts => '\u{f02e}',
3473        ManageHistory => '\u{ebe7}',
3474        ManageSearch => '\u{f02f}',
3475        Map => '\u{e55b}',
3476        MapsHomeWork => '\u{f030}',
3477        MapsUgc => '\u{ef58}',
3478        Margin => '\u{e9bb}',
3479        MarkAsUnread => '\u{e9bc}',
3480        MarkChatRead => '\u{f18b}',
3481        MarkChatUnread => '\u{f189}',
3482        MarkEmailRead => '\u{f18c}',
3483        MarkEmailUnread => '\u{f18a}',
3484        MarkUnreadChatAlt => '\u{eb9d}',
3485        Markunread => '\u{e159}',
3486        MarkunreadMailbox => '\u{e89b}',
3487        Masks => '\u{f218}',
3488        Maximize => '\u{e930}',
3489        MediaBluetoothOff => '\u{f031}',
3490        MediaBluetoothOn => '\u{f032}',
3491        Mediation => '\u{efa7}',
3492        MedicalInformation => '\u{ebed}',
3493        MedicalServices => '\u{f109}',
3494        Medication => '\u{f033}',
3495        MedicationLiquid => '\u{ea87}',
3496        MeetingRoom => '\u{eb4f}',
3497        Memory => '\u{e322}',
3498        Menu => '\u{e5d2}',
3499        MenuBook => '\u{ea19}',
3500        MenuOpen => '\u{e9bd}',
3501        Merge => '\u{eb98}',
3502        MergeType => '\u{e252}',
3503        Message => '\u{e0c9}',
3504        Messenger => '\u{e0ca}',
3505        MessengerOutline => '\u{e0cb}',
3506        Mic => '\u{e029}',
3507        MicExternalOff => '\u{ef59}',
3508        MicExternalOn => '\u{ef5a}',
3509        MicNone => '\u{e02a}',
3510        MicOff => '\u{e02b}',
3511        Microwave => '\u{f204}',
3512        MilitaryTech => '\u{ea3f}',
3513        Minimize => '\u{e931}',
3514        MinorCrash => '\u{ebf1}',
3515        MiscellaneousServices => '\u{f10c}',
3516        MissedVideoCall => '\u{e073}',
3517        Mms => '\u{e618}',
3518        MobileFriendly => '\u{e200}',
3519        MobileOff => '\u{e201}',
3520        MobileScreenShare => '\u{e0e7}',
3521        MobiledataOff => '\u{f034}',
3522        Mode => '\u{f097}',
3523        ModeComment => '\u{e253}',
3524        ModeEdit => '\u{e254}',
3525        ModeEditOutline => '\u{f035}',
3526        ModeFanOff => '\u{ec17}',
3527        ModeNight => '\u{f036}',
3528        ModeOfTravel => '\u{e7ce}',
3529        ModeStandby => '\u{f037}',
3530        ModelTraining => '\u{f0cf}',
3531        MonetizationOn => '\u{e263}',
3532        Money => '\u{e57d}',
3533        MoneyOff => '\u{e25c}',
3534        MoneyOffCsred => '\u{f038}',
3535        Monitor => '\u{ef5b}',
3536        MonitorHeart => '\u{eaa2}',
3537        MonitorWeight => '\u{f039}',
3538        MonochromePhotos => '\u{e403}',
3539        Mood => '\u{e7f2}',
3540        MoodBad => '\u{e7f3}',
3541        Moped => '\u{eb28}',
3542        More => '\u{e619}',
3543        MoreHoriz => '\u{e5d3}',
3544        MoreTime => '\u{ea5d}',
3545        MoreVert => '\u{e5d4}',
3546        Mosque => '\u{eab2}',
3547        MotionPhotosAuto => '\u{f03a}',
3548        MotionPhotosOff => '\u{e9c0}',
3549        MotionPhotosOn => '\u{e9c1}',
3550        MotionPhotosPause => '\u{f227}',
3551        MotionPhotosPaused => '\u{e9c2}',
3552        Motorcycle => '\u{e91b}',
3553        Mouse => '\u{e323}',
3554        MoveDown => '\u{eb61}',
3555        MoveToInbox => '\u{e168}',
3556        MoveUp => '\u{eb64}',
3557        Movie => '\u{e02c}',
3558        MovieCreation => '\u{e404}',
3559        MovieEdit => '\u{f840}',
3560        MovieFilter => '\u{e43a}',
3561        Moving => '\u{e501}',
3562        Mp => '\u{e9c3}',
3563        MultilineChart => '\u{e6df}',
3564        MultipleStop => '\u{f1b9}',
3565        MultitrackAudio => '\u{e1b8}',
3566        Museum => '\u{ea36}',
3567        MusicNote => '\u{e405}',
3568        MusicOff => '\u{e440}',
3569        MusicVideo => '\u{e063}',
3570        MyLibraryAdd => '\u{e02e}',
3571        MyLibraryBooks => '\u{e02f}',
3572        MyLibraryMusic => '\u{e030}',
3573        MyLocation => '\u{e55c}',
3574        Nat => '\u{ef5c}',
3575        Nature => '\u{e406}',
3576        NaturePeople => '\u{e407}',
3577        NavigateBefore => '\u{e408}',
3578        NavigateNext => '\u{e409}',
3579        Navigation => '\u{e55d}',
3580        NearMe => '\u{e569}',
3581        NearMeDisabled => '\u{f1ef}',
3582        NearbyError => '\u{f03b}',
3583        NearbyOff => '\u{f03c}',
3584        NestCamWiredStand => '\u{ec16}',
3585        NetworkCell => '\u{e1b9}',
3586        NetworkCheck => '\u{e640}',
3587        NetworkLocked => '\u{e61a}',
3588        NetworkPing => '\u{ebca}',
3589        NetworkWifi => '\u{e1ba}',
3590        NetworkWifi1Bar => '\u{ebe4}',
3591        NetworkWifi2Bar => '\u{ebd6}',
3592        NetworkWifi3Bar => '\u{ebe1}',
3593        NewLabel => '\u{e609}',
3594        NewReleases => '\u{e031}',
3595        Newspaper => '\u{eb81}',
3596        NextPlan => '\u{ef5d}',
3597        NextWeek => '\u{e16a}',
3598        Nfc => '\u{e1bb}',
3599        NightShelter => '\u{f1f1}',
3600        Nightlife => '\u{ea62}',
3601        Nightlight => '\u{f03d}',
3602        NightlightRound => '\u{ef5e}',
3603        NightsStay => '\u{ea46}',
3604        NoAccounts => '\u{f03e}',
3605        NoAdultContent => '\u{f8fe}',
3606        NoBackpack => '\u{f237}',
3607        NoCell => '\u{f1a4}',
3608        NoCrash => '\u{ebf0}',
3609        NoDrinks => '\u{f1a5}',
3610        NoEncryption => '\u{e641}',
3611        NoEncryptionGmailerrorred => '\u{f03f}',
3612        NoFlash => '\u{f1a6}',
3613        NoFood => '\u{f1a7}',
3614        NoLuggage => '\u{f23b}',
3615        NoMeals => '\u{f1d6}',
3616        NoMealsOuline => '\u{f229}',
3617        NoMeetingRoom => '\u{eb4e}',
3618        NoPhotography => '\u{f1a8}',
3619        NoSim => '\u{e0cc}',
3620        NoStroller => '\u{f1af}',
3621        NoTransfer => '\u{f1d5}',
3622        NoiseAware => '\u{ebec}',
3623        NoiseControlOff => '\u{ebf3}',
3624        NordicWalking => '\u{e50e}',
3625        North => '\u{f1e0}',
3626        NorthEast => '\u{f1e1}',
3627        NorthWest => '\u{f1e2}',
3628        NotAccessible => '\u{f0fe}',
3629        NotInterested => '\u{e033}',
3630        NotListedLocation => '\u{e575}',
3631        NotStarted => '\u{f0d1}',
3632        Note => '\u{e06f}',
3633        NoteAdd => '\u{e89c}',
3634        NoteAlt => '\u{f040}',
3635        Notes => '\u{e26c}',
3636        NotificationAdd => '\u{e399}',
3637        NotificationImportant => '\u{e004}',
3638        Notifications => '\u{e7f4}',
3639        NotificationsActive => '\u{e7f7}',
3640        NotificationsNone => '\u{e7f5}',
3641        NotificationsOff => '\u{e7f6}',
3642        NotificationsOn => '\u{e7f7}',
3643        NotificationsPaused => '\u{e7f8}',
3644        NowWallpaper => '\u{e1bc}',
3645        NowWidgets => '\u{e1bd}',
3646        Numbers => '\u{eac7}',
3647        OfflineBolt => '\u{e932}',
3648        OfflinePin => '\u{e90a}',
3649        OfflineShare => '\u{e9c5}',
3650        OilBarrel => '\u{ec15}',
3651        OnDeviceTraining => '\u{ebfd}',
3652        OndemandVideo => '\u{e63a}',
3653        OnlinePrediction => '\u{f0eb}',
3654        Opacity => '\u{e91c}',
3655        OpenInBrowser => '\u{e89d}',
3656        OpenInFull => '\u{f1ce}',
3657        OpenInNew => '\u{e89e}',
3658        OpenInNewOff => '\u{e4f6}',
3659        OpenWith => '\u{e89f}',
3660        OtherHouses => '\u{e58c}',
3661        Outbond => '\u{f228}',
3662        Outbound => '\u{e1ca}',
3663        Outbox => '\u{ef5f}',
3664        OutdoorGrill => '\u{ea47}',
3665        OutgoingMail => '\u{f0d2}',
3666        Outlet => '\u{f1d4}',
3667        OutlinedFlag => '\u{e16e}',
3668        Output => '\u{ebbe}',
3669        Padding => '\u{e9c8}',
3670        Pages => '\u{e7f9}',
3671        Pageview => '\u{e8a0}',
3672        Paid => '\u{f041}',
3673        Palette => '\u{e40a}',
3674        Pallet => '\u{f86a}',
3675        PanTool => '\u{e925}',
3676        PanToolAlt => '\u{ebb9}',
3677        Panorama => '\u{e40b}',
3678        PanoramaFishEye => '\u{e40c}',
3679        PanoramaFisheye => '\u{e40c}',
3680        PanoramaHorizontal => '\u{e40d}',
3681        PanoramaHorizontalSelect => '\u{ef60}',
3682        PanoramaPhotosphere => '\u{e9c9}',
3683        PanoramaPhotosphereSelect => '\u{e9ca}',
3684        PanoramaVertical => '\u{e40e}',
3685        PanoramaVerticalSelect => '\u{ef61}',
3686        PanoramaWideAngle => '\u{e40f}',
3687        PanoramaWideAngleSelect => '\u{ef62}',
3688        Paragliding => '\u{e50f}',
3689        Park => '\u{ea63}',
3690        PartyMode => '\u{e7fa}',
3691        Password => '\u{f042}',
3692        Pattern => '\u{f043}',
3693        Pause => '\u{e034}',
3694        PauseCircle => '\u{e1a2}',
3695        PauseCircleFilled => '\u{e035}',
3696        PauseCircleOutline => '\u{e036}',
3697        PausePresentation => '\u{e0ea}',
3698        Payment => '\u{e8a1}',
3699        Payments => '\u{ef63}',
3700        Paypal => '\u{ea8d}',
3701        PedalBike => '\u{eb29}',
3702        Pending => '\u{ef64}',
3703        PendingActions => '\u{f1bb}',
3704        Pentagon => '\u{eb50}',
3705        People => '\u{e7fb}',
3706        PeopleAlt => '\u{ea21}',
3707        PeopleOutline => '\u{e7fc}',
3708        Percent => '\u{eb58}',
3709        PermCameraMic => '\u{e8a2}',
3710        PermContactCal => '\u{e8a3}',
3711        PermContactCalendar => '\u{e8a3}',
3712        PermDataSetting => '\u{e8a4}',
3713        PermDeviceInfo => '\u{e8a5}',
3714        PermDeviceInformation => '\u{e8a5}',
3715        PermIdentity => '\u{e8a6}',
3716        PermMedia => '\u{e8a7}',
3717        PermPhoneMsg => '\u{e8a8}',
3718        PermScanWifi => '\u{e8a9}',
3719        Person => '\u{e7fd}',
3720        Person2 => '\u{f8e4}',
3721        Person3 => '\u{f8e5}',
3722        Person4 => '\u{f8e6}',
3723        PersonAdd => '\u{e7fe}',
3724        PersonAddAlt => '\u{ea4d}',
3725        PersonAddAlt1 => '\u{ef65}',
3726        PersonAddDisabled => '\u{e9cb}',
3727        PersonOff => '\u{e510}',
3728        PersonOutline => '\u{e7ff}',
3729        PersonPin => '\u{e55a}',
3730        PersonPinCircle => '\u{e56a}',
3731        PersonRemove => '\u{ef66}',
3732        PersonRemoveAlt1 => '\u{ef67}',
3733        PersonSearch => '\u{f106}',
3734        PersonalInjury => '\u{e6da}',
3735        PersonalVideo => '\u{e63b}',
3736        PestControl => '\u{f0fa}',
3737        PestControlRodent => '\u{f0fd}',
3738        Pets => '\u{e91d}',
3739        Phishing => '\u{ead7}',
3740        Phone => '\u{e0cd}',
3741        PhoneAndroid => '\u{e324}',
3742        PhoneBluetoothSpeaker => '\u{e61b}',
3743        PhoneCallback => '\u{e649}',
3744        PhoneDisabled => '\u{e9cc}',
3745        PhoneEnabled => '\u{e9cd}',
3746        PhoneForwarded => '\u{e61c}',
3747        PhoneInTalk => '\u{e61d}',
3748        PhoneIphone => '\u{e325}',
3749        PhoneLocked => '\u{e61e}',
3750        PhoneMissed => '\u{e61f}',
3751        PhonePaused => '\u{e620}',
3752        Phonelink => '\u{e326}',
3753        PhonelinkErase => '\u{e0db}',
3754        PhonelinkLock => '\u{e0dc}',
3755        PhonelinkOff => '\u{e327}',
3756        PhonelinkRing => '\u{e0dd}',
3757        PhonelinkSetup => '\u{e0de}',
3758        Photo => '\u{e410}',
3759        PhotoAlbum => '\u{e411}',
3760        PhotoCamera => '\u{e412}',
3761        PhotoCameraBack => '\u{ef68}',
3762        PhotoCameraFront => '\u{ef69}',
3763        PhotoFilter => '\u{e43b}',
3764        PhotoLibrary => '\u{e413}',
3765        PhotoSizeSelectActual => '\u{e432}',
3766        PhotoSizeSelectLarge => '\u{e433}',
3767        PhotoSizeSelectSmall => '\u{e434}',
3768        Php => '\u{eb8f}',
3769        Piano => '\u{e521}',
3770        PianoOff => '\u{e520}',
3771        PictureAsPdf => '\u{e415}',
3772        PictureInPicture => '\u{e8aa}',
3773        PictureInPictureAlt => '\u{e911}',
3774        PieChart => '\u{e6c4}',
3775        PieChartOutline => '\u{f044}',
3776        PieChartOutlined => '\u{e6c5}',
3777        Pin => '\u{f045}',
3778        PinDrop => '\u{e55e}',
3779        PinEnd => '\u{e767}',
3780        PinInvoke => '\u{e763}',
3781        Pinch => '\u{eb38}',
3782        PivotTableChart => '\u{e9ce}',
3783        Pix => '\u{eaa3}',
3784        Place => '\u{e55f}',
3785        Plagiarism => '\u{ea5a}',
3786        PlayArrow => '\u{e037}',
3787        PlayCircle => '\u{e1c4}',
3788        PlayCircleFill => '\u{e038}',
3789        PlayCircleFilled => '\u{e038}',
3790        PlayCircleOutline => '\u{e039}',
3791        PlayDisabled => '\u{ef6a}',
3792        PlayForWork => '\u{e906}',
3793        PlayLesson => '\u{f047}',
3794        PlaylistAdd => '\u{e03b}',
3795        PlaylistAddCheck => '\u{e065}',
3796        PlaylistAddCheckCircle => '\u{e7e6}',
3797        PlaylistAddCircle => '\u{e7e5}',
3798        PlaylistPlay => '\u{e05f}',
3799        PlaylistRemove => '\u{eb80}',
3800        Plumbing => '\u{f107}',
3801        PlusOne => '\u{e800}',
3802        Podcasts => '\u{f048}',
3803        PointOfSale => '\u{f17e}',
3804        Policy => '\u{ea17}',
3805        Poll => '\u{e801}',
3806        Polyline => '\u{ebbb}',
3807        Polymer => '\u{e8ab}',
3808        Pool => '\u{eb48}',
3809        PortableWifiOff => '\u{e0ce}',
3810        Portrait => '\u{e416}',
3811        PostAdd => '\u{ea20}',
3812        Power => '\u{e63c}',
3813        PowerInput => '\u{e336}',
3814        PowerOff => '\u{e646}',
3815        PowerSettingsNew => '\u{e8ac}',
3816        PrecisionManufacturing => '\u{f049}',
3817        PregnantWoman => '\u{e91e}',
3818        PresentToAll => '\u{e0df}',
3819        Preview => '\u{f1c5}',
3820        PriceChange => '\u{f04a}',
3821        PriceCheck => '\u{f04b}',
3822        Print => '\u{e8ad}',
3823        PrintDisabled => '\u{e9cf}',
3824        PriorityHigh => '\u{e645}',
3825        PrivacyTip => '\u{f0dc}',
3826        PrivateConnectivity => '\u{e744}',
3827        ProductionQuantityLimits => '\u{e1d1}',
3828        Propane => '\u{ec14}',
3829        PropaneTank => '\u{ec13}',
3830        Psychology => '\u{ea4a}',
3831        PsychologyAlt => '\u{f8ea}',
3832        Public => '\u{e80b}',
3833        PublicOff => '\u{f1ca}',
3834        Publish => '\u{e255}',
3835        PublishedWithChanges => '\u{f232}',
3836        PunchClock => '\u{eaa8}',
3837        PushPin => '\u{f10d}',
3838        QrCode => '\u{ef6b}',
3839        QrCode2 => '\u{e00a}',
3840        QrCodeScanner => '\u{f206}',
3841        QueryBuilder => '\u{e8ae}',
3842        QueryStats => '\u{e4fc}',
3843        QuestionAnswer => '\u{e8af}',
3844        QuestionMark => '\u{eb8b}',
3845        Queue => '\u{e03c}',
3846        QueueMusic => '\u{e03d}',
3847        QueuePlayNext => '\u{e066}',
3848        QuickContactsDialer => '\u{e0cf}',
3849        QuickContactsMail => '\u{e0d0}',
3850        Quickreply => '\u{ef6c}',
3851        Quiz => '\u{f04c}',
3852        Quora => '\u{ea98}',
3853        RMobiledata => '\u{f04d}',
3854        Radar => '\u{f04e}',
3855        Radio => '\u{e03e}',
3856        RadioButtonChecked => '\u{e837}',
3857        RadioButtonOff => '\u{e836}',
3858        RadioButtonOn => '\u{e837}',
3859        RadioButtonUnchecked => '\u{e836}',
3860        RailwayAlert => '\u{e9d1}',
3861        RamenDining => '\u{ea64}',
3862        RampLeft => '\u{eb9c}',
3863        RampRight => '\u{eb96}',
3864        RateReview => '\u{e560}',
3865        RawOff => '\u{f04f}',
3866        RawOn => '\u{f050}',
3867        ReadMore => '\u{ef6d}',
3868        RealEstateAgent => '\u{e73a}',
3869        RebaseEdit => '\u{f846}',
3870        Receipt => '\u{e8b0}',
3871        ReceiptLong => '\u{ef6e}',
3872        RecentActors => '\u{e03f}',
3873        Recommend => '\u{e9d2}',
3874        RecordVoiceOver => '\u{e91f}',
3875        Rectangle => '\u{eb54}',
3876        Recycling => '\u{e760}',
3877        Reddit => '\u{eaa0}',
3878        Redeem => '\u{e8b1}',
3879        Redo => '\u{e15a}',
3880        ReduceCapacity => '\u{f21c}',
3881        Refresh => '\u{e5d5}',
3882        RememberMe => '\u{f051}',
3883        Remove => '\u{e15b}',
3884        RemoveCircle => '\u{e15c}',
3885        RemoveCircleOutline => '\u{e15d}',
3886        RemoveDone => '\u{e9d3}',
3887        RemoveFromQueue => '\u{e067}',
3888        RemoveModerator => '\u{e9d4}',
3889        RemoveRedEye => '\u{e417}',
3890        RemoveRoad => '\u{ebfc}',
3891        RemoveShoppingCart => '\u{e928}',
3892        Reorder => '\u{e8fe}',
3893        Repartition => '\u{f8e8}',
3894        Repeat => '\u{e040}',
3895        RepeatOn => '\u{e9d6}',
3896        RepeatOne => '\u{e041}',
3897        RepeatOneOn => '\u{e9d7}',
3898        Replay => '\u{e042}',
3899        Replay10 => '\u{e059}',
3900        Replay30 => '\u{e05a}',
3901        Replay5 => '\u{e05b}',
3902        ReplayCircleFilled => '\u{e9d8}',
3903        Reply => '\u{e15e}',
3904        ReplyAll => '\u{e15f}',
3905        Report => '\u{e160}',
3906        ReportGmailerrorred => '\u{f052}',
3907        ReportOff => '\u{e170}',
3908        ReportProblem => '\u{e8b2}',
3909        RequestPage => '\u{f22c}',
3910        RequestQuote => '\u{f1b6}',
3911        ResetTv => '\u{e9d9}',
3912        RestartAlt => '\u{f053}',
3913        Restaurant => '\u{e56c}',
3914        RestaurantMenu => '\u{e561}',
3915        Restore => '\u{e8b3}',
3916        RestoreFromTrash => '\u{e938}',
3917        RestorePage => '\u{e929}',
3918        Reviews => '\u{f054}',
3919        RiceBowl => '\u{f1f5}',
3920        RingVolume => '\u{e0d1}',
3921        Rocket => '\u{eba5}',
3922        RocketLaunch => '\u{eb9b}',
3923        RollerShades => '\u{ec12}',
3924        RollerShadesClosed => '\u{ec11}',
3925        RollerSkating => '\u{ebcd}',
3926        Roofing => '\u{f201}',
3927        Room => '\u{e8b4}',
3928        RoomPreferences => '\u{f1b8}',
3929        RoomService => '\u{eb49}',
3930        Rotate90DegreesCcw => '\u{e418}',
3931        Rotate90DegreesCw => '\u{eaab}',
3932        RotateLeft => '\u{e419}',
3933        RotateRight => '\u{e41a}',
3934        RoundaboutLeft => '\u{eb99}',
3935        RoundaboutRight => '\u{eba3}',
3936        RoundedCorner => '\u{e920}',
3937        Route => '\u{eacd}',
3938        Router => '\u{e328}',
3939        Rowing => '\u{e921}',
3940        RssFeed => '\u{e0e5}',
3941        Rsvp => '\u{f055}',
3942        Rtt => '\u{e9ad}',
3943        Rule => '\u{f1c2}',
3944        RuleFolder => '\u{f1c9}',
3945        RunCircle => '\u{ef6f}',
3946        RunningWithErrors => '\u{e51d}',
3947        RvHookup => '\u{e642}',
3948        SafetyCheck => '\u{ebef}',
3949        SafetyDivider => '\u{e1cc}',
3950        Sailing => '\u{e502}',
3951        Sanitizer => '\u{f21d}',
3952        Satellite => '\u{e562}',
3953        SatelliteAlt => '\u{eb3a}',
3954        Save => '\u{e161}',
3955        SaveAlt => '\u{e171}',
3956        SaveAs => '\u{eb60}',
3957        SavedSearch => '\u{ea11}',
3958        Savings => '\u{e2eb}',
3959        Scale => '\u{eb5f}',
3960        Scanner => '\u{e329}',
3961        ScatterPlot => '\u{e268}',
3962        Schedule => '\u{e8b5}',
3963        ScheduleSend => '\u{ea0a}',
3964        Schema => '\u{e4fd}',
3965        School => '\u{e80c}',
3966        Science => '\u{ea4b}',
3967        Score => '\u{e269}',
3968        Scoreboard => '\u{ebd0}',
3969        ScreenLockLandscape => '\u{e1be}',
3970        ScreenLockPortrait => '\u{e1bf}',
3971        ScreenLockRotation => '\u{e1c0}',
3972        ScreenRotation => '\u{e1c1}',
3973        ScreenRotationAlt => '\u{ebee}',
3974        ScreenSearchDesktop => '\u{ef70}',
3975        ScreenShare => '\u{e0e2}',
3976        Screenshot => '\u{f056}',
3977        ScreenshotMonitor => '\u{ec08}',
3978        ScubaDiving => '\u{ebce}',
3979        Sd => '\u{e9dd}',
3980        SdCard => '\u{e623}',
3981        SdCardAlert => '\u{f057}',
3982        SdStorage => '\u{e1c2}',
3983        Search => '\u{e8b6}',
3984        SearchOff => '\u{ea76}',
3985        Security => '\u{e32a}',
3986        SecurityUpdate => '\u{f058}',
3987        SecurityUpdateGood => '\u{f059}',
3988        SecurityUpdateWarning => '\u{f05a}',
3989        Segment => '\u{e94b}',
3990        SelectAll => '\u{e162}',
3991        SelfImprovement => '\u{ea78}',
3992        Sell => '\u{f05b}',
3993        Send => '\u{e163}',
3994        SendAndArchive => '\u{ea0c}',
3995        SendTimeExtension => '\u{eadb}',
3996        SendToMobile => '\u{f05c}',
3997        SensorDoor => '\u{f1b5}',
3998        SensorOccupied => '\u{ec10}',
3999        SensorWindow => '\u{f1b4}',
4000        Sensors => '\u{e51e}',
4001        SensorsOff => '\u{e51f}',
4002        SentimentDissatisfied => '\u{e811}',
4003        SentimentNeutral => '\u{e812}',
4004        SentimentSatisfied => '\u{e813}',
4005        SentimentSatisfiedAlt => '\u{e0ed}',
4006        SentimentVeryDissatisfied => '\u{e814}',
4007        SentimentVerySatisfied => '\u{e815}',
4008        SetMeal => '\u{f1ea}',
4009        Settings => '\u{e8b8}',
4010        SettingsAccessibility => '\u{f05d}',
4011        SettingsApplications => '\u{e8b9}',
4012        SettingsBackupRestore => '\u{e8ba}',
4013        SettingsBluetooth => '\u{e8bb}',
4014        SettingsBrightness => '\u{e8bd}',
4015        SettingsCell => '\u{e8bc}',
4016        SettingsDisplay => '\u{e8bd}',
4017        SettingsEthernet => '\u{e8be}',
4018        SettingsInputAntenna => '\u{e8bf}',
4019        SettingsInputComponent => '\u{e8c0}',
4020        SettingsInputComposite => '\u{e8c1}',
4021        SettingsInputHdmi => '\u{e8c2}',
4022        SettingsInputSvideo => '\u{e8c3}',
4023        SettingsOverscan => '\u{e8c4}',
4024        SettingsPhone => '\u{e8c5}',
4025        SettingsPower => '\u{e8c6}',
4026        SettingsRemote => '\u{e8c7}',
4027        SettingsSuggest => '\u{f05e}',
4028        SettingsSystemDaydream => '\u{e1c3}',
4029        SettingsVoice => '\u{e8c8}',
4030        SevereCold => '\u{ebd3}',
4031        ShapeLine => '\u{f8d3}',
4032        Share => '\u{e80d}',
4033        ShareArrivalTime => '\u{e524}',
4034        ShareLocation => '\u{f05f}',
4035        Shelves => '\u{f86e}',
4036        Shield => '\u{e9e0}',
4037        ShieldMoon => '\u{eaa9}',
4038        Shop => '\u{e8c9}',
4039        Shop2 => '\u{e19e}',
4040        ShopTwo => '\u{e8ca}',
4041        Shopify => '\u{ea9d}',
4042        ShoppingBag => '\u{f1cc}',
4043        ShoppingBasket => '\u{e8cb}',
4044        ShoppingCart => '\u{e8cc}',
4045        ShoppingCartCheckout => '\u{eb88}',
4046        ShortText => '\u{e261}',
4047        Shortcut => '\u{f060}',
4048        ShowChart => '\u{e6e1}',
4049        Shower => '\u{f061}',
4050        Shuffle => '\u{e043}',
4051        ShuffleOn => '\u{e9e1}',
4052        ShutterSpeed => '\u{e43d}',
4053        Sick => '\u{f220}',
4054        SignLanguage => '\u{ebe5}',
4055        SignalCellular0Bar => '\u{f0a8}',
4056        SignalCellular4Bar => '\u{e1c8}',
4057        SignalCellularAlt => '\u{e202}',
4058        SignalCellularAlt1Bar => '\u{ebdf}',
4059        SignalCellularAlt2Bar => '\u{ebe3}',
4060        SignalCellularConnectedNoInternet0Bar => '\u{f0ac}',
4061        SignalCellularConnectedNoInternet4Bar => '\u{e1cd}',
4062        SignalCellularNoSim => '\u{e1ce}',
4063        SignalCellularNodata => '\u{f062}',
4064        SignalCellularNull => '\u{e1cf}',
4065        SignalCellularOff => '\u{e1d0}',
4066        SignalWifi0Bar => '\u{f0b0}',
4067        SignalWifi4Bar => '\u{e1d8}',
4068        SignalWifi4BarLock => '\u{e1d9}',
4069        SignalWifiBad => '\u{f063}',
4070        SignalWifiConnectedNoInternet4 => '\u{f064}',
4071        SignalWifiOff => '\u{e1da}',
4072        SignalWifiStatusbar4Bar => '\u{f065}',
4073        SignalWifiStatusbarConnectedNoInternet4 => '\u{f066}',
4074        SignalWifiStatusbarNull => '\u{f067}',
4075        Signpost => '\u{eb91}',
4076        SimCard => '\u{e32b}',
4077        SimCardAlert => '\u{e624}',
4078        SimCardDownload => '\u{f068}',
4079        SingleBed => '\u{ea48}',
4080        Sip => '\u{f069}',
4081        Skateboarding => '\u{e511}',
4082        SkipNext => '\u{e044}',
4083        SkipPrevious => '\u{e045}',
4084        Sledding => '\u{e512}',
4085        Slideshow => '\u{e41b}',
4086        SlowMotionVideo => '\u{e068}',
4087        SmartButton => '\u{f1c1}',
4088        SmartDisplay => '\u{f06a}',
4089        SmartScreen => '\u{f06b}',
4090        SmartToy => '\u{f06c}',
4091        Smartphone => '\u{e32c}',
4092        SmokeFree => '\u{eb4a}',
4093        SmokingRooms => '\u{eb4b}',
4094        Sms => '\u{e625}',
4095        SmsFailed => '\u{e626}',
4096        Snapchat => '\u{ea6e}',
4097        SnippetFolder => '\u{f1c7}',
4098        Snooze => '\u{e046}',
4099        Snowboarding => '\u{e513}',
4100        Snowing => '\u{e80f}',
4101        Snowmobile => '\u{e503}',
4102        Snowshoeing => '\u{e514}',
4103        Soap => '\u{f1b2}',
4104        SocialDistance => '\u{e1cb}',
4105        SolarPower => '\u{ec0f}',
4106        Sort => '\u{e164}',
4107        SortByAlpha => '\u{e053}',
4108        Sos => '\u{ebf7}',
4109        SoupKitchen => '\u{e7d3}',
4110        Source => '\u{f1c4}',
4111        South => '\u{f1e3}',
4112        SouthAmerica => '\u{e7e4}',
4113        SouthEast => '\u{f1e4}',
4114        SouthWest => '\u{f1e5}',
4115        Spa => '\u{eb4c}',
4116        SpaceBar => '\u{e256}',
4117        SpaceDashboard => '\u{e66b}',
4118        SpatialAudio => '\u{ebeb}',
4119        SpatialAudioOff => '\u{ebe8}',
4120        SpatialTracking => '\u{ebea}',
4121        Speaker => '\u{e32d}',
4122        SpeakerGroup => '\u{e32e}',
4123        SpeakerNotes => '\u{e8cd}',
4124        SpeakerNotesOff => '\u{e92a}',
4125        SpeakerPhone => '\u{e0d2}',
4126        Speed => '\u{e9e4}',
4127        Spellcheck => '\u{e8ce}',
4128        Splitscreen => '\u{f06d}',
4129        Spoke => '\u{e9a7}',
4130        Sports => '\u{ea30}',
4131        SportsBar => '\u{f1f3}',
4132        SportsBaseball => '\u{ea51}',
4133        SportsBasketball => '\u{ea26}',
4134        SportsCricket => '\u{ea27}',
4135        SportsEsports => '\u{ea28}',
4136        SportsFootball => '\u{ea29}',
4137        SportsGolf => '\u{ea2a}',
4138        SportsGymnastics => '\u{ebc4}',
4139        SportsHandball => '\u{ea33}',
4140        SportsHockey => '\u{ea2b}',
4141        SportsKabaddi => '\u{ea34}',
4142        SportsMartialArts => '\u{eae9}',
4143        SportsMma => '\u{ea2c}',
4144        SportsMotorsports => '\u{ea2d}',
4145        SportsRugby => '\u{ea2e}',
4146        SportsScore => '\u{f06e}',
4147        SportsSoccer => '\u{ea2f}',
4148        SportsTennis => '\u{ea32}',
4149        SportsVolleyball => '\u{ea31}',
4150        Square => '\u{eb36}',
4151        SquareFoot => '\u{ea49}',
4152        SsidChart => '\u{eb66}',
4153        StackedBarChart => '\u{e9e6}',
4154        StackedLineChart => '\u{f22b}',
4155        Stadium => '\u{eb90}',
4156        Stairs => '\u{f1a9}',
4157        Star => '\u{e838}',
4158        StarBorder => '\u{e83a}',
4159        StarBorderPurple500 => '\u{f099}',
4160        StarHalf => '\u{e839}',
4161        StarOutline => '\u{f06f}',
4162        StarPurple500 => '\u{f09a}',
4163        StarRate => '\u{f0ec}',
4164        Stars => '\u{e8d0}',
4165        Start => '\u{e089}',
4166        StayCurrentLandscape => '\u{e0d3}',
4167        StayCurrentPortrait => '\u{e0d4}',
4168        StayPrimaryLandscape => '\u{e0d5}',
4169        StayPrimaryPortrait => '\u{e0d6}',
4170        StickyNote2 => '\u{f1fc}',
4171        Stop => '\u{e047}',
4172        StopCircle => '\u{ef71}',
4173        StopScreenShare => '\u{e0e3}',
4174        Storage => '\u{e1db}',
4175        Store => '\u{e8d1}',
4176        StoreMallDirectory => '\u{e563}',
4177        Storefront => '\u{ea12}',
4178        Storm => '\u{f070}',
4179        Straight => '\u{eb95}',
4180        Straighten => '\u{e41c}',
4181        Stream => '\u{e9e9}',
4182        Streetview => '\u{e56e}',
4183        StrikethroughS => '\u{e257}',
4184        Stroller => '\u{f1ae}',
4185        Style => '\u{e41d}',
4186        SubdirectoryArrowLeft => '\u{e5d9}',
4187        SubdirectoryArrowRight => '\u{e5da}',
4188        Subject => '\u{e8d2}',
4189        Subscript => '\u{f111}',
4190        Subscriptions => '\u{e064}',
4191        Subtitles => '\u{e048}',
4192        SubtitlesOff => '\u{ef72}',
4193        Subway => '\u{e56f}',
4194        Summarize => '\u{f071}',
4195        Sunny => '\u{e81a}',
4196        SunnySnowing => '\u{e819}',
4197        Superscript => '\u{f112}',
4198        SupervisedUserCircle => '\u{e939}',
4199        SupervisorAccount => '\u{e8d3}',
4200        Support => '\u{ef73}',
4201        SupportAgent => '\u{f0e2}',
4202        Surfing => '\u{e515}',
4203        SurroundSound => '\u{e049}',
4204        SwapCalls => '\u{e0d7}',
4205        SwapHoriz => '\u{e8d4}',
4206        SwapHorizontalCircle => '\u{e933}',
4207        SwapVert => '\u{e8d5}',
4208        SwapVertCircle => '\u{e8d6}',
4209        SwapVerticalCircle => '\u{e8d6}',
4210        Swipe => '\u{e9ec}',
4211        SwipeDown => '\u{eb53}',
4212        SwipeDownAlt => '\u{eb30}',
4213        SwipeLeft => '\u{eb59}',
4214        SwipeLeftAlt => '\u{eb33}',
4215        SwipeRight => '\u{eb52}',
4216        SwipeRightAlt => '\u{eb56}',
4217        SwipeUp => '\u{eb2e}',
4218        SwipeUpAlt => '\u{eb35}',
4219        SwipeVertical => '\u{eb51}',
4220        SwitchAccessShortcut => '\u{e7e1}',
4221        SwitchAccessShortcutAdd => '\u{e7e2}',
4222        SwitchAccount => '\u{e9ed}',
4223        SwitchCamera => '\u{e41e}',
4224        SwitchLeft => '\u{f1d1}',
4225        SwitchRight => '\u{f1d2}',
4226        SwitchVideo => '\u{e41f}',
4227        Synagogue => '\u{eab0}',
4228        Sync => '\u{e627}',
4229        SyncAlt => '\u{ea18}',
4230        SyncDisabled => '\u{e628}',
4231        SyncLock => '\u{eaee}',
4232        SyncProblem => '\u{e629}',
4233        SystemSecurityUpdate => '\u{f072}',
4234        SystemSecurityUpdateGood => '\u{f073}',
4235        SystemSecurityUpdateWarning => '\u{f074}',
4236        SystemUpdate => '\u{e62a}',
4237        SystemUpdateAlt => '\u{e8d7}',
4238        SystemUpdateTv => '\u{e8d7}',
4239        Tab => '\u{e8d8}',
4240        TabUnselected => '\u{e8d9}',
4241        TableBar => '\u{ead2}',
4242        TableChart => '\u{e265}',
4243        TableRestaurant => '\u{eac6}',
4244        TableRows => '\u{f101}',
4245        TableView => '\u{f1be}',
4246        Tablet => '\u{e32f}',
4247        TabletAndroid => '\u{e330}',
4248        TabletMac => '\u{e331}',
4249        Tag => '\u{e9ef}',
4250        TagFaces => '\u{e420}',
4251        TakeoutDining => '\u{ea74}',
4252        TapAndPlay => '\u{e62b}',
4253        Tapas => '\u{f1e9}',
4254        Task => '\u{f075}',
4255        TaskAlt => '\u{e2e6}',
4256        TaxiAlert => '\u{ef74}',
4257        Telegram => '\u{ea6b}',
4258        TempleBuddhist => '\u{eab3}',
4259        TempleHindu => '\u{eaaf}',
4260        Terminal => '\u{eb8e}',
4261        Terrain => '\u{e564}',
4262        TextDecrease => '\u{eadd}',
4263        TextFields => '\u{e262}',
4264        TextFormat => '\u{e165}',
4265        TextIncrease => '\u{eae2}',
4266        TextRotateUp => '\u{e93a}',
4267        TextRotateVertical => '\u{e93b}',
4268        TextRotationAngledown => '\u{e93c}',
4269        TextRotationAngleup => '\u{e93d}',
4270        TextRotationDown => '\u{e93e}',
4271        TextRotationNone => '\u{e93f}',
4272        TextSnippet => '\u{f1c6}',
4273        Textsms => '\u{e0d8}',
4274        Texture => '\u{e421}',
4275        TheaterComedy => '\u{ea66}',
4276        Theaters => '\u{e8da}',
4277        Thermostat => '\u{f076}',
4278        ThermostatAuto => '\u{f077}',
4279        ThumbDown => '\u{e8db}',
4280        ThumbDownAlt => '\u{e816}',
4281        ThumbDownOffAlt => '\u{e9f2}',
4282        ThumbUp => '\u{e8dc}',
4283        ThumbUpAlt => '\u{e817}',
4284        ThumbUpOffAlt => '\u{e9f3}',
4285        ThumbsUpDown => '\u{e8dd}',
4286        Thunderstorm => '\u{ebdb}',
4287        Tiktok => '\u{ea7e}',
4288        TimeToLeave => '\u{e62c}',
4289        Timelapse => '\u{e422}',
4290        Timeline => '\u{e922}',
4291        Timer => '\u{e425}',
4292        Timer10 => '\u{e423}',
4293        Timer10Select => '\u{f07a}',
4294        Timer3 => '\u{e424}',
4295        Timer3Select => '\u{f07b}',
4296        TimerOff => '\u{e426}',
4297        TipsAndUpdates => '\u{e79a}',
4298        TireRepair => '\u{ebc8}',
4299        Title => '\u{e264}',
4300        Toc => '\u{e8de}',
4301        Today => '\u{e8df}',
4302        ToggleOff => '\u{e9f5}',
4303        ToggleOn => '\u{e9f6}',
4304        Token => '\u{ea25}',
4305        Toll => '\u{e8e0}',
4306        Tonality => '\u{e427}',
4307        Topic => '\u{f1c8}',
4308        Tornado => '\u{e199}',
4309        TouchApp => '\u{e913}',
4310        Tour => '\u{ef75}',
4311        Toys => '\u{e332}',
4312        TrackChanges => '\u{e8e1}',
4313        Traffic => '\u{e565}',
4314        Train => '\u{e570}',
4315        Tram => '\u{e571}',
4316        Transcribe => '\u{f8ec}',
4317        TransferWithinAStation => '\u{e572}',
4318        Transform => '\u{e428}',
4319        Transgender => '\u{e58d}',
4320        TransitEnterexit => '\u{e579}',
4321        Translate => '\u{e8e2}',
4322        TravelExplore => '\u{e2db}',
4323        TrendingDown => '\u{e8e3}',
4324        TrendingFlat => '\u{e8e4}',
4325        TrendingNeutral => '\u{e8e4}',
4326        TrendingUp => '\u{e8e5}',
4327        TripOrigin => '\u{e57b}',
4328        Trolley => '\u{f86b}',
4329        Troubleshoot => '\u{e1d2}',
4330        Try => '\u{f07c}',
4331        Tsunami => '\u{ebd8}',
4332        Tty => '\u{f1aa}',
4333        Tune => '\u{e429}',
4334        Tungsten => '\u{f07d}',
4335        TurnLeft => '\u{eba6}',
4336        TurnRight => '\u{ebab}',
4337        TurnSharpLeft => '\u{eba7}',
4338        TurnSharpRight => '\u{ebaa}',
4339        TurnSlightLeft => '\u{eba4}',
4340        TurnSlightRight => '\u{eb9a}',
4341        TurnedIn => '\u{e8e6}',
4342        TurnedInNot => '\u{e8e7}',
4343        Tv => '\u{e333}',
4344        TvOff => '\u{e647}',
4345        TwoWheeler => '\u{e9f9}',
4346        TypeSpecimen => '\u{f8f0}',
4347        UTurnLeft => '\u{eba1}',
4348        UTurnRight => '\u{eba2}',
4349        Umbrella => '\u{f1ad}',
4350        Unarchive => '\u{e169}',
4351        Undo => '\u{e166}',
4352        UnfoldLess => '\u{e5d6}',
4353        UnfoldLessDouble => '\u{f8cf}',
4354        UnfoldMore => '\u{e5d7}',
4355        UnfoldMoreDouble => '\u{f8d0}',
4356        Unpublished => '\u{f236}',
4357        Unsubscribe => '\u{e0eb}',
4358        Upcoming => '\u{f07e}',
4359        Update => '\u{e923}',
4360        UpdateDisabled => '\u{e075}',
4361        Upgrade => '\u{f0fb}',
4362        Upload => '\u{f09b}',
4363        UploadFile => '\u{e9fc}',
4364        Usb => '\u{e1e0}',
4365        UsbOff => '\u{e4fa}',
4366        Vaccines => '\u{e138}',
4367        VapeFree => '\u{ebc6}',
4368        VapingRooms => '\u{ebcf}',
4369        Verified => '\u{ef76}',
4370        VerifiedUser => '\u{e8e8}',
4371        VerticalAlignBottom => '\u{e258}',
4372        VerticalAlignCenter => '\u{e259}',
4373        VerticalAlignTop => '\u{e25a}',
4374        VerticalDistribute => '\u{e076}',
4375        VerticalShades => '\u{ec0e}',
4376        VerticalShadesClosed => '\u{ec0d}',
4377        VerticalSplit => '\u{e949}',
4378        Vibration => '\u{e62d}',
4379        VideoCall => '\u{e070}',
4380        VideoCameraBack => '\u{f07f}',
4381        VideoCameraFront => '\u{f080}',
4382        VideoChat => '\u{f8a0}',
4383        VideoCollection => '\u{e04a}',
4384        VideoFile => '\u{eb87}',
4385        VideoLabel => '\u{e071}',
4386        VideoLibrary => '\u{e04a}',
4387        VideoSettings => '\u{ea75}',
4388        VideoStable => '\u{f081}',
4389        Videocam => '\u{e04b}',
4390        VideocamOff => '\u{e04c}',
4391        VideogameAsset => '\u{e338}',
4392        VideogameAssetOff => '\u{e500}',
4393        ViewAgenda => '\u{e8e9}',
4394        ViewArray => '\u{e8ea}',
4395        ViewCarousel => '\u{e8eb}',
4396        ViewColumn => '\u{e8ec}',
4397        ViewComfortable => '\u{e42a}',
4398        ViewComfy => '\u{e42a}',
4399        ViewComfyAlt => '\u{eb73}',
4400        ViewCompact => '\u{e42b}',
4401        ViewCompactAlt => '\u{eb74}',
4402        ViewCozy => '\u{eb75}',
4403        ViewDay => '\u{e8ed}',
4404        ViewHeadline => '\u{e8ee}',
4405        ViewInAr => '\u{e9fe}',
4406        ViewKanban => '\u{eb7f}',
4407        ViewList => '\u{e8ef}',
4408        ViewModule => '\u{e8f0}',
4409        ViewQuilt => '\u{e8f1}',
4410        ViewSidebar => '\u{f114}',
4411        ViewStream => '\u{e8f2}',
4412        ViewTimeline => '\u{eb85}',
4413        ViewWeek => '\u{e8f3}',
4414        Vignette => '\u{e435}',
4415        Villa => '\u{e586}',
4416        Visibility => '\u{e8f4}',
4417        VisibilityOff => '\u{e8f5}',
4418        VoiceChat => '\u{e62e}',
4419        VoiceOverOff => '\u{e94a}',
4420        Voicemail => '\u{e0d9}',
4421        Volcano => '\u{ebda}',
4422        VolumeDown => '\u{e04d}',
4423        VolumeDownAlt => '\u{e79c}',
4424        VolumeMute => '\u{e04e}',
4425        VolumeOff => '\u{e04f}',
4426        VolumeUp => '\u{e050}',
4427        VolunteerActivism => '\u{ea70}',
4428        VpnKey => '\u{e0da}',
4429        VpnKeyOff => '\u{eb7a}',
4430        VpnLock => '\u{e62f}',
4431        Vrpano => '\u{f082}',
4432        Wallet => '\u{f8ff}',
4433        WalletGiftcard => '\u{e8f6}',
4434        WalletMembership => '\u{e8f7}',
4435        WalletTravel => '\u{e8f8}',
4436        Wallpaper => '\u{e1bc}',
4437        Warehouse => '\u{ebb8}',
4438        Warning => '\u{e002}',
4439        WarningAmber => '\u{f083}',
4440        Wash => '\u{f1b1}',
4441        Watch => '\u{e334}',
4442        WatchLater => '\u{e924}',
4443        WatchOff => '\u{eae3}',
4444        Water => '\u{f084}',
4445        WaterDamage => '\u{f203}',
4446        WaterDrop => '\u{e798}',
4447        WaterfallChart => '\u{ea00}',
4448        Waves => '\u{e176}',
4449        WavingHand => '\u{e766}',
4450        WbAuto => '\u{e42c}',
4451        WbCloudy => '\u{e42d}',
4452        WbIncandescent => '\u{e42e}',
4453        WbIridescent => '\u{e436}',
4454        WbShade => '\u{ea01}',
4455        WbSunny => '\u{e430}',
4456        WbTwighlight => '\u{ea02}',
4457        WbTwilight => '\u{e1c6}',
4458        Wc => '\u{e63d}',
4459        Web => '\u{e051}',
4460        WebAsset => '\u{e069}',
4461        WebAssetOff => '\u{e4f7}',
4462        WebStories => '\u{e595}',
4463        Webhook => '\u{eb92}',
4464        Wechat => '\u{ea81}',
4465        Weekend => '\u{e16b}',
4466        West => '\u{f1e6}',
4467        Whatshot => '\u{e80e}',
4468        WheelchairPickup => '\u{f1ab}',
4469        WhereToVote => '\u{e177}',
4470        Widgets => '\u{e1bd}',
4471        WidthFull => '\u{f8f5}',
4472        WidthNormal => '\u{f8f6}',
4473        WidthWide => '\u{f8f7}',
4474        Wifi => '\u{e63e}',
4475        Wifi1Bar => '\u{e4ca}',
4476        Wifi2Bar => '\u{e4d9}',
4477        WifiCalling => '\u{ef77}',
4478        WifiCalling3 => '\u{f085}',
4479        WifiChannel => '\u{eb6a}',
4480        WifiFind => '\u{eb31}',
4481        WifiLock => '\u{e1e1}',
4482        WifiOff => '\u{e648}',
4483        WifiPassword => '\u{eb6b}',
4484        WifiProtectedSetup => '\u{f0fc}',
4485        WifiTethering => '\u{e1e2}',
4486        WifiTetheringError => '\u{ead9}',
4487        WifiTetheringErrorRounded => '\u{f086}',
4488        WifiTetheringOff => '\u{f087}',
4489        WindPower => '\u{ec0c}',
4490        Window => '\u{f088}',
4491        WineBar => '\u{f1e8}',
4492        Woman => '\u{e13e}',
4493        Woman2 => '\u{f8e7}',
4494        WooCommerce => '\u{ea6d}',
4495        Wordpress => '\u{ea9f}',
4496        Work => '\u{e8f9}',
4497        WorkHistory => '\u{ec09}',
4498        WorkOff => '\u{e942}',
4499        WorkOutline => '\u{e943}',
4500        WorkspacePremium => '\u{e7af}',
4501        Workspaces => '\u{e1a0}',
4502        WorkspacesFilled => '\u{ea0d}',
4503        WorkspacesOutline => '\u{ea0f}',
4504        WrapText => '\u{e25b}',
4505        WrongLocation => '\u{ef78}',
4506        Wysiwyg => '\u{f1c3}',
4507        Yard => '\u{f089}',
4508        YoutubeSearchedFor => '\u{e8fa}',
4509        ZoomIn => '\u{e8ff}',
4510        ZoomInMap => '\u{eb2d}',
4511        ZoomOut => '\u{e900}',
4512        ZoomOutMap => '\u{e56b}',
4513    }
4514}
4515impl From<Icon> for char {
4516    fn from(icon: Icon) -> char {
4517        icon_to_char(icon)
4518    }
4519}
4520
4521/// Material icons font (`MaterialIcons-Regular.ttf`), licensed under the Apache 2.0 license
4522/// While attribution is not strictly required, it is appreciated.
4523/// See https://github.com/google/material-design-icons for more information
4524pub const FONT: &[u8] = include_bytes!("../assets/MaterialIcons-Regular.ttf");
4525
4526use std::fmt;
4527impl fmt::Display for Icon {
4528    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
4529        write!(f, "{}", icon_to_char(*self))
4530    }
4531}
4532
4533/// Get icon HTML name
4534pub fn icon_to_html_name(icon: &Icon) -> &'static str {
4535    use self::Icon::*;
4536    match *icon {
4537        TenK => "ten_k",
4538        TenMp => "ten_mp",
4539        ElevenMp => "eleven_mp",
4540        OneTwoThree => "one_two_three",
4541        TwelveMp => "twelve_mp",
4542        ThirteenMp => "thirteen_mp",
4543        FourteenMp => "fourteen_mp",
4544        FifteenMp => "fifteen_mp",
4545        SixteenMp => "sixteen_mp",
4546        SeventeenMp => "seventeen_mp",
4547        EighteenUpRating => "eighteen_up_rating",
4548        EighteenMp => "eighteen_mp",
4549        NineteenMp => "nineteen_mp",
4550        OneK => "one_k",
4551        OneKPlus => "one_k_plus",
4552        OneXMobiledata => "one_x_mobiledata",
4553        TwentyMp => "twenty_mp",
4554        TwentyOneMp => "twenty_one_mp",
4555        TwentyTwoMp => "twenty_two_mp",
4556        TwentyThreeMp => "twenty_three_mp",
4557        TwentyFourMp => "twenty_four_mp",
4558        TwoK => "two_k",
4559        TwoKPlus => "two_k_plus",
4560        TwoMp => "two_mp",
4561        ThirtyFps => "thirty_fps",
4562        ThirtyFpsSelect => "thirty_fps_select",
4563        ThreeSixty => "three_sixty",
4564        Rotation3d => "rotation_3d",
4565        Mobiledata3g => "mobiledata_3g",
4566        ThreeK => "three_k",
4567        ThreeKPlus => "three_k_plus",
4568        ThreeMp => "three_mp",
4569        ThreeP => "three_p",
4570        Mobiledata4g => "mobiledata_4g",
4571        Mobiledata4gPlus => "mobiledata_4g_plus",
4572        FourK => "four_k",
4573        FourKPlus => "four_k_plus",
4574        FourMp => "four_mp",
4575        FiveG => "five_g",
4576        FiveK => "five_k",
4577        FiveKPlus => "five_k_plus",
4578        FiveMp => "five_mp",
4579        SixtyFps => "sixty_fps",
4580        SixtyFpsSelect => "sixty_fps_select",
4581        SixFtApart => "six_ft_apart",
4582        SixK => "six_k",
4583        SixKPlus => "six_k_plus",
4584        SixMp => "six_mp",
4585        SevenK => "seven_k",
4586        SevenKPlus => "seven_k_plus",
4587        SevenMp => "seven_mp",
4588        EightK => "eight_k",
4589        EightKPlus => "eight_k_plus",
4590        EightMp => "eight_mp",
4591        NineK => "nine_k",
4592        NineKPlus => "nine_k_plus",
4593        NineMp => "nine_mp",
4594        Abc => "abc",
4595        AcUnit => "ac_unit",
4596        AccessAlarm => "access_alarm",
4597        AccessAlarms => "access_alarms",
4598        AccessTime => "access_time",
4599        AccessTimeFilled => "access_time_filled",
4600        Accessibility => "accessibility",
4601        AccessibilityNew => "accessibility_new",
4602        Accessible => "accessible",
4603        AccessibleForward => "accessible_forward",
4604        AccountBalance => "account_balance",
4605        AccountBalanceWallet => "account_balance_wallet",
4606        AccountBox => "account_box",
4607        AccountCircle => "account_circle",
4608        AccountTree => "account_tree",
4609        AdUnits => "ad_units",
4610        Adb => "adb",
4611        Add => "add",
4612        AddAPhoto => "add_a_photo",
4613        AddAlarm => "add_alarm",
4614        AddAlert => "add_alert",
4615        AddBox => "add_box",
4616        AddBusiness => "add_business",
4617        AddCall => "add_call",
4618        AddCard => "add_card",
4619        AddChart => "add_chart",
4620        AddCircle => "add_circle",
4621        AddCircleOutline => "add_circle_outline",
4622        AddComment => "add_comment",
4623        AddHome => "add_home",
4624        AddHomeWork => "add_home_work",
4625        AddIcCall => "add_ic_call",
4626        AddLink => "add_link",
4627        AddLocation => "add_location",
4628        AddLocationAlt => "add_location_alt",
4629        AddModerator => "add_moderator",
4630        AddPhotoAlternate => "add_photo_alternate",
4631        AddReaction => "add_reaction",
4632        AddRoad => "add_road",
4633        AddShoppingCart => "add_shopping_cart",
4634        AddTask => "add_task",
4635        AddToDrive => "add_to_drive",
4636        AddToHomeScreen => "add_to_home_screen",
4637        AddToPhotos => "add_to_photos",
4638        AddToQueue => "add_to_queue",
4639        Addchart => "addchart",
4640        AdfScanner => "adf_scanner",
4641        Adjust => "adjust",
4642        AdminPanelSettings => "admin_panel_settings",
4643        Adobe => "adobe",
4644        AdsClick => "ads_click",
4645        Agriculture => "agriculture",
4646        Air => "air",
4647        AirlineSeatFlat => "airline_seat_flat",
4648        AirlineSeatFlatAngled => "airline_seat_flat_angled",
4649        AirlineSeatIndividualSuite => "airline_seat_individual_suite",
4650        AirlineSeatLegroomExtra => "airline_seat_legroom_extra",
4651        AirlineSeatLegroomNormal => "airline_seat_legroom_normal",
4652        AirlineSeatLegroomReduced => "airline_seat_legroom_reduced",
4653        AirlineSeatReclineExtra => "airline_seat_recline_extra",
4654        AirlineSeatReclineNormal => "airline_seat_recline_normal",
4655        AirlineStops => "airline_stops",
4656        Airlines => "airlines",
4657        AirplaneTicket => "airplane_ticket",
4658        AirplanemodeActive => "airplanemode_active",
4659        AirplanemodeInactive => "airplanemode_inactive",
4660        AirplanemodeOff => "airplanemode_off",
4661        AirplanemodeOn => "airplanemode_on",
4662        Airplay => "airplay",
4663        AirportShuttle => "airport_shuttle",
4664        Alarm => "alarm",
4665        AlarmAdd => "alarm_add",
4666        AlarmOff => "alarm_off",
4667        AlarmOn => "alarm_on",
4668        Album => "album",
4669        AlignHorizontalCenter => "align_horizontal_center",
4670        AlignHorizontalLeft => "align_horizontal_left",
4671        AlignHorizontalRight => "align_horizontal_right",
4672        AlignVerticalBottom => "align_vertical_bottom",
4673        AlignVerticalCenter => "align_vertical_center",
4674        AlignVerticalTop => "align_vertical_top",
4675        AllInbox => "all_inbox",
4676        AllInclusive => "all_inclusive",
4677        AllOut => "all_out",
4678        AltRoute => "alt_route",
4679        AlternateEmail => "alternate_email",
4680        AmpStories => "amp_stories",
4681        Analytics => "analytics",
4682        Anchor => "anchor",
4683        Android => "android",
4684        Animation => "animation",
4685        Announcement => "announcement",
4686        Aod => "aod",
4687        Apartment => "apartment",
4688        Api => "api",
4689        AppBlocking => "app_blocking",
4690        AppRegistration => "app_registration",
4691        AppSettingsAlt => "app_settings_alt",
4692        AppShortcut => "app_shortcut",
4693        Apple => "apple",
4694        Approval => "approval",
4695        Apps => "apps",
4696        AppsOutage => "apps_outage",
4697        Architecture => "architecture",
4698        Archive => "archive",
4699        AreaChart => "area_chart",
4700        ArrowBack => "arrow_back",
4701        ArrowBackIos => "arrow_back_ios",
4702        ArrowBackIosNew => "arrow_back_ios_new",
4703        ArrowCircleDown => "arrow_circle_down",
4704        ArrowCircleLeft => "arrow_circle_left",
4705        ArrowCircleRight => "arrow_circle_right",
4706        ArrowCircleUp => "arrow_circle_up",
4707        ArrowDownward => "arrow_downward",
4708        ArrowDropDown => "arrow_drop_down",
4709        ArrowDropDownCircle => "arrow_drop_down_circle",
4710        ArrowDropUp => "arrow_drop_up",
4711        ArrowForward => "arrow_forward",
4712        ArrowForwardIos => "arrow_forward_ios",
4713        ArrowLeft => "arrow_left",
4714        ArrowOutward => "arrow_outward",
4715        ArrowRight => "arrow_right",
4716        ArrowRightAlt => "arrow_right_alt",
4717        ArrowUpward => "arrow_upward",
4718        ArtTrack => "art_track",
4719        Article => "article",
4720        AspectRatio => "aspect_ratio",
4721        Assessment => "assessment",
4722        Assignment => "assignment",
4723        AssignmentAdd => "assignment_add",
4724        AssignmentInd => "assignment_ind",
4725        AssignmentLate => "assignment_late",
4726        AssignmentReturn => "assignment_return",
4727        AssignmentReturned => "assignment_returned",
4728        AssignmentTurnedIn => "assignment_turned_in",
4729        AssistWalker => "assist_walker",
4730        Assistant => "assistant",
4731        AssistantDirection => "assistant_direction",
4732        AssistantNavigation => "assistant_navigation",
4733        AssistantPhoto => "assistant_photo",
4734        AssuredWorkload => "assured_workload",
4735        Atm => "atm",
4736        AttachEmail => "attach_email",
4737        AttachFile => "attach_file",
4738        AttachMoney => "attach_money",
4739        Attachment => "attachment",
4740        Attractions => "attractions",
4741        Attribution => "attribution",
4742        AudioFile => "audio_file",
4743        Audiotrack => "audiotrack",
4744        AutoAwesome => "auto_awesome",
4745        AutoAwesomeMosaic => "auto_awesome_mosaic",
4746        AutoAwesomeMotion => "auto_awesome_motion",
4747        AutoDelete => "auto_delete",
4748        AutoFixHigh => "auto_fix_high",
4749        AutoFixNormal => "auto_fix_normal",
4750        AutoFixOff => "auto_fix_off",
4751        AutoGraph => "auto_graph",
4752        AutoMode => "auto_mode",
4753        AutoStories => "auto_stories",
4754        AutofpsSelect => "autofps_select",
4755        Autorenew => "autorenew",
4756        AvTimer => "av_timer",
4757        BabyChangingStation => "baby_changing_station",
4758        BackHand => "back_hand",
4759        Backpack => "backpack",
4760        Backspace => "backspace",
4761        Backup => "backup",
4762        BackupTable => "backup_table",
4763        Badge => "badge",
4764        BakeryDining => "bakery_dining",
4765        Balance => "balance",
4766        Balcony => "balcony",
4767        Ballot => "ballot",
4768        BarChart => "bar_chart",
4769        BarcodeReader => "barcode_reader",
4770        BatchPrediction => "batch_prediction",
4771        Bathroom => "bathroom",
4772        Bathtub => "bathtub",
4773        Battery0Bar => "battery_0_bar",
4774        Battery1Bar => "battery_1_bar",
4775        Battery2Bar => "battery_2_bar",
4776        Battery3Bar => "battery_3_bar",
4777        Battery4Bar => "battery_4_bar",
4778        Battery5Bar => "battery_5_bar",
4779        Battery6Bar => "battery_6_bar",
4780        BatteryAlert => "battery_alert",
4781        BatteryChargingFull => "battery_charging_full",
4782        BatteryFull => "battery_full",
4783        BatterySaver => "battery_saver",
4784        BatteryStd => "battery_std",
4785        BatteryUnknown => "battery_unknown",
4786        BeachAccess => "beach_access",
4787        Bed => "bed",
4788        BedroomBaby => "bedroom_baby",
4789        BedroomChild => "bedroom_child",
4790        BedroomParent => "bedroom_parent",
4791        Bedtime => "bedtime",
4792        BedtimeOff => "bedtime_off",
4793        Beenhere => "beenhere",
4794        Bento => "bento",
4795        BikeScooter => "bike_scooter",
4796        Biotech => "biotech",
4797        Blender => "blender",
4798        Blind => "blind",
4799        Blinds => "blinds",
4800        BlindsClosed => "blinds_closed",
4801        Block => "block",
4802        BlockFlipped => "block_flipped",
4803        Bloodtype => "bloodtype",
4804        Bluetooth => "bluetooth",
4805        BluetoothAudio => "bluetooth_audio",
4806        BluetoothConnected => "bluetooth_connected",
4807        BluetoothDisabled => "bluetooth_disabled",
4808        BluetoothDrive => "bluetooth_drive",
4809        BluetoothSearching => "bluetooth_searching",
4810        BlurCircular => "blur_circular",
4811        BlurLinear => "blur_linear",
4812        BlurOff => "blur_off",
4813        BlurOn => "blur_on",
4814        Bolt => "bolt",
4815        Book => "book",
4816        BookOnline => "book_online",
4817        Bookmark => "bookmark",
4818        BookmarkAdd => "bookmark_add",
4819        BookmarkAdded => "bookmark_added",
4820        BookmarkBorder => "bookmark_border",
4821        BookmarkOutline => "bookmark_outline",
4822        BookmarkRemove => "bookmark_remove",
4823        Bookmarks => "bookmarks",
4824        BorderAll => "border_all",
4825        BorderBottom => "border_bottom",
4826        BorderClear => "border_clear",
4827        BorderColor => "border_color",
4828        BorderHorizontal => "border_horizontal",
4829        BorderInner => "border_inner",
4830        BorderLeft => "border_left",
4831        BorderOuter => "border_outer",
4832        BorderRight => "border_right",
4833        BorderStyle => "border_style",
4834        BorderTop => "border_top",
4835        BorderVertical => "border_vertical",
4836        Boy => "boy",
4837        BrandingWatermark => "branding_watermark",
4838        BreakfastDining => "breakfast_dining",
4839        Brightness1 => "brightness_1",
4840        Brightness2 => "brightness_2",
4841        Brightness3 => "brightness_3",
4842        Brightness4 => "brightness_4",
4843        Brightness5 => "brightness_5",
4844        Brightness6 => "brightness_6",
4845        Brightness7 => "brightness_7",
4846        BrightnessAuto => "brightness_auto",
4847        BrightnessHigh => "brightness_high",
4848        BrightnessLow => "brightness_low",
4849        BrightnessMedium => "brightness_medium",
4850        BroadcastOnHome => "broadcast_on_home",
4851        BroadcastOnPersonal => "broadcast_on_personal",
4852        BrokenImage => "broken_image",
4853        BrowseGallery => "browse_gallery",
4854        BrowserNotSupported => "browser_not_supported",
4855        BrowserUpdated => "browser_updated",
4856        BrunchDining => "brunch_dining",
4857        Brush => "brush",
4858        BubbleChart => "bubble_chart",
4859        BugReport => "bug_report",
4860        Build => "build",
4861        BuildCircle => "build_circle",
4862        Bungalow => "bungalow",
4863        BurstMode => "burst_mode",
4864        BusAlert => "bus_alert",
4865        Business => "business",
4866        BusinessCenter => "business_center",
4867        Cabin => "cabin",
4868        Cable => "cable",
4869        Cached => "cached",
4870        Cake => "cake",
4871        Calculate => "calculate",
4872        CalendarMonth => "calendar_month",
4873        CalendarToday => "calendar_today",
4874        CalendarViewDay => "calendar_view_day",
4875        CalendarViewMonth => "calendar_view_month",
4876        CalendarViewWeek => "calendar_view_week",
4877        Call => "call",
4878        CallEnd => "call_end",
4879        CallMade => "call_made",
4880        CallMerge => "call_merge",
4881        CallMissed => "call_missed",
4882        CallMissedOutgoing => "call_missed_outgoing",
4883        CallReceived => "call_received",
4884        CallSplit => "call_split",
4885        CallToAction => "call_to_action",
4886        Camera => "camera",
4887        CameraAlt => "camera_alt",
4888        CameraEnhance => "camera_enhance",
4889        CameraFront => "camera_front",
4890        CameraIndoor => "camera_indoor",
4891        CameraOutdoor => "camera_outdoor",
4892        CameraRear => "camera_rear",
4893        CameraRoll => "camera_roll",
4894        Cameraswitch => "cameraswitch",
4895        Campaign => "campaign",
4896        Cancel => "cancel",
4897        CancelPresentation => "cancel_presentation",
4898        CancelScheduleSend => "cancel_schedule_send",
4899        CandlestickChart => "candlestick_chart",
4900        CarCrash => "car_crash",
4901        CarRental => "car_rental",
4902        CarRepair => "car_repair",
4903        CardGiftcard => "card_giftcard",
4904        CardMembership => "card_membership",
4905        CardTravel => "card_travel",
4906        Carpenter => "carpenter",
4907        Cases => "cases",
4908        Casino => "casino",
4909        Cast => "cast",
4910        CastConnected => "cast_connected",
4911        CastForEducation => "cast_for_education",
4912        Castle => "castle",
4913        CatchingPokemon => "catching_pokemon",
4914        Category => "category",
4915        Celebration => "celebration",
4916        CellTower => "cell_tower",
4917        CellWifi => "cell_wifi",
4918        CenterFocusStrong => "center_focus_strong",
4919        CenterFocusWeak => "center_focus_weak",
4920        Chair => "chair",
4921        ChairAlt => "chair_alt",
4922        Chalet => "chalet",
4923        ChangeCircle => "change_circle",
4924        ChangeHistory => "change_history",
4925        ChargingStation => "charging_station",
4926        Chat => "chat",
4927        ChatBubble => "chat_bubble",
4928        ChatBubbleOutline => "chat_bubble_outline",
4929        Check => "check",
4930        CheckBox => "check_box",
4931        CheckBoxOutlineBlank => "check_box_outline_blank",
4932        CheckCircle => "check_circle",
4933        CheckCircleOutline => "check_circle_outline",
4934        Checklist => "checklist",
4935        ChecklistRtl => "checklist_rtl",
4936        Checkroom => "checkroom",
4937        ChevronLeft => "chevron_left",
4938        ChevronRight => "chevron_right",
4939        ChildCare => "child_care",
4940        ChildFriendly => "child_friendly",
4941        ChromeReaderMode => "chrome_reader_mode",
4942        Church => "church",
4943        Circle => "circle",
4944        CircleNotifications => "circle_notifications",
4945        Class => "class",
4946        CleanHands => "clean_hands",
4947        CleaningServices => "cleaning_services",
4948        Clear => "clear",
4949        ClearAll => "clear_all",
4950        Close => "close",
4951        CloseFullscreen => "close_fullscreen",
4952        ClosedCaption => "closed_caption",
4953        ClosedCaptionDisabled => "closed_caption_disabled",
4954        ClosedCaptionOff => "closed_caption_off",
4955        Cloud => "cloud",
4956        CloudCircle => "cloud_circle",
4957        CloudDone => "cloud_done",
4958        CloudDownload => "cloud_download",
4959        CloudOff => "cloud_off",
4960        CloudQueue => "cloud_queue",
4961        CloudSync => "cloud_sync",
4962        CloudUpload => "cloud_upload",
4963        CloudySnowing => "cloudy_snowing",
4964        Co2 => "co2",
4965        CoPresent => "co_present",
4966        Code => "code",
4967        CodeOff => "code_off",
4968        Coffee => "coffee",
4969        CoffeeMaker => "coffee_maker",
4970        Collections => "collections",
4971        CollectionsBookmark => "collections_bookmark",
4972        ColorLens => "color_lens",
4973        Colorize => "colorize",
4974        Comment => "comment",
4975        CommentBank => "comment_bank",
4976        CommentsDisabled => "comments_disabled",
4977        Commit => "commit",
4978        Commute => "commute",
4979        Compare => "compare",
4980        CompareArrows => "compare_arrows",
4981        CompassCalibration => "compass_calibration",
4982        Compost => "compost",
4983        Compress => "compress",
4984        Computer => "computer",
4985        ConfirmationNum => "confirmation_num",
4986        ConfirmationNumber => "confirmation_number",
4987        ConnectWithoutContact => "connect_without_contact",
4988        ConnectedTv => "connected_tv",
4989        ConnectingAirports => "connecting_airports",
4990        Construction => "construction",
4991        ContactEmergency => "contact_emergency",
4992        ContactMail => "contact_mail",
4993        ContactPage => "contact_page",
4994        ContactPhone => "contact_phone",
4995        ContactSupport => "contact_support",
4996        Contactless => "contactless",
4997        Contacts => "contacts",
4998        ContentCopy => "content_copy",
4999        ContentCut => "content_cut",
5000        ContentPaste => "content_paste",
5001        ContentPasteGo => "content_paste_go",
5002        ContentPasteOff => "content_paste_off",
5003        ContentPasteSearch => "content_paste_search",
5004        Contrast => "contrast",
5005        ControlCamera => "control_camera",
5006        ControlPoint => "control_point",
5007        ControlPointDuplicate => "control_point_duplicate",
5008        ConveyorBelt => "conveyor_belt",
5009        Cookie => "cookie",
5010        CopyAll => "copy_all",
5011        Copyright => "copyright",
5012        Coronavirus => "coronavirus",
5013        CorporateFare => "corporate_fare",
5014        Cottage => "cottage",
5015        Countertops => "countertops",
5016        Create => "create",
5017        CreateNewFolder => "create_new_folder",
5018        CreditCard => "credit_card",
5019        CreditCardOff => "credit_card_off",
5020        CreditScore => "credit_score",
5021        Crib => "crib",
5022        CrisisAlert => "crisis_alert",
5023        Crop => "crop",
5024        Crop169 => "crop_16_9",
5025        Crop32 => "crop_3_2",
5026        Crop54 => "crop_5_4",
5027        Crop75 => "crop_7_5",
5028        CropDin => "crop_din",
5029        CropFree => "crop_free",
5030        CropLandscape => "crop_landscape",
5031        CropOriginal => "crop_original",
5032        CropPortrait => "crop_portrait",
5033        CropRotate => "crop_rotate",
5034        CropSquare => "crop_square",
5035        CrueltyFree => "cruelty_free",
5036        Css => "css",
5037        CurrencyBitcoin => "currency_bitcoin",
5038        CurrencyExchange => "currency_exchange",
5039        CurrencyFranc => "currency_franc",
5040        CurrencyLira => "currency_lira",
5041        CurrencyPound => "currency_pound",
5042        CurrencyRuble => "currency_ruble",
5043        CurrencyRupee => "currency_rupee",
5044        CurrencyYen => "currency_yen",
5045        CurrencyYuan => "currency_yuan",
5046        Curtains => "curtains",
5047        CurtainsClosed => "curtains_closed",
5048        Cyclone => "cyclone",
5049        Dangerous => "dangerous",
5050        DarkMode => "dark_mode",
5051        Dashboard => "dashboard",
5052        DashboardCustomize => "dashboard_customize",
5053        DataArray => "data_array",
5054        DataExploration => "data_exploration",
5055        DataObject => "data_object",
5056        DataSaverOff => "data_saver_off",
5057        DataSaverOn => "data_saver_on",
5058        DataThresholding => "data_thresholding",
5059        DataUsage => "data_usage",
5060        Dataset => "dataset",
5061        DatasetLinked => "dataset_linked",
5062        DateRange => "date_range",
5063        Deblur => "deblur",
5064        Deck => "deck",
5065        Dehaze => "dehaze",
5066        Delete => "delete",
5067        DeleteForever => "delete_forever",
5068        DeleteOutline => "delete_outline",
5069        DeleteSweep => "delete_sweep",
5070        DeliveryDining => "delivery_dining",
5071        DensityLarge => "density_large",
5072        DensityMedium => "density_medium",
5073        DensitySmall => "density_small",
5074        DepartureBoard => "departure_board",
5075        Description => "description",
5076        Deselect => "deselect",
5077        DesignServices => "design_services",
5078        Desk => "desk",
5079        DesktopAccessDisabled => "desktop_access_disabled",
5080        DesktopMac => "desktop_mac",
5081        DesktopWindows => "desktop_windows",
5082        Details => "details",
5083        DeveloperBoard => "developer_board",
5084        DeveloperBoardOff => "developer_board_off",
5085        DeveloperMode => "developer_mode",
5086        DeviceHub => "device_hub",
5087        DeviceThermostat => "device_thermostat",
5088        DeviceUnknown => "device_unknown",
5089        Devices => "devices",
5090        DevicesFold => "devices_fold",
5091        DevicesOther => "devices_other",
5092        DewPoint => "dew_point",
5093        DialerSip => "dialer_sip",
5094        Dialpad => "dialpad",
5095        Diamond => "diamond",
5096        Difference => "difference",
5097        Dining => "dining",
5098        DinnerDining => "dinner_dining",
5099        Directions => "directions",
5100        DirectionsBike => "directions_bike",
5101        DirectionsBoat => "directions_boat",
5102        DirectionsBoatFilled => "directions_boat_filled",
5103        DirectionsBus => "directions_bus",
5104        DirectionsBusFilled => "directions_bus_filled",
5105        DirectionsCar => "directions_car",
5106        DirectionsCarFilled => "directions_car_filled",
5107        DirectionsFerry => "directions_ferry",
5108        DirectionsOff => "directions_off",
5109        DirectionsRailway => "directions_railway",
5110        DirectionsRailwayFilled => "directions_railway_filled",
5111        DirectionsRun => "directions_run",
5112        DirectionsSubway => "directions_subway",
5113        DirectionsSubwayFilled => "directions_subway_filled",
5114        DirectionsTrain => "directions_train",
5115        DirectionsTransit => "directions_transit",
5116        DirectionsTransitFilled => "directions_transit_filled",
5117        DirectionsWalk => "directions_walk",
5118        DirtyLens => "dirty_lens",
5119        DisabledByDefault => "disabled_by_default",
5120        DisabledVisible => "disabled_visible",
5121        DiscFull => "disc_full",
5122        Discord => "discord",
5123        Discount => "discount",
5124        DisplaySettings => "display_settings",
5125        Diversity1 => "diversity_1",
5126        Diversity2 => "diversity_2",
5127        Diversity3 => "diversity_3",
5128        DndForwardslash => "dnd_forwardslash",
5129        Dns => "dns",
5130        DoDisturb => "do_disturb",
5131        DoDisturbAlt => "do_disturb_alt",
5132        DoDisturbOff => "do_disturb_off",
5133        DoDisturbOn => "do_disturb_on",
5134        DoNotDisturb => "do_not_disturb",
5135        DoNotDisturbAlt => "do_not_disturb_alt",
5136        DoNotDisturbOff => "do_not_disturb_off",
5137        DoNotDisturbOn => "do_not_disturb_on",
5138        DoNotDisturbOnTotalSilence => "do_not_disturb_on_total_silence",
5139        DoNotStep => "do_not_step",
5140        DoNotTouch => "do_not_touch",
5141        Dock => "dock",
5142        DocumentScanner => "document_scanner",
5143        Domain => "domain",
5144        DomainAdd => "domain_add",
5145        DomainDisabled => "domain_disabled",
5146        DomainVerification => "domain_verification",
5147        Done => "done",
5148        DoneAll => "done_all",
5149        DoneOutline => "done_outline",
5150        DonutLarge => "donut_large",
5151        DonutSmall => "donut_small",
5152        DoorBack => "door_back",
5153        DoorFront => "door_front",
5154        DoorSliding => "door_sliding",
5155        Doorbell => "doorbell",
5156        DoubleArrow => "double_arrow",
5157        DownhillSkiing => "downhill_skiing",
5158        Download => "download",
5159        DownloadDone => "download_done",
5160        DownloadForOffline => "download_for_offline",
5161        Downloading => "downloading",
5162        Drafts => "drafts",
5163        DragHandle => "drag_handle",
5164        DragIndicator => "drag_indicator",
5165        Draw => "draw",
5166        DriveEta => "drive_eta",
5167        DriveFileMove => "drive_file_move",
5168        DriveFileMoveOutline => "drive_file_move_outline",
5169        DriveFileMoveRtl => "drive_file_move_rtl",
5170        DriveFileRenameOutline => "drive_file_rename_outline",
5171        DriveFolderUpload => "drive_folder_upload",
5172        Dry => "dry",
5173        DryCleaning => "dry_cleaning",
5174        Duo => "duo",
5175        Dvr => "dvr",
5176        DynamicFeed => "dynamic_feed",
5177        DynamicForm => "dynamic_form",
5178        EMobiledata => "e_mobiledata",
5179        Earbuds => "earbuds",
5180        EarbudsBattery => "earbuds_battery",
5181        East => "east",
5182        Eco => "eco",
5183        EdgesensorHigh => "edgesensor_high",
5184        EdgesensorLow => "edgesensor_low",
5185        Edit => "edit",
5186        EditAttributes => "edit_attributes",
5187        EditCalendar => "edit_calendar",
5188        EditDocument => "edit_document",
5189        EditLocation => "edit_location",
5190        EditLocationAlt => "edit_location_alt",
5191        EditNote => "edit_note",
5192        EditNotifications => "edit_notifications",
5193        EditOff => "edit_off",
5194        EditRoad => "edit_road",
5195        EditSquare => "edit_square",
5196        Egg => "egg",
5197        EggAlt => "egg_alt",
5198        Eject => "eject",
5199        Elderly => "elderly",
5200        ElderlyWoman => "elderly_woman",
5201        ElectricBike => "electric_bike",
5202        ElectricBolt => "electric_bolt",
5203        ElectricCar => "electric_car",
5204        ElectricMeter => "electric_meter",
5205        ElectricMoped => "electric_moped",
5206        ElectricRickshaw => "electric_rickshaw",
5207        ElectricScooter => "electric_scooter",
5208        ElectricalServices => "electrical_services",
5209        Elevator => "elevator",
5210        Email => "email",
5211        Emergency => "emergency",
5212        EmergencyRecording => "emergency_recording",
5213        EmergencyShare => "emergency_share",
5214        EmojiEmotions => "emoji_emotions",
5215        EmojiEvents => "emoji_events",
5216        EmojiFlags => "emoji_flags",
5217        EmojiFoodBeverage => "emoji_food_beverage",
5218        EmojiNature => "emoji_nature",
5219        EmojiObjects => "emoji_objects",
5220        EmojiPeople => "emoji_people",
5221        EmojiSymbols => "emoji_symbols",
5222        EmojiTransportation => "emoji_transportation",
5223        EnergySavingsLeaf => "energy_savings_leaf",
5224        Engineering => "engineering",
5225        EnhancePhotoTranslate => "enhance_photo_translate",
5226        EnhancedEncryption => "enhanced_encryption",
5227        Equalizer => "equalizer",
5228        Error => "error",
5229        ErrorOutline => "error_outline",
5230        Escalator => "escalator",
5231        EscalatorWarning => "escalator_warning",
5232        Euro => "euro",
5233        EuroSymbol => "euro_symbol",
5234        EvStation => "ev_station",
5235        Event => "event",
5236        EventAvailable => "event_available",
5237        EventBusy => "event_busy",
5238        EventNote => "event_note",
5239        EventRepeat => "event_repeat",
5240        EventSeat => "event_seat",
5241        ExitToApp => "exit_to_app",
5242        Expand => "expand",
5243        ExpandCircleDown => "expand_circle_down",
5244        ExpandLess => "expand_less",
5245        ExpandMore => "expand_more",
5246        Explicit => "explicit",
5247        Explore => "explore",
5248        ExploreOff => "explore_off",
5249        Exposure => "exposure",
5250        ExposureMinus1 => "exposure_minus_1",
5251        ExposureMinus2 => "exposure_minus_2",
5252        ExposureNeg1 => "exposure_neg_1",
5253        ExposureNeg2 => "exposure_neg_2",
5254        ExposurePlus1 => "exposure_plus_1",
5255        ExposurePlus2 => "exposure_plus_2",
5256        ExposureZero => "exposure_zero",
5257        Extension => "extension",
5258        ExtensionOff => "extension_off",
5259        Face => "face",
5260        Face2 => "face_2",
5261        Face3 => "face_3",
5262        Face4 => "face_4",
5263        Face5 => "face_5",
5264        Face6 => "face_6",
5265        FaceRetouchingNatural => "face_retouching_natural",
5266        FaceRetouchingOff => "face_retouching_off",
5267        Facebook => "facebook",
5268        FactCheck => "fact_check",
5269        Factory => "factory",
5270        FamilyRestroom => "family_restroom",
5271        FastForward => "fast_forward",
5272        FastRewind => "fast_rewind",
5273        Fastfood => "fastfood",
5274        Favorite => "favorite",
5275        FavoriteBorder => "favorite_border",
5276        FavoriteOutline => "favorite_outline",
5277        Fax => "fax",
5278        FeaturedPlayList => "featured_play_list",
5279        FeaturedVideo => "featured_video",
5280        Feed => "feed",
5281        Feedback => "feedback",
5282        Female => "female",
5283        Fence => "fence",
5284        Festival => "festival",
5285        FiberDvr => "fiber_dvr",
5286        FiberManualRecord => "fiber_manual_record",
5287        FiberNew => "fiber_new",
5288        FiberPin => "fiber_pin",
5289        FiberSmartRecord => "fiber_smart_record",
5290        FileCopy => "file_copy",
5291        FileDownload => "file_download",
5292        FileDownloadDone => "file_download_done",
5293        FileDownloadOff => "file_download_off",
5294        FileOpen => "file_open",
5295        FilePresent => "file_present",
5296        FileUpload => "file_upload",
5297        FileUploadOff => "file_upload_off",
5298        Filter => "filter",
5299        Filter1 => "filter_1",
5300        Filter2 => "filter_2",
5301        Filter3 => "filter_3",
5302        Filter4 => "filter_4",
5303        Filter5 => "filter_5",
5304        Filter6 => "filter_6",
5305        Filter7 => "filter_7",
5306        Filter8 => "filter_8",
5307        Filter9 => "filter_9",
5308        Filter9Plus => "filter_9_plus",
5309        FilterAlt => "filter_alt",
5310        FilterAltOff => "filter_alt_off",
5311        FilterBAndW => "filter_b_and_w",
5312        FilterCenterFocus => "filter_center_focus",
5313        FilterDrama => "filter_drama",
5314        FilterFrames => "filter_frames",
5315        FilterHdr => "filter_hdr",
5316        FilterList => "filter_list",
5317        FilterListAlt => "filter_list_alt",
5318        FilterListOff => "filter_list_off",
5319        FilterNone => "filter_none",
5320        FilterTiltShift => "filter_tilt_shift",
5321        FilterVintage => "filter_vintage",
5322        FindInPage => "find_in_page",
5323        FindReplace => "find_replace",
5324        Fingerprint => "fingerprint",
5325        FireExtinguisher => "fire_extinguisher",
5326        FireHydrant => "fire_hydrant",
5327        FireHydrantAlt => "fire_hydrant_alt",
5328        FireTruck => "fire_truck",
5329        Fireplace => "fireplace",
5330        FirstPage => "first_page",
5331        FitScreen => "fit_screen",
5332        Fitbit => "fitbit",
5333        FitnessCenter => "fitness_center",
5334        Flag => "flag",
5335        FlagCircle => "flag_circle",
5336        Flaky => "flaky",
5337        Flare => "flare",
5338        FlashAuto => "flash_auto",
5339        FlashOff => "flash_off",
5340        FlashOn => "flash_on",
5341        FlashlightOff => "flashlight_off",
5342        FlashlightOn => "flashlight_on",
5343        Flatware => "flatware",
5344        Flight => "flight",
5345        FlightClass => "flight_class",
5346        FlightLand => "flight_land",
5347        FlightTakeoff => "flight_takeoff",
5348        Flip => "flip",
5349        FlipCameraAndroid => "flip_camera_android",
5350        FlipCameraIos => "flip_camera_ios",
5351        FlipToBack => "flip_to_back",
5352        FlipToFront => "flip_to_front",
5353        Flood => "flood",
5354        Flourescent => "flourescent",
5355        Flourescent2 => "flourescent_2",
5356        FlutterDash => "flutter_dash",
5357        FmdBad => "fmd_bad",
5358        FmdGood => "fmd_good",
5359        Foggy => "foggy",
5360        Folder => "folder",
5361        FolderCopy => "folder_copy",
5362        FolderDelete => "folder_delete",
5363        FolderOff => "folder_off",
5364        FolderOpen => "folder_open",
5365        FolderShared => "folder_shared",
5366        FolderSpecial => "folder_special",
5367        FolderZip => "folder_zip",
5368        FollowTheSigns => "follow_the_signs",
5369        FontDownload => "font_download",
5370        FontDownloadOff => "font_download_off",
5371        FoodBank => "food_bank",
5372        Forest => "forest",
5373        ForkLeft => "fork_left",
5374        ForkRight => "fork_right",
5375        Forklift => "forklift",
5376        FormatAlignCenter => "format_align_center",
5377        FormatAlignJustify => "format_align_justify",
5378        FormatAlignLeft => "format_align_left",
5379        FormatAlignRight => "format_align_right",
5380        FormatBold => "format_bold",
5381        FormatClear => "format_clear",
5382        FormatColorFill => "format_color_fill",
5383        FormatColorReset => "format_color_reset",
5384        FormatColorText => "format_color_text",
5385        FormatIndentDecrease => "format_indent_decrease",
5386        FormatIndentIncrease => "format_indent_increase",
5387        FormatItalic => "format_italic",
5388        FormatLineSpacing => "format_line_spacing",
5389        FormatListBulleted => "format_list_bulleted",
5390        FormatListBulletedAdd => "format_list_bulleted_add",
5391        FormatListNumbered => "format_list_numbered",
5392        FormatListNumberedRtl => "format_list_numbered_rtl",
5393        FormatOverline => "format_overline",
5394        FormatPaint => "format_paint",
5395        FormatQuote => "format_quote",
5396        FormatShapes => "format_shapes",
5397        FormatSize => "format_size",
5398        FormatStrikethrough => "format_strikethrough",
5399        FormatTextdirectionLToR => "format_textdirection_l_to_r",
5400        FormatTextdirectionRToL => "format_textdirection_r_to_l",
5401        FormatUnderline => "format_underline",
5402        FormatUnderlined => "format_underlined",
5403        Fort => "fort",
5404        Forum => "forum",
5405        Forward => "forward",
5406        Forward10 => "forward_10",
5407        Forward30 => "forward_30",
5408        Forward5 => "forward_5",
5409        ForwardToInbox => "forward_to_inbox",
5410        Foundation => "foundation",
5411        FreeBreakfast => "free_breakfast",
5412        FreeCancellation => "free_cancellation",
5413        FrontHand => "front_hand",
5414        FrontLoader => "front_loader",
5415        Fullscreen => "fullscreen",
5416        FullscreenExit => "fullscreen_exit",
5417        Functions => "functions",
5418        GMobiledata => "g_mobiledata",
5419        GTranslate => "g_translate",
5420        Gamepad => "gamepad",
5421        Games => "games",
5422        Garage => "garage",
5423        GasMeter => "gas_meter",
5424        Gavel => "gavel",
5425        GeneratingTokens => "generating_tokens",
5426        Gesture => "gesture",
5427        GetApp => "get_app",
5428        Gif => "gif",
5429        GifBox => "gif_box",
5430        Girl => "girl",
5431        Gite => "gite",
5432        Goat => "goat",
5433        GolfCourse => "golf_course",
5434        GppBad => "gpp_bad",
5435        GppGood => "gpp_good",
5436        GppMaybe => "gpp_maybe",
5437        GpsFixed => "gps_fixed",
5438        GpsNotFixed => "gps_not_fixed",
5439        GpsOff => "gps_off",
5440        Grade => "grade",
5441        Gradient => "gradient",
5442        Grading => "grading",
5443        Grain => "grain",
5444        GraphicEq => "graphic_eq",
5445        Grass => "grass",
5446        Grid3x3 => "grid_3x3",
5447        Grid4x4 => "grid_4x4",
5448        GridGoldenratio => "grid_goldenratio",
5449        GridOff => "grid_off",
5450        GridOn => "grid_on",
5451        GridView => "grid_view",
5452        Group => "group",
5453        GroupAdd => "group_add",
5454        GroupOff => "group_off",
5455        GroupRemove => "group_remove",
5456        GroupWork => "group_work",
5457        Groups => "groups",
5458        Groups2 => "groups_2",
5459        Groups3 => "groups_3",
5460        HMobiledata => "h_mobiledata",
5461        HPlusMobiledata => "h_plus_mobiledata",
5462        Hail => "hail",
5463        Handshake => "handshake",
5464        Handyman => "handyman",
5465        Hardware => "hardware",
5466        Hd => "hd",
5467        HdrAuto => "hdr_auto",
5468        HdrAutoSelect => "hdr_auto_select",
5469        HdrEnhancedSelect => "hdr_enhanced_select",
5470        HdrOff => "hdr_off",
5471        HdrOffSelect => "hdr_off_select",
5472        HdrOn => "hdr_on",
5473        HdrOnSelect => "hdr_on_select",
5474        HdrPlus => "hdr_plus",
5475        HdrStrong => "hdr_strong",
5476        HdrWeak => "hdr_weak",
5477        Headphones => "headphones",
5478        HeadphonesBattery => "headphones_battery",
5479        Headset => "headset",
5480        HeadsetMic => "headset_mic",
5481        HeadsetOff => "headset_off",
5482        Healing => "healing",
5483        HealthAndSafety => "health_and_safety",
5484        Hearing => "hearing",
5485        HearingDisabled => "hearing_disabled",
5486        HeartBroken => "heart_broken",
5487        HeatPump => "heat_pump",
5488        Height => "height",
5489        Help => "help",
5490        HelpCenter => "help_center",
5491        HelpOutline => "help_outline",
5492        Hevc => "hevc",
5493        Hexagon => "hexagon",
5494        HideImage => "hide_image",
5495        HideSource => "hide_source",
5496        HighQuality => "high_quality",
5497        Highlight => "highlight",
5498        HighlightAlt => "highlight_alt",
5499        HighlightOff => "highlight_off",
5500        HighlightRemove => "highlight_remove",
5501        Hiking => "hiking",
5502        History => "history",
5503        HistoryEdu => "history_edu",
5504        HistoryToggleOff => "history_toggle_off",
5505        Hive => "hive",
5506        Hls => "hls",
5507        HlsOff => "hls_off",
5508        HolidayVillage => "holiday_village",
5509        Home => "home",
5510        HomeFilled => "home_filled",
5511        HomeMax => "home_max",
5512        HomeMini => "home_mini",
5513        HomeRepairService => "home_repair_service",
5514        HomeWork => "home_work",
5515        HorizontalDistribute => "horizontal_distribute",
5516        HorizontalRule => "horizontal_rule",
5517        HorizontalSplit => "horizontal_split",
5518        HotTub => "hot_tub",
5519        Hotel => "hotel",
5520        HotelClass => "hotel_class",
5521        HourglassBottom => "hourglass_bottom",
5522        HourglassDisabled => "hourglass_disabled",
5523        HourglassEmpty => "hourglass_empty",
5524        HourglassFull => "hourglass_full",
5525        HourglassTop => "hourglass_top",
5526        House => "house",
5527        HouseSiding => "house_siding",
5528        Houseboat => "houseboat",
5529        HowToReg => "how_to_reg",
5530        HowToVote => "how_to_vote",
5531        Html => "html",
5532        Http => "http",
5533        Https => "https",
5534        Hub => "hub",
5535        Hvac => "hvac",
5536        IceSkating => "ice_skating",
5537        Icecream => "icecream",
5538        Image => "image",
5539        ImageAspectRatio => "image_aspect_ratio",
5540        ImageNotSupported => "image_not_supported",
5541        ImageSearch => "image_search",
5542        ImagesearchRoller => "imagesearch_roller",
5543        ImportContacts => "import_contacts",
5544        ImportExport => "import_export",
5545        ImportantDevices => "important_devices",
5546        Inbox => "inbox",
5547        IncompleteCircle => "incomplete_circle",
5548        IndeterminateCheckBox => "indeterminate_check_box",
5549        Info => "info",
5550        InfoOutline => "info_outline",
5551        Input => "input",
5552        InsertChart => "insert_chart",
5553        InsertChartOutlined => "insert_chart_outlined",
5554        InsertComment => "insert_comment",
5555        InsertDriveFile => "insert_drive_file",
5556        InsertEmoticon => "insert_emoticon",
5557        InsertInvitation => "insert_invitation",
5558        InsertLink => "insert_link",
5559        InsertPageBreak => "insert_page_break",
5560        InsertPhoto => "insert_photo",
5561        Insights => "insights",
5562        InstallDesktop => "install_desktop",
5563        InstallMobile => "install_mobile",
5564        IntegrationInstructions => "integration_instructions",
5565        Interests => "interests",
5566        InterpreterMode => "interpreter_mode",
5567        Inventory => "inventory",
5568        Inventory2 => "inventory_2",
5569        InvertColors => "invert_colors",
5570        InvertColorsOff => "invert_colors_off",
5571        InvertColorsOn => "invert_colors_on",
5572        IosShare => "ios_share",
5573        Iron => "iron",
5574        Iso => "iso",
5575        Javascript => "javascript",
5576        JoinFull => "join_full",
5577        JoinInner => "join_inner",
5578        JoinLeft => "join_left",
5579        JoinRight => "join_right",
5580        Kayaking => "kayaking",
5581        KebabDining => "kebab_dining",
5582        Key => "key",
5583        KeyOff => "key_off",
5584        Keyboard => "keyboard",
5585        KeyboardAlt => "keyboard_alt",
5586        KeyboardArrowDown => "keyboard_arrow_down",
5587        KeyboardArrowLeft => "keyboard_arrow_left",
5588        KeyboardArrowRight => "keyboard_arrow_right",
5589        KeyboardArrowUp => "keyboard_arrow_up",
5590        KeyboardBackspace => "keyboard_backspace",
5591        KeyboardCapslock => "keyboard_capslock",
5592        KeyboardCommand => "keyboard_command",
5593        KeyboardCommandKey => "keyboard_command_key",
5594        KeyboardControl => "keyboard_control",
5595        KeyboardControlKey => "keyboard_control_key",
5596        KeyboardDoubleArrowDown => "keyboard_double_arrow_down",
5597        KeyboardDoubleArrowLeft => "keyboard_double_arrow_left",
5598        KeyboardDoubleArrowRight => "keyboard_double_arrow_right",
5599        KeyboardDoubleArrowUp => "keyboard_double_arrow_up",
5600        KeyboardHide => "keyboard_hide",
5601        KeyboardOption => "keyboard_option",
5602        KeyboardOptionKey => "keyboard_option_key",
5603        KeyboardReturn => "keyboard_return",
5604        KeyboardTab => "keyboard_tab",
5605        KeyboardVoice => "keyboard_voice",
5606        KingBed => "king_bed",
5607        Kitchen => "kitchen",
5608        Kitesurfing => "kitesurfing",
5609        Label => "label",
5610        LabelImportant => "label_important",
5611        LabelImportantOutline => "label_important_outline",
5612        LabelOff => "label_off",
5613        LabelOutline => "label_outline",
5614        Lan => "lan",
5615        Landscape => "landscape",
5616        Landslide => "landslide",
5617        Language => "language",
5618        Laptop => "laptop",
5619        LaptopChromebook => "laptop_chromebook",
5620        LaptopMac => "laptop_mac",
5621        LaptopWindows => "laptop_windows",
5622        LastPage => "last_page",
5623        Launch => "launch",
5624        Layers => "layers",
5625        LayersClear => "layers_clear",
5626        Leaderboard => "leaderboard",
5627        LeakAdd => "leak_add",
5628        LeakRemove => "leak_remove",
5629        LeaveBagsAtHome => "leave_bags_at_home",
5630        LegendToggle => "legend_toggle",
5631        Lens => "lens",
5632        LensBlur => "lens_blur",
5633        LibraryAdd => "library_add",
5634        LibraryAddCheck => "library_add_check",
5635        LibraryBooks => "library_books",
5636        LibraryMusic => "library_music",
5637        Light => "light",
5638        LightMode => "light_mode",
5639        Lightbulb => "lightbulb",
5640        LightbulbCircle => "lightbulb_circle",
5641        LightbulbOutline => "lightbulb_outline",
5642        LineAxis => "line_axis",
5643        LineStyle => "line_style",
5644        LineWeight => "line_weight",
5645        LinearScale => "linear_scale",
5646        Link => "link",
5647        LinkOff => "link_off",
5648        LinkedCamera => "linked_camera",
5649        Liquor => "liquor",
5650        List => "list",
5651        ListAlt => "list_alt",
5652        LiveHelp => "live_help",
5653        LiveTv => "live_tv",
5654        Living => "living",
5655        LocalActivity => "local_activity",
5656        LocalAirport => "local_airport",
5657        LocalAtm => "local_atm",
5658        LocalAttraction => "local_attraction",
5659        LocalBar => "local_bar",
5660        LocalCafe => "local_cafe",
5661        LocalCarWash => "local_car_wash",
5662        LocalConvenienceStore => "local_convenience_store",
5663        LocalDining => "local_dining",
5664        LocalDrink => "local_drink",
5665        LocalFireDepartment => "local_fire_department",
5666        LocalFlorist => "local_florist",
5667        LocalGasStation => "local_gas_station",
5668        LocalGroceryStore => "local_grocery_store",
5669        LocalHospital => "local_hospital",
5670        LocalHotel => "local_hotel",
5671        LocalLaundryService => "local_laundry_service",
5672        LocalLibrary => "local_library",
5673        LocalMall => "local_mall",
5674        LocalMovies => "local_movies",
5675        LocalOffer => "local_offer",
5676        LocalParking => "local_parking",
5677        LocalPharmacy => "local_pharmacy",
5678        LocalPhone => "local_phone",
5679        LocalPizza => "local_pizza",
5680        LocalPlay => "local_play",
5681        LocalPolice => "local_police",
5682        LocalPostOffice => "local_post_office",
5683        LocalPrintShop => "local_print_shop",
5684        LocalPrintshop => "local_printshop",
5685        LocalRestaurant => "local_restaurant",
5686        LocalSee => "local_see",
5687        LocalShipping => "local_shipping",
5688        LocalTaxi => "local_taxi",
5689        LocationCity => "location_city",
5690        LocationDisabled => "location_disabled",
5691        LocationHistory => "location_history",
5692        LocationOff => "location_off",
5693        LocationOn => "location_on",
5694        LocationPin => "location_pin",
5695        LocationSearching => "location_searching",
5696        Lock => "lock",
5697        LockClock => "lock_clock",
5698        LockOpen => "lock_open",
5699        LockOutline => "lock_outline",
5700        LockPerson => "lock_person",
5701        LockReset => "lock_reset",
5702        Login => "login",
5703        LogoDev => "logo_dev",
5704        Logout => "logout",
5705        Looks => "looks",
5706        Looks3 => "looks_3",
5707        Looks4 => "looks_4",
5708        Looks5 => "looks_5",
5709        Looks6 => "looks_6",
5710        LooksOne => "looks_one",
5711        LooksTwo => "looks_two",
5712        Loop => "loop",
5713        Loupe => "loupe",
5714        LowPriority => "low_priority",
5715        Loyalty => "loyalty",
5716        LteMobiledata => "lte_mobiledata",
5717        LtePlusMobiledata => "lte_plus_mobiledata",
5718        Luggage => "luggage",
5719        LunchDining => "lunch_dining",
5720        Lyrics => "lyrics",
5721        MacroOff => "macro_off",
5722        Mail => "mail",
5723        MailLock => "mail_lock",
5724        MailOutline => "mail_outline",
5725        Male => "male",
5726        Man => "man",
5727        Man2 => "man_2",
5728        Man3 => "man_3",
5729        Man4 => "man_4",
5730        ManageAccounts => "manage_accounts",
5731        ManageHistory => "manage_history",
5732        ManageSearch => "manage_search",
5733        Map => "map",
5734        MapsHomeWork => "maps_home_work",
5735        MapsUgc => "maps_ugc",
5736        Margin => "margin",
5737        MarkAsUnread => "mark_as_unread",
5738        MarkChatRead => "mark_chat_read",
5739        MarkChatUnread => "mark_chat_unread",
5740        MarkEmailRead => "mark_email_read",
5741        MarkEmailUnread => "mark_email_unread",
5742        MarkUnreadChatAlt => "mark_unread_chat_alt",
5743        Markunread => "markunread",
5744        MarkunreadMailbox => "markunread_mailbox",
5745        Masks => "masks",
5746        Maximize => "maximize",
5747        MediaBluetoothOff => "media_bluetooth_off",
5748        MediaBluetoothOn => "media_bluetooth_on",
5749        Mediation => "mediation",
5750        MedicalInformation => "medical_information",
5751        MedicalServices => "medical_services",
5752        Medication => "medication",
5753        MedicationLiquid => "medication_liquid",
5754        MeetingRoom => "meeting_room",
5755        Memory => "memory",
5756        Menu => "menu",
5757        MenuBook => "menu_book",
5758        MenuOpen => "menu_open",
5759        Merge => "merge",
5760        MergeType => "merge_type",
5761        Message => "message",
5762        Messenger => "messenger",
5763        MessengerOutline => "messenger_outline",
5764        Mic => "mic",
5765        MicExternalOff => "mic_external_off",
5766        MicExternalOn => "mic_external_on",
5767        MicNone => "mic_none",
5768        MicOff => "mic_off",
5769        Microwave => "microwave",
5770        MilitaryTech => "military_tech",
5771        Minimize => "minimize",
5772        MinorCrash => "minor_crash",
5773        MiscellaneousServices => "miscellaneous_services",
5774        MissedVideoCall => "missed_video_call",
5775        Mms => "mms",
5776        MobileFriendly => "mobile_friendly",
5777        MobileOff => "mobile_off",
5778        MobileScreenShare => "mobile_screen_share",
5779        MobiledataOff => "mobiledata_off",
5780        Mode => "mode",
5781        ModeComment => "mode_comment",
5782        ModeEdit => "mode_edit",
5783        ModeEditOutline => "mode_edit_outline",
5784        ModeFanOff => "mode_fan_off",
5785        ModeNight => "mode_night",
5786        ModeOfTravel => "mode_of_travel",
5787        ModeStandby => "mode_standby",
5788        ModelTraining => "model_training",
5789        MonetizationOn => "monetization_on",
5790        Money => "money",
5791        MoneyOff => "money_off",
5792        MoneyOffCsred => "money_off_csred",
5793        Monitor => "monitor",
5794        MonitorHeart => "monitor_heart",
5795        MonitorWeight => "monitor_weight",
5796        MonochromePhotos => "monochrome_photos",
5797        Mood => "mood",
5798        MoodBad => "mood_bad",
5799        Moped => "moped",
5800        More => "more",
5801        MoreHoriz => "more_horiz",
5802        MoreTime => "more_time",
5803        MoreVert => "more_vert",
5804        Mosque => "mosque",
5805        MotionPhotosAuto => "motion_photos_auto",
5806        MotionPhotosOff => "motion_photos_off",
5807        MotionPhotosOn => "motion_photos_on",
5808        MotionPhotosPause => "motion_photos_pause",
5809        MotionPhotosPaused => "motion_photos_paused",
5810        Motorcycle => "motorcycle",
5811        Mouse => "mouse",
5812        MoveDown => "move_down",
5813        MoveToInbox => "move_to_inbox",
5814        MoveUp => "move_up",
5815        Movie => "movie",
5816        MovieCreation => "movie_creation",
5817        MovieEdit => "movie_edit",
5818        MovieFilter => "movie_filter",
5819        Moving => "moving",
5820        Mp => "mp",
5821        MultilineChart => "multiline_chart",
5822        MultipleStop => "multiple_stop",
5823        MultitrackAudio => "multitrack_audio",
5824        Museum => "museum",
5825        MusicNote => "music_note",
5826        MusicOff => "music_off",
5827        MusicVideo => "music_video",
5828        MyLibraryAdd => "my_library_add",
5829        MyLibraryBooks => "my_library_books",
5830        MyLibraryMusic => "my_library_music",
5831        MyLocation => "my_location",
5832        Nat => "nat",
5833        Nature => "nature",
5834        NaturePeople => "nature_people",
5835        NavigateBefore => "navigate_before",
5836        NavigateNext => "navigate_next",
5837        Navigation => "navigation",
5838        NearMe => "near_me",
5839        NearMeDisabled => "near_me_disabled",
5840        NearbyError => "nearby_error",
5841        NearbyOff => "nearby_off",
5842        NestCamWiredStand => "nest_cam_wired_stand",
5843        NetworkCell => "network_cell",
5844        NetworkCheck => "network_check",
5845        NetworkLocked => "network_locked",
5846        NetworkPing => "network_ping",
5847        NetworkWifi => "network_wifi",
5848        NetworkWifi1Bar => "network_wifi_1_bar",
5849        NetworkWifi2Bar => "network_wifi_2_bar",
5850        NetworkWifi3Bar => "network_wifi_3_bar",
5851        NewLabel => "new_label",
5852        NewReleases => "new_releases",
5853        Newspaper => "newspaper",
5854        NextPlan => "next_plan",
5855        NextWeek => "next_week",
5856        Nfc => "nfc",
5857        NightShelter => "night_shelter",
5858        Nightlife => "nightlife",
5859        Nightlight => "nightlight",
5860        NightlightRound => "nightlight_round",
5861        NightsStay => "nights_stay",
5862        NoAccounts => "no_accounts",
5863        NoAdultContent => "no_adult_content",
5864        NoBackpack => "no_backpack",
5865        NoCell => "no_cell",
5866        NoCrash => "no_crash",
5867        NoDrinks => "no_drinks",
5868        NoEncryption => "no_encryption",
5869        NoEncryptionGmailerrorred => "no_encryption_gmailerrorred",
5870        NoFlash => "no_flash",
5871        NoFood => "no_food",
5872        NoLuggage => "no_luggage",
5873        NoMeals => "no_meals",
5874        NoMealsOuline => "no_meals_ouline",
5875        NoMeetingRoom => "no_meeting_room",
5876        NoPhotography => "no_photography",
5877        NoSim => "no_sim",
5878        NoStroller => "no_stroller",
5879        NoTransfer => "no_transfer",
5880        NoiseAware => "noise_aware",
5881        NoiseControlOff => "noise_control_off",
5882        NordicWalking => "nordic_walking",
5883        North => "north",
5884        NorthEast => "north_east",
5885        NorthWest => "north_west",
5886        NotAccessible => "not_accessible",
5887        NotInterested => "not_interested",
5888        NotListedLocation => "not_listed_location",
5889        NotStarted => "not_started",
5890        Note => "note",
5891        NoteAdd => "note_add",
5892        NoteAlt => "note_alt",
5893        Notes => "notes",
5894        NotificationAdd => "notification_add",
5895        NotificationImportant => "notification_important",
5896        Notifications => "notifications",
5897        NotificationsActive => "notifications_active",
5898        NotificationsNone => "notifications_none",
5899        NotificationsOff => "notifications_off",
5900        NotificationsOn => "notifications_on",
5901        NotificationsPaused => "notifications_paused",
5902        NowWallpaper => "now_wallpaper",
5903        NowWidgets => "now_widgets",
5904        Numbers => "numbers",
5905        OfflineBolt => "offline_bolt",
5906        OfflinePin => "offline_pin",
5907        OfflineShare => "offline_share",
5908        OilBarrel => "oil_barrel",
5909        OnDeviceTraining => "on_device_training",
5910        OndemandVideo => "ondemand_video",
5911        OnlinePrediction => "online_prediction",
5912        Opacity => "opacity",
5913        OpenInBrowser => "open_in_browser",
5914        OpenInFull => "open_in_full",
5915        OpenInNew => "open_in_new",
5916        OpenInNewOff => "open_in_new_off",
5917        OpenWith => "open_with",
5918        OtherHouses => "other_houses",
5919        Outbond => "outbond",
5920        Outbound => "outbound",
5921        Outbox => "outbox",
5922        OutdoorGrill => "outdoor_grill",
5923        OutgoingMail => "outgoing_mail",
5924        Outlet => "outlet",
5925        OutlinedFlag => "outlined_flag",
5926        Output => "output",
5927        Padding => "padding",
5928        Pages => "pages",
5929        Pageview => "pageview",
5930        Paid => "paid",
5931        Palette => "palette",
5932        Pallet => "pallet",
5933        PanTool => "pan_tool",
5934        PanToolAlt => "pan_tool_alt",
5935        Panorama => "panorama",
5936        PanoramaFishEye => "panorama_fish_eye",
5937        PanoramaFisheye => "panorama_fisheye",
5938        PanoramaHorizontal => "panorama_horizontal",
5939        PanoramaHorizontalSelect => "panorama_horizontal_select",
5940        PanoramaPhotosphere => "panorama_photosphere",
5941        PanoramaPhotosphereSelect => "panorama_photosphere_select",
5942        PanoramaVertical => "panorama_vertical",
5943        PanoramaVerticalSelect => "panorama_vertical_select",
5944        PanoramaWideAngle => "panorama_wide_angle",
5945        PanoramaWideAngleSelect => "panorama_wide_angle_select",
5946        Paragliding => "paragliding",
5947        Park => "park",
5948        PartyMode => "party_mode",
5949        Password => "password",
5950        Pattern => "pattern",
5951        Pause => "pause",
5952        PauseCircle => "pause_circle",
5953        PauseCircleFilled => "pause_circle_filled",
5954        PauseCircleOutline => "pause_circle_outline",
5955        PausePresentation => "pause_presentation",
5956        Payment => "payment",
5957        Payments => "payments",
5958        Paypal => "paypal",
5959        PedalBike => "pedal_bike",
5960        Pending => "pending",
5961        PendingActions => "pending_actions",
5962        Pentagon => "pentagon",
5963        People => "people",
5964        PeopleAlt => "people_alt",
5965        PeopleOutline => "people_outline",
5966        Percent => "percent",
5967        PermCameraMic => "perm_camera_mic",
5968        PermContactCal => "perm_contact_cal",
5969        PermContactCalendar => "perm_contact_calendar",
5970        PermDataSetting => "perm_data_setting",
5971        PermDeviceInfo => "perm_device_info",
5972        PermDeviceInformation => "perm_device_information",
5973        PermIdentity => "perm_identity",
5974        PermMedia => "perm_media",
5975        PermPhoneMsg => "perm_phone_msg",
5976        PermScanWifi => "perm_scan_wifi",
5977        Person => "person",
5978        Person2 => "person_2",
5979        Person3 => "person_3",
5980        Person4 => "person_4",
5981        PersonAdd => "person_add",
5982        PersonAddAlt => "person_add_alt",
5983        PersonAddAlt1 => "person_add_alt_1",
5984        PersonAddDisabled => "person_add_disabled",
5985        PersonOff => "person_off",
5986        PersonOutline => "person_outline",
5987        PersonPin => "person_pin",
5988        PersonPinCircle => "person_pin_circle",
5989        PersonRemove => "person_remove",
5990        PersonRemoveAlt1 => "person_remove_alt_1",
5991        PersonSearch => "person_search",
5992        PersonalInjury => "personal_injury",
5993        PersonalVideo => "personal_video",
5994        PestControl => "pest_control",
5995        PestControlRodent => "pest_control_rodent",
5996        Pets => "pets",
5997        Phishing => "phishing",
5998        Phone => "phone",
5999        PhoneAndroid => "phone_android",
6000        PhoneBluetoothSpeaker => "phone_bluetooth_speaker",
6001        PhoneCallback => "phone_callback",
6002        PhoneDisabled => "phone_disabled",
6003        PhoneEnabled => "phone_enabled",
6004        PhoneForwarded => "phone_forwarded",
6005        PhoneInTalk => "phone_in_talk",
6006        PhoneIphone => "phone_iphone",
6007        PhoneLocked => "phone_locked",
6008        PhoneMissed => "phone_missed",
6009        PhonePaused => "phone_paused",
6010        Phonelink => "phonelink",
6011        PhonelinkErase => "phonelink_erase",
6012        PhonelinkLock => "phonelink_lock",
6013        PhonelinkOff => "phonelink_off",
6014        PhonelinkRing => "phonelink_ring",
6015        PhonelinkSetup => "phonelink_setup",
6016        Photo => "photo",
6017        PhotoAlbum => "photo_album",
6018        PhotoCamera => "photo_camera",
6019        PhotoCameraBack => "photo_camera_back",
6020        PhotoCameraFront => "photo_camera_front",
6021        PhotoFilter => "photo_filter",
6022        PhotoLibrary => "photo_library",
6023        PhotoSizeSelectActual => "photo_size_select_actual",
6024        PhotoSizeSelectLarge => "photo_size_select_large",
6025        PhotoSizeSelectSmall => "photo_size_select_small",
6026        Php => "php",
6027        Piano => "piano",
6028        PianoOff => "piano_off",
6029        PictureAsPdf => "picture_as_pdf",
6030        PictureInPicture => "picture_in_picture",
6031        PictureInPictureAlt => "picture_in_picture_alt",
6032        PieChart => "pie_chart",
6033        PieChartOutline => "pie_chart_outline",
6034        PieChartOutlined => "pie_chart_outlined",
6035        Pin => "pin",
6036        PinDrop => "pin_drop",
6037        PinEnd => "pin_end",
6038        PinInvoke => "pin_invoke",
6039        Pinch => "pinch",
6040        PivotTableChart => "pivot_table_chart",
6041        Pix => "pix",
6042        Place => "place",
6043        Plagiarism => "plagiarism",
6044        PlayArrow => "play_arrow",
6045        PlayCircle => "play_circle",
6046        PlayCircleFill => "play_circle_fill",
6047        PlayCircleFilled => "play_circle_filled",
6048        PlayCircleOutline => "play_circle_outline",
6049        PlayDisabled => "play_disabled",
6050        PlayForWork => "play_for_work",
6051        PlayLesson => "play_lesson",
6052        PlaylistAdd => "playlist_add",
6053        PlaylistAddCheck => "playlist_add_check",
6054        PlaylistAddCheckCircle => "playlist_add_check_circle",
6055        PlaylistAddCircle => "playlist_add_circle",
6056        PlaylistPlay => "playlist_play",
6057        PlaylistRemove => "playlist_remove",
6058        Plumbing => "plumbing",
6059        PlusOne => "plus_one",
6060        Podcasts => "podcasts",
6061        PointOfSale => "point_of_sale",
6062        Policy => "policy",
6063        Poll => "poll",
6064        Polyline => "polyline",
6065        Polymer => "polymer",
6066        Pool => "pool",
6067        PortableWifiOff => "portable_wifi_off",
6068        Portrait => "portrait",
6069        PostAdd => "post_add",
6070        Power => "power",
6071        PowerInput => "power_input",
6072        PowerOff => "power_off",
6073        PowerSettingsNew => "power_settings_new",
6074        PrecisionManufacturing => "precision_manufacturing",
6075        PregnantWoman => "pregnant_woman",
6076        PresentToAll => "present_to_all",
6077        Preview => "preview",
6078        PriceChange => "price_change",
6079        PriceCheck => "price_check",
6080        Print => "print",
6081        PrintDisabled => "print_disabled",
6082        PriorityHigh => "priority_high",
6083        PrivacyTip => "privacy_tip",
6084        PrivateConnectivity => "private_connectivity",
6085        ProductionQuantityLimits => "production_quantity_limits",
6086        Propane => "propane",
6087        PropaneTank => "propane_tank",
6088        Psychology => "psychology",
6089        PsychologyAlt => "psychology_alt",
6090        Public => "public",
6091        PublicOff => "public_off",
6092        Publish => "publish",
6093        PublishedWithChanges => "published_with_changes",
6094        PunchClock => "punch_clock",
6095        PushPin => "push_pin",
6096        QrCode => "qr_code",
6097        QrCode2 => "qr_code_2",
6098        QrCodeScanner => "qr_code_scanner",
6099        QueryBuilder => "query_builder",
6100        QueryStats => "query_stats",
6101        QuestionAnswer => "question_answer",
6102        QuestionMark => "question_mark",
6103        Queue => "queue",
6104        QueueMusic => "queue_music",
6105        QueuePlayNext => "queue_play_next",
6106        QuickContactsDialer => "quick_contacts_dialer",
6107        QuickContactsMail => "quick_contacts_mail",
6108        Quickreply => "quickreply",
6109        Quiz => "quiz",
6110        Quora => "quora",
6111        RMobiledata => "r_mobiledata",
6112        Radar => "radar",
6113        Radio => "radio",
6114        RadioButtonChecked => "radio_button_checked",
6115        RadioButtonOff => "radio_button_off",
6116        RadioButtonOn => "radio_button_on",
6117        RadioButtonUnchecked => "radio_button_unchecked",
6118        RailwayAlert => "railway_alert",
6119        RamenDining => "ramen_dining",
6120        RampLeft => "ramp_left",
6121        RampRight => "ramp_right",
6122        RateReview => "rate_review",
6123        RawOff => "raw_off",
6124        RawOn => "raw_on",
6125        ReadMore => "read_more",
6126        RealEstateAgent => "real_estate_agent",
6127        RebaseEdit => "rebase_edit",
6128        Receipt => "receipt",
6129        ReceiptLong => "receipt_long",
6130        RecentActors => "recent_actors",
6131        Recommend => "recommend",
6132        RecordVoiceOver => "record_voice_over",
6133        Rectangle => "rectangle",
6134        Recycling => "recycling",
6135        Reddit => "reddit",
6136        Redeem => "redeem",
6137        Redo => "redo",
6138        ReduceCapacity => "reduce_capacity",
6139        Refresh => "refresh",
6140        RememberMe => "remember_me",
6141        Remove => "remove",
6142        RemoveCircle => "remove_circle",
6143        RemoveCircleOutline => "remove_circle_outline",
6144        RemoveDone => "remove_done",
6145        RemoveFromQueue => "remove_from_queue",
6146        RemoveModerator => "remove_moderator",
6147        RemoveRedEye => "remove_red_eye",
6148        RemoveRoad => "remove_road",
6149        RemoveShoppingCart => "remove_shopping_cart",
6150        Reorder => "reorder",
6151        Repartition => "repartition",
6152        Repeat => "repeat",
6153        RepeatOn => "repeat_on",
6154        RepeatOne => "repeat_one",
6155        RepeatOneOn => "repeat_one_on",
6156        Replay => "replay",
6157        Replay10 => "replay_10",
6158        Replay30 => "replay_30",
6159        Replay5 => "replay_5",
6160        ReplayCircleFilled => "replay_circle_filled",
6161        Reply => "reply",
6162        ReplyAll => "reply_all",
6163        Report => "report",
6164        ReportGmailerrorred => "report_gmailerrorred",
6165        ReportOff => "report_off",
6166        ReportProblem => "report_problem",
6167        RequestPage => "request_page",
6168        RequestQuote => "request_quote",
6169        ResetTv => "reset_tv",
6170        RestartAlt => "restart_alt",
6171        Restaurant => "restaurant",
6172        RestaurantMenu => "restaurant_menu",
6173        Restore => "restore",
6174        RestoreFromTrash => "restore_from_trash",
6175        RestorePage => "restore_page",
6176        Reviews => "reviews",
6177        RiceBowl => "rice_bowl",
6178        RingVolume => "ring_volume",
6179        Rocket => "rocket",
6180        RocketLaunch => "rocket_launch",
6181        RollerShades => "roller_shades",
6182        RollerShadesClosed => "roller_shades_closed",
6183        RollerSkating => "roller_skating",
6184        Roofing => "roofing",
6185        Room => "room",
6186        RoomPreferences => "room_preferences",
6187        RoomService => "room_service",
6188        Rotate90DegreesCcw => "rotate_90_degrees_ccw",
6189        Rotate90DegreesCw => "rotate_90_degrees_cw",
6190        RotateLeft => "rotate_left",
6191        RotateRight => "rotate_right",
6192        RoundaboutLeft => "roundabout_left",
6193        RoundaboutRight => "roundabout_right",
6194        RoundedCorner => "rounded_corner",
6195        Route => "route",
6196        Router => "router",
6197        Rowing => "rowing",
6198        RssFeed => "rss_feed",
6199        Rsvp => "rsvp",
6200        Rtt => "rtt",
6201        Rule => "rule",
6202        RuleFolder => "rule_folder",
6203        RunCircle => "run_circle",
6204        RunningWithErrors => "running_with_errors",
6205        RvHookup => "rv_hookup",
6206        SafetyCheck => "safety_check",
6207        SafetyDivider => "safety_divider",
6208        Sailing => "sailing",
6209        Sanitizer => "sanitizer",
6210        Satellite => "satellite",
6211        SatelliteAlt => "satellite_alt",
6212        Save => "save",
6213        SaveAlt => "save_alt",
6214        SaveAs => "save_as",
6215        SavedSearch => "saved_search",
6216        Savings => "savings",
6217        Scale => "scale",
6218        Scanner => "scanner",
6219        ScatterPlot => "scatter_plot",
6220        Schedule => "schedule",
6221        ScheduleSend => "schedule_send",
6222        Schema => "schema",
6223        School => "school",
6224        Science => "science",
6225        Score => "score",
6226        Scoreboard => "scoreboard",
6227        ScreenLockLandscape => "screen_lock_landscape",
6228        ScreenLockPortrait => "screen_lock_portrait",
6229        ScreenLockRotation => "screen_lock_rotation",
6230        ScreenRotation => "screen_rotation",
6231        ScreenRotationAlt => "screen_rotation_alt",
6232        ScreenSearchDesktop => "screen_search_desktop",
6233        ScreenShare => "screen_share",
6234        Screenshot => "screenshot",
6235        ScreenshotMonitor => "screenshot_monitor",
6236        ScubaDiving => "scuba_diving",
6237        Sd => "sd",
6238        SdCard => "sd_card",
6239        SdCardAlert => "sd_card_alert",
6240        SdStorage => "sd_storage",
6241        Search => "search",
6242        SearchOff => "search_off",
6243        Security => "security",
6244        SecurityUpdate => "security_update",
6245        SecurityUpdateGood => "security_update_good",
6246        SecurityUpdateWarning => "security_update_warning",
6247        Segment => "segment",
6248        SelectAll => "select_all",
6249        SelfImprovement => "self_improvement",
6250        Sell => "sell",
6251        Send => "send",
6252        SendAndArchive => "send_and_archive",
6253        SendTimeExtension => "send_time_extension",
6254        SendToMobile => "send_to_mobile",
6255        SensorDoor => "sensor_door",
6256        SensorOccupied => "sensor_occupied",
6257        SensorWindow => "sensor_window",
6258        Sensors => "sensors",
6259        SensorsOff => "sensors_off",
6260        SentimentDissatisfied => "sentiment_dissatisfied",
6261        SentimentNeutral => "sentiment_neutral",
6262        SentimentSatisfied => "sentiment_satisfied",
6263        SentimentSatisfiedAlt => "sentiment_satisfied_alt",
6264        SentimentVeryDissatisfied => "sentiment_very_dissatisfied",
6265        SentimentVerySatisfied => "sentiment_very_satisfied",
6266        SetMeal => "set_meal",
6267        Settings => "settings",
6268        SettingsAccessibility => "settings_accessibility",
6269        SettingsApplications => "settings_applications",
6270        SettingsBackupRestore => "settings_backup_restore",
6271        SettingsBluetooth => "settings_bluetooth",
6272        SettingsBrightness => "settings_brightness",
6273        SettingsCell => "settings_cell",
6274        SettingsDisplay => "settings_display",
6275        SettingsEthernet => "settings_ethernet",
6276        SettingsInputAntenna => "settings_input_antenna",
6277        SettingsInputComponent => "settings_input_component",
6278        SettingsInputComposite => "settings_input_composite",
6279        SettingsInputHdmi => "settings_input_hdmi",
6280        SettingsInputSvideo => "settings_input_svideo",
6281        SettingsOverscan => "settings_overscan",
6282        SettingsPhone => "settings_phone",
6283        SettingsPower => "settings_power",
6284        SettingsRemote => "settings_remote",
6285        SettingsSuggest => "settings_suggest",
6286        SettingsSystemDaydream => "settings_system_daydream",
6287        SettingsVoice => "settings_voice",
6288        SevereCold => "severe_cold",
6289        ShapeLine => "shape_line",
6290        Share => "share",
6291        ShareArrivalTime => "share_arrival_time",
6292        ShareLocation => "share_location",
6293        Shelves => "shelves",
6294        Shield => "shield",
6295        ShieldMoon => "shield_moon",
6296        Shop => "shop",
6297        Shop2 => "shop_2",
6298        ShopTwo => "shop_two",
6299        Shopify => "shopify",
6300        ShoppingBag => "shopping_bag",
6301        ShoppingBasket => "shopping_basket",
6302        ShoppingCart => "shopping_cart",
6303        ShoppingCartCheckout => "shopping_cart_checkout",
6304        ShortText => "short_text",
6305        Shortcut => "shortcut",
6306        ShowChart => "show_chart",
6307        Shower => "shower",
6308        Shuffle => "shuffle",
6309        ShuffleOn => "shuffle_on",
6310        ShutterSpeed => "shutter_speed",
6311        Sick => "sick",
6312        SignLanguage => "sign_language",
6313        SignalCellular0Bar => "signal_cellular_0_bar",
6314        SignalCellular4Bar => "signal_cellular_4_bar",
6315        SignalCellularAlt => "signal_cellular_alt",
6316        SignalCellularAlt1Bar => "signal_cellular_alt_1_bar",
6317        SignalCellularAlt2Bar => "signal_cellular_alt_2_bar",
6318        SignalCellularConnectedNoInternet0Bar => "signal_cellular_connected_no_internet_0_bar",
6319        SignalCellularConnectedNoInternet4Bar => "signal_cellular_connected_no_internet_4_bar",
6320        SignalCellularNoSim => "signal_cellular_no_sim",
6321        SignalCellularNodata => "signal_cellular_nodata",
6322        SignalCellularNull => "signal_cellular_null",
6323        SignalCellularOff => "signal_cellular_off",
6324        SignalWifi0Bar => "signal_wifi_0_bar",
6325        SignalWifi4Bar => "signal_wifi_4_bar",
6326        SignalWifi4BarLock => "signal_wifi_4_bar_lock",
6327        SignalWifiBad => "signal_wifi_bad",
6328        SignalWifiConnectedNoInternet4 => "signal_wifi_connected_no_internet_4",
6329        SignalWifiOff => "signal_wifi_off",
6330        SignalWifiStatusbar4Bar => "signal_wifi_statusbar_4_bar",
6331        SignalWifiStatusbarConnectedNoInternet4 => "signal_wifi_statusbar_connected_no_internet_4",
6332        SignalWifiStatusbarNull => "signal_wifi_statusbar_null",
6333        Signpost => "signpost",
6334        SimCard => "sim_card",
6335        SimCardAlert => "sim_card_alert",
6336        SimCardDownload => "sim_card_download",
6337        SingleBed => "single_bed",
6338        Sip => "sip",
6339        Skateboarding => "skateboarding",
6340        SkipNext => "skip_next",
6341        SkipPrevious => "skip_previous",
6342        Sledding => "sledding",
6343        Slideshow => "slideshow",
6344        SlowMotionVideo => "slow_motion_video",
6345        SmartButton => "smart_button",
6346        SmartDisplay => "smart_display",
6347        SmartScreen => "smart_screen",
6348        SmartToy => "smart_toy",
6349        Smartphone => "smartphone",
6350        SmokeFree => "smoke_free",
6351        SmokingRooms => "smoking_rooms",
6352        Sms => "sms",
6353        SmsFailed => "sms_failed",
6354        Snapchat => "snapchat",
6355        SnippetFolder => "snippet_folder",
6356        Snooze => "snooze",
6357        Snowboarding => "snowboarding",
6358        Snowing => "snowing",
6359        Snowmobile => "snowmobile",
6360        Snowshoeing => "snowshoeing",
6361        Soap => "soap",
6362        SocialDistance => "social_distance",
6363        SolarPower => "solar_power",
6364        Sort => "sort",
6365        SortByAlpha => "sort_by_alpha",
6366        Sos => "sos",
6367        SoupKitchen => "soup_kitchen",
6368        Source => "source",
6369        South => "south",
6370        SouthAmerica => "south_america",
6371        SouthEast => "south_east",
6372        SouthWest => "south_west",
6373        Spa => "spa",
6374        SpaceBar => "space_bar",
6375        SpaceDashboard => "space_dashboard",
6376        SpatialAudio => "spatial_audio",
6377        SpatialAudioOff => "spatial_audio_off",
6378        SpatialTracking => "spatial_tracking",
6379        Speaker => "speaker",
6380        SpeakerGroup => "speaker_group",
6381        SpeakerNotes => "speaker_notes",
6382        SpeakerNotesOff => "speaker_notes_off",
6383        SpeakerPhone => "speaker_phone",
6384        Speed => "speed",
6385        Spellcheck => "spellcheck",
6386        Splitscreen => "splitscreen",
6387        Spoke => "spoke",
6388        Sports => "sports",
6389        SportsBar => "sports_bar",
6390        SportsBaseball => "sports_baseball",
6391        SportsBasketball => "sports_basketball",
6392        SportsCricket => "sports_cricket",
6393        SportsEsports => "sports_esports",
6394        SportsFootball => "sports_football",
6395        SportsGolf => "sports_golf",
6396        SportsGymnastics => "sports_gymnastics",
6397        SportsHandball => "sports_handball",
6398        SportsHockey => "sports_hockey",
6399        SportsKabaddi => "sports_kabaddi",
6400        SportsMartialArts => "sports_martial_arts",
6401        SportsMma => "sports_mma",
6402        SportsMotorsports => "sports_motorsports",
6403        SportsRugby => "sports_rugby",
6404        SportsScore => "sports_score",
6405        SportsSoccer => "sports_soccer",
6406        SportsTennis => "sports_tennis",
6407        SportsVolleyball => "sports_volleyball",
6408        Square => "square",
6409        SquareFoot => "square_foot",
6410        SsidChart => "ssid_chart",
6411        StackedBarChart => "stacked_bar_chart",
6412        StackedLineChart => "stacked_line_chart",
6413        Stadium => "stadium",
6414        Stairs => "stairs",
6415        Star => "star",
6416        StarBorder => "star_border",
6417        StarBorderPurple500 => "star_border_purple500",
6418        StarHalf => "star_half",
6419        StarOutline => "star_outline",
6420        StarPurple500 => "star_purple500",
6421        StarRate => "star_rate",
6422        Stars => "stars",
6423        Start => "start",
6424        StayCurrentLandscape => "stay_current_landscape",
6425        StayCurrentPortrait => "stay_current_portrait",
6426        StayPrimaryLandscape => "stay_primary_landscape",
6427        StayPrimaryPortrait => "stay_primary_portrait",
6428        StickyNote2 => "sticky_note_2",
6429        Stop => "stop",
6430        StopCircle => "stop_circle",
6431        StopScreenShare => "stop_screen_share",
6432        Storage => "storage",
6433        Store => "store",
6434        StoreMallDirectory => "store_mall_directory",
6435        Storefront => "storefront",
6436        Storm => "storm",
6437        Straight => "straight",
6438        Straighten => "straighten",
6439        Stream => "stream",
6440        Streetview => "streetview",
6441        StrikethroughS => "strikethrough_s",
6442        Stroller => "stroller",
6443        Style => "style",
6444        SubdirectoryArrowLeft => "subdirectory_arrow_left",
6445        SubdirectoryArrowRight => "subdirectory_arrow_right",
6446        Subject => "subject",
6447        Subscript => "subscript",
6448        Subscriptions => "subscriptions",
6449        Subtitles => "subtitles",
6450        SubtitlesOff => "subtitles_off",
6451        Subway => "subway",
6452        Summarize => "summarize",
6453        Sunny => "sunny",
6454        SunnySnowing => "sunny_snowing",
6455        Superscript => "superscript",
6456        SupervisedUserCircle => "supervised_user_circle",
6457        SupervisorAccount => "supervisor_account",
6458        Support => "support",
6459        SupportAgent => "support_agent",
6460        Surfing => "surfing",
6461        SurroundSound => "surround_sound",
6462        SwapCalls => "swap_calls",
6463        SwapHoriz => "swap_horiz",
6464        SwapHorizontalCircle => "swap_horizontal_circle",
6465        SwapVert => "swap_vert",
6466        SwapVertCircle => "swap_vert_circle",
6467        SwapVerticalCircle => "swap_vertical_circle",
6468        Swipe => "swipe",
6469        SwipeDown => "swipe_down",
6470        SwipeDownAlt => "swipe_down_alt",
6471        SwipeLeft => "swipe_left",
6472        SwipeLeftAlt => "swipe_left_alt",
6473        SwipeRight => "swipe_right",
6474        SwipeRightAlt => "swipe_right_alt",
6475        SwipeUp => "swipe_up",
6476        SwipeUpAlt => "swipe_up_alt",
6477        SwipeVertical => "swipe_vertical",
6478        SwitchAccessShortcut => "switch_access_shortcut",
6479        SwitchAccessShortcutAdd => "switch_access_shortcut_add",
6480        SwitchAccount => "switch_account",
6481        SwitchCamera => "switch_camera",
6482        SwitchLeft => "switch_left",
6483        SwitchRight => "switch_right",
6484        SwitchVideo => "switch_video",
6485        Synagogue => "synagogue",
6486        Sync => "sync",
6487        SyncAlt => "sync_alt",
6488        SyncDisabled => "sync_disabled",
6489        SyncLock => "sync_lock",
6490        SyncProblem => "sync_problem",
6491        SystemSecurityUpdate => "system_security_update",
6492        SystemSecurityUpdateGood => "system_security_update_good",
6493        SystemSecurityUpdateWarning => "system_security_update_warning",
6494        SystemUpdate => "system_update",
6495        SystemUpdateAlt => "system_update_alt",
6496        SystemUpdateTv => "system_update_tv",
6497        Tab => "tab",
6498        TabUnselected => "tab_unselected",
6499        TableBar => "table_bar",
6500        TableChart => "table_chart",
6501        TableRestaurant => "table_restaurant",
6502        TableRows => "table_rows",
6503        TableView => "table_view",
6504        Tablet => "tablet",
6505        TabletAndroid => "tablet_android",
6506        TabletMac => "tablet_mac",
6507        Tag => "tag",
6508        TagFaces => "tag_faces",
6509        TakeoutDining => "takeout_dining",
6510        TapAndPlay => "tap_and_play",
6511        Tapas => "tapas",
6512        Task => "task",
6513        TaskAlt => "task_alt",
6514        TaxiAlert => "taxi_alert",
6515        Telegram => "telegram",
6516        TempleBuddhist => "temple_buddhist",
6517        TempleHindu => "temple_hindu",
6518        Terminal => "terminal",
6519        Terrain => "terrain",
6520        TextDecrease => "text_decrease",
6521        TextFields => "text_fields",
6522        TextFormat => "text_format",
6523        TextIncrease => "text_increase",
6524        TextRotateUp => "text_rotate_up",
6525        TextRotateVertical => "text_rotate_vertical",
6526        TextRotationAngledown => "text_rotation_angledown",
6527        TextRotationAngleup => "text_rotation_angleup",
6528        TextRotationDown => "text_rotation_down",
6529        TextRotationNone => "text_rotation_none",
6530        TextSnippet => "text_snippet",
6531        Textsms => "textsms",
6532        Texture => "texture",
6533        TheaterComedy => "theater_comedy",
6534        Theaters => "theaters",
6535        Thermostat => "thermostat",
6536        ThermostatAuto => "thermostat_auto",
6537        ThumbDown => "thumb_down",
6538        ThumbDownAlt => "thumb_down_alt",
6539        ThumbDownOffAlt => "thumb_down_off_alt",
6540        ThumbUp => "thumb_up",
6541        ThumbUpAlt => "thumb_up_alt",
6542        ThumbUpOffAlt => "thumb_up_off_alt",
6543        ThumbsUpDown => "thumbs_up_down",
6544        Thunderstorm => "thunderstorm",
6545        Tiktok => "tiktok",
6546        TimeToLeave => "time_to_leave",
6547        Timelapse => "timelapse",
6548        Timeline => "timeline",
6549        Timer => "timer",
6550        Timer10 => "timer_10",
6551        Timer10Select => "timer_10_select",
6552        Timer3 => "timer_3",
6553        Timer3Select => "timer_3_select",
6554        TimerOff => "timer_off",
6555        TipsAndUpdates => "tips_and_updates",
6556        TireRepair => "tire_repair",
6557        Title => "title",
6558        Toc => "toc",
6559        Today => "today",
6560        ToggleOff => "toggle_off",
6561        ToggleOn => "toggle_on",
6562        Token => "token",
6563        Toll => "toll",
6564        Tonality => "tonality",
6565        Topic => "topic",
6566        Tornado => "tornado",
6567        TouchApp => "touch_app",
6568        Tour => "tour",
6569        Toys => "toys",
6570        TrackChanges => "track_changes",
6571        Traffic => "traffic",
6572        Train => "train",
6573        Tram => "tram",
6574        Transcribe => "transcribe",
6575        TransferWithinAStation => "transfer_within_a_station",
6576        Transform => "transform",
6577        Transgender => "transgender",
6578        TransitEnterexit => "transit_enterexit",
6579        Translate => "translate",
6580        TravelExplore => "travel_explore",
6581        TrendingDown => "trending_down",
6582        TrendingFlat => "trending_flat",
6583        TrendingNeutral => "trending_neutral",
6584        TrendingUp => "trending_up",
6585        TripOrigin => "trip_origin",
6586        Trolley => "trolley",
6587        Troubleshoot => "troubleshoot",
6588        Try => "try",
6589        Tsunami => "tsunami",
6590        Tty => "tty",
6591        Tune => "tune",
6592        Tungsten => "tungsten",
6593        TurnLeft => "turn_left",
6594        TurnRight => "turn_right",
6595        TurnSharpLeft => "turn_sharp_left",
6596        TurnSharpRight => "turn_sharp_right",
6597        TurnSlightLeft => "turn_slight_left",
6598        TurnSlightRight => "turn_slight_right",
6599        TurnedIn => "turned_in",
6600        TurnedInNot => "turned_in_not",
6601        Tv => "tv",
6602        TvOff => "tv_off",
6603        TwoWheeler => "two_wheeler",
6604        TypeSpecimen => "type_specimen",
6605        UTurnLeft => "u_turn_left",
6606        UTurnRight => "u_turn_right",
6607        Umbrella => "umbrella",
6608        Unarchive => "unarchive",
6609        Undo => "undo",
6610        UnfoldLess => "unfold_less",
6611        UnfoldLessDouble => "unfold_less_double",
6612        UnfoldMore => "unfold_more",
6613        UnfoldMoreDouble => "unfold_more_double",
6614        Unpublished => "unpublished",
6615        Unsubscribe => "unsubscribe",
6616        Upcoming => "upcoming",
6617        Update => "update",
6618        UpdateDisabled => "update_disabled",
6619        Upgrade => "upgrade",
6620        Upload => "upload",
6621        UploadFile => "upload_file",
6622        Usb => "usb",
6623        UsbOff => "usb_off",
6624        Vaccines => "vaccines",
6625        VapeFree => "vape_free",
6626        VapingRooms => "vaping_rooms",
6627        Verified => "verified",
6628        VerifiedUser => "verified_user",
6629        VerticalAlignBottom => "vertical_align_bottom",
6630        VerticalAlignCenter => "vertical_align_center",
6631        VerticalAlignTop => "vertical_align_top",
6632        VerticalDistribute => "vertical_distribute",
6633        VerticalShades => "vertical_shades",
6634        VerticalShadesClosed => "vertical_shades_closed",
6635        VerticalSplit => "vertical_split",
6636        Vibration => "vibration",
6637        VideoCall => "video_call",
6638        VideoCameraBack => "video_camera_back",
6639        VideoCameraFront => "video_camera_front",
6640        VideoChat => "video_chat",
6641        VideoCollection => "video_collection",
6642        VideoFile => "video_file",
6643        VideoLabel => "video_label",
6644        VideoLibrary => "video_library",
6645        VideoSettings => "video_settings",
6646        VideoStable => "video_stable",
6647        Videocam => "videocam",
6648        VideocamOff => "videocam_off",
6649        VideogameAsset => "videogame_asset",
6650        VideogameAssetOff => "videogame_asset_off",
6651        ViewAgenda => "view_agenda",
6652        ViewArray => "view_array",
6653        ViewCarousel => "view_carousel",
6654        ViewColumn => "view_column",
6655        ViewComfortable => "view_comfortable",
6656        ViewComfy => "view_comfy",
6657        ViewComfyAlt => "view_comfy_alt",
6658        ViewCompact => "view_compact",
6659        ViewCompactAlt => "view_compact_alt",
6660        ViewCozy => "view_cozy",
6661        ViewDay => "view_day",
6662        ViewHeadline => "view_headline",
6663        ViewInAr => "view_in_ar",
6664        ViewKanban => "view_kanban",
6665        ViewList => "view_list",
6666        ViewModule => "view_module",
6667        ViewQuilt => "view_quilt",
6668        ViewSidebar => "view_sidebar",
6669        ViewStream => "view_stream",
6670        ViewTimeline => "view_timeline",
6671        ViewWeek => "view_week",
6672        Vignette => "vignette",
6673        Villa => "villa",
6674        Visibility => "visibility",
6675        VisibilityOff => "visibility_off",
6676        VoiceChat => "voice_chat",
6677        VoiceOverOff => "voice_over_off",
6678        Voicemail => "voicemail",
6679        Volcano => "volcano",
6680        VolumeDown => "volume_down",
6681        VolumeDownAlt => "volume_down_alt",
6682        VolumeMute => "volume_mute",
6683        VolumeOff => "volume_off",
6684        VolumeUp => "volume_up",
6685        VolunteerActivism => "volunteer_activism",
6686        VpnKey => "vpn_key",
6687        VpnKeyOff => "vpn_key_off",
6688        VpnLock => "vpn_lock",
6689        Vrpano => "vrpano",
6690        Wallet => "wallet",
6691        WalletGiftcard => "wallet_giftcard",
6692        WalletMembership => "wallet_membership",
6693        WalletTravel => "wallet_travel",
6694        Wallpaper => "wallpaper",
6695        Warehouse => "warehouse",
6696        Warning => "warning",
6697        WarningAmber => "warning_amber",
6698        Wash => "wash",
6699        Watch => "watch",
6700        WatchLater => "watch_later",
6701        WatchOff => "watch_off",
6702        Water => "water",
6703        WaterDamage => "water_damage",
6704        WaterDrop => "water_drop",
6705        WaterfallChart => "waterfall_chart",
6706        Waves => "waves",
6707        WavingHand => "waving_hand",
6708        WbAuto => "wb_auto",
6709        WbCloudy => "wb_cloudy",
6710        WbIncandescent => "wb_incandescent",
6711        WbIridescent => "wb_iridescent",
6712        WbShade => "wb_shade",
6713        WbSunny => "wb_sunny",
6714        WbTwighlight => "wb_twighlight",
6715        WbTwilight => "wb_twilight",
6716        Wc => "wc",
6717        Web => "web",
6718        WebAsset => "web_asset",
6719        WebAssetOff => "web_asset_off",
6720        WebStories => "web_stories",
6721        Webhook => "webhook",
6722        Wechat => "wechat",
6723        Weekend => "weekend",
6724        West => "west",
6725        Whatshot => "whatshot",
6726        WheelchairPickup => "wheelchair_pickup",
6727        WhereToVote => "where_to_vote",
6728        Widgets => "widgets",
6729        WidthFull => "width_full",
6730        WidthNormal => "width_normal",
6731        WidthWide => "width_wide",
6732        Wifi => "wifi",
6733        Wifi1Bar => "wifi_1_bar",
6734        Wifi2Bar => "wifi_2_bar",
6735        WifiCalling => "wifi_calling",
6736        WifiCalling3 => "wifi_calling_3",
6737        WifiChannel => "wifi_channel",
6738        WifiFind => "wifi_find",
6739        WifiLock => "wifi_lock",
6740        WifiOff => "wifi_off",
6741        WifiPassword => "wifi_password",
6742        WifiProtectedSetup => "wifi_protected_setup",
6743        WifiTethering => "wifi_tethering",
6744        WifiTetheringError => "wifi_tethering_error",
6745        WifiTetheringErrorRounded => "wifi_tethering_error_rounded",
6746        WifiTetheringOff => "wifi_tethering_off",
6747        WindPower => "wind_power",
6748        Window => "window",
6749        WineBar => "wine_bar",
6750        Woman => "woman",
6751        Woman2 => "woman_2",
6752        WooCommerce => "woo_commerce",
6753        Wordpress => "wordpress",
6754        Work => "work",
6755        WorkHistory => "work_history",
6756        WorkOff => "work_off",
6757        WorkOutline => "work_outline",
6758        WorkspacePremium => "workspace_premium",
6759        Workspaces => "workspaces",
6760        WorkspacesFilled => "workspaces_filled",
6761        WorkspacesOutline => "workspaces_outline",
6762        WrapText => "wrap_text",
6763        WrongLocation => "wrong_location",
6764        Wysiwyg => "wysiwyg",
6765        Yard => "yard",
6766        YoutubeSearchedFor => "youtube_searched_for",
6767        ZoomIn => "zoom_in",
6768        ZoomInMap => "zoom_in_map",
6769        ZoomOut => "zoom_out",
6770        ZoomOutMap => "zoom_out_map",
6771    }
6772}
6773
6774/// Total number of Material Icons
6775pub const ICON_COUNT: usize = 2234;
6776
6777/// Array of all Material Icons for iteration
6778/// 
6779/// Use this to register all icons at startup:
6780/// ```rust
6781/// use material_icons::{ALL_ICONS, icon_to_char, icon_to_html_name};
6782/// for icon in ALL_ICONS.iter() {
6783///     let char_code = icon_to_char(*icon);
6784///     let name = icon_to_html_name(icon);
6785///     // ... register icon
6786/// }
6787/// ```
6788pub const ALL_ICONS: [Icon; ICON_COUNT] = [
6789    Icon::TenK,
6790    Icon::TenMp,
6791    Icon::ElevenMp,
6792    Icon::OneTwoThree,
6793    Icon::TwelveMp,
6794    Icon::ThirteenMp,
6795    Icon::FourteenMp,
6796    Icon::FifteenMp,
6797    Icon::SixteenMp,
6798    Icon::SeventeenMp,
6799    Icon::EighteenUpRating,
6800    Icon::EighteenMp,
6801    Icon::NineteenMp,
6802    Icon::OneK,
6803    Icon::OneKPlus,
6804    Icon::OneXMobiledata,
6805    Icon::TwentyMp,
6806    Icon::TwentyOneMp,
6807    Icon::TwentyTwoMp,
6808    Icon::TwentyThreeMp,
6809    Icon::TwentyFourMp,
6810    Icon::TwoK,
6811    Icon::TwoKPlus,
6812    Icon::TwoMp,
6813    Icon::ThirtyFps,
6814    Icon::ThirtyFpsSelect,
6815    Icon::ThreeSixty,
6816    Icon::Rotation3d,
6817    Icon::Mobiledata3g,
6818    Icon::ThreeK,
6819    Icon::ThreeKPlus,
6820    Icon::ThreeMp,
6821    Icon::ThreeP,
6822    Icon::Mobiledata4g,
6823    Icon::Mobiledata4gPlus,
6824    Icon::FourK,
6825    Icon::FourKPlus,
6826    Icon::FourMp,
6827    Icon::FiveG,
6828    Icon::FiveK,
6829    Icon::FiveKPlus,
6830    Icon::FiveMp,
6831    Icon::SixtyFps,
6832    Icon::SixtyFpsSelect,
6833    Icon::SixFtApart,
6834    Icon::SixK,
6835    Icon::SixKPlus,
6836    Icon::SixMp,
6837    Icon::SevenK,
6838    Icon::SevenKPlus,
6839    Icon::SevenMp,
6840    Icon::EightK,
6841    Icon::EightKPlus,
6842    Icon::EightMp,
6843    Icon::NineK,
6844    Icon::NineKPlus,
6845    Icon::NineMp,
6846    Icon::Abc,
6847    Icon::AcUnit,
6848    Icon::AccessAlarm,
6849    Icon::AccessAlarms,
6850    Icon::AccessTime,
6851    Icon::AccessTimeFilled,
6852    Icon::Accessibility,
6853    Icon::AccessibilityNew,
6854    Icon::Accessible,
6855    Icon::AccessibleForward,
6856    Icon::AccountBalance,
6857    Icon::AccountBalanceWallet,
6858    Icon::AccountBox,
6859    Icon::AccountCircle,
6860    Icon::AccountTree,
6861    Icon::AdUnits,
6862    Icon::Adb,
6863    Icon::Add,
6864    Icon::AddAPhoto,
6865    Icon::AddAlarm,
6866    Icon::AddAlert,
6867    Icon::AddBox,
6868    Icon::AddBusiness,
6869    Icon::AddCall,
6870    Icon::AddCard,
6871    Icon::AddChart,
6872    Icon::AddCircle,
6873    Icon::AddCircleOutline,
6874    Icon::AddComment,
6875    Icon::AddHome,
6876    Icon::AddHomeWork,
6877    Icon::AddIcCall,
6878    Icon::AddLink,
6879    Icon::AddLocation,
6880    Icon::AddLocationAlt,
6881    Icon::AddModerator,
6882    Icon::AddPhotoAlternate,
6883    Icon::AddReaction,
6884    Icon::AddRoad,
6885    Icon::AddShoppingCart,
6886    Icon::AddTask,
6887    Icon::AddToDrive,
6888    Icon::AddToHomeScreen,
6889    Icon::AddToPhotos,
6890    Icon::AddToQueue,
6891    Icon::Addchart,
6892    Icon::AdfScanner,
6893    Icon::Adjust,
6894    Icon::AdminPanelSettings,
6895    Icon::Adobe,
6896    Icon::AdsClick,
6897    Icon::Agriculture,
6898    Icon::Air,
6899    Icon::AirlineSeatFlat,
6900    Icon::AirlineSeatFlatAngled,
6901    Icon::AirlineSeatIndividualSuite,
6902    Icon::AirlineSeatLegroomExtra,
6903    Icon::AirlineSeatLegroomNormal,
6904    Icon::AirlineSeatLegroomReduced,
6905    Icon::AirlineSeatReclineExtra,
6906    Icon::AirlineSeatReclineNormal,
6907    Icon::AirlineStops,
6908    Icon::Airlines,
6909    Icon::AirplaneTicket,
6910    Icon::AirplanemodeActive,
6911    Icon::AirplanemodeInactive,
6912    Icon::AirplanemodeOff,
6913    Icon::AirplanemodeOn,
6914    Icon::Airplay,
6915    Icon::AirportShuttle,
6916    Icon::Alarm,
6917    Icon::AlarmAdd,
6918    Icon::AlarmOff,
6919    Icon::AlarmOn,
6920    Icon::Album,
6921    Icon::AlignHorizontalCenter,
6922    Icon::AlignHorizontalLeft,
6923    Icon::AlignHorizontalRight,
6924    Icon::AlignVerticalBottom,
6925    Icon::AlignVerticalCenter,
6926    Icon::AlignVerticalTop,
6927    Icon::AllInbox,
6928    Icon::AllInclusive,
6929    Icon::AllOut,
6930    Icon::AltRoute,
6931    Icon::AlternateEmail,
6932    Icon::AmpStories,
6933    Icon::Analytics,
6934    Icon::Anchor,
6935    Icon::Android,
6936    Icon::Animation,
6937    Icon::Announcement,
6938    Icon::Aod,
6939    Icon::Apartment,
6940    Icon::Api,
6941    Icon::AppBlocking,
6942    Icon::AppRegistration,
6943    Icon::AppSettingsAlt,
6944    Icon::AppShortcut,
6945    Icon::Apple,
6946    Icon::Approval,
6947    Icon::Apps,
6948    Icon::AppsOutage,
6949    Icon::Architecture,
6950    Icon::Archive,
6951    Icon::AreaChart,
6952    Icon::ArrowBack,
6953    Icon::ArrowBackIos,
6954    Icon::ArrowBackIosNew,
6955    Icon::ArrowCircleDown,
6956    Icon::ArrowCircleLeft,
6957    Icon::ArrowCircleRight,
6958    Icon::ArrowCircleUp,
6959    Icon::ArrowDownward,
6960    Icon::ArrowDropDown,
6961    Icon::ArrowDropDownCircle,
6962    Icon::ArrowDropUp,
6963    Icon::ArrowForward,
6964    Icon::ArrowForwardIos,
6965    Icon::ArrowLeft,
6966    Icon::ArrowOutward,
6967    Icon::ArrowRight,
6968    Icon::ArrowRightAlt,
6969    Icon::ArrowUpward,
6970    Icon::ArtTrack,
6971    Icon::Article,
6972    Icon::AspectRatio,
6973    Icon::Assessment,
6974    Icon::Assignment,
6975    Icon::AssignmentAdd,
6976    Icon::AssignmentInd,
6977    Icon::AssignmentLate,
6978    Icon::AssignmentReturn,
6979    Icon::AssignmentReturned,
6980    Icon::AssignmentTurnedIn,
6981    Icon::AssistWalker,
6982    Icon::Assistant,
6983    Icon::AssistantDirection,
6984    Icon::AssistantNavigation,
6985    Icon::AssistantPhoto,
6986    Icon::AssuredWorkload,
6987    Icon::Atm,
6988    Icon::AttachEmail,
6989    Icon::AttachFile,
6990    Icon::AttachMoney,
6991    Icon::Attachment,
6992    Icon::Attractions,
6993    Icon::Attribution,
6994    Icon::AudioFile,
6995    Icon::Audiotrack,
6996    Icon::AutoAwesome,
6997    Icon::AutoAwesomeMosaic,
6998    Icon::AutoAwesomeMotion,
6999    Icon::AutoDelete,
7000    Icon::AutoFixHigh,
7001    Icon::AutoFixNormal,
7002    Icon::AutoFixOff,
7003    Icon::AutoGraph,
7004    Icon::AutoMode,
7005    Icon::AutoStories,
7006    Icon::AutofpsSelect,
7007    Icon::Autorenew,
7008    Icon::AvTimer,
7009    Icon::BabyChangingStation,
7010    Icon::BackHand,
7011    Icon::Backpack,
7012    Icon::Backspace,
7013    Icon::Backup,
7014    Icon::BackupTable,
7015    Icon::Badge,
7016    Icon::BakeryDining,
7017    Icon::Balance,
7018    Icon::Balcony,
7019    Icon::Ballot,
7020    Icon::BarChart,
7021    Icon::BarcodeReader,
7022    Icon::BatchPrediction,
7023    Icon::Bathroom,
7024    Icon::Bathtub,
7025    Icon::Battery0Bar,
7026    Icon::Battery1Bar,
7027    Icon::Battery2Bar,
7028    Icon::Battery3Bar,
7029    Icon::Battery4Bar,
7030    Icon::Battery5Bar,
7031    Icon::Battery6Bar,
7032    Icon::BatteryAlert,
7033    Icon::BatteryChargingFull,
7034    Icon::BatteryFull,
7035    Icon::BatterySaver,
7036    Icon::BatteryStd,
7037    Icon::BatteryUnknown,
7038    Icon::BeachAccess,
7039    Icon::Bed,
7040    Icon::BedroomBaby,
7041    Icon::BedroomChild,
7042    Icon::BedroomParent,
7043    Icon::Bedtime,
7044    Icon::BedtimeOff,
7045    Icon::Beenhere,
7046    Icon::Bento,
7047    Icon::BikeScooter,
7048    Icon::Biotech,
7049    Icon::Blender,
7050    Icon::Blind,
7051    Icon::Blinds,
7052    Icon::BlindsClosed,
7053    Icon::Block,
7054    Icon::BlockFlipped,
7055    Icon::Bloodtype,
7056    Icon::Bluetooth,
7057    Icon::BluetoothAudio,
7058    Icon::BluetoothConnected,
7059    Icon::BluetoothDisabled,
7060    Icon::BluetoothDrive,
7061    Icon::BluetoothSearching,
7062    Icon::BlurCircular,
7063    Icon::BlurLinear,
7064    Icon::BlurOff,
7065    Icon::BlurOn,
7066    Icon::Bolt,
7067    Icon::Book,
7068    Icon::BookOnline,
7069    Icon::Bookmark,
7070    Icon::BookmarkAdd,
7071    Icon::BookmarkAdded,
7072    Icon::BookmarkBorder,
7073    Icon::BookmarkOutline,
7074    Icon::BookmarkRemove,
7075    Icon::Bookmarks,
7076    Icon::BorderAll,
7077    Icon::BorderBottom,
7078    Icon::BorderClear,
7079    Icon::BorderColor,
7080    Icon::BorderHorizontal,
7081    Icon::BorderInner,
7082    Icon::BorderLeft,
7083    Icon::BorderOuter,
7084    Icon::BorderRight,
7085    Icon::BorderStyle,
7086    Icon::BorderTop,
7087    Icon::BorderVertical,
7088    Icon::Boy,
7089    Icon::BrandingWatermark,
7090    Icon::BreakfastDining,
7091    Icon::Brightness1,
7092    Icon::Brightness2,
7093    Icon::Brightness3,
7094    Icon::Brightness4,
7095    Icon::Brightness5,
7096    Icon::Brightness6,
7097    Icon::Brightness7,
7098    Icon::BrightnessAuto,
7099    Icon::BrightnessHigh,
7100    Icon::BrightnessLow,
7101    Icon::BrightnessMedium,
7102    Icon::BroadcastOnHome,
7103    Icon::BroadcastOnPersonal,
7104    Icon::BrokenImage,
7105    Icon::BrowseGallery,
7106    Icon::BrowserNotSupported,
7107    Icon::BrowserUpdated,
7108    Icon::BrunchDining,
7109    Icon::Brush,
7110    Icon::BubbleChart,
7111    Icon::BugReport,
7112    Icon::Build,
7113    Icon::BuildCircle,
7114    Icon::Bungalow,
7115    Icon::BurstMode,
7116    Icon::BusAlert,
7117    Icon::Business,
7118    Icon::BusinessCenter,
7119    Icon::Cabin,
7120    Icon::Cable,
7121    Icon::Cached,
7122    Icon::Cake,
7123    Icon::Calculate,
7124    Icon::CalendarMonth,
7125    Icon::CalendarToday,
7126    Icon::CalendarViewDay,
7127    Icon::CalendarViewMonth,
7128    Icon::CalendarViewWeek,
7129    Icon::Call,
7130    Icon::CallEnd,
7131    Icon::CallMade,
7132    Icon::CallMerge,
7133    Icon::CallMissed,
7134    Icon::CallMissedOutgoing,
7135    Icon::CallReceived,
7136    Icon::CallSplit,
7137    Icon::CallToAction,
7138    Icon::Camera,
7139    Icon::CameraAlt,
7140    Icon::CameraEnhance,
7141    Icon::CameraFront,
7142    Icon::CameraIndoor,
7143    Icon::CameraOutdoor,
7144    Icon::CameraRear,
7145    Icon::CameraRoll,
7146    Icon::Cameraswitch,
7147    Icon::Campaign,
7148    Icon::Cancel,
7149    Icon::CancelPresentation,
7150    Icon::CancelScheduleSend,
7151    Icon::CandlestickChart,
7152    Icon::CarCrash,
7153    Icon::CarRental,
7154    Icon::CarRepair,
7155    Icon::CardGiftcard,
7156    Icon::CardMembership,
7157    Icon::CardTravel,
7158    Icon::Carpenter,
7159    Icon::Cases,
7160    Icon::Casino,
7161    Icon::Cast,
7162    Icon::CastConnected,
7163    Icon::CastForEducation,
7164    Icon::Castle,
7165    Icon::CatchingPokemon,
7166    Icon::Category,
7167    Icon::Celebration,
7168    Icon::CellTower,
7169    Icon::CellWifi,
7170    Icon::CenterFocusStrong,
7171    Icon::CenterFocusWeak,
7172    Icon::Chair,
7173    Icon::ChairAlt,
7174    Icon::Chalet,
7175    Icon::ChangeCircle,
7176    Icon::ChangeHistory,
7177    Icon::ChargingStation,
7178    Icon::Chat,
7179    Icon::ChatBubble,
7180    Icon::ChatBubbleOutline,
7181    Icon::Check,
7182    Icon::CheckBox,
7183    Icon::CheckBoxOutlineBlank,
7184    Icon::CheckCircle,
7185    Icon::CheckCircleOutline,
7186    Icon::Checklist,
7187    Icon::ChecklistRtl,
7188    Icon::Checkroom,
7189    Icon::ChevronLeft,
7190    Icon::ChevronRight,
7191    Icon::ChildCare,
7192    Icon::ChildFriendly,
7193    Icon::ChromeReaderMode,
7194    Icon::Church,
7195    Icon::Circle,
7196    Icon::CircleNotifications,
7197    Icon::Class,
7198    Icon::CleanHands,
7199    Icon::CleaningServices,
7200    Icon::Clear,
7201    Icon::ClearAll,
7202    Icon::Close,
7203    Icon::CloseFullscreen,
7204    Icon::ClosedCaption,
7205    Icon::ClosedCaptionDisabled,
7206    Icon::ClosedCaptionOff,
7207    Icon::Cloud,
7208    Icon::CloudCircle,
7209    Icon::CloudDone,
7210    Icon::CloudDownload,
7211    Icon::CloudOff,
7212    Icon::CloudQueue,
7213    Icon::CloudSync,
7214    Icon::CloudUpload,
7215    Icon::CloudySnowing,
7216    Icon::Co2,
7217    Icon::CoPresent,
7218    Icon::Code,
7219    Icon::CodeOff,
7220    Icon::Coffee,
7221    Icon::CoffeeMaker,
7222    Icon::Collections,
7223    Icon::CollectionsBookmark,
7224    Icon::ColorLens,
7225    Icon::Colorize,
7226    Icon::Comment,
7227    Icon::CommentBank,
7228    Icon::CommentsDisabled,
7229    Icon::Commit,
7230    Icon::Commute,
7231    Icon::Compare,
7232    Icon::CompareArrows,
7233    Icon::CompassCalibration,
7234    Icon::Compost,
7235    Icon::Compress,
7236    Icon::Computer,
7237    Icon::ConfirmationNum,
7238    Icon::ConfirmationNumber,
7239    Icon::ConnectWithoutContact,
7240    Icon::ConnectedTv,
7241    Icon::ConnectingAirports,
7242    Icon::Construction,
7243    Icon::ContactEmergency,
7244    Icon::ContactMail,
7245    Icon::ContactPage,
7246    Icon::ContactPhone,
7247    Icon::ContactSupport,
7248    Icon::Contactless,
7249    Icon::Contacts,
7250    Icon::ContentCopy,
7251    Icon::ContentCut,
7252    Icon::ContentPaste,
7253    Icon::ContentPasteGo,
7254    Icon::ContentPasteOff,
7255    Icon::ContentPasteSearch,
7256    Icon::Contrast,
7257    Icon::ControlCamera,
7258    Icon::ControlPoint,
7259    Icon::ControlPointDuplicate,
7260    Icon::ConveyorBelt,
7261    Icon::Cookie,
7262    Icon::CopyAll,
7263    Icon::Copyright,
7264    Icon::Coronavirus,
7265    Icon::CorporateFare,
7266    Icon::Cottage,
7267    Icon::Countertops,
7268    Icon::Create,
7269    Icon::CreateNewFolder,
7270    Icon::CreditCard,
7271    Icon::CreditCardOff,
7272    Icon::CreditScore,
7273    Icon::Crib,
7274    Icon::CrisisAlert,
7275    Icon::Crop,
7276    Icon::Crop169,
7277    Icon::Crop32,
7278    Icon::Crop54,
7279    Icon::Crop75,
7280    Icon::CropDin,
7281    Icon::CropFree,
7282    Icon::CropLandscape,
7283    Icon::CropOriginal,
7284    Icon::CropPortrait,
7285    Icon::CropRotate,
7286    Icon::CropSquare,
7287    Icon::CrueltyFree,
7288    Icon::Css,
7289    Icon::CurrencyBitcoin,
7290    Icon::CurrencyExchange,
7291    Icon::CurrencyFranc,
7292    Icon::CurrencyLira,
7293    Icon::CurrencyPound,
7294    Icon::CurrencyRuble,
7295    Icon::CurrencyRupee,
7296    Icon::CurrencyYen,
7297    Icon::CurrencyYuan,
7298    Icon::Curtains,
7299    Icon::CurtainsClosed,
7300    Icon::Cyclone,
7301    Icon::Dangerous,
7302    Icon::DarkMode,
7303    Icon::Dashboard,
7304    Icon::DashboardCustomize,
7305    Icon::DataArray,
7306    Icon::DataExploration,
7307    Icon::DataObject,
7308    Icon::DataSaverOff,
7309    Icon::DataSaverOn,
7310    Icon::DataThresholding,
7311    Icon::DataUsage,
7312    Icon::Dataset,
7313    Icon::DatasetLinked,
7314    Icon::DateRange,
7315    Icon::Deblur,
7316    Icon::Deck,
7317    Icon::Dehaze,
7318    Icon::Delete,
7319    Icon::DeleteForever,
7320    Icon::DeleteOutline,
7321    Icon::DeleteSweep,
7322    Icon::DeliveryDining,
7323    Icon::DensityLarge,
7324    Icon::DensityMedium,
7325    Icon::DensitySmall,
7326    Icon::DepartureBoard,
7327    Icon::Description,
7328    Icon::Deselect,
7329    Icon::DesignServices,
7330    Icon::Desk,
7331    Icon::DesktopAccessDisabled,
7332    Icon::DesktopMac,
7333    Icon::DesktopWindows,
7334    Icon::Details,
7335    Icon::DeveloperBoard,
7336    Icon::DeveloperBoardOff,
7337    Icon::DeveloperMode,
7338    Icon::DeviceHub,
7339    Icon::DeviceThermostat,
7340    Icon::DeviceUnknown,
7341    Icon::Devices,
7342    Icon::DevicesFold,
7343    Icon::DevicesOther,
7344    Icon::DewPoint,
7345    Icon::DialerSip,
7346    Icon::Dialpad,
7347    Icon::Diamond,
7348    Icon::Difference,
7349    Icon::Dining,
7350    Icon::DinnerDining,
7351    Icon::Directions,
7352    Icon::DirectionsBike,
7353    Icon::DirectionsBoat,
7354    Icon::DirectionsBoatFilled,
7355    Icon::DirectionsBus,
7356    Icon::DirectionsBusFilled,
7357    Icon::DirectionsCar,
7358    Icon::DirectionsCarFilled,
7359    Icon::DirectionsFerry,
7360    Icon::DirectionsOff,
7361    Icon::DirectionsRailway,
7362    Icon::DirectionsRailwayFilled,
7363    Icon::DirectionsRun,
7364    Icon::DirectionsSubway,
7365    Icon::DirectionsSubwayFilled,
7366    Icon::DirectionsTrain,
7367    Icon::DirectionsTransit,
7368    Icon::DirectionsTransitFilled,
7369    Icon::DirectionsWalk,
7370    Icon::DirtyLens,
7371    Icon::DisabledByDefault,
7372    Icon::DisabledVisible,
7373    Icon::DiscFull,
7374    Icon::Discord,
7375    Icon::Discount,
7376    Icon::DisplaySettings,
7377    Icon::Diversity1,
7378    Icon::Diversity2,
7379    Icon::Diversity3,
7380    Icon::DndForwardslash,
7381    Icon::Dns,
7382    Icon::DoDisturb,
7383    Icon::DoDisturbAlt,
7384    Icon::DoDisturbOff,
7385    Icon::DoDisturbOn,
7386    Icon::DoNotDisturb,
7387    Icon::DoNotDisturbAlt,
7388    Icon::DoNotDisturbOff,
7389    Icon::DoNotDisturbOn,
7390    Icon::DoNotDisturbOnTotalSilence,
7391    Icon::DoNotStep,
7392    Icon::DoNotTouch,
7393    Icon::Dock,
7394    Icon::DocumentScanner,
7395    Icon::Domain,
7396    Icon::DomainAdd,
7397    Icon::DomainDisabled,
7398    Icon::DomainVerification,
7399    Icon::Done,
7400    Icon::DoneAll,
7401    Icon::DoneOutline,
7402    Icon::DonutLarge,
7403    Icon::DonutSmall,
7404    Icon::DoorBack,
7405    Icon::DoorFront,
7406    Icon::DoorSliding,
7407    Icon::Doorbell,
7408    Icon::DoubleArrow,
7409    Icon::DownhillSkiing,
7410    Icon::Download,
7411    Icon::DownloadDone,
7412    Icon::DownloadForOffline,
7413    Icon::Downloading,
7414    Icon::Drafts,
7415    Icon::DragHandle,
7416    Icon::DragIndicator,
7417    Icon::Draw,
7418    Icon::DriveEta,
7419    Icon::DriveFileMove,
7420    Icon::DriveFileMoveOutline,
7421    Icon::DriveFileMoveRtl,
7422    Icon::DriveFileRenameOutline,
7423    Icon::DriveFolderUpload,
7424    Icon::Dry,
7425    Icon::DryCleaning,
7426    Icon::Duo,
7427    Icon::Dvr,
7428    Icon::DynamicFeed,
7429    Icon::DynamicForm,
7430    Icon::EMobiledata,
7431    Icon::Earbuds,
7432    Icon::EarbudsBattery,
7433    Icon::East,
7434    Icon::Eco,
7435    Icon::EdgesensorHigh,
7436    Icon::EdgesensorLow,
7437    Icon::Edit,
7438    Icon::EditAttributes,
7439    Icon::EditCalendar,
7440    Icon::EditDocument,
7441    Icon::EditLocation,
7442    Icon::EditLocationAlt,
7443    Icon::EditNote,
7444    Icon::EditNotifications,
7445    Icon::EditOff,
7446    Icon::EditRoad,
7447    Icon::EditSquare,
7448    Icon::Egg,
7449    Icon::EggAlt,
7450    Icon::Eject,
7451    Icon::Elderly,
7452    Icon::ElderlyWoman,
7453    Icon::ElectricBike,
7454    Icon::ElectricBolt,
7455    Icon::ElectricCar,
7456    Icon::ElectricMeter,
7457    Icon::ElectricMoped,
7458    Icon::ElectricRickshaw,
7459    Icon::ElectricScooter,
7460    Icon::ElectricalServices,
7461    Icon::Elevator,
7462    Icon::Email,
7463    Icon::Emergency,
7464    Icon::EmergencyRecording,
7465    Icon::EmergencyShare,
7466    Icon::EmojiEmotions,
7467    Icon::EmojiEvents,
7468    Icon::EmojiFlags,
7469    Icon::EmojiFoodBeverage,
7470    Icon::EmojiNature,
7471    Icon::EmojiObjects,
7472    Icon::EmojiPeople,
7473    Icon::EmojiSymbols,
7474    Icon::EmojiTransportation,
7475    Icon::EnergySavingsLeaf,
7476    Icon::Engineering,
7477    Icon::EnhancePhotoTranslate,
7478    Icon::EnhancedEncryption,
7479    Icon::Equalizer,
7480    Icon::Error,
7481    Icon::ErrorOutline,
7482    Icon::Escalator,
7483    Icon::EscalatorWarning,
7484    Icon::Euro,
7485    Icon::EuroSymbol,
7486    Icon::EvStation,
7487    Icon::Event,
7488    Icon::EventAvailable,
7489    Icon::EventBusy,
7490    Icon::EventNote,
7491    Icon::EventRepeat,
7492    Icon::EventSeat,
7493    Icon::ExitToApp,
7494    Icon::Expand,
7495    Icon::ExpandCircleDown,
7496    Icon::ExpandLess,
7497    Icon::ExpandMore,
7498    Icon::Explicit,
7499    Icon::Explore,
7500    Icon::ExploreOff,
7501    Icon::Exposure,
7502    Icon::ExposureMinus1,
7503    Icon::ExposureMinus2,
7504    Icon::ExposureNeg1,
7505    Icon::ExposureNeg2,
7506    Icon::ExposurePlus1,
7507    Icon::ExposurePlus2,
7508    Icon::ExposureZero,
7509    Icon::Extension,
7510    Icon::ExtensionOff,
7511    Icon::Face,
7512    Icon::Face2,
7513    Icon::Face3,
7514    Icon::Face4,
7515    Icon::Face5,
7516    Icon::Face6,
7517    Icon::FaceRetouchingNatural,
7518    Icon::FaceRetouchingOff,
7519    Icon::Facebook,
7520    Icon::FactCheck,
7521    Icon::Factory,
7522    Icon::FamilyRestroom,
7523    Icon::FastForward,
7524    Icon::FastRewind,
7525    Icon::Fastfood,
7526    Icon::Favorite,
7527    Icon::FavoriteBorder,
7528    Icon::FavoriteOutline,
7529    Icon::Fax,
7530    Icon::FeaturedPlayList,
7531    Icon::FeaturedVideo,
7532    Icon::Feed,
7533    Icon::Feedback,
7534    Icon::Female,
7535    Icon::Fence,
7536    Icon::Festival,
7537    Icon::FiberDvr,
7538    Icon::FiberManualRecord,
7539    Icon::FiberNew,
7540    Icon::FiberPin,
7541    Icon::FiberSmartRecord,
7542    Icon::FileCopy,
7543    Icon::FileDownload,
7544    Icon::FileDownloadDone,
7545    Icon::FileDownloadOff,
7546    Icon::FileOpen,
7547    Icon::FilePresent,
7548    Icon::FileUpload,
7549    Icon::FileUploadOff,
7550    Icon::Filter,
7551    Icon::Filter1,
7552    Icon::Filter2,
7553    Icon::Filter3,
7554    Icon::Filter4,
7555    Icon::Filter5,
7556    Icon::Filter6,
7557    Icon::Filter7,
7558    Icon::Filter8,
7559    Icon::Filter9,
7560    Icon::Filter9Plus,
7561    Icon::FilterAlt,
7562    Icon::FilterAltOff,
7563    Icon::FilterBAndW,
7564    Icon::FilterCenterFocus,
7565    Icon::FilterDrama,
7566    Icon::FilterFrames,
7567    Icon::FilterHdr,
7568    Icon::FilterList,
7569    Icon::FilterListAlt,
7570    Icon::FilterListOff,
7571    Icon::FilterNone,
7572    Icon::FilterTiltShift,
7573    Icon::FilterVintage,
7574    Icon::FindInPage,
7575    Icon::FindReplace,
7576    Icon::Fingerprint,
7577    Icon::FireExtinguisher,
7578    Icon::FireHydrant,
7579    Icon::FireHydrantAlt,
7580    Icon::FireTruck,
7581    Icon::Fireplace,
7582    Icon::FirstPage,
7583    Icon::FitScreen,
7584    Icon::Fitbit,
7585    Icon::FitnessCenter,
7586    Icon::Flag,
7587    Icon::FlagCircle,
7588    Icon::Flaky,
7589    Icon::Flare,
7590    Icon::FlashAuto,
7591    Icon::FlashOff,
7592    Icon::FlashOn,
7593    Icon::FlashlightOff,
7594    Icon::FlashlightOn,
7595    Icon::Flatware,
7596    Icon::Flight,
7597    Icon::FlightClass,
7598    Icon::FlightLand,
7599    Icon::FlightTakeoff,
7600    Icon::Flip,
7601    Icon::FlipCameraAndroid,
7602    Icon::FlipCameraIos,
7603    Icon::FlipToBack,
7604    Icon::FlipToFront,
7605    Icon::Flood,
7606    Icon::Flourescent,
7607    Icon::Flourescent2,
7608    Icon::FlutterDash,
7609    Icon::FmdBad,
7610    Icon::FmdGood,
7611    Icon::Foggy,
7612    Icon::Folder,
7613    Icon::FolderCopy,
7614    Icon::FolderDelete,
7615    Icon::FolderOff,
7616    Icon::FolderOpen,
7617    Icon::FolderShared,
7618    Icon::FolderSpecial,
7619    Icon::FolderZip,
7620    Icon::FollowTheSigns,
7621    Icon::FontDownload,
7622    Icon::FontDownloadOff,
7623    Icon::FoodBank,
7624    Icon::Forest,
7625    Icon::ForkLeft,
7626    Icon::ForkRight,
7627    Icon::Forklift,
7628    Icon::FormatAlignCenter,
7629    Icon::FormatAlignJustify,
7630    Icon::FormatAlignLeft,
7631    Icon::FormatAlignRight,
7632    Icon::FormatBold,
7633    Icon::FormatClear,
7634    Icon::FormatColorFill,
7635    Icon::FormatColorReset,
7636    Icon::FormatColorText,
7637    Icon::FormatIndentDecrease,
7638    Icon::FormatIndentIncrease,
7639    Icon::FormatItalic,
7640    Icon::FormatLineSpacing,
7641    Icon::FormatListBulleted,
7642    Icon::FormatListBulletedAdd,
7643    Icon::FormatListNumbered,
7644    Icon::FormatListNumberedRtl,
7645    Icon::FormatOverline,
7646    Icon::FormatPaint,
7647    Icon::FormatQuote,
7648    Icon::FormatShapes,
7649    Icon::FormatSize,
7650    Icon::FormatStrikethrough,
7651    Icon::FormatTextdirectionLToR,
7652    Icon::FormatTextdirectionRToL,
7653    Icon::FormatUnderline,
7654    Icon::FormatUnderlined,
7655    Icon::Fort,
7656    Icon::Forum,
7657    Icon::Forward,
7658    Icon::Forward10,
7659    Icon::Forward30,
7660    Icon::Forward5,
7661    Icon::ForwardToInbox,
7662    Icon::Foundation,
7663    Icon::FreeBreakfast,
7664    Icon::FreeCancellation,
7665    Icon::FrontHand,
7666    Icon::FrontLoader,
7667    Icon::Fullscreen,
7668    Icon::FullscreenExit,
7669    Icon::Functions,
7670    Icon::GMobiledata,
7671    Icon::GTranslate,
7672    Icon::Gamepad,
7673    Icon::Games,
7674    Icon::Garage,
7675    Icon::GasMeter,
7676    Icon::Gavel,
7677    Icon::GeneratingTokens,
7678    Icon::Gesture,
7679    Icon::GetApp,
7680    Icon::Gif,
7681    Icon::GifBox,
7682    Icon::Girl,
7683    Icon::Gite,
7684    Icon::Goat,
7685    Icon::GolfCourse,
7686    Icon::GppBad,
7687    Icon::GppGood,
7688    Icon::GppMaybe,
7689    Icon::GpsFixed,
7690    Icon::GpsNotFixed,
7691    Icon::GpsOff,
7692    Icon::Grade,
7693    Icon::Gradient,
7694    Icon::Grading,
7695    Icon::Grain,
7696    Icon::GraphicEq,
7697    Icon::Grass,
7698    Icon::Grid3x3,
7699    Icon::Grid4x4,
7700    Icon::GridGoldenratio,
7701    Icon::GridOff,
7702    Icon::GridOn,
7703    Icon::GridView,
7704    Icon::Group,
7705    Icon::GroupAdd,
7706    Icon::GroupOff,
7707    Icon::GroupRemove,
7708    Icon::GroupWork,
7709    Icon::Groups,
7710    Icon::Groups2,
7711    Icon::Groups3,
7712    Icon::HMobiledata,
7713    Icon::HPlusMobiledata,
7714    Icon::Hail,
7715    Icon::Handshake,
7716    Icon::Handyman,
7717    Icon::Hardware,
7718    Icon::Hd,
7719    Icon::HdrAuto,
7720    Icon::HdrAutoSelect,
7721    Icon::HdrEnhancedSelect,
7722    Icon::HdrOff,
7723    Icon::HdrOffSelect,
7724    Icon::HdrOn,
7725    Icon::HdrOnSelect,
7726    Icon::HdrPlus,
7727    Icon::HdrStrong,
7728    Icon::HdrWeak,
7729    Icon::Headphones,
7730    Icon::HeadphonesBattery,
7731    Icon::Headset,
7732    Icon::HeadsetMic,
7733    Icon::HeadsetOff,
7734    Icon::Healing,
7735    Icon::HealthAndSafety,
7736    Icon::Hearing,
7737    Icon::HearingDisabled,
7738    Icon::HeartBroken,
7739    Icon::HeatPump,
7740    Icon::Height,
7741    Icon::Help,
7742    Icon::HelpCenter,
7743    Icon::HelpOutline,
7744    Icon::Hevc,
7745    Icon::Hexagon,
7746    Icon::HideImage,
7747    Icon::HideSource,
7748    Icon::HighQuality,
7749    Icon::Highlight,
7750    Icon::HighlightAlt,
7751    Icon::HighlightOff,
7752    Icon::HighlightRemove,
7753    Icon::Hiking,
7754    Icon::History,
7755    Icon::HistoryEdu,
7756    Icon::HistoryToggleOff,
7757    Icon::Hive,
7758    Icon::Hls,
7759    Icon::HlsOff,
7760    Icon::HolidayVillage,
7761    Icon::Home,
7762    Icon::HomeFilled,
7763    Icon::HomeMax,
7764    Icon::HomeMini,
7765    Icon::HomeRepairService,
7766    Icon::HomeWork,
7767    Icon::HorizontalDistribute,
7768    Icon::HorizontalRule,
7769    Icon::HorizontalSplit,
7770    Icon::HotTub,
7771    Icon::Hotel,
7772    Icon::HotelClass,
7773    Icon::HourglassBottom,
7774    Icon::HourglassDisabled,
7775    Icon::HourglassEmpty,
7776    Icon::HourglassFull,
7777    Icon::HourglassTop,
7778    Icon::House,
7779    Icon::HouseSiding,
7780    Icon::Houseboat,
7781    Icon::HowToReg,
7782    Icon::HowToVote,
7783    Icon::Html,
7784    Icon::Http,
7785    Icon::Https,
7786    Icon::Hub,
7787    Icon::Hvac,
7788    Icon::IceSkating,
7789    Icon::Icecream,
7790    Icon::Image,
7791    Icon::ImageAspectRatio,
7792    Icon::ImageNotSupported,
7793    Icon::ImageSearch,
7794    Icon::ImagesearchRoller,
7795    Icon::ImportContacts,
7796    Icon::ImportExport,
7797    Icon::ImportantDevices,
7798    Icon::Inbox,
7799    Icon::IncompleteCircle,
7800    Icon::IndeterminateCheckBox,
7801    Icon::Info,
7802    Icon::InfoOutline,
7803    Icon::Input,
7804    Icon::InsertChart,
7805    Icon::InsertChartOutlined,
7806    Icon::InsertComment,
7807    Icon::InsertDriveFile,
7808    Icon::InsertEmoticon,
7809    Icon::InsertInvitation,
7810    Icon::InsertLink,
7811    Icon::InsertPageBreak,
7812    Icon::InsertPhoto,
7813    Icon::Insights,
7814    Icon::InstallDesktop,
7815    Icon::InstallMobile,
7816    Icon::IntegrationInstructions,
7817    Icon::Interests,
7818    Icon::InterpreterMode,
7819    Icon::Inventory,
7820    Icon::Inventory2,
7821    Icon::InvertColors,
7822    Icon::InvertColorsOff,
7823    Icon::InvertColorsOn,
7824    Icon::IosShare,
7825    Icon::Iron,
7826    Icon::Iso,
7827    Icon::Javascript,
7828    Icon::JoinFull,
7829    Icon::JoinInner,
7830    Icon::JoinLeft,
7831    Icon::JoinRight,
7832    Icon::Kayaking,
7833    Icon::KebabDining,
7834    Icon::Key,
7835    Icon::KeyOff,
7836    Icon::Keyboard,
7837    Icon::KeyboardAlt,
7838    Icon::KeyboardArrowDown,
7839    Icon::KeyboardArrowLeft,
7840    Icon::KeyboardArrowRight,
7841    Icon::KeyboardArrowUp,
7842    Icon::KeyboardBackspace,
7843    Icon::KeyboardCapslock,
7844    Icon::KeyboardCommand,
7845    Icon::KeyboardCommandKey,
7846    Icon::KeyboardControl,
7847    Icon::KeyboardControlKey,
7848    Icon::KeyboardDoubleArrowDown,
7849    Icon::KeyboardDoubleArrowLeft,
7850    Icon::KeyboardDoubleArrowRight,
7851    Icon::KeyboardDoubleArrowUp,
7852    Icon::KeyboardHide,
7853    Icon::KeyboardOption,
7854    Icon::KeyboardOptionKey,
7855    Icon::KeyboardReturn,
7856    Icon::KeyboardTab,
7857    Icon::KeyboardVoice,
7858    Icon::KingBed,
7859    Icon::Kitchen,
7860    Icon::Kitesurfing,
7861    Icon::Label,
7862    Icon::LabelImportant,
7863    Icon::LabelImportantOutline,
7864    Icon::LabelOff,
7865    Icon::LabelOutline,
7866    Icon::Lan,
7867    Icon::Landscape,
7868    Icon::Landslide,
7869    Icon::Language,
7870    Icon::Laptop,
7871    Icon::LaptopChromebook,
7872    Icon::LaptopMac,
7873    Icon::LaptopWindows,
7874    Icon::LastPage,
7875    Icon::Launch,
7876    Icon::Layers,
7877    Icon::LayersClear,
7878    Icon::Leaderboard,
7879    Icon::LeakAdd,
7880    Icon::LeakRemove,
7881    Icon::LeaveBagsAtHome,
7882    Icon::LegendToggle,
7883    Icon::Lens,
7884    Icon::LensBlur,
7885    Icon::LibraryAdd,
7886    Icon::LibraryAddCheck,
7887    Icon::LibraryBooks,
7888    Icon::LibraryMusic,
7889    Icon::Light,
7890    Icon::LightMode,
7891    Icon::Lightbulb,
7892    Icon::LightbulbCircle,
7893    Icon::LightbulbOutline,
7894    Icon::LineAxis,
7895    Icon::LineStyle,
7896    Icon::LineWeight,
7897    Icon::LinearScale,
7898    Icon::Link,
7899    Icon::LinkOff,
7900    Icon::LinkedCamera,
7901    Icon::Liquor,
7902    Icon::List,
7903    Icon::ListAlt,
7904    Icon::LiveHelp,
7905    Icon::LiveTv,
7906    Icon::Living,
7907    Icon::LocalActivity,
7908    Icon::LocalAirport,
7909    Icon::LocalAtm,
7910    Icon::LocalAttraction,
7911    Icon::LocalBar,
7912    Icon::LocalCafe,
7913    Icon::LocalCarWash,
7914    Icon::LocalConvenienceStore,
7915    Icon::LocalDining,
7916    Icon::LocalDrink,
7917    Icon::LocalFireDepartment,
7918    Icon::LocalFlorist,
7919    Icon::LocalGasStation,
7920    Icon::LocalGroceryStore,
7921    Icon::LocalHospital,
7922    Icon::LocalHotel,
7923    Icon::LocalLaundryService,
7924    Icon::LocalLibrary,
7925    Icon::LocalMall,
7926    Icon::LocalMovies,
7927    Icon::LocalOffer,
7928    Icon::LocalParking,
7929    Icon::LocalPharmacy,
7930    Icon::LocalPhone,
7931    Icon::LocalPizza,
7932    Icon::LocalPlay,
7933    Icon::LocalPolice,
7934    Icon::LocalPostOffice,
7935    Icon::LocalPrintShop,
7936    Icon::LocalPrintshop,
7937    Icon::LocalRestaurant,
7938    Icon::LocalSee,
7939    Icon::LocalShipping,
7940    Icon::LocalTaxi,
7941    Icon::LocationCity,
7942    Icon::LocationDisabled,
7943    Icon::LocationHistory,
7944    Icon::LocationOff,
7945    Icon::LocationOn,
7946    Icon::LocationPin,
7947    Icon::LocationSearching,
7948    Icon::Lock,
7949    Icon::LockClock,
7950    Icon::LockOpen,
7951    Icon::LockOutline,
7952    Icon::LockPerson,
7953    Icon::LockReset,
7954    Icon::Login,
7955    Icon::LogoDev,
7956    Icon::Logout,
7957    Icon::Looks,
7958    Icon::Looks3,
7959    Icon::Looks4,
7960    Icon::Looks5,
7961    Icon::Looks6,
7962    Icon::LooksOne,
7963    Icon::LooksTwo,
7964    Icon::Loop,
7965    Icon::Loupe,
7966    Icon::LowPriority,
7967    Icon::Loyalty,
7968    Icon::LteMobiledata,
7969    Icon::LtePlusMobiledata,
7970    Icon::Luggage,
7971    Icon::LunchDining,
7972    Icon::Lyrics,
7973    Icon::MacroOff,
7974    Icon::Mail,
7975    Icon::MailLock,
7976    Icon::MailOutline,
7977    Icon::Male,
7978    Icon::Man,
7979    Icon::Man2,
7980    Icon::Man3,
7981    Icon::Man4,
7982    Icon::ManageAccounts,
7983    Icon::ManageHistory,
7984    Icon::ManageSearch,
7985    Icon::Map,
7986    Icon::MapsHomeWork,
7987    Icon::MapsUgc,
7988    Icon::Margin,
7989    Icon::MarkAsUnread,
7990    Icon::MarkChatRead,
7991    Icon::MarkChatUnread,
7992    Icon::MarkEmailRead,
7993    Icon::MarkEmailUnread,
7994    Icon::MarkUnreadChatAlt,
7995    Icon::Markunread,
7996    Icon::MarkunreadMailbox,
7997    Icon::Masks,
7998    Icon::Maximize,
7999    Icon::MediaBluetoothOff,
8000    Icon::MediaBluetoothOn,
8001    Icon::Mediation,
8002    Icon::MedicalInformation,
8003    Icon::MedicalServices,
8004    Icon::Medication,
8005    Icon::MedicationLiquid,
8006    Icon::MeetingRoom,
8007    Icon::Memory,
8008    Icon::Menu,
8009    Icon::MenuBook,
8010    Icon::MenuOpen,
8011    Icon::Merge,
8012    Icon::MergeType,
8013    Icon::Message,
8014    Icon::Messenger,
8015    Icon::MessengerOutline,
8016    Icon::Mic,
8017    Icon::MicExternalOff,
8018    Icon::MicExternalOn,
8019    Icon::MicNone,
8020    Icon::MicOff,
8021    Icon::Microwave,
8022    Icon::MilitaryTech,
8023    Icon::Minimize,
8024    Icon::MinorCrash,
8025    Icon::MiscellaneousServices,
8026    Icon::MissedVideoCall,
8027    Icon::Mms,
8028    Icon::MobileFriendly,
8029    Icon::MobileOff,
8030    Icon::MobileScreenShare,
8031    Icon::MobiledataOff,
8032    Icon::Mode,
8033    Icon::ModeComment,
8034    Icon::ModeEdit,
8035    Icon::ModeEditOutline,
8036    Icon::ModeFanOff,
8037    Icon::ModeNight,
8038    Icon::ModeOfTravel,
8039    Icon::ModeStandby,
8040    Icon::ModelTraining,
8041    Icon::MonetizationOn,
8042    Icon::Money,
8043    Icon::MoneyOff,
8044    Icon::MoneyOffCsred,
8045    Icon::Monitor,
8046    Icon::MonitorHeart,
8047    Icon::MonitorWeight,
8048    Icon::MonochromePhotos,
8049    Icon::Mood,
8050    Icon::MoodBad,
8051    Icon::Moped,
8052    Icon::More,
8053    Icon::MoreHoriz,
8054    Icon::MoreTime,
8055    Icon::MoreVert,
8056    Icon::Mosque,
8057    Icon::MotionPhotosAuto,
8058    Icon::MotionPhotosOff,
8059    Icon::MotionPhotosOn,
8060    Icon::MotionPhotosPause,
8061    Icon::MotionPhotosPaused,
8062    Icon::Motorcycle,
8063    Icon::Mouse,
8064    Icon::MoveDown,
8065    Icon::MoveToInbox,
8066    Icon::MoveUp,
8067    Icon::Movie,
8068    Icon::MovieCreation,
8069    Icon::MovieEdit,
8070    Icon::MovieFilter,
8071    Icon::Moving,
8072    Icon::Mp,
8073    Icon::MultilineChart,
8074    Icon::MultipleStop,
8075    Icon::MultitrackAudio,
8076    Icon::Museum,
8077    Icon::MusicNote,
8078    Icon::MusicOff,
8079    Icon::MusicVideo,
8080    Icon::MyLibraryAdd,
8081    Icon::MyLibraryBooks,
8082    Icon::MyLibraryMusic,
8083    Icon::MyLocation,
8084    Icon::Nat,
8085    Icon::Nature,
8086    Icon::NaturePeople,
8087    Icon::NavigateBefore,
8088    Icon::NavigateNext,
8089    Icon::Navigation,
8090    Icon::NearMe,
8091    Icon::NearMeDisabled,
8092    Icon::NearbyError,
8093    Icon::NearbyOff,
8094    Icon::NestCamWiredStand,
8095    Icon::NetworkCell,
8096    Icon::NetworkCheck,
8097    Icon::NetworkLocked,
8098    Icon::NetworkPing,
8099    Icon::NetworkWifi,
8100    Icon::NetworkWifi1Bar,
8101    Icon::NetworkWifi2Bar,
8102    Icon::NetworkWifi3Bar,
8103    Icon::NewLabel,
8104    Icon::NewReleases,
8105    Icon::Newspaper,
8106    Icon::NextPlan,
8107    Icon::NextWeek,
8108    Icon::Nfc,
8109    Icon::NightShelter,
8110    Icon::Nightlife,
8111    Icon::Nightlight,
8112    Icon::NightlightRound,
8113    Icon::NightsStay,
8114    Icon::NoAccounts,
8115    Icon::NoAdultContent,
8116    Icon::NoBackpack,
8117    Icon::NoCell,
8118    Icon::NoCrash,
8119    Icon::NoDrinks,
8120    Icon::NoEncryption,
8121    Icon::NoEncryptionGmailerrorred,
8122    Icon::NoFlash,
8123    Icon::NoFood,
8124    Icon::NoLuggage,
8125    Icon::NoMeals,
8126    Icon::NoMealsOuline,
8127    Icon::NoMeetingRoom,
8128    Icon::NoPhotography,
8129    Icon::NoSim,
8130    Icon::NoStroller,
8131    Icon::NoTransfer,
8132    Icon::NoiseAware,
8133    Icon::NoiseControlOff,
8134    Icon::NordicWalking,
8135    Icon::North,
8136    Icon::NorthEast,
8137    Icon::NorthWest,
8138    Icon::NotAccessible,
8139    Icon::NotInterested,
8140    Icon::NotListedLocation,
8141    Icon::NotStarted,
8142    Icon::Note,
8143    Icon::NoteAdd,
8144    Icon::NoteAlt,
8145    Icon::Notes,
8146    Icon::NotificationAdd,
8147    Icon::NotificationImportant,
8148    Icon::Notifications,
8149    Icon::NotificationsActive,
8150    Icon::NotificationsNone,
8151    Icon::NotificationsOff,
8152    Icon::NotificationsOn,
8153    Icon::NotificationsPaused,
8154    Icon::NowWallpaper,
8155    Icon::NowWidgets,
8156    Icon::Numbers,
8157    Icon::OfflineBolt,
8158    Icon::OfflinePin,
8159    Icon::OfflineShare,
8160    Icon::OilBarrel,
8161    Icon::OnDeviceTraining,
8162    Icon::OndemandVideo,
8163    Icon::OnlinePrediction,
8164    Icon::Opacity,
8165    Icon::OpenInBrowser,
8166    Icon::OpenInFull,
8167    Icon::OpenInNew,
8168    Icon::OpenInNewOff,
8169    Icon::OpenWith,
8170    Icon::OtherHouses,
8171    Icon::Outbond,
8172    Icon::Outbound,
8173    Icon::Outbox,
8174    Icon::OutdoorGrill,
8175    Icon::OutgoingMail,
8176    Icon::Outlet,
8177    Icon::OutlinedFlag,
8178    Icon::Output,
8179    Icon::Padding,
8180    Icon::Pages,
8181    Icon::Pageview,
8182    Icon::Paid,
8183    Icon::Palette,
8184    Icon::Pallet,
8185    Icon::PanTool,
8186    Icon::PanToolAlt,
8187    Icon::Panorama,
8188    Icon::PanoramaFishEye,
8189    Icon::PanoramaFisheye,
8190    Icon::PanoramaHorizontal,
8191    Icon::PanoramaHorizontalSelect,
8192    Icon::PanoramaPhotosphere,
8193    Icon::PanoramaPhotosphereSelect,
8194    Icon::PanoramaVertical,
8195    Icon::PanoramaVerticalSelect,
8196    Icon::PanoramaWideAngle,
8197    Icon::PanoramaWideAngleSelect,
8198    Icon::Paragliding,
8199    Icon::Park,
8200    Icon::PartyMode,
8201    Icon::Password,
8202    Icon::Pattern,
8203    Icon::Pause,
8204    Icon::PauseCircle,
8205    Icon::PauseCircleFilled,
8206    Icon::PauseCircleOutline,
8207    Icon::PausePresentation,
8208    Icon::Payment,
8209    Icon::Payments,
8210    Icon::Paypal,
8211    Icon::PedalBike,
8212    Icon::Pending,
8213    Icon::PendingActions,
8214    Icon::Pentagon,
8215    Icon::People,
8216    Icon::PeopleAlt,
8217    Icon::PeopleOutline,
8218    Icon::Percent,
8219    Icon::PermCameraMic,
8220    Icon::PermContactCal,
8221    Icon::PermContactCalendar,
8222    Icon::PermDataSetting,
8223    Icon::PermDeviceInfo,
8224    Icon::PermDeviceInformation,
8225    Icon::PermIdentity,
8226    Icon::PermMedia,
8227    Icon::PermPhoneMsg,
8228    Icon::PermScanWifi,
8229    Icon::Person,
8230    Icon::Person2,
8231    Icon::Person3,
8232    Icon::Person4,
8233    Icon::PersonAdd,
8234    Icon::PersonAddAlt,
8235    Icon::PersonAddAlt1,
8236    Icon::PersonAddDisabled,
8237    Icon::PersonOff,
8238    Icon::PersonOutline,
8239    Icon::PersonPin,
8240    Icon::PersonPinCircle,
8241    Icon::PersonRemove,
8242    Icon::PersonRemoveAlt1,
8243    Icon::PersonSearch,
8244    Icon::PersonalInjury,
8245    Icon::PersonalVideo,
8246    Icon::PestControl,
8247    Icon::PestControlRodent,
8248    Icon::Pets,
8249    Icon::Phishing,
8250    Icon::Phone,
8251    Icon::PhoneAndroid,
8252    Icon::PhoneBluetoothSpeaker,
8253    Icon::PhoneCallback,
8254    Icon::PhoneDisabled,
8255    Icon::PhoneEnabled,
8256    Icon::PhoneForwarded,
8257    Icon::PhoneInTalk,
8258    Icon::PhoneIphone,
8259    Icon::PhoneLocked,
8260    Icon::PhoneMissed,
8261    Icon::PhonePaused,
8262    Icon::Phonelink,
8263    Icon::PhonelinkErase,
8264    Icon::PhonelinkLock,
8265    Icon::PhonelinkOff,
8266    Icon::PhonelinkRing,
8267    Icon::PhonelinkSetup,
8268    Icon::Photo,
8269    Icon::PhotoAlbum,
8270    Icon::PhotoCamera,
8271    Icon::PhotoCameraBack,
8272    Icon::PhotoCameraFront,
8273    Icon::PhotoFilter,
8274    Icon::PhotoLibrary,
8275    Icon::PhotoSizeSelectActual,
8276    Icon::PhotoSizeSelectLarge,
8277    Icon::PhotoSizeSelectSmall,
8278    Icon::Php,
8279    Icon::Piano,
8280    Icon::PianoOff,
8281    Icon::PictureAsPdf,
8282    Icon::PictureInPicture,
8283    Icon::PictureInPictureAlt,
8284    Icon::PieChart,
8285    Icon::PieChartOutline,
8286    Icon::PieChartOutlined,
8287    Icon::Pin,
8288    Icon::PinDrop,
8289    Icon::PinEnd,
8290    Icon::PinInvoke,
8291    Icon::Pinch,
8292    Icon::PivotTableChart,
8293    Icon::Pix,
8294    Icon::Place,
8295    Icon::Plagiarism,
8296    Icon::PlayArrow,
8297    Icon::PlayCircle,
8298    Icon::PlayCircleFill,
8299    Icon::PlayCircleFilled,
8300    Icon::PlayCircleOutline,
8301    Icon::PlayDisabled,
8302    Icon::PlayForWork,
8303    Icon::PlayLesson,
8304    Icon::PlaylistAdd,
8305    Icon::PlaylistAddCheck,
8306    Icon::PlaylistAddCheckCircle,
8307    Icon::PlaylistAddCircle,
8308    Icon::PlaylistPlay,
8309    Icon::PlaylistRemove,
8310    Icon::Plumbing,
8311    Icon::PlusOne,
8312    Icon::Podcasts,
8313    Icon::PointOfSale,
8314    Icon::Policy,
8315    Icon::Poll,
8316    Icon::Polyline,
8317    Icon::Polymer,
8318    Icon::Pool,
8319    Icon::PortableWifiOff,
8320    Icon::Portrait,
8321    Icon::PostAdd,
8322    Icon::Power,
8323    Icon::PowerInput,
8324    Icon::PowerOff,
8325    Icon::PowerSettingsNew,
8326    Icon::PrecisionManufacturing,
8327    Icon::PregnantWoman,
8328    Icon::PresentToAll,
8329    Icon::Preview,
8330    Icon::PriceChange,
8331    Icon::PriceCheck,
8332    Icon::Print,
8333    Icon::PrintDisabled,
8334    Icon::PriorityHigh,
8335    Icon::PrivacyTip,
8336    Icon::PrivateConnectivity,
8337    Icon::ProductionQuantityLimits,
8338    Icon::Propane,
8339    Icon::PropaneTank,
8340    Icon::Psychology,
8341    Icon::PsychologyAlt,
8342    Icon::Public,
8343    Icon::PublicOff,
8344    Icon::Publish,
8345    Icon::PublishedWithChanges,
8346    Icon::PunchClock,
8347    Icon::PushPin,
8348    Icon::QrCode,
8349    Icon::QrCode2,
8350    Icon::QrCodeScanner,
8351    Icon::QueryBuilder,
8352    Icon::QueryStats,
8353    Icon::QuestionAnswer,
8354    Icon::QuestionMark,
8355    Icon::Queue,
8356    Icon::QueueMusic,
8357    Icon::QueuePlayNext,
8358    Icon::QuickContactsDialer,
8359    Icon::QuickContactsMail,
8360    Icon::Quickreply,
8361    Icon::Quiz,
8362    Icon::Quora,
8363    Icon::RMobiledata,
8364    Icon::Radar,
8365    Icon::Radio,
8366    Icon::RadioButtonChecked,
8367    Icon::RadioButtonOff,
8368    Icon::RadioButtonOn,
8369    Icon::RadioButtonUnchecked,
8370    Icon::RailwayAlert,
8371    Icon::RamenDining,
8372    Icon::RampLeft,
8373    Icon::RampRight,
8374    Icon::RateReview,
8375    Icon::RawOff,
8376    Icon::RawOn,
8377    Icon::ReadMore,
8378    Icon::RealEstateAgent,
8379    Icon::RebaseEdit,
8380    Icon::Receipt,
8381    Icon::ReceiptLong,
8382    Icon::RecentActors,
8383    Icon::Recommend,
8384    Icon::RecordVoiceOver,
8385    Icon::Rectangle,
8386    Icon::Recycling,
8387    Icon::Reddit,
8388    Icon::Redeem,
8389    Icon::Redo,
8390    Icon::ReduceCapacity,
8391    Icon::Refresh,
8392    Icon::RememberMe,
8393    Icon::Remove,
8394    Icon::RemoveCircle,
8395    Icon::RemoveCircleOutline,
8396    Icon::RemoveDone,
8397    Icon::RemoveFromQueue,
8398    Icon::RemoveModerator,
8399    Icon::RemoveRedEye,
8400    Icon::RemoveRoad,
8401    Icon::RemoveShoppingCart,
8402    Icon::Reorder,
8403    Icon::Repartition,
8404    Icon::Repeat,
8405    Icon::RepeatOn,
8406    Icon::RepeatOne,
8407    Icon::RepeatOneOn,
8408    Icon::Replay,
8409    Icon::Replay10,
8410    Icon::Replay30,
8411    Icon::Replay5,
8412    Icon::ReplayCircleFilled,
8413    Icon::Reply,
8414    Icon::ReplyAll,
8415    Icon::Report,
8416    Icon::ReportGmailerrorred,
8417    Icon::ReportOff,
8418    Icon::ReportProblem,
8419    Icon::RequestPage,
8420    Icon::RequestQuote,
8421    Icon::ResetTv,
8422    Icon::RestartAlt,
8423    Icon::Restaurant,
8424    Icon::RestaurantMenu,
8425    Icon::Restore,
8426    Icon::RestoreFromTrash,
8427    Icon::RestorePage,
8428    Icon::Reviews,
8429    Icon::RiceBowl,
8430    Icon::RingVolume,
8431    Icon::Rocket,
8432    Icon::RocketLaunch,
8433    Icon::RollerShades,
8434    Icon::RollerShadesClosed,
8435    Icon::RollerSkating,
8436    Icon::Roofing,
8437    Icon::Room,
8438    Icon::RoomPreferences,
8439    Icon::RoomService,
8440    Icon::Rotate90DegreesCcw,
8441    Icon::Rotate90DegreesCw,
8442    Icon::RotateLeft,
8443    Icon::RotateRight,
8444    Icon::RoundaboutLeft,
8445    Icon::RoundaboutRight,
8446    Icon::RoundedCorner,
8447    Icon::Route,
8448    Icon::Router,
8449    Icon::Rowing,
8450    Icon::RssFeed,
8451    Icon::Rsvp,
8452    Icon::Rtt,
8453    Icon::Rule,
8454    Icon::RuleFolder,
8455    Icon::RunCircle,
8456    Icon::RunningWithErrors,
8457    Icon::RvHookup,
8458    Icon::SafetyCheck,
8459    Icon::SafetyDivider,
8460    Icon::Sailing,
8461    Icon::Sanitizer,
8462    Icon::Satellite,
8463    Icon::SatelliteAlt,
8464    Icon::Save,
8465    Icon::SaveAlt,
8466    Icon::SaveAs,
8467    Icon::SavedSearch,
8468    Icon::Savings,
8469    Icon::Scale,
8470    Icon::Scanner,
8471    Icon::ScatterPlot,
8472    Icon::Schedule,
8473    Icon::ScheduleSend,
8474    Icon::Schema,
8475    Icon::School,
8476    Icon::Science,
8477    Icon::Score,
8478    Icon::Scoreboard,
8479    Icon::ScreenLockLandscape,
8480    Icon::ScreenLockPortrait,
8481    Icon::ScreenLockRotation,
8482    Icon::ScreenRotation,
8483    Icon::ScreenRotationAlt,
8484    Icon::ScreenSearchDesktop,
8485    Icon::ScreenShare,
8486    Icon::Screenshot,
8487    Icon::ScreenshotMonitor,
8488    Icon::ScubaDiving,
8489    Icon::Sd,
8490    Icon::SdCard,
8491    Icon::SdCardAlert,
8492    Icon::SdStorage,
8493    Icon::Search,
8494    Icon::SearchOff,
8495    Icon::Security,
8496    Icon::SecurityUpdate,
8497    Icon::SecurityUpdateGood,
8498    Icon::SecurityUpdateWarning,
8499    Icon::Segment,
8500    Icon::SelectAll,
8501    Icon::SelfImprovement,
8502    Icon::Sell,
8503    Icon::Send,
8504    Icon::SendAndArchive,
8505    Icon::SendTimeExtension,
8506    Icon::SendToMobile,
8507    Icon::SensorDoor,
8508    Icon::SensorOccupied,
8509    Icon::SensorWindow,
8510    Icon::Sensors,
8511    Icon::SensorsOff,
8512    Icon::SentimentDissatisfied,
8513    Icon::SentimentNeutral,
8514    Icon::SentimentSatisfied,
8515    Icon::SentimentSatisfiedAlt,
8516    Icon::SentimentVeryDissatisfied,
8517    Icon::SentimentVerySatisfied,
8518    Icon::SetMeal,
8519    Icon::Settings,
8520    Icon::SettingsAccessibility,
8521    Icon::SettingsApplications,
8522    Icon::SettingsBackupRestore,
8523    Icon::SettingsBluetooth,
8524    Icon::SettingsBrightness,
8525    Icon::SettingsCell,
8526    Icon::SettingsDisplay,
8527    Icon::SettingsEthernet,
8528    Icon::SettingsInputAntenna,
8529    Icon::SettingsInputComponent,
8530    Icon::SettingsInputComposite,
8531    Icon::SettingsInputHdmi,
8532    Icon::SettingsInputSvideo,
8533    Icon::SettingsOverscan,
8534    Icon::SettingsPhone,
8535    Icon::SettingsPower,
8536    Icon::SettingsRemote,
8537    Icon::SettingsSuggest,
8538    Icon::SettingsSystemDaydream,
8539    Icon::SettingsVoice,
8540    Icon::SevereCold,
8541    Icon::ShapeLine,
8542    Icon::Share,
8543    Icon::ShareArrivalTime,
8544    Icon::ShareLocation,
8545    Icon::Shelves,
8546    Icon::Shield,
8547    Icon::ShieldMoon,
8548    Icon::Shop,
8549    Icon::Shop2,
8550    Icon::ShopTwo,
8551    Icon::Shopify,
8552    Icon::ShoppingBag,
8553    Icon::ShoppingBasket,
8554    Icon::ShoppingCart,
8555    Icon::ShoppingCartCheckout,
8556    Icon::ShortText,
8557    Icon::Shortcut,
8558    Icon::ShowChart,
8559    Icon::Shower,
8560    Icon::Shuffle,
8561    Icon::ShuffleOn,
8562    Icon::ShutterSpeed,
8563    Icon::Sick,
8564    Icon::SignLanguage,
8565    Icon::SignalCellular0Bar,
8566    Icon::SignalCellular4Bar,
8567    Icon::SignalCellularAlt,
8568    Icon::SignalCellularAlt1Bar,
8569    Icon::SignalCellularAlt2Bar,
8570    Icon::SignalCellularConnectedNoInternet0Bar,
8571    Icon::SignalCellularConnectedNoInternet4Bar,
8572    Icon::SignalCellularNoSim,
8573    Icon::SignalCellularNodata,
8574    Icon::SignalCellularNull,
8575    Icon::SignalCellularOff,
8576    Icon::SignalWifi0Bar,
8577    Icon::SignalWifi4Bar,
8578    Icon::SignalWifi4BarLock,
8579    Icon::SignalWifiBad,
8580    Icon::SignalWifiConnectedNoInternet4,
8581    Icon::SignalWifiOff,
8582    Icon::SignalWifiStatusbar4Bar,
8583    Icon::SignalWifiStatusbarConnectedNoInternet4,
8584    Icon::SignalWifiStatusbarNull,
8585    Icon::Signpost,
8586    Icon::SimCard,
8587    Icon::SimCardAlert,
8588    Icon::SimCardDownload,
8589    Icon::SingleBed,
8590    Icon::Sip,
8591    Icon::Skateboarding,
8592    Icon::SkipNext,
8593    Icon::SkipPrevious,
8594    Icon::Sledding,
8595    Icon::Slideshow,
8596    Icon::SlowMotionVideo,
8597    Icon::SmartButton,
8598    Icon::SmartDisplay,
8599    Icon::SmartScreen,
8600    Icon::SmartToy,
8601    Icon::Smartphone,
8602    Icon::SmokeFree,
8603    Icon::SmokingRooms,
8604    Icon::Sms,
8605    Icon::SmsFailed,
8606    Icon::Snapchat,
8607    Icon::SnippetFolder,
8608    Icon::Snooze,
8609    Icon::Snowboarding,
8610    Icon::Snowing,
8611    Icon::Snowmobile,
8612    Icon::Snowshoeing,
8613    Icon::Soap,
8614    Icon::SocialDistance,
8615    Icon::SolarPower,
8616    Icon::Sort,
8617    Icon::SortByAlpha,
8618    Icon::Sos,
8619    Icon::SoupKitchen,
8620    Icon::Source,
8621    Icon::South,
8622    Icon::SouthAmerica,
8623    Icon::SouthEast,
8624    Icon::SouthWest,
8625    Icon::Spa,
8626    Icon::SpaceBar,
8627    Icon::SpaceDashboard,
8628    Icon::SpatialAudio,
8629    Icon::SpatialAudioOff,
8630    Icon::SpatialTracking,
8631    Icon::Speaker,
8632    Icon::SpeakerGroup,
8633    Icon::SpeakerNotes,
8634    Icon::SpeakerNotesOff,
8635    Icon::SpeakerPhone,
8636    Icon::Speed,
8637    Icon::Spellcheck,
8638    Icon::Splitscreen,
8639    Icon::Spoke,
8640    Icon::Sports,
8641    Icon::SportsBar,
8642    Icon::SportsBaseball,
8643    Icon::SportsBasketball,
8644    Icon::SportsCricket,
8645    Icon::SportsEsports,
8646    Icon::SportsFootball,
8647    Icon::SportsGolf,
8648    Icon::SportsGymnastics,
8649    Icon::SportsHandball,
8650    Icon::SportsHockey,
8651    Icon::SportsKabaddi,
8652    Icon::SportsMartialArts,
8653    Icon::SportsMma,
8654    Icon::SportsMotorsports,
8655    Icon::SportsRugby,
8656    Icon::SportsScore,
8657    Icon::SportsSoccer,
8658    Icon::SportsTennis,
8659    Icon::SportsVolleyball,
8660    Icon::Square,
8661    Icon::SquareFoot,
8662    Icon::SsidChart,
8663    Icon::StackedBarChart,
8664    Icon::StackedLineChart,
8665    Icon::Stadium,
8666    Icon::Stairs,
8667    Icon::Star,
8668    Icon::StarBorder,
8669    Icon::StarBorderPurple500,
8670    Icon::StarHalf,
8671    Icon::StarOutline,
8672    Icon::StarPurple500,
8673    Icon::StarRate,
8674    Icon::Stars,
8675    Icon::Start,
8676    Icon::StayCurrentLandscape,
8677    Icon::StayCurrentPortrait,
8678    Icon::StayPrimaryLandscape,
8679    Icon::StayPrimaryPortrait,
8680    Icon::StickyNote2,
8681    Icon::Stop,
8682    Icon::StopCircle,
8683    Icon::StopScreenShare,
8684    Icon::Storage,
8685    Icon::Store,
8686    Icon::StoreMallDirectory,
8687    Icon::Storefront,
8688    Icon::Storm,
8689    Icon::Straight,
8690    Icon::Straighten,
8691    Icon::Stream,
8692    Icon::Streetview,
8693    Icon::StrikethroughS,
8694    Icon::Stroller,
8695    Icon::Style,
8696    Icon::SubdirectoryArrowLeft,
8697    Icon::SubdirectoryArrowRight,
8698    Icon::Subject,
8699    Icon::Subscript,
8700    Icon::Subscriptions,
8701    Icon::Subtitles,
8702    Icon::SubtitlesOff,
8703    Icon::Subway,
8704    Icon::Summarize,
8705    Icon::Sunny,
8706    Icon::SunnySnowing,
8707    Icon::Superscript,
8708    Icon::SupervisedUserCircle,
8709    Icon::SupervisorAccount,
8710    Icon::Support,
8711    Icon::SupportAgent,
8712    Icon::Surfing,
8713    Icon::SurroundSound,
8714    Icon::SwapCalls,
8715    Icon::SwapHoriz,
8716    Icon::SwapHorizontalCircle,
8717    Icon::SwapVert,
8718    Icon::SwapVertCircle,
8719    Icon::SwapVerticalCircle,
8720    Icon::Swipe,
8721    Icon::SwipeDown,
8722    Icon::SwipeDownAlt,
8723    Icon::SwipeLeft,
8724    Icon::SwipeLeftAlt,
8725    Icon::SwipeRight,
8726    Icon::SwipeRightAlt,
8727    Icon::SwipeUp,
8728    Icon::SwipeUpAlt,
8729    Icon::SwipeVertical,
8730    Icon::SwitchAccessShortcut,
8731    Icon::SwitchAccessShortcutAdd,
8732    Icon::SwitchAccount,
8733    Icon::SwitchCamera,
8734    Icon::SwitchLeft,
8735    Icon::SwitchRight,
8736    Icon::SwitchVideo,
8737    Icon::Synagogue,
8738    Icon::Sync,
8739    Icon::SyncAlt,
8740    Icon::SyncDisabled,
8741    Icon::SyncLock,
8742    Icon::SyncProblem,
8743    Icon::SystemSecurityUpdate,
8744    Icon::SystemSecurityUpdateGood,
8745    Icon::SystemSecurityUpdateWarning,
8746    Icon::SystemUpdate,
8747    Icon::SystemUpdateAlt,
8748    Icon::SystemUpdateTv,
8749    Icon::Tab,
8750    Icon::TabUnselected,
8751    Icon::TableBar,
8752    Icon::TableChart,
8753    Icon::TableRestaurant,
8754    Icon::TableRows,
8755    Icon::TableView,
8756    Icon::Tablet,
8757    Icon::TabletAndroid,
8758    Icon::TabletMac,
8759    Icon::Tag,
8760    Icon::TagFaces,
8761    Icon::TakeoutDining,
8762    Icon::TapAndPlay,
8763    Icon::Tapas,
8764    Icon::Task,
8765    Icon::TaskAlt,
8766    Icon::TaxiAlert,
8767    Icon::Telegram,
8768    Icon::TempleBuddhist,
8769    Icon::TempleHindu,
8770    Icon::Terminal,
8771    Icon::Terrain,
8772    Icon::TextDecrease,
8773    Icon::TextFields,
8774    Icon::TextFormat,
8775    Icon::TextIncrease,
8776    Icon::TextRotateUp,
8777    Icon::TextRotateVertical,
8778    Icon::TextRotationAngledown,
8779    Icon::TextRotationAngleup,
8780    Icon::TextRotationDown,
8781    Icon::TextRotationNone,
8782    Icon::TextSnippet,
8783    Icon::Textsms,
8784    Icon::Texture,
8785    Icon::TheaterComedy,
8786    Icon::Theaters,
8787    Icon::Thermostat,
8788    Icon::ThermostatAuto,
8789    Icon::ThumbDown,
8790    Icon::ThumbDownAlt,
8791    Icon::ThumbDownOffAlt,
8792    Icon::ThumbUp,
8793    Icon::ThumbUpAlt,
8794    Icon::ThumbUpOffAlt,
8795    Icon::ThumbsUpDown,
8796    Icon::Thunderstorm,
8797    Icon::Tiktok,
8798    Icon::TimeToLeave,
8799    Icon::Timelapse,
8800    Icon::Timeline,
8801    Icon::Timer,
8802    Icon::Timer10,
8803    Icon::Timer10Select,
8804    Icon::Timer3,
8805    Icon::Timer3Select,
8806    Icon::TimerOff,
8807    Icon::TipsAndUpdates,
8808    Icon::TireRepair,
8809    Icon::Title,
8810    Icon::Toc,
8811    Icon::Today,
8812    Icon::ToggleOff,
8813    Icon::ToggleOn,
8814    Icon::Token,
8815    Icon::Toll,
8816    Icon::Tonality,
8817    Icon::Topic,
8818    Icon::Tornado,
8819    Icon::TouchApp,
8820    Icon::Tour,
8821    Icon::Toys,
8822    Icon::TrackChanges,
8823    Icon::Traffic,
8824    Icon::Train,
8825    Icon::Tram,
8826    Icon::Transcribe,
8827    Icon::TransferWithinAStation,
8828    Icon::Transform,
8829    Icon::Transgender,
8830    Icon::TransitEnterexit,
8831    Icon::Translate,
8832    Icon::TravelExplore,
8833    Icon::TrendingDown,
8834    Icon::TrendingFlat,
8835    Icon::TrendingNeutral,
8836    Icon::TrendingUp,
8837    Icon::TripOrigin,
8838    Icon::Trolley,
8839    Icon::Troubleshoot,
8840    Icon::Try,
8841    Icon::Tsunami,
8842    Icon::Tty,
8843    Icon::Tune,
8844    Icon::Tungsten,
8845    Icon::TurnLeft,
8846    Icon::TurnRight,
8847    Icon::TurnSharpLeft,
8848    Icon::TurnSharpRight,
8849    Icon::TurnSlightLeft,
8850    Icon::TurnSlightRight,
8851    Icon::TurnedIn,
8852    Icon::TurnedInNot,
8853    Icon::Tv,
8854    Icon::TvOff,
8855    Icon::TwoWheeler,
8856    Icon::TypeSpecimen,
8857    Icon::UTurnLeft,
8858    Icon::UTurnRight,
8859    Icon::Umbrella,
8860    Icon::Unarchive,
8861    Icon::Undo,
8862    Icon::UnfoldLess,
8863    Icon::UnfoldLessDouble,
8864    Icon::UnfoldMore,
8865    Icon::UnfoldMoreDouble,
8866    Icon::Unpublished,
8867    Icon::Unsubscribe,
8868    Icon::Upcoming,
8869    Icon::Update,
8870    Icon::UpdateDisabled,
8871    Icon::Upgrade,
8872    Icon::Upload,
8873    Icon::UploadFile,
8874    Icon::Usb,
8875    Icon::UsbOff,
8876    Icon::Vaccines,
8877    Icon::VapeFree,
8878    Icon::VapingRooms,
8879    Icon::Verified,
8880    Icon::VerifiedUser,
8881    Icon::VerticalAlignBottom,
8882    Icon::VerticalAlignCenter,
8883    Icon::VerticalAlignTop,
8884    Icon::VerticalDistribute,
8885    Icon::VerticalShades,
8886    Icon::VerticalShadesClosed,
8887    Icon::VerticalSplit,
8888    Icon::Vibration,
8889    Icon::VideoCall,
8890    Icon::VideoCameraBack,
8891    Icon::VideoCameraFront,
8892    Icon::VideoChat,
8893    Icon::VideoCollection,
8894    Icon::VideoFile,
8895    Icon::VideoLabel,
8896    Icon::VideoLibrary,
8897    Icon::VideoSettings,
8898    Icon::VideoStable,
8899    Icon::Videocam,
8900    Icon::VideocamOff,
8901    Icon::VideogameAsset,
8902    Icon::VideogameAssetOff,
8903    Icon::ViewAgenda,
8904    Icon::ViewArray,
8905    Icon::ViewCarousel,
8906    Icon::ViewColumn,
8907    Icon::ViewComfortable,
8908    Icon::ViewComfy,
8909    Icon::ViewComfyAlt,
8910    Icon::ViewCompact,
8911    Icon::ViewCompactAlt,
8912    Icon::ViewCozy,
8913    Icon::ViewDay,
8914    Icon::ViewHeadline,
8915    Icon::ViewInAr,
8916    Icon::ViewKanban,
8917    Icon::ViewList,
8918    Icon::ViewModule,
8919    Icon::ViewQuilt,
8920    Icon::ViewSidebar,
8921    Icon::ViewStream,
8922    Icon::ViewTimeline,
8923    Icon::ViewWeek,
8924    Icon::Vignette,
8925    Icon::Villa,
8926    Icon::Visibility,
8927    Icon::VisibilityOff,
8928    Icon::VoiceChat,
8929    Icon::VoiceOverOff,
8930    Icon::Voicemail,
8931    Icon::Volcano,
8932    Icon::VolumeDown,
8933    Icon::VolumeDownAlt,
8934    Icon::VolumeMute,
8935    Icon::VolumeOff,
8936    Icon::VolumeUp,
8937    Icon::VolunteerActivism,
8938    Icon::VpnKey,
8939    Icon::VpnKeyOff,
8940    Icon::VpnLock,
8941    Icon::Vrpano,
8942    Icon::Wallet,
8943    Icon::WalletGiftcard,
8944    Icon::WalletMembership,
8945    Icon::WalletTravel,
8946    Icon::Wallpaper,
8947    Icon::Warehouse,
8948    Icon::Warning,
8949    Icon::WarningAmber,
8950    Icon::Wash,
8951    Icon::Watch,
8952    Icon::WatchLater,
8953    Icon::WatchOff,
8954    Icon::Water,
8955    Icon::WaterDamage,
8956    Icon::WaterDrop,
8957    Icon::WaterfallChart,
8958    Icon::Waves,
8959    Icon::WavingHand,
8960    Icon::WbAuto,
8961    Icon::WbCloudy,
8962    Icon::WbIncandescent,
8963    Icon::WbIridescent,
8964    Icon::WbShade,
8965    Icon::WbSunny,
8966    Icon::WbTwighlight,
8967    Icon::WbTwilight,
8968    Icon::Wc,
8969    Icon::Web,
8970    Icon::WebAsset,
8971    Icon::WebAssetOff,
8972    Icon::WebStories,
8973    Icon::Webhook,
8974    Icon::Wechat,
8975    Icon::Weekend,
8976    Icon::West,
8977    Icon::Whatshot,
8978    Icon::WheelchairPickup,
8979    Icon::WhereToVote,
8980    Icon::Widgets,
8981    Icon::WidthFull,
8982    Icon::WidthNormal,
8983    Icon::WidthWide,
8984    Icon::Wifi,
8985    Icon::Wifi1Bar,
8986    Icon::Wifi2Bar,
8987    Icon::WifiCalling,
8988    Icon::WifiCalling3,
8989    Icon::WifiChannel,
8990    Icon::WifiFind,
8991    Icon::WifiLock,
8992    Icon::WifiOff,
8993    Icon::WifiPassword,
8994    Icon::WifiProtectedSetup,
8995    Icon::WifiTethering,
8996    Icon::WifiTetheringError,
8997    Icon::WifiTetheringErrorRounded,
8998    Icon::WifiTetheringOff,
8999    Icon::WindPower,
9000    Icon::Window,
9001    Icon::WineBar,
9002    Icon::Woman,
9003    Icon::Woman2,
9004    Icon::WooCommerce,
9005    Icon::Wordpress,
9006    Icon::Work,
9007    Icon::WorkHistory,
9008    Icon::WorkOff,
9009    Icon::WorkOutline,
9010    Icon::WorkspacePremium,
9011    Icon::Workspaces,
9012    Icon::WorkspacesFilled,
9013    Icon::WorkspacesOutline,
9014    Icon::WrapText,
9015    Icon::WrongLocation,
9016    Icon::Wysiwyg,
9017    Icon::Yard,
9018    Icon::YoutubeSearchedFor,
9019    Icon::ZoomIn,
9020    Icon::ZoomInMap,
9021    Icon::ZoomOut,
9022    Icon::ZoomOutMap
9023];