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#[macro_use]
34extern crate enum_iterator;
35
36/// Icon containing all possible icon names as enum discriminants
37#[repr(C)]
38#[derive(Debug, Copy, Clone, IntoEnumIterator, PartialEq, Eq, Hash, PartialOrd, Ord)]
39pub enum Icon {
40    Rotation3d,
41    AcUnit,
42    AccessAlarm,
43    AccessAlarms,
44    AccessTime,
45    Accessibility,
46    Accessible,
47    AccountBalance,
48    AccountBalanceWallet,
49    AccountBox,
50    AccountCircle,
51    Adb,
52    Add,
53    AddAPhoto,
54    AddAlarm,
55    AddAlert,
56    AddBox,
57    AddCircle,
58    AddCircleOutline,
59    AddLocation,
60    AddShoppingCart,
61    AddToPhotos,
62    AddToQueue,
63    Adjust,
64    AirlineSeatFlat,
65    AirlineSeatFlatAngled,
66    AirlineSeatIndividualSuite,
67    AirlineSeatLegroomExtra,
68    AirlineSeatLegroomNormal,
69    AirlineSeatLegroomReduced,
70    AirlineSeatReclineExtra,
71    AirlineSeatReclineNormal,
72    AirplanemodeActive,
73    AirplanemodeInactive,
74    Airplay,
75    AirportShuttle,
76    Alarm,
77    AlarmAdd,
78    AlarmOff,
79    AlarmOn,
80    Album,
81    AllInclusive,
82    AllOut,
83    Android,
84    Announcement,
85    Apps,
86    Archive,
87    ArrowBack,
88    ArrowDownward,
89    ArrowDropDown,
90    ArrowDropDownCircle,
91    ArrowDropUp,
92    ArrowForward,
93    ArrowUpward,
94    ArtTrack,
95    AspectRatio,
96    Assessment,
97    Assignment,
98    AssignmentInd,
99    AssignmentLate,
100    AssignmentReturn,
101    AssignmentReturned,
102    AssignmentTurnedIn,
103    Assistant,
104    AssistantPhoto,
105    AttachFile,
106    AttachMoney,
107    Attachment,
108    Audiotrack,
109    Autorenew,
110    AvTimer,
111    Backspace,
112    Backup,
113    BatteryAlert,
114    BatteryChargingFull,
115    BatteryFull,
116    BatteryStd,
117    BatteryUnknown,
118    BeachAccess,
119    Beenhere,
120    Block,
121    Bluetooth,
122    BluetoothAudio,
123    BluetoothConnected,
124    BluetoothDisabled,
125    BluetoothSearching,
126    BlurCircular,
127    BlurLinear,
128    BlurOff,
129    BlurOn,
130    Book,
131    Bookmark,
132    BookmarkBorder,
133    BorderAll,
134    BorderBottom,
135    BorderClear,
136    BorderColor,
137    BorderHorizontal,
138    BorderInner,
139    BorderLeft,
140    BorderOuter,
141    BorderRight,
142    BorderStyle,
143    BorderTop,
144    BorderVertical,
145    BrandingWatermark,
146    Brightness1,
147    Brightness2,
148    Brightness3,
149    Brightness4,
150    Brightness5,
151    Brightness6,
152    Brightness7,
153    BrightnessAuto,
154    BrightnessHigh,
155    BrightnessLow,
156    BrightnessMedium,
157    BrokenImage,
158    Brush,
159    BubbleChart,
160    BugReport,
161    Build,
162    BurstMode,
163    Business,
164    BusinessCenter,
165    Cached,
166    Cake,
167    Call,
168    CallEnd,
169    CallMade,
170    CallMerge,
171    CallMissed,
172    CallMissedOutgoing,
173    CallReceived,
174    CallSplit,
175    CallToAction,
176    Camera,
177    CameraAlt,
178    CameraEnhance,
179    CameraFront,
180    CameraRear,
181    CameraRoll,
182    Cancel,
183    CardGiftcard,
184    CardMembership,
185    CardTravel,
186    Casino,
187    Cast,
188    CastConnected,
189    CenterFocusStrong,
190    CenterFocusWeak,
191    ChangeHistory,
192    Chat,
193    ChatBubble,
194    ChatBubbleOutline,
195    Check,
196    CheckBox,
197    CheckBoxOutlineBlank,
198    CheckCircle,
199    ChevronLeft,
200    ChevronRight,
201    ChildCare,
202    ChildFriendly,
203    ChromeReaderMode,
204    Class,
205    Clear,
206    ClearAll,
207    Close,
208    ClosedCaption,
209    Cloud,
210    CloudCircle,
211    CloudDone,
212    CloudDownload,
213    CloudOff,
214    CloudQueue,
215    CloudUpload,
216    Code,
217    Collections,
218    CollectionsBookmark,
219    ColorLens,
220    Colorize,
221    Comment,
222    Compare,
223    CompareArrows,
224    Computer,
225    ConfirmationNumber,
226    ContactMail,
227    ContactPhone,
228    Contacts,
229    ContentCopy,
230    ContentCut,
231    ContentPaste,
232    ControlPoint,
233    ControlPointDuplicate,
234    Copyright,
235    Create,
236    CreateNewFolder,
237    CreditCard,
238    Crop,
239    Crop169,
240    Crop32,
241    Crop54,
242    Crop75,
243    CropDin,
244    CropFree,
245    CropLandscape,
246    CropOriginal,
247    CropPortrait,
248    CropRotate,
249    CropSquare,
250    Dashboard,
251    DataUsage,
252    DateRange,
253    Dehaze,
254    Delete,
255    DeleteForever,
256    DeleteSweep,
257    Description,
258    DesktopMac,
259    DesktopWindows,
260    Details,
261    DeveloperBoard,
262    DeveloperMode,
263    DeviceHub,
264    Devices,
265    DevicesOther,
266    DialerSip,
267    Dialpad,
268    Directions,
269    DirectionsBike,
270    DirectionsBoat,
271    DirectionsBus,
272    DirectionsCar,
273    DirectionsRailway,
274    DirectionsRun,
275    DirectionsSubway,
276    DirectionsTransit,
277    DirectionsWalk,
278    DiscFull,
279    Dns,
280    DoNotDisturb,
281    DoNotDisturbAlt,
282    DoNotDisturbOff,
283    DoNotDisturbOn,
284    Dock,
285    Domain,
286    Done,
287    DoneAll,
288    DonutLarge,
289    DonutSmall,
290    Drafts,
291    DragHandle,
292    DriveEta,
293    Dvr,
294    Edit,
295    EditLocation,
296    Eject,
297    Email,
298    EnhancedEncryption,
299    Equalizer,
300    Error,
301    ErrorOutline,
302    EuroSymbol,
303    EvStation,
304    Event,
305    EventAvailable,
306    EventBusy,
307    EventNote,
308    EventSeat,
309    ExitToApp,
310    ExpandLess,
311    ExpandMore,
312    Explicit,
313    Explore,
314    Exposure,
315    ExposureNeg1,
316    ExposureNeg2,
317    ExposurePlus1,
318    ExposurePlus2,
319    ExposureZero,
320    Extension,
321    Face,
322    FastForward,
323    FastRewind,
324    Favorite,
325    FavoriteBorder,
326    FeaturedPlayList,
327    FeaturedVideo,
328    Feedback,
329    FiberDvr,
330    FiberManualRecord,
331    FiberNew,
332    FiberPin,
333    FiberSmartRecord,
334    FileDownload,
335    FileUpload,
336    Filter,
337    Filter1,
338    Filter2,
339    Filter3,
340    Filter4,
341    Filter5,
342    Filter6,
343    Filter7,
344    Filter8,
345    Filter9,
346    Filter9Plus,
347    FilterBAndW,
348    FilterCenterFocus,
349    FilterDrama,
350    FilterFrames,
351    FilterHdr,
352    FilterList,
353    FilterNone,
354    FilterTiltShift,
355    FilterVintage,
356    FindInPage,
357    FindReplace,
358    Fingerprint,
359    FirstPage,
360    FitnessCenter,
361    Flag,
362    Flare,
363    FlashAuto,
364    FlashOff,
365    FlashOn,
366    Flight,
367    FlightLand,
368    FlightTakeoff,
369    Flip,
370    FlipToBack,
371    FlipToFront,
372    Folder,
373    FolderOpen,
374    FolderShared,
375    FolderSpecial,
376    FontDownload,
377    FormatAlignCenter,
378    FormatAlignJustify,
379    FormatAlignLeft,
380    FormatAlignRight,
381    FormatBold,
382    FormatClear,
383    FormatColorFill,
384    FormatColorReset,
385    FormatColorText,
386    FormatIndentDecrease,
387    FormatIndentIncrease,
388    FormatItalic,
389    FormatLineSpacing,
390    FormatListBulleted,
391    FormatListNumbered,
392    FormatPaint,
393    FormatQuote,
394    FormatShapes,
395    FormatSize,
396    FormatStrikethrough,
397    FormatTextdirectionLToR,
398    FormatTextdirectionRToL,
399    FormatUnderlined,
400    Forum,
401    Forward,
402    Forward10,
403    Forward30,
404    Forward5,
405    FreeBreakfast,
406    Fullscreen,
407    FullscreenExit,
408    Functions,
409    GTranslate,
410    Gamepad,
411    Games,
412    Gavel,
413    Gesture,
414    GetApp,
415    Gif,
416    GolfCourse,
417    GpsFixed,
418    GpsNotFixed,
419    GpsOff,
420    Grade,
421    Gradient,
422    Grain,
423    GraphicEq,
424    GridOff,
425    GridOn,
426    Group,
427    GroupAdd,
428    GroupWork,
429    Hd,
430    HdrOff,
431    HdrOn,
432    HdrStrong,
433    HdrWeak,
434    Headset,
435    HeadsetMic,
436    Healing,
437    Hearing,
438    Help,
439    HelpOutline,
440    HighQuality,
441    Highlight,
442    HighlightOff,
443    History,
444    Home,
445    HotTub,
446    Hotel,
447    HourglassEmpty,
448    HourglassFull,
449    Http,
450    Https,
451    Image,
452    ImageAspectRatio,
453    ImportContacts,
454    ImportExport,
455    ImportantDevices,
456    Inbox,
457    IndeterminateCheckBox,
458    Info,
459    InfoOutline,
460    Input,
461    InsertChart,
462    InsertComment,
463    InsertDriveFile,
464    InsertEmoticon,
465    InsertInvitation,
466    InsertLink,
467    InsertPhoto,
468    InvertColors,
469    InvertColorsOff,
470    Iso,
471    Keyboard,
472    KeyboardArrowDown,
473    KeyboardArrowLeft,
474    KeyboardArrowRight,
475    KeyboardArrowUp,
476    KeyboardBackspace,
477    KeyboardCapslock,
478    KeyboardHide,
479    KeyboardReturn,
480    KeyboardTab,
481    KeyboardVoice,
482    Kitchen,
483    Label,
484    LabelOutline,
485    Landscape,
486    Language,
487    Laptop,
488    LaptopChromebook,
489    LaptopMac,
490    LaptopWindows,
491    LastPage,
492    Launch,
493    Layers,
494    LayersClear,
495    LeakAdd,
496    LeakRemove,
497    Lens,
498    LibraryAdd,
499    LibraryBooks,
500    LibraryMusic,
501    LightbulbOutline,
502    LineStyle,
503    LineWeight,
504    LinearScale,
505    Link,
506    LinkedCamera,
507    List,
508    LiveHelp,
509    LiveTv,
510    LocalActivity,
511    LocalAirport,
512    LocalAtm,
513    LocalBar,
514    LocalCafe,
515    LocalCarWash,
516    LocalConvenienceStore,
517    LocalDining,
518    LocalDrink,
519    LocalFlorist,
520    LocalGasStation,
521    LocalGroceryStore,
522    LocalHospital,
523    LocalHotel,
524    LocalLaundryService,
525    LocalLibrary,
526    LocalMall,
527    LocalMovies,
528    LocalOffer,
529    LocalParking,
530    LocalPharmacy,
531    LocalPhone,
532    LocalPizza,
533    LocalPlay,
534    LocalPostOffice,
535    LocalPrintshop,
536    LocalSee,
537    LocalShipping,
538    LocalTaxi,
539    LocationCity,
540    LocationDisabled,
541    LocationOff,
542    LocationOn,
543    LocationSearching,
544    Lock,
545    LockOpen,
546    LockOutline,
547    Looks,
548    Looks3,
549    Looks4,
550    Looks5,
551    Looks6,
552    LooksOne,
553    LooksTwo,
554    Loop,
555    Loupe,
556    LowPriority,
557    Loyalty,
558    Mail,
559    MailOutline,
560    Map,
561    Markunread,
562    MarkunreadMailbox,
563    Memory,
564    Menu,
565    MergeType,
566    Message,
567    Mic,
568    MicNone,
569    MicOff,
570    Mms,
571    ModeComment,
572    ModeEdit,
573    MonetizationOn,
574    MoneyOff,
575    MonochromePhotos,
576    Mood,
577    MoodBad,
578    More,
579    MoreHoriz,
580    MoreVert,
581    Motorcycle,
582    Mouse,
583    MoveToInbox,
584    Movie,
585    MovieCreation,
586    MovieFilter,
587    MultilineChart,
588    MusicNote,
589    MusicVideo,
590    MyLocation,
591    Nature,
592    NaturePeople,
593    NavigateBefore,
594    NavigateNext,
595    Navigation,
596    NearMe,
597    NetworkCell,
598    NetworkCheck,
599    NetworkLocked,
600    NetworkWifi,
601    NewReleases,
602    NextWeek,
603    Nfc,
604    NoEncryption,
605    NoSim,
606    NotInterested,
607    Note,
608    NoteAdd,
609    Notifications,
610    NotificationsActive,
611    NotificationsNone,
612    NotificationsOff,
613    NotificationsPaused,
614    OfflinePin,
615    OndemandVideo,
616    Opacity,
617    OpenInBrowser,
618    OpenInNew,
619    OpenWith,
620    Pages,
621    Pageview,
622    Palette,
623    PanTool,
624    Panorama,
625    PanoramaFishEye,
626    PanoramaHorizontal,
627    PanoramaVertical,
628    PanoramaWideAngle,
629    PartyMode,
630    Pause,
631    PauseCircleFilled,
632    PauseCircleOutline,
633    Payment,
634    People,
635    PeopleOutline,
636    PermCameraMic,
637    PermContactCalendar,
638    PermDataSetting,
639    PermDeviceInformation,
640    PermIdentity,
641    PermMedia,
642    PermPhoneMsg,
643    PermScanWifi,
644    Person,
645    PersonAdd,
646    PersonOutline,
647    PersonPin,
648    PersonPinCircle,
649    PersonalVideo,
650    Pets,
651    Phone,
652    PhoneAndroid,
653    PhoneBluetoothSpeaker,
654    PhoneForwarded,
655    PhoneInTalk,
656    PhoneIphone,
657    PhoneLocked,
658    PhoneMissed,
659    PhonePaused,
660    Phonelink,
661    PhonelinkErase,
662    PhonelinkLock,
663    PhonelinkOff,
664    PhonelinkRing,
665    PhonelinkSetup,
666    Photo,
667    PhotoAlbum,
668    PhotoCamera,
669    PhotoFilter,
670    PhotoLibrary,
671    PhotoSizeSelectActual,
672    PhotoSizeSelectLarge,
673    PhotoSizeSelectSmall,
674    PictureAsPdf,
675    PictureInPicture,
676    PictureInPictureAlt,
677    PieChart,
678    PieChartOutlined,
679    PinDrop,
680    Place,
681    PlayArrow,
682    PlayCircleFilled,
683    PlayCircleOutline,
684    PlayForWork,
685    PlaylistAdd,
686    PlaylistAddCheck,
687    PlaylistPlay,
688    PlusOne,
689    Poll,
690    Polymer,
691    Pool,
692    PortableWifiOff,
693    Portrait,
694    Power,
695    PowerInput,
696    PowerSettingsNew,
697    PregnantWoman,
698    PresentToAll,
699    Print,
700    PriorityHigh,
701    Public,
702    Publish,
703    QueryBuilder,
704    QuestionAnswer,
705    Queue,
706    QueueMusic,
707    QueuePlayNext,
708    Radio,
709    RadioButtonChecked,
710    RadioButtonUnchecked,
711    RateReview,
712    Receipt,
713    RecentActors,
714    RecordVoiceOver,
715    Redeem,
716    Redo,
717    Refresh,
718    Remove,
719    RemoveCircle,
720    RemoveCircleOutline,
721    RemoveFromQueue,
722    RemoveRedEye,
723    RemoveShoppingCart,
724    Reorder,
725    Repeat,
726    RepeatOne,
727    Replay,
728    Replay10,
729    Replay30,
730    Replay5,
731    Reply,
732    ReplyAll,
733    Report,
734    ReportProblem,
735    Restaurant,
736    RestaurantMenu,
737    Restore,
738    RestorePage,
739    RingVolume,
740    Room,
741    RoomService,
742    Rotate90DegreesCcw,
743    RotateLeft,
744    RotateRight,
745    RoundedCorner,
746    Router,
747    Rowing,
748    RssFeed,
749    RvHookup,
750    Satellite,
751    Save,
752    Scanner,
753    Schedule,
754    School,
755    ScreenLockLandscape,
756    ScreenLockPortrait,
757    ScreenLockRotation,
758    ScreenRotation,
759    ScreenShare,
760    SdCard,
761    SdStorage,
762    Search,
763    Security,
764    SelectAll,
765    Send,
766    SentimentDissatisfied,
767    SentimentNeutral,
768    SentimentSatisfied,
769    SentimentVeryDissatisfied,
770    SentimentVerySatisfied,
771    Settings,
772    SettingsApplications,
773    SettingsBackupRestore,
774    SettingsBluetooth,
775    SettingsBrightness,
776    SettingsCell,
777    SettingsEthernet,
778    SettingsInputAntenna,
779    SettingsInputComponent,
780    SettingsInputComposite,
781    SettingsInputHdmi,
782    SettingsInputSvideo,
783    SettingsOverscan,
784    SettingsPhone,
785    SettingsPower,
786    SettingsRemote,
787    SettingsSystemDaydream,
788    SettingsVoice,
789    Share,
790    Shop,
791    ShopTwo,
792    ShoppingBasket,
793    ShoppingCart,
794    ShortText,
795    ShowChart,
796    Shuffle,
797    SignalCellular4Bar,
798    SignalCellularConnectedNoInternet4Bar,
799    SignalCellularNoSim,
800    SignalCellularNull,
801    SignalCellularOff,
802    SignalWifi4Bar,
803    SignalWifi4BarLock,
804    SignalWifiOff,
805    SimCard,
806    SimCardAlert,
807    SkipNext,
808    SkipPrevious,
809    Slideshow,
810    SlowMotionVideo,
811    Smartphone,
812    SmokeFree,
813    SmokingRooms,
814    Sms,
815    SmsFailed,
816    Snooze,
817    Sort,
818    SortByAlpha,
819    Spa,
820    SpaceBar,
821    Speaker,
822    SpeakerGroup,
823    SpeakerNotes,
824    SpeakerNotesOff,
825    SpeakerPhone,
826    Spellcheck,
827    Star,
828    StarBorder,
829    StarHalf,
830    Stars,
831    StayCurrentLandscape,
832    StayCurrentPortrait,
833    StayPrimaryLandscape,
834    StayPrimaryPortrait,
835    Stop,
836    StopScreenShare,
837    Storage,
838    Store,
839    StoreMallDirectory,
840    Straighten,
841    Streetview,
842    StrikethroughS,
843    Style,
844    SubdirectoryArrowLeft,
845    SubdirectoryArrowRight,
846    Subject,
847    Subscriptions,
848    Subtitles,
849    Subway,
850    SupervisorAccount,
851    SurroundSound,
852    SwapCalls,
853    SwapHoriz,
854    SwapVert,
855    SwapVerticalCircle,
856    SwitchCamera,
857    SwitchVideo,
858    Sync,
859    SyncDisabled,
860    SyncProblem,
861    SystemUpdate,
862    SystemUpdateAlt,
863    Tab,
864    TabUnselected,
865    Tablet,
866    TabletAndroid,
867    TabletMac,
868    TagFaces,
869    TapAndPlay,
870    Terrain,
871    TextFields,
872    TextFormat,
873    Textsms,
874    Texture,
875    Theaters,
876    ThumbDown,
877    ThumbUp,
878    ThumbsUpDown,
879    TimeToLeave,
880    Timelapse,
881    Timeline,
882    Timer,
883    Timer10,
884    Timer3,
885    TimerOff,
886    Title,
887    Toc,
888    Today,
889    Toll,
890    Tonality,
891    TouchApp,
892    Toys,
893    TrackChanges,
894    Traffic,
895    Train,
896    Tram,
897    TransferWithinAStation,
898    Transform,
899    Translate,
900    TrendingDown,
901    TrendingFlat,
902    TrendingUp,
903    Tune,
904    TurnedIn,
905    TurnedInNot,
906    Tv,
907    Unarchive,
908    Undo,
909    UnfoldLess,
910    UnfoldMore,
911    Update,
912    Usb,
913    VerifiedUser,
914    VerticalAlignBottom,
915    VerticalAlignCenter,
916    VerticalAlignTop,
917    Vibration,
918    VideoCall,
919    VideoLabel,
920    VideoLibrary,
921    Videocam,
922    VideocamOff,
923    VideogameAsset,
924    ViewAgenda,
925    ViewArray,
926    ViewCarousel,
927    ViewColumn,
928    ViewComfy,
929    ViewCompact,
930    ViewDay,
931    ViewHeadline,
932    ViewList,
933    ViewModule,
934    ViewQuilt,
935    ViewStream,
936    ViewWeek,
937    Vignette,
938    Visibility,
939    VisibilityOff,
940    VoiceChat,
941    Voicemail,
942    VolumeDown,
943    VolumeMute,
944    VolumeOff,
945    VolumeUp,
946    VpnKey,
947    VpnLock,
948    Wallpaper,
949    Warning,
950    Watch,
951    WatchLater,
952    WbAuto,
953    WbCloudy,
954    WbIncandescent,
955    WbIridescent,
956    WbSunny,
957    Wc,
958    Web,
959    WebAsset,
960    Weekend,
961    Whatshot,
962    Widgets,
963    Wifi,
964    WifiLock,
965    WifiTethering,
966    Work,
967    WrapText,
968    YoutubeSearchedFor,
969    ZoomIn,
970    ZoomOut,
971    ZoomOutMap,
972}
973
974
975/// Converts an `Icon` to a `char`. Same as `format!("{}", icon)` or `icon.to_char()`.
976#[no_mangle]
977pub fn icon_to_char(icon: Icon) -> char {
978    use self::Icon::*;
979    match icon {
980        Rotation3d => '\u{e84d}',
981        AcUnit => '\u{eb3b}',
982        AccessAlarm => '\u{e190}',
983        AccessAlarms => '\u{e191}',
984        AccessTime => '\u{e192}',
985        Accessibility => '\u{e84e}',
986        Accessible => '\u{e914}',
987        AccountBalance => '\u{e84f}',
988        AccountBalanceWallet => '\u{e850}',
989        AccountBox => '\u{e851}',
990        AccountCircle => '\u{e853}',
991        Adb => '\u{e60e}',
992        Add => '\u{e145}',
993        AddAPhoto => '\u{e439}',
994        AddAlarm => '\u{e193}',
995        AddAlert => '\u{e003}',
996        AddBox => '\u{e146}',
997        AddCircle => '\u{e147}',
998        AddCircleOutline => '\u{e148}',
999        AddLocation => '\u{e567}',
1000        AddShoppingCart => '\u{e854}',
1001        AddToPhotos => '\u{e39d}',
1002        AddToQueue => '\u{e05c}',
1003        Adjust => '\u{e39e}',
1004        AirlineSeatFlat => '\u{e630}',
1005        AirlineSeatFlatAngled => '\u{e631}',
1006        AirlineSeatIndividualSuite => '\u{e632}',
1007        AirlineSeatLegroomExtra => '\u{e633}',
1008        AirlineSeatLegroomNormal => '\u{e634}',
1009        AirlineSeatLegroomReduced => '\u{e635}',
1010        AirlineSeatReclineExtra => '\u{e636}',
1011        AirlineSeatReclineNormal => '\u{e637}',
1012        AirplanemodeActive => '\u{e195}',
1013        AirplanemodeInactive => '\u{e194}',
1014        Airplay => '\u{e055}',
1015        AirportShuttle => '\u{eb3c}',
1016        Alarm => '\u{e855}',
1017        AlarmAdd => '\u{e856}',
1018        AlarmOff => '\u{e857}',
1019        AlarmOn => '\u{e858}',
1020        Album => '\u{e019}',
1021        AllInclusive => '\u{eb3d}',
1022        AllOut => '\u{e90b}',
1023        Android => '\u{e859}',
1024        Announcement => '\u{e85a}',
1025        Apps => '\u{e5c3}',
1026        Archive => '\u{e149}',
1027        ArrowBack => '\u{e5c4}',
1028        ArrowDownward => '\u{e5db}',
1029        ArrowDropDown => '\u{e5c5}',
1030        ArrowDropDownCircle => '\u{e5c6}',
1031        ArrowDropUp => '\u{e5c7}',
1032        ArrowForward => '\u{e5c8}',
1033        ArrowUpward => '\u{e5d8}',
1034        ArtTrack => '\u{e060}',
1035        AspectRatio => '\u{e85b}',
1036        Assessment => '\u{e85c}',
1037        Assignment => '\u{e85d}',
1038        AssignmentInd => '\u{e85e}',
1039        AssignmentLate => '\u{e85f}',
1040        AssignmentReturn => '\u{e860}',
1041        AssignmentReturned => '\u{e861}',
1042        AssignmentTurnedIn => '\u{e862}',
1043        Assistant => '\u{e39f}',
1044        AssistantPhoto => '\u{e3a0}',
1045        AttachFile => '\u{e226}',
1046        AttachMoney => '\u{e227}',
1047        Attachment => '\u{e2bc}',
1048        Audiotrack => '\u{e3a1}',
1049        Autorenew => '\u{e863}',
1050        AvTimer => '\u{e01b}',
1051        Backspace => '\u{e14a}',
1052        Backup => '\u{e864}',
1053        BatteryAlert => '\u{e19c}',
1054        BatteryChargingFull => '\u{e1a3}',
1055        BatteryFull => '\u{e1a4}',
1056        BatteryStd => '\u{e1a5}',
1057        BatteryUnknown => '\u{e1a6}',
1058        BeachAccess => '\u{eb3e}',
1059        Beenhere => '\u{e52d}',
1060        Block => '\u{e14b}',
1061        Bluetooth => '\u{e1a7}',
1062        BluetoothAudio => '\u{e60f}',
1063        BluetoothConnected => '\u{e1a8}',
1064        BluetoothDisabled => '\u{e1a9}',
1065        BluetoothSearching => '\u{e1aa}',
1066        BlurCircular => '\u{e3a2}',
1067        BlurLinear => '\u{e3a3}',
1068        BlurOff => '\u{e3a4}',
1069        BlurOn => '\u{e3a5}',
1070        Book => '\u{e865}',
1071        Bookmark => '\u{e866}',
1072        BookmarkBorder => '\u{e867}',
1073        BorderAll => '\u{e228}',
1074        BorderBottom => '\u{e229}',
1075        BorderClear => '\u{e22a}',
1076        BorderColor => '\u{e22b}',
1077        BorderHorizontal => '\u{e22c}',
1078        BorderInner => '\u{e22d}',
1079        BorderLeft => '\u{e22e}',
1080        BorderOuter => '\u{e22f}',
1081        BorderRight => '\u{e230}',
1082        BorderStyle => '\u{e231}',
1083        BorderTop => '\u{e232}',
1084        BorderVertical => '\u{e233}',
1085        BrandingWatermark => '\u{e06b}',
1086        Brightness1 => '\u{e3a6}',
1087        Brightness2 => '\u{e3a7}',
1088        Brightness3 => '\u{e3a8}',
1089        Brightness4 => '\u{e3a9}',
1090        Brightness5 => '\u{e3aa}',
1091        Brightness6 => '\u{e3ab}',
1092        Brightness7 => '\u{e3ac}',
1093        BrightnessAuto => '\u{e1ab}',
1094        BrightnessHigh => '\u{e1ac}',
1095        BrightnessLow => '\u{e1ad}',
1096        BrightnessMedium => '\u{e1ae}',
1097        BrokenImage => '\u{e3ad}',
1098        Brush => '\u{e3ae}',
1099        BubbleChart => '\u{e6dd}',
1100        BugReport => '\u{e868}',
1101        Build => '\u{e869}',
1102        BurstMode => '\u{e43c}',
1103        Business => '\u{e0af}',
1104        BusinessCenter => '\u{eb3f}',
1105        Cached => '\u{e86a}',
1106        Cake => '\u{e7e9}',
1107        Call => '\u{e0b0}',
1108        CallEnd => '\u{e0b1}',
1109        CallMade => '\u{e0b2}',
1110        CallMerge => '\u{e0b3}',
1111        CallMissed => '\u{e0b4}',
1112        CallMissedOutgoing => '\u{e0e4}',
1113        CallReceived => '\u{e0b5}',
1114        CallSplit => '\u{e0b6}',
1115        CallToAction => '\u{e06c}',
1116        Camera => '\u{e3af}',
1117        CameraAlt => '\u{e3b0}',
1118        CameraEnhance => '\u{e8fc}',
1119        CameraFront => '\u{e3b1}',
1120        CameraRear => '\u{e3b2}',
1121        CameraRoll => '\u{e3b3}',
1122        Cancel => '\u{e5c9}',
1123        CardGiftcard => '\u{e8f6}',
1124        CardMembership => '\u{e8f7}',
1125        CardTravel => '\u{e8f8}',
1126        Casino => '\u{eb40}',
1127        Cast => '\u{e307}',
1128        CastConnected => '\u{e308}',
1129        CenterFocusStrong => '\u{e3b4}',
1130        CenterFocusWeak => '\u{e3b5}',
1131        ChangeHistory => '\u{e86b}',
1132        Chat => '\u{e0b7}',
1133        ChatBubble => '\u{e0ca}',
1134        ChatBubbleOutline => '\u{e0cb}',
1135        Check => '\u{e5ca}',
1136        CheckBox => '\u{e834}',
1137        CheckBoxOutlineBlank => '\u{e835}',
1138        CheckCircle => '\u{e86c}',
1139        ChevronLeft => '\u{e5cb}',
1140        ChevronRight => '\u{e5cc}',
1141        ChildCare => '\u{eb41}',
1142        ChildFriendly => '\u{eb42}',
1143        ChromeReaderMode => '\u{e86d}',
1144        Class => '\u{e86e}',
1145        Clear => '\u{e14c}',
1146        ClearAll => '\u{e0b8}',
1147        Close => '\u{e5cd}',
1148        ClosedCaption => '\u{e01c}',
1149        Cloud => '\u{e2bd}',
1150        CloudCircle => '\u{e2be}',
1151        CloudDone => '\u{e2bf}',
1152        CloudDownload => '\u{e2c0}',
1153        CloudOff => '\u{e2c1}',
1154        CloudQueue => '\u{e2c2}',
1155        CloudUpload => '\u{e2c3}',
1156        Code => '\u{e86f}',
1157        Collections => '\u{e3b6}',
1158        CollectionsBookmark => '\u{e431}',
1159        ColorLens => '\u{e3b7}',
1160        Colorize => '\u{e3b8}',
1161        Comment => '\u{e0b9}',
1162        Compare => '\u{e3b9}',
1163        CompareArrows => '\u{e915}',
1164        Computer => '\u{e30a}',
1165        ConfirmationNumber => '\u{e638}',
1166        ContactMail => '\u{e0d0}',
1167        ContactPhone => '\u{e0cf}',
1168        Contacts => '\u{e0ba}',
1169        ContentCopy => '\u{e14d}',
1170        ContentCut => '\u{e14e}',
1171        ContentPaste => '\u{e14f}',
1172        ControlPoint => '\u{e3ba}',
1173        ControlPointDuplicate => '\u{e3bb}',
1174        Copyright => '\u{e90c}',
1175        Create => '\u{e150}',
1176        CreateNewFolder => '\u{e2cc}',
1177        CreditCard => '\u{e870}',
1178        Crop => '\u{e3be}',
1179        Crop169 => '\u{e3bc}',
1180        Crop32 => '\u{e3bd}',
1181        Crop54 => '\u{e3bf}',
1182        Crop75 => '\u{e3c0}',
1183        CropDin => '\u{e3c1}',
1184        CropFree => '\u{e3c2}',
1185        CropLandscape => '\u{e3c3}',
1186        CropOriginal => '\u{e3c4}',
1187        CropPortrait => '\u{e3c5}',
1188        CropRotate => '\u{e437}',
1189        CropSquare => '\u{e3c6}',
1190        Dashboard => '\u{e871}',
1191        DataUsage => '\u{e1af}',
1192        DateRange => '\u{e916}',
1193        Dehaze => '\u{e3c7}',
1194        Delete => '\u{e872}',
1195        DeleteForever => '\u{e92b}',
1196        DeleteSweep => '\u{e16c}',
1197        Description => '\u{e873}',
1198        DesktopMac => '\u{e30b}',
1199        DesktopWindows => '\u{e30c}',
1200        Details => '\u{e3c8}',
1201        DeveloperBoard => '\u{e30d}',
1202        DeveloperMode => '\u{e1b0}',
1203        DeviceHub => '\u{e335}',
1204        Devices => '\u{e1b1}',
1205        DevicesOther => '\u{e337}',
1206        DialerSip => '\u{e0bb}',
1207        Dialpad => '\u{e0bc}',
1208        Directions => '\u{e52e}',
1209        DirectionsBike => '\u{e52f}',
1210        DirectionsBoat => '\u{e532}',
1211        DirectionsBus => '\u{e530}',
1212        DirectionsCar => '\u{e531}',
1213        DirectionsRailway => '\u{e534}',
1214        DirectionsRun => '\u{e566}',
1215        DirectionsSubway => '\u{e533}',
1216        DirectionsTransit => '\u{e535}',
1217        DirectionsWalk => '\u{e536}',
1218        DiscFull => '\u{e610}',
1219        Dns => '\u{e875}',
1220        DoNotDisturb => '\u{e612}',
1221        DoNotDisturbAlt => '\u{e611}',
1222        DoNotDisturbOff => '\u{e643}',
1223        DoNotDisturbOn => '\u{e644}',
1224        Dock => '\u{e30e}',
1225        Domain => '\u{e7ee}',
1226        Done => '\u{e876}',
1227        DoneAll => '\u{e877}',
1228        DonutLarge => '\u{e917}',
1229        DonutSmall => '\u{e918}',
1230        Drafts => '\u{e151}',
1231        DragHandle => '\u{e25d}',
1232        DriveEta => '\u{e613}',
1233        Dvr => '\u{e1b2}',
1234        Edit => '\u{e3c9}',
1235        EditLocation => '\u{e568}',
1236        Eject => '\u{e8fb}',
1237        Email => '\u{e0be}',
1238        EnhancedEncryption => '\u{e63f}',
1239        Equalizer => '\u{e01d}',
1240        Error => '\u{e000}',
1241        ErrorOutline => '\u{e001}',
1242        EuroSymbol => '\u{e926}',
1243        EvStation => '\u{e56d}',
1244        Event => '\u{e878}',
1245        EventAvailable => '\u{e614}',
1246        EventBusy => '\u{e615}',
1247        EventNote => '\u{e616}',
1248        EventSeat => '\u{e903}',
1249        ExitToApp => '\u{e879}',
1250        ExpandLess => '\u{e5ce}',
1251        ExpandMore => '\u{e5cf}',
1252        Explicit => '\u{e01e}',
1253        Explore => '\u{e87a}',
1254        Exposure => '\u{e3ca}',
1255        ExposureNeg1 => '\u{e3cb}',
1256        ExposureNeg2 => '\u{e3cc}',
1257        ExposurePlus1 => '\u{e3cd}',
1258        ExposurePlus2 => '\u{e3ce}',
1259        ExposureZero => '\u{e3cf}',
1260        Extension => '\u{e87b}',
1261        Face => '\u{e87c}',
1262        FastForward => '\u{e01f}',
1263        FastRewind => '\u{e020}',
1264        Favorite => '\u{e87d}',
1265        FavoriteBorder => '\u{e87e}',
1266        FeaturedPlayList => '\u{e06d}',
1267        FeaturedVideo => '\u{e06e}',
1268        Feedback => '\u{e87f}',
1269        FiberDvr => '\u{e05d}',
1270        FiberManualRecord => '\u{e061}',
1271        FiberNew => '\u{e05e}',
1272        FiberPin => '\u{e06a}',
1273        FiberSmartRecord => '\u{e062}',
1274        FileDownload => '\u{e2c4}',
1275        FileUpload => '\u{e2c6}',
1276        Filter => '\u{e3d3}',
1277        Filter1 => '\u{e3d0}',
1278        Filter2 => '\u{e3d1}',
1279        Filter3 => '\u{e3d2}',
1280        Filter4 => '\u{e3d4}',
1281        Filter5 => '\u{e3d5}',
1282        Filter6 => '\u{e3d6}',
1283        Filter7 => '\u{e3d7}',
1284        Filter8 => '\u{e3d8}',
1285        Filter9 => '\u{e3d9}',
1286        Filter9Plus => '\u{e3da}',
1287        FilterBAndW => '\u{e3db}',
1288        FilterCenterFocus => '\u{e3dc}',
1289        FilterDrama => '\u{e3dd}',
1290        FilterFrames => '\u{e3de}',
1291        FilterHdr => '\u{e3df}',
1292        FilterList => '\u{e152}',
1293        FilterNone => '\u{e3e0}',
1294        FilterTiltShift => '\u{e3e2}',
1295        FilterVintage => '\u{e3e3}',
1296        FindInPage => '\u{e880}',
1297        FindReplace => '\u{e881}',
1298        Fingerprint => '\u{e90d}',
1299        FirstPage => '\u{e5dc}',
1300        FitnessCenter => '\u{eb43}',
1301        Flag => '\u{e153}',
1302        Flare => '\u{e3e4}',
1303        FlashAuto => '\u{e3e5}',
1304        FlashOff => '\u{e3e6}',
1305        FlashOn => '\u{e3e7}',
1306        Flight => '\u{e539}',
1307        FlightLand => '\u{e904}',
1308        FlightTakeoff => '\u{e905}',
1309        Flip => '\u{e3e8}',
1310        FlipToBack => '\u{e882}',
1311        FlipToFront => '\u{e883}',
1312        Folder => '\u{e2c7}',
1313        FolderOpen => '\u{e2c8}',
1314        FolderShared => '\u{e2c9}',
1315        FolderSpecial => '\u{e617}',
1316        FontDownload => '\u{e167}',
1317        FormatAlignCenter => '\u{e234}',
1318        FormatAlignJustify => '\u{e235}',
1319        FormatAlignLeft => '\u{e236}',
1320        FormatAlignRight => '\u{e237}',
1321        FormatBold => '\u{e238}',
1322        FormatClear => '\u{e239}',
1323        FormatColorFill => '\u{e23a}',
1324        FormatColorReset => '\u{e23b}',
1325        FormatColorText => '\u{e23c}',
1326        FormatIndentDecrease => '\u{e23d}',
1327        FormatIndentIncrease => '\u{e23e}',
1328        FormatItalic => '\u{e23f}',
1329        FormatLineSpacing => '\u{e240}',
1330        FormatListBulleted => '\u{e241}',
1331        FormatListNumbered => '\u{e242}',
1332        FormatPaint => '\u{e243}',
1333        FormatQuote => '\u{e244}',
1334        FormatShapes => '\u{e25e}',
1335        FormatSize => '\u{e245}',
1336        FormatStrikethrough => '\u{e246}',
1337        FormatTextdirectionLToR => '\u{e247}',
1338        FormatTextdirectionRToL => '\u{e248}',
1339        FormatUnderlined => '\u{e249}',
1340        Forum => '\u{e0bf}',
1341        Forward => '\u{e154}',
1342        Forward10 => '\u{e056}',
1343        Forward30 => '\u{e057}',
1344        Forward5 => '\u{e058}',
1345        FreeBreakfast => '\u{eb44}',
1346        Fullscreen => '\u{e5d0}',
1347        FullscreenExit => '\u{e5d1}',
1348        Functions => '\u{e24a}',
1349        GTranslate => '\u{e927}',
1350        Gamepad => '\u{e30f}',
1351        Games => '\u{e021}',
1352        Gavel => '\u{e90e}',
1353        Gesture => '\u{e155}',
1354        GetApp => '\u{e884}',
1355        Gif => '\u{e908}',
1356        GolfCourse => '\u{eb45}',
1357        GpsFixed => '\u{e1b3}',
1358        GpsNotFixed => '\u{e1b4}',
1359        GpsOff => '\u{e1b5}',
1360        Grade => '\u{e885}',
1361        Gradient => '\u{e3e9}',
1362        Grain => '\u{e3ea}',
1363        GraphicEq => '\u{e1b8}',
1364        GridOff => '\u{e3eb}',
1365        GridOn => '\u{e3ec}',
1366        Group => '\u{e7ef}',
1367        GroupAdd => '\u{e7f0}',
1368        GroupWork => '\u{e886}',
1369        Hd => '\u{e052}',
1370        HdrOff => '\u{e3ed}',
1371        HdrOn => '\u{e3ee}',
1372        HdrStrong => '\u{e3f1}',
1373        HdrWeak => '\u{e3f2}',
1374        Headset => '\u{e310}',
1375        HeadsetMic => '\u{e311}',
1376        Healing => '\u{e3f3}',
1377        Hearing => '\u{e023}',
1378        Help => '\u{e887}',
1379        HelpOutline => '\u{e8fd}',
1380        HighQuality => '\u{e024}',
1381        Highlight => '\u{e25f}',
1382        HighlightOff => '\u{e888}',
1383        History => '\u{e889}',
1384        Home => '\u{e88a}',
1385        HotTub => '\u{eb46}',
1386        Hotel => '\u{e53a}',
1387        HourglassEmpty => '\u{e88b}',
1388        HourglassFull => '\u{e88c}',
1389        Http => '\u{e902}',
1390        Https => '\u{e88d}',
1391        Image => '\u{e3f4}',
1392        ImageAspectRatio => '\u{e3f5}',
1393        ImportContacts => '\u{e0e0}',
1394        ImportExport => '\u{e0c3}',
1395        ImportantDevices => '\u{e912}',
1396        Inbox => '\u{e156}',
1397        IndeterminateCheckBox => '\u{e909}',
1398        Info => '\u{e88e}',
1399        InfoOutline => '\u{e88f}',
1400        Input => '\u{e890}',
1401        InsertChart => '\u{e24b}',
1402        InsertComment => '\u{e24c}',
1403        InsertDriveFile => '\u{e24d}',
1404        InsertEmoticon => '\u{e24e}',
1405        InsertInvitation => '\u{e24f}',
1406        InsertLink => '\u{e250}',
1407        InsertPhoto => '\u{e251}',
1408        InvertColors => '\u{e891}',
1409        InvertColorsOff => '\u{e0c4}',
1410        Iso => '\u{e3f6}',
1411        Keyboard => '\u{e312}',
1412        KeyboardArrowDown => '\u{e313}',
1413        KeyboardArrowLeft => '\u{e314}',
1414        KeyboardArrowRight => '\u{e315}',
1415        KeyboardArrowUp => '\u{e316}',
1416        KeyboardBackspace => '\u{e317}',
1417        KeyboardCapslock => '\u{e318}',
1418        KeyboardHide => '\u{e31a}',
1419        KeyboardReturn => '\u{e31b}',
1420        KeyboardTab => '\u{e31c}',
1421        KeyboardVoice => '\u{e31d}',
1422        Kitchen => '\u{eb47}',
1423        Label => '\u{e892}',
1424        LabelOutline => '\u{e893}',
1425        Landscape => '\u{e3f7}',
1426        Language => '\u{e894}',
1427        Laptop => '\u{e31e}',
1428        LaptopChromebook => '\u{e31f}',
1429        LaptopMac => '\u{e320}',
1430        LaptopWindows => '\u{e321}',
1431        LastPage => '\u{e5dd}',
1432        Launch => '\u{e895}',
1433        Layers => '\u{e53b}',
1434        LayersClear => '\u{e53c}',
1435        LeakAdd => '\u{e3f8}',
1436        LeakRemove => '\u{e3f9}',
1437        Lens => '\u{e3fa}',
1438        LibraryAdd => '\u{e02e}',
1439        LibraryBooks => '\u{e02f}',
1440        LibraryMusic => '\u{e030}',
1441        LightbulbOutline => '\u{e90f}',
1442        LineStyle => '\u{e919}',
1443        LineWeight => '\u{e91a}',
1444        LinearScale => '\u{e260}',
1445        Link => '\u{e157}',
1446        LinkedCamera => '\u{e438}',
1447        List => '\u{e896}',
1448        LiveHelp => '\u{e0c6}',
1449        LiveTv => '\u{e639}',
1450        LocalActivity => '\u{e53f}',
1451        LocalAirport => '\u{e53d}',
1452        LocalAtm => '\u{e53e}',
1453        LocalBar => '\u{e540}',
1454        LocalCafe => '\u{e541}',
1455        LocalCarWash => '\u{e542}',
1456        LocalConvenienceStore => '\u{e543}',
1457        LocalDining => '\u{e556}',
1458        LocalDrink => '\u{e544}',
1459        LocalFlorist => '\u{e545}',
1460        LocalGasStation => '\u{e546}',
1461        LocalGroceryStore => '\u{e547}',
1462        LocalHospital => '\u{e548}',
1463        LocalHotel => '\u{e549}',
1464        LocalLaundryService => '\u{e54a}',
1465        LocalLibrary => '\u{e54b}',
1466        LocalMall => '\u{e54c}',
1467        LocalMovies => '\u{e54d}',
1468        LocalOffer => '\u{e54e}',
1469        LocalParking => '\u{e54f}',
1470        LocalPharmacy => '\u{e550}',
1471        LocalPhone => '\u{e551}',
1472        LocalPizza => '\u{e552}',
1473        LocalPlay => '\u{e553}',
1474        LocalPostOffice => '\u{e554}',
1475        LocalPrintshop => '\u{e555}',
1476        LocalSee => '\u{e557}',
1477        LocalShipping => '\u{e558}',
1478        LocalTaxi => '\u{e559}',
1479        LocationCity => '\u{e7f1}',
1480        LocationDisabled => '\u{e1b6}',
1481        LocationOff => '\u{e0c7}',
1482        LocationOn => '\u{e0c8}',
1483        LocationSearching => '\u{e1b7}',
1484        Lock => '\u{e897}',
1485        LockOpen => '\u{e898}',
1486        LockOutline => '\u{e899}',
1487        Looks => '\u{e3fc}',
1488        Looks3 => '\u{e3fb}',
1489        Looks4 => '\u{e3fd}',
1490        Looks5 => '\u{e3fe}',
1491        Looks6 => '\u{e3ff}',
1492        LooksOne => '\u{e400}',
1493        LooksTwo => '\u{e401}',
1494        Loop => '\u{e028}',
1495        Loupe => '\u{e402}',
1496        LowPriority => '\u{e16d}',
1497        Loyalty => '\u{e89a}',
1498        Mail => '\u{e158}',
1499        MailOutline => '\u{e0e1}',
1500        Map => '\u{e55b}',
1501        Markunread => '\u{e159}',
1502        MarkunreadMailbox => '\u{e89b}',
1503        Memory => '\u{e322}',
1504        Menu => '\u{e5d2}',
1505        MergeType => '\u{e252}',
1506        Message => '\u{e0c9}',
1507        Mic => '\u{e029}',
1508        MicNone => '\u{e02a}',
1509        MicOff => '\u{e02b}',
1510        Mms => '\u{e618}',
1511        ModeComment => '\u{e253}',
1512        ModeEdit => '\u{e254}',
1513        MonetizationOn => '\u{e263}',
1514        MoneyOff => '\u{e25c}',
1515        MonochromePhotos => '\u{e403}',
1516        Mood => '\u{e7f2}',
1517        MoodBad => '\u{e7f3}',
1518        More => '\u{e619}',
1519        MoreHoriz => '\u{e5d3}',
1520        MoreVert => '\u{e5d4}',
1521        Motorcycle => '\u{e91b}',
1522        Mouse => '\u{e323}',
1523        MoveToInbox => '\u{e168}',
1524        Movie => '\u{e02c}',
1525        MovieCreation => '\u{e404}',
1526        MovieFilter => '\u{e43a}',
1527        MultilineChart => '\u{e6df}',
1528        MusicNote => '\u{e405}',
1529        MusicVideo => '\u{e063}',
1530        MyLocation => '\u{e55c}',
1531        Nature => '\u{e406}',
1532        NaturePeople => '\u{e407}',
1533        NavigateBefore => '\u{e408}',
1534        NavigateNext => '\u{e409}',
1535        Navigation => '\u{e55d}',
1536        NearMe => '\u{e569}',
1537        NetworkCell => '\u{e1b9}',
1538        NetworkCheck => '\u{e640}',
1539        NetworkLocked => '\u{e61a}',
1540        NetworkWifi => '\u{e1ba}',
1541        NewReleases => '\u{e031}',
1542        NextWeek => '\u{e16a}',
1543        Nfc => '\u{e1bb}',
1544        NoEncryption => '\u{e641}',
1545        NoSim => '\u{e0cc}',
1546        NotInterested => '\u{e033}',
1547        Note => '\u{e06f}',
1548        NoteAdd => '\u{e89c}',
1549        Notifications => '\u{e7f4}',
1550        NotificationsActive => '\u{e7f7}',
1551        NotificationsNone => '\u{e7f5}',
1552        NotificationsOff => '\u{e7f6}',
1553        NotificationsPaused => '\u{e7f8}',
1554        OfflinePin => '\u{e90a}',
1555        OndemandVideo => '\u{e63a}',
1556        Opacity => '\u{e91c}',
1557        OpenInBrowser => '\u{e89d}',
1558        OpenInNew => '\u{e89e}',
1559        OpenWith => '\u{e89f}',
1560        Pages => '\u{e7f9}',
1561        Pageview => '\u{e8a0}',
1562        Palette => '\u{e40a}',
1563        PanTool => '\u{e925}',
1564        Panorama => '\u{e40b}',
1565        PanoramaFishEye => '\u{e40c}',
1566        PanoramaHorizontal => '\u{e40d}',
1567        PanoramaVertical => '\u{e40e}',
1568        PanoramaWideAngle => '\u{e40f}',
1569        PartyMode => '\u{e7fa}',
1570        Pause => '\u{e034}',
1571        PauseCircleFilled => '\u{e035}',
1572        PauseCircleOutline => '\u{e036}',
1573        Payment => '\u{e8a1}',
1574        People => '\u{e7fb}',
1575        PeopleOutline => '\u{e7fc}',
1576        PermCameraMic => '\u{e8a2}',
1577        PermContactCalendar => '\u{e8a3}',
1578        PermDataSetting => '\u{e8a4}',
1579        PermDeviceInformation => '\u{e8a5}',
1580        PermIdentity => '\u{e8a6}',
1581        PermMedia => '\u{e8a7}',
1582        PermPhoneMsg => '\u{e8a8}',
1583        PermScanWifi => '\u{e8a9}',
1584        Person => '\u{e7fd}',
1585        PersonAdd => '\u{e7fe}',
1586        PersonOutline => '\u{e7ff}',
1587        PersonPin => '\u{e55a}',
1588        PersonPinCircle => '\u{e56a}',
1589        PersonalVideo => '\u{e63b}',
1590        Pets => '\u{e91d}',
1591        Phone => '\u{e0cd}',
1592        PhoneAndroid => '\u{e324}',
1593        PhoneBluetoothSpeaker => '\u{e61b}',
1594        PhoneForwarded => '\u{e61c}',
1595        PhoneInTalk => '\u{e61d}',
1596        PhoneIphone => '\u{e325}',
1597        PhoneLocked => '\u{e61e}',
1598        PhoneMissed => '\u{e61f}',
1599        PhonePaused => '\u{e620}',
1600        Phonelink => '\u{e326}',
1601        PhonelinkErase => '\u{e0db}',
1602        PhonelinkLock => '\u{e0dc}',
1603        PhonelinkOff => '\u{e327}',
1604        PhonelinkRing => '\u{e0dd}',
1605        PhonelinkSetup => '\u{e0de}',
1606        Photo => '\u{e410}',
1607        PhotoAlbum => '\u{e411}',
1608        PhotoCamera => '\u{e412}',
1609        PhotoFilter => '\u{e43b}',
1610        PhotoLibrary => '\u{e413}',
1611        PhotoSizeSelectActual => '\u{e432}',
1612        PhotoSizeSelectLarge => '\u{e433}',
1613        PhotoSizeSelectSmall => '\u{e434}',
1614        PictureAsPdf => '\u{e415}',
1615        PictureInPicture => '\u{e8aa}',
1616        PictureInPictureAlt => '\u{e911}',
1617        PieChart => '\u{e6c4}',
1618        PieChartOutlined => '\u{e6c5}',
1619        PinDrop => '\u{e55e}',
1620        Place => '\u{e55f}',
1621        PlayArrow => '\u{e037}',
1622        PlayCircleFilled => '\u{e038}',
1623        PlayCircleOutline => '\u{e039}',
1624        PlayForWork => '\u{e906}',
1625        PlaylistAdd => '\u{e03b}',
1626        PlaylistAddCheck => '\u{e065}',
1627        PlaylistPlay => '\u{e05f}',
1628        PlusOne => '\u{e800}',
1629        Poll => '\u{e801}',
1630        Polymer => '\u{e8ab}',
1631        Pool => '\u{eb48}',
1632        PortableWifiOff => '\u{e0ce}',
1633        Portrait => '\u{e416}',
1634        Power => '\u{e63c}',
1635        PowerInput => '\u{e336}',
1636        PowerSettingsNew => '\u{e8ac}',
1637        PregnantWoman => '\u{e91e}',
1638        PresentToAll => '\u{e0df}',
1639        Print => '\u{e8ad}',
1640        PriorityHigh => '\u{e645}',
1641        Public => '\u{e80b}',
1642        Publish => '\u{e255}',
1643        QueryBuilder => '\u{e8ae}',
1644        QuestionAnswer => '\u{e8af}',
1645        Queue => '\u{e03c}',
1646        QueueMusic => '\u{e03d}',
1647        QueuePlayNext => '\u{e066}',
1648        Radio => '\u{e03e}',
1649        RadioButtonChecked => '\u{e837}',
1650        RadioButtonUnchecked => '\u{e836}',
1651        RateReview => '\u{e560}',
1652        Receipt => '\u{e8b0}',
1653        RecentActors => '\u{e03f}',
1654        RecordVoiceOver => '\u{e91f}',
1655        Redeem => '\u{e8b1}',
1656        Redo => '\u{e15a}',
1657        Refresh => '\u{e5d5}',
1658        Remove => '\u{e15b}',
1659        RemoveCircle => '\u{e15c}',
1660        RemoveCircleOutline => '\u{e15d}',
1661        RemoveFromQueue => '\u{e067}',
1662        RemoveRedEye => '\u{e417}',
1663        RemoveShoppingCart => '\u{e928}',
1664        Reorder => '\u{e8fe}',
1665        Repeat => '\u{e040}',
1666        RepeatOne => '\u{e041}',
1667        Replay => '\u{e042}',
1668        Replay10 => '\u{e059}',
1669        Replay30 => '\u{e05a}',
1670        Replay5 => '\u{e05b}',
1671        Reply => '\u{e15e}',
1672        ReplyAll => '\u{e15f}',
1673        Report => '\u{e160}',
1674        ReportProblem => '\u{e8b2}',
1675        Restaurant => '\u{e56c}',
1676        RestaurantMenu => '\u{e561}',
1677        Restore => '\u{e8b3}',
1678        RestorePage => '\u{e929}',
1679        RingVolume => '\u{e0d1}',
1680        Room => '\u{e8b4}',
1681        RoomService => '\u{eb49}',
1682        Rotate90DegreesCcw => '\u{e418}',
1683        RotateLeft => '\u{e419}',
1684        RotateRight => '\u{e41a}',
1685        RoundedCorner => '\u{e920}',
1686        Router => '\u{e328}',
1687        Rowing => '\u{e921}',
1688        RssFeed => '\u{e0e5}',
1689        RvHookup => '\u{e642}',
1690        Satellite => '\u{e562}',
1691        Save => '\u{e161}',
1692        Scanner => '\u{e329}',
1693        Schedule => '\u{e8b5}',
1694        School => '\u{e80c}',
1695        ScreenLockLandscape => '\u{e1be}',
1696        ScreenLockPortrait => '\u{e1bf}',
1697        ScreenLockRotation => '\u{e1c0}',
1698        ScreenRotation => '\u{e1c1}',
1699        ScreenShare => '\u{e0e2}',
1700        SdCard => '\u{e623}',
1701        SdStorage => '\u{e1c2}',
1702        Search => '\u{e8b6}',
1703        Security => '\u{e32a}',
1704        SelectAll => '\u{e162}',
1705        Send => '\u{e163}',
1706        SentimentDissatisfied => '\u{e811}',
1707        SentimentNeutral => '\u{e812}',
1708        SentimentSatisfied => '\u{e813}',
1709        SentimentVeryDissatisfied => '\u{e814}',
1710        SentimentVerySatisfied => '\u{e815}',
1711        Settings => '\u{e8b8}',
1712        SettingsApplications => '\u{e8b9}',
1713        SettingsBackupRestore => '\u{e8ba}',
1714        SettingsBluetooth => '\u{e8bb}',
1715        SettingsBrightness => '\u{e8bd}',
1716        SettingsCell => '\u{e8bc}',
1717        SettingsEthernet => '\u{e8be}',
1718        SettingsInputAntenna => '\u{e8bf}',
1719        SettingsInputComponent => '\u{e8c0}',
1720        SettingsInputComposite => '\u{e8c1}',
1721        SettingsInputHdmi => '\u{e8c2}',
1722        SettingsInputSvideo => '\u{e8c3}',
1723        SettingsOverscan => '\u{e8c4}',
1724        SettingsPhone => '\u{e8c5}',
1725        SettingsPower => '\u{e8c6}',
1726        SettingsRemote => '\u{e8c7}',
1727        SettingsSystemDaydream => '\u{e1c3}',
1728        SettingsVoice => '\u{e8c8}',
1729        Share => '\u{e80d}',
1730        Shop => '\u{e8c9}',
1731        ShopTwo => '\u{e8ca}',
1732        ShoppingBasket => '\u{e8cb}',
1733        ShoppingCart => '\u{e8cc}',
1734        ShortText => '\u{e261}',
1735        ShowChart => '\u{e6e1}',
1736        Shuffle => '\u{e043}',
1737        SignalCellular4Bar => '\u{e1c8}',
1738        SignalCellularConnectedNoInternet4Bar => '\u{e1cd}',
1739        SignalCellularNoSim => '\u{e1ce}',
1740        SignalCellularNull => '\u{e1cf}',
1741        SignalCellularOff => '\u{e1d0}',
1742        SignalWifi4Bar => '\u{e1d8}',
1743        SignalWifi4BarLock => '\u{e1d9}',
1744        SignalWifiOff => '\u{e1da}',
1745        SimCard => '\u{e32b}',
1746        SimCardAlert => '\u{e624}',
1747        SkipNext => '\u{e044}',
1748        SkipPrevious => '\u{e045}',
1749        Slideshow => '\u{e41b}',
1750        SlowMotionVideo => '\u{e068}',
1751        Smartphone => '\u{e32c}',
1752        SmokeFree => '\u{eb4a}',
1753        SmokingRooms => '\u{eb4b}',
1754        Sms => '\u{e625}',
1755        SmsFailed => '\u{e626}',
1756        Snooze => '\u{e046}',
1757        Sort => '\u{e164}',
1758        SortByAlpha => '\u{e053}',
1759        Spa => '\u{eb4c}',
1760        SpaceBar => '\u{e256}',
1761        Speaker => '\u{e32d}',
1762        SpeakerGroup => '\u{e32e}',
1763        SpeakerNotes => '\u{e8cd}',
1764        SpeakerNotesOff => '\u{e92a}',
1765        SpeakerPhone => '\u{e0d2}',
1766        Spellcheck => '\u{e8ce}',
1767        Star => '\u{e838}',
1768        StarBorder => '\u{e83a}',
1769        StarHalf => '\u{e839}',
1770        Stars => '\u{e8d0}',
1771        StayCurrentLandscape => '\u{e0d3}',
1772        StayCurrentPortrait => '\u{e0d4}',
1773        StayPrimaryLandscape => '\u{e0d5}',
1774        StayPrimaryPortrait => '\u{e0d6}',
1775        Stop => '\u{e047}',
1776        StopScreenShare => '\u{e0e3}',
1777        Storage => '\u{e1db}',
1778        Store => '\u{e8d1}',
1779        StoreMallDirectory => '\u{e563}',
1780        Straighten => '\u{e41c}',
1781        Streetview => '\u{e56e}',
1782        StrikethroughS => '\u{e257}',
1783        Style => '\u{e41d}',
1784        SubdirectoryArrowLeft => '\u{e5d9}',
1785        SubdirectoryArrowRight => '\u{e5da}',
1786        Subject => '\u{e8d2}',
1787        Subscriptions => '\u{e064}',
1788        Subtitles => '\u{e048}',
1789        Subway => '\u{e56f}',
1790        SupervisorAccount => '\u{e8d3}',
1791        SurroundSound => '\u{e049}',
1792        SwapCalls => '\u{e0d7}',
1793        SwapHoriz => '\u{e8d4}',
1794        SwapVert => '\u{e8d5}',
1795        SwapVerticalCircle => '\u{e8d6}',
1796        SwitchCamera => '\u{e41e}',
1797        SwitchVideo => '\u{e41f}',
1798        Sync => '\u{e627}',
1799        SyncDisabled => '\u{e628}',
1800        SyncProblem => '\u{e629}',
1801        SystemUpdate => '\u{e62a}',
1802        SystemUpdateAlt => '\u{e8d7}',
1803        Tab => '\u{e8d8}',
1804        TabUnselected => '\u{e8d9}',
1805        Tablet => '\u{e32f}',
1806        TabletAndroid => '\u{e330}',
1807        TabletMac => '\u{e331}',
1808        TagFaces => '\u{e420}',
1809        TapAndPlay => '\u{e62b}',
1810        Terrain => '\u{e564}',
1811        TextFields => '\u{e262}',
1812        TextFormat => '\u{e165}',
1813        Textsms => '\u{e0d8}',
1814        Texture => '\u{e421}',
1815        Theaters => '\u{e8da}',
1816        ThumbDown => '\u{e8db}',
1817        ThumbUp => '\u{e8dc}',
1818        ThumbsUpDown => '\u{e8dd}',
1819        TimeToLeave => '\u{e62c}',
1820        Timelapse => '\u{e422}',
1821        Timeline => '\u{e922}',
1822        Timer => '\u{e425}',
1823        Timer10 => '\u{e423}',
1824        Timer3 => '\u{e424}',
1825        TimerOff => '\u{e426}',
1826        Title => '\u{e264}',
1827        Toc => '\u{e8de}',
1828        Today => '\u{e8df}',
1829        Toll => '\u{e8e0}',
1830        Tonality => '\u{e427}',
1831        TouchApp => '\u{e913}',
1832        Toys => '\u{e332}',
1833        TrackChanges => '\u{e8e1}',
1834        Traffic => '\u{e565}',
1835        Train => '\u{e570}',
1836        Tram => '\u{e571}',
1837        TransferWithinAStation => '\u{e572}',
1838        Transform => '\u{e428}',
1839        Translate => '\u{e8e2}',
1840        TrendingDown => '\u{e8e3}',
1841        TrendingFlat => '\u{e8e4}',
1842        TrendingUp => '\u{e8e5}',
1843        Tune => '\u{e429}',
1844        TurnedIn => '\u{e8e6}',
1845        TurnedInNot => '\u{e8e7}',
1846        Tv => '\u{e333}',
1847        Unarchive => '\u{e169}',
1848        Undo => '\u{e166}',
1849        UnfoldLess => '\u{e5d6}',
1850        UnfoldMore => '\u{e5d7}',
1851        Update => '\u{e923}',
1852        Usb => '\u{e1e0}',
1853        VerifiedUser => '\u{e8e8}',
1854        VerticalAlignBottom => '\u{e258}',
1855        VerticalAlignCenter => '\u{e259}',
1856        VerticalAlignTop => '\u{e25a}',
1857        Vibration => '\u{e62d}',
1858        VideoCall => '\u{e070}',
1859        VideoLabel => '\u{e071}',
1860        VideoLibrary => '\u{e04a}',
1861        Videocam => '\u{e04b}',
1862        VideocamOff => '\u{e04c}',
1863        VideogameAsset => '\u{e338}',
1864        ViewAgenda => '\u{e8e9}',
1865        ViewArray => '\u{e8ea}',
1866        ViewCarousel => '\u{e8eb}',
1867        ViewColumn => '\u{e8ec}',
1868        ViewComfy => '\u{e42a}',
1869        ViewCompact => '\u{e42b}',
1870        ViewDay => '\u{e8ed}',
1871        ViewHeadline => '\u{e8ee}',
1872        ViewList => '\u{e8ef}',
1873        ViewModule => '\u{e8f0}',
1874        ViewQuilt => '\u{e8f1}',
1875        ViewStream => '\u{e8f2}',
1876        ViewWeek => '\u{e8f3}',
1877        Vignette => '\u{e435}',
1878        Visibility => '\u{e8f4}',
1879        VisibilityOff => '\u{e8f5}',
1880        VoiceChat => '\u{e62e}',
1881        Voicemail => '\u{e0d9}',
1882        VolumeDown => '\u{e04d}',
1883        VolumeMute => '\u{e04e}',
1884        VolumeOff => '\u{e04f}',
1885        VolumeUp => '\u{e050}',
1886        VpnKey => '\u{e0da}',
1887        VpnLock => '\u{e62f}',
1888        Wallpaper => '\u{e1bc}',
1889        Warning => '\u{e002}',
1890        Watch => '\u{e334}',
1891        WatchLater => '\u{e924}',
1892        WbAuto => '\u{e42c}',
1893        WbCloudy => '\u{e42d}',
1894        WbIncandescent => '\u{e42e}',
1895        WbIridescent => '\u{e436}',
1896        WbSunny => '\u{e430}',
1897        Wc => '\u{e63d}',
1898        Web => '\u{e051}',
1899        WebAsset => '\u{e069}',
1900        Weekend => '\u{e16b}',
1901        Whatshot => '\u{e80e}',
1902        Widgets => '\u{e1bd}',
1903        Wifi => '\u{e63e}',
1904        WifiLock => '\u{e1e1}',
1905        WifiTethering => '\u{e1e2}',
1906        Work => '\u{e8f9}',
1907        WrapText => '\u{e25b}',
1908        YoutubeSearchedFor => '\u{e8fa}',
1909        ZoomIn => '\u{e8ff}',
1910        ZoomOut => '\u{e900}',
1911        ZoomOutMap => '\u{e56b}',
1912    }
1913}
1914impl From<Icon> for char {
1915    fn from(icon: Icon) -> char {
1916        icon_to_char(icon)
1917    }
1918}
1919
1920/// Material icons font (`MaterialIcons-Regular.ttf`), licensed under the Apache 2.0 license
1921/// While attribution is not strictly required, it is appreciated.
1922/// See https://github.com/google/material-design-icons for more information
1923pub const FONT: &[u8] = include_bytes!("../assets/MaterialIcons-Regular.ttf");
1924
1925use std::fmt;
1926impl fmt::Display for Icon {
1927    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1928        write!(f, "{}", icon_to_char(*self))
1929    }
1930}
1931
1932/// Get icon HTML name
1933pub fn icon_to_html_name(icon: &Icon) -> &'static str {
1934    use self::Icon::*;
1935    match *icon {
1936        Rotation3d => "3d_rotation",
1937        AcUnit => "ac_unit",
1938        AccessAlarm => "access_alarm",
1939        AccessAlarms => "access_alarms",
1940        AccessTime => "access_time",
1941        Accessibility => "accessibility",
1942        Accessible => "accessible",
1943        AccountBalance => "account_balance",
1944        AccountBalanceWallet => "account_balance_wallet",
1945        AccountBox => "account_box",
1946        AccountCircle => "account_circle",
1947        Adb => "adb",
1948        Add => "add",
1949        AddAPhoto => "add_a_photo",
1950        AddAlarm => "add_alarm",
1951        AddAlert => "add_alert",
1952        AddBox => "add_box",
1953        AddCircle => "add_circle",
1954        AddCircleOutline => "add_circle_outline",
1955        AddLocation => "add_location",
1956        AddShoppingCart => "add_shopping_cart",
1957        AddToPhotos => "add_to_photos",
1958        AddToQueue => "add_to_queue",
1959        Adjust => "adjust",
1960        AirlineSeatFlat => "airline_seat_flat",
1961        AirlineSeatFlatAngled => "airline_seat_flat_angled",
1962        AirlineSeatIndividualSuite => "airline_seat_individual_suite",
1963        AirlineSeatLegroomExtra => "airline_seat_legroom_extra",
1964        AirlineSeatLegroomNormal => "airline_seat_legroom_normal",
1965        AirlineSeatLegroomReduced => "airline_seat_legroom_reduced",
1966        AirlineSeatReclineExtra => "airline_seat_recline_extra",
1967        AirlineSeatReclineNormal => "airline_seat_recline_normal",
1968        AirplanemodeActive => "airplanemode_active",
1969        AirplanemodeInactive => "airplanemode_inactive",
1970        Airplay => "airplay",
1971        AirportShuttle => "airport_shuttle",
1972        Alarm => "alarm",
1973        AlarmAdd => "alarm_add",
1974        AlarmOff => "alarm_off",
1975        AlarmOn => "alarm_on",
1976        Album => "album",
1977        AllInclusive => "all_inclusive",
1978        AllOut => "all_out",
1979        Android => "android",
1980        Announcement => "announcement",
1981        Apps => "apps",
1982        Archive => "archive",
1983        ArrowBack => "arrow_back",
1984        ArrowDownward => "arrow_downward",
1985        ArrowDropDown => "arrow_drop_down",
1986        ArrowDropDownCircle => "arrow_drop_down_circle",
1987        ArrowDropUp => "arrow_drop_up",
1988        ArrowForward => "arrow_forward",
1989        ArrowUpward => "arrow_upward",
1990        ArtTrack => "art_track",
1991        AspectRatio => "aspect_ratio",
1992        Assessment => "assessment",
1993        Assignment => "assignment",
1994        AssignmentInd => "assignment_ind",
1995        AssignmentLate => "assignment_late",
1996        AssignmentReturn => "assignment_return",
1997        AssignmentReturned => "assignment_returned",
1998        AssignmentTurnedIn => "assignment_turned_in",
1999        Assistant => "assistant",
2000        AssistantPhoto => "assistant_photo",
2001        AttachFile => "attach_file",
2002        AttachMoney => "attach_money",
2003        Attachment => "attachment",
2004        Audiotrack => "audiotrack",
2005        Autorenew => "autorenew",
2006        AvTimer => "av_timer",
2007        Backspace => "backspace",
2008        Backup => "backup",
2009        BatteryAlert => "battery_alert",
2010        BatteryChargingFull => "battery_charging_full",
2011        BatteryFull => "battery_full",
2012        BatteryStd => "battery_std",
2013        BatteryUnknown => "battery_unknown",
2014        BeachAccess => "beach_access",
2015        Beenhere => "beenhere",
2016        Block => "block",
2017        Bluetooth => "bluetooth",
2018        BluetoothAudio => "bluetooth_audio",
2019        BluetoothConnected => "bluetooth_connected",
2020        BluetoothDisabled => "bluetooth_disabled",
2021        BluetoothSearching => "bluetooth_searching",
2022        BlurCircular => "blur_circular",
2023        BlurLinear => "blur_linear",
2024        BlurOff => "blur_off",
2025        BlurOn => "blur_on",
2026        Book => "book",
2027        Bookmark => "bookmark",
2028        BookmarkBorder => "bookmark_border",
2029        BorderAll => "border_all",
2030        BorderBottom => "border_bottom",
2031        BorderClear => "border_clear",
2032        BorderColor => "border_color",
2033        BorderHorizontal => "border_horizontal",
2034        BorderInner => "border_inner",
2035        BorderLeft => "border_left",
2036        BorderOuter => "border_outer",
2037        BorderRight => "border_right",
2038        BorderStyle => "border_style",
2039        BorderTop => "border_top",
2040        BorderVertical => "border_vertical",
2041        BrandingWatermark => "branding_watermark",
2042        Brightness1 => "brightness_1",
2043        Brightness2 => "brightness_2",
2044        Brightness3 => "brightness_3",
2045        Brightness4 => "brightness_4",
2046        Brightness5 => "brightness_5",
2047        Brightness6 => "brightness_6",
2048        Brightness7 => "brightness_7",
2049        BrightnessAuto => "brightness_auto",
2050        BrightnessHigh => "brightness_high",
2051        BrightnessLow => "brightness_low",
2052        BrightnessMedium => "brightness_medium",
2053        BrokenImage => "broken_image",
2054        Brush => "brush",
2055        BubbleChart => "bubble_chart",
2056        BugReport => "bug_report",
2057        Build => "build",
2058        BurstMode => "burst_mode",
2059        Business => "business",
2060        BusinessCenter => "business_center",
2061        Cached => "cached",
2062        Cake => "cake",
2063        Call => "call",
2064        CallEnd => "call_end",
2065        CallMade => "call_made",
2066        CallMerge => "call_merge",
2067        CallMissed => "call_missed",
2068        CallMissedOutgoing => "call_missed_outgoing",
2069        CallReceived => "call_received",
2070        CallSplit => "call_split",
2071        CallToAction => "call_to_action",
2072        Camera => "camera",
2073        CameraAlt => "camera_alt",
2074        CameraEnhance => "camera_enhance",
2075        CameraFront => "camera_front",
2076        CameraRear => "camera_rear",
2077        CameraRoll => "camera_roll",
2078        Cancel => "cancel",
2079        CardGiftcard => "card_giftcard",
2080        CardMembership => "card_membership",
2081        CardTravel => "card_travel",
2082        Casino => "casino",
2083        Cast => "cast",
2084        CastConnected => "cast_connected",
2085        CenterFocusStrong => "center_focus_strong",
2086        CenterFocusWeak => "center_focus_weak",
2087        ChangeHistory => "change_history",
2088        Chat => "chat",
2089        ChatBubble => "chat_bubble",
2090        ChatBubbleOutline => "chat_bubble_outline",
2091        Check => "check",
2092        CheckBox => "check_box",
2093        CheckBoxOutlineBlank => "check_box_outline_blank",
2094        CheckCircle => "check_circle",
2095        ChevronLeft => "chevron_left",
2096        ChevronRight => "chevron_right",
2097        ChildCare => "child_care",
2098        ChildFriendly => "child_friendly",
2099        ChromeReaderMode => "chrome_reader_mode",
2100        Class => "class",
2101        Clear => "clear",
2102        ClearAll => "clear_all",
2103        Close => "close",
2104        ClosedCaption => "closed_caption",
2105        Cloud => "cloud",
2106        CloudCircle => "cloud_circle",
2107        CloudDone => "cloud_done",
2108        CloudDownload => "cloud_download",
2109        CloudOff => "cloud_off",
2110        CloudQueue => "cloud_queue",
2111        CloudUpload => "cloud_upload",
2112        Code => "code",
2113        Collections => "collections",
2114        CollectionsBookmark => "collections_bookmark",
2115        ColorLens => "color_lens",
2116        Colorize => "colorize",
2117        Comment => "comment",
2118        Compare => "compare",
2119        CompareArrows => "compare_arrows",
2120        Computer => "computer",
2121        ConfirmationNumber => "confirmation_number",
2122        ContactMail => "contact_mail",
2123        ContactPhone => "contact_phone",
2124        Contacts => "contacts",
2125        ContentCopy => "content_copy",
2126        ContentCut => "content_cut",
2127        ContentPaste => "content_paste",
2128        ControlPoint => "control_point",
2129        ControlPointDuplicate => "control_point_duplicate",
2130        Copyright => "copyright",
2131        Create => "create",
2132        CreateNewFolder => "create_new_folder",
2133        CreditCard => "credit_card",
2134        Crop => "crop",
2135        Crop169 => "crop_16_9",
2136        Crop32 => "crop_3_2",
2137        Crop54 => "crop_5_4",
2138        Crop75 => "crop_7_5",
2139        CropDin => "crop_din",
2140        CropFree => "crop_free",
2141        CropLandscape => "crop_landscape",
2142        CropOriginal => "crop_original",
2143        CropPortrait => "crop_portrait",
2144        CropRotate => "crop_rotate",
2145        CropSquare => "crop_square",
2146        Dashboard => "dashboard",
2147        DataUsage => "data_usage",
2148        DateRange => "date_range",
2149        Dehaze => "dehaze",
2150        Delete => "delete",
2151        DeleteForever => "delete_forever",
2152        DeleteSweep => "delete_sweep",
2153        Description => "description",
2154        DesktopMac => "desktop_mac",
2155        DesktopWindows => "desktop_windows",
2156        Details => "details",
2157        DeveloperBoard => "developer_board",
2158        DeveloperMode => "developer_mode",
2159        DeviceHub => "device_hub",
2160        Devices => "devices",
2161        DevicesOther => "devices_other",
2162        DialerSip => "dialer_sip",
2163        Dialpad => "dialpad",
2164        Directions => "directions",
2165        DirectionsBike => "directions_bike",
2166        DirectionsBoat => "directions_boat",
2167        DirectionsBus => "directions_bus",
2168        DirectionsCar => "directions_car",
2169        DirectionsRailway => "directions_railway",
2170        DirectionsRun => "directions_run",
2171        DirectionsSubway => "directions_subway",
2172        DirectionsTransit => "directions_transit",
2173        DirectionsWalk => "directions_walk",
2174        DiscFull => "disc_full",
2175        Dns => "dns",
2176        DoNotDisturb => "do_not_disturb",
2177        DoNotDisturbAlt => "do_not_disturb_alt",
2178        DoNotDisturbOff => "do_not_disturb_off",
2179        DoNotDisturbOn => "do_not_disturb_on",
2180        Dock => "dock",
2181        Domain => "domain",
2182        Done => "done",
2183        DoneAll => "done_all",
2184        DonutLarge => "donut_large",
2185        DonutSmall => "donut_small",
2186        Drafts => "drafts",
2187        DragHandle => "drag_handle",
2188        DriveEta => "drive_eta",
2189        Dvr => "dvr",
2190        Edit => "edit",
2191        EditLocation => "edit_location",
2192        Eject => "eject",
2193        Email => "email",
2194        EnhancedEncryption => "enhanced_encryption",
2195        Equalizer => "equalizer",
2196        Error => "error",
2197        ErrorOutline => "error_outline",
2198        EuroSymbol => "euro_symbol",
2199        EvStation => "ev_station",
2200        Event => "event",
2201        EventAvailable => "event_available",
2202        EventBusy => "event_busy",
2203        EventNote => "event_note",
2204        EventSeat => "event_seat",
2205        ExitToApp => "exit_to_app",
2206        ExpandLess => "expand_less",
2207        ExpandMore => "expand_more",
2208        Explicit => "explicit",
2209        Explore => "explore",
2210        Exposure => "exposure",
2211        ExposureNeg1 => "exposure_neg_1",
2212        ExposureNeg2 => "exposure_neg_2",
2213        ExposurePlus1 => "exposure_plus_1",
2214        ExposurePlus2 => "exposure_plus_2",
2215        ExposureZero => "exposure_zero",
2216        Extension => "extension",
2217        Face => "face",
2218        FastForward => "fast_forward",
2219        FastRewind => "fast_rewind",
2220        Favorite => "favorite",
2221        FavoriteBorder => "favorite_border",
2222        FeaturedPlayList => "featured_play_list",
2223        FeaturedVideo => "featured_video",
2224        Feedback => "feedback",
2225        FiberDvr => "fiber_dvr",
2226        FiberManualRecord => "fiber_manual_record",
2227        FiberNew => "fiber_new",
2228        FiberPin => "fiber_pin",
2229        FiberSmartRecord => "fiber_smart_record",
2230        FileDownload => "file_download",
2231        FileUpload => "file_upload",
2232        Filter => "filter",
2233        Filter1 => "filter_1",
2234        Filter2 => "filter_2",
2235        Filter3 => "filter_3",
2236        Filter4 => "filter_4",
2237        Filter5 => "filter_5",
2238        Filter6 => "filter_6",
2239        Filter7 => "filter_7",
2240        Filter8 => "filter_8",
2241        Filter9 => "filter_9",
2242        Filter9Plus => "filter_9_plus",
2243        FilterBAndW => "filter_b_and_w",
2244        FilterCenterFocus => "filter_center_focus",
2245        FilterDrama => "filter_drama",
2246        FilterFrames => "filter_frames",
2247        FilterHdr => "filter_hdr",
2248        FilterList => "filter_list",
2249        FilterNone => "filter_none",
2250        FilterTiltShift => "filter_tilt_shift",
2251        FilterVintage => "filter_vintage",
2252        FindInPage => "find_in_page",
2253        FindReplace => "find_replace",
2254        Fingerprint => "fingerprint",
2255        FirstPage => "first_page",
2256        FitnessCenter => "fitness_center",
2257        Flag => "flag",
2258        Flare => "flare",
2259        FlashAuto => "flash_auto",
2260        FlashOff => "flash_off",
2261        FlashOn => "flash_on",
2262        Flight => "flight",
2263        FlightLand => "flight_land",
2264        FlightTakeoff => "flight_takeoff",
2265        Flip => "flip",
2266        FlipToBack => "flip_to_back",
2267        FlipToFront => "flip_to_front",
2268        Folder => "folder",
2269        FolderOpen => "folder_open",
2270        FolderShared => "folder_shared",
2271        FolderSpecial => "folder_special",
2272        FontDownload => "font_download",
2273        FormatAlignCenter => "format_align_center",
2274        FormatAlignJustify => "format_align_justify",
2275        FormatAlignLeft => "format_align_left",
2276        FormatAlignRight => "format_align_right",
2277        FormatBold => "format_bold",
2278        FormatClear => "format_clear",
2279        FormatColorFill => "format_color_fill",
2280        FormatColorReset => "format_color_reset",
2281        FormatColorText => "format_color_text",
2282        FormatIndentDecrease => "format_indent_decrease",
2283        FormatIndentIncrease => "format_indent_increase",
2284        FormatItalic => "format_italic",
2285        FormatLineSpacing => "format_line_spacing",
2286        FormatListBulleted => "format_list_bulleted",
2287        FormatListNumbered => "format_list_numbered",
2288        FormatPaint => "format_paint",
2289        FormatQuote => "format_quote",
2290        FormatShapes => "format_shapes",
2291        FormatSize => "format_size",
2292        FormatStrikethrough => "format_strikethrough",
2293        FormatTextdirectionLToR => "format_textdirection_l_to_r",
2294        FormatTextdirectionRToL => "format_textdirection_r_to_l",
2295        FormatUnderlined => "format_underlined",
2296        Forum => "forum",
2297        Forward => "forward",
2298        Forward10 => "forward_10",
2299        Forward30 => "forward_30",
2300        Forward5 => "forward_5",
2301        FreeBreakfast => "free_breakfast",
2302        Fullscreen => "fullscreen",
2303        FullscreenExit => "fullscreen_exit",
2304        Functions => "functions",
2305        GTranslate => "g_translate",
2306        Gamepad => "gamepad",
2307        Games => "games",
2308        Gavel => "gavel",
2309        Gesture => "gesture",
2310        GetApp => "get_app",
2311        Gif => "gif",
2312        GolfCourse => "golf_course",
2313        GpsFixed => "gps_fixed",
2314        GpsNotFixed => "gps_not_fixed",
2315        GpsOff => "gps_off",
2316        Grade => "grade",
2317        Gradient => "gradient",
2318        Grain => "grain",
2319        GraphicEq => "graphic_eq",
2320        GridOff => "grid_off",
2321        GridOn => "grid_on",
2322        Group => "group",
2323        GroupAdd => "group_add",
2324        GroupWork => "group_work",
2325        Hd => "hd",
2326        HdrOff => "hdr_off",
2327        HdrOn => "hdr_on",
2328        HdrStrong => "hdr_strong",
2329        HdrWeak => "hdr_weak",
2330        Headset => "headset",
2331        HeadsetMic => "headset_mic",
2332        Healing => "healing",
2333        Hearing => "hearing",
2334        Help => "help",
2335        HelpOutline => "help_outline",
2336        HighQuality => "high_quality",
2337        Highlight => "highlight",
2338        HighlightOff => "highlight_off",
2339        History => "history",
2340        Home => "home",
2341        HotTub => "hot_tub",
2342        Hotel => "hotel",
2343        HourglassEmpty => "hourglass_empty",
2344        HourglassFull => "hourglass_full",
2345        Http => "http",
2346        Https => "https",
2347        Image => "image",
2348        ImageAspectRatio => "image_aspect_ratio",
2349        ImportContacts => "import_contacts",
2350        ImportExport => "import_export",
2351        ImportantDevices => "important_devices",
2352        Inbox => "inbox",
2353        IndeterminateCheckBox => "indeterminate_check_box",
2354        Info => "info",
2355        InfoOutline => "info_outline",
2356        Input => "input",
2357        InsertChart => "insert_chart",
2358        InsertComment => "insert_comment",
2359        InsertDriveFile => "insert_drive_file",
2360        InsertEmoticon => "insert_emoticon",
2361        InsertInvitation => "insert_invitation",
2362        InsertLink => "insert_link",
2363        InsertPhoto => "insert_photo",
2364        InvertColors => "invert_colors",
2365        InvertColorsOff => "invert_colors_off",
2366        Iso => "iso",
2367        Keyboard => "keyboard",
2368        KeyboardArrowDown => "keyboard_arrow_down",
2369        KeyboardArrowLeft => "keyboard_arrow_left",
2370        KeyboardArrowRight => "keyboard_arrow_right",
2371        KeyboardArrowUp => "keyboard_arrow_up",
2372        KeyboardBackspace => "keyboard_backspace",
2373        KeyboardCapslock => "keyboard_capslock",
2374        KeyboardHide => "keyboard_hide",
2375        KeyboardReturn => "keyboard_return",
2376        KeyboardTab => "keyboard_tab",
2377        KeyboardVoice => "keyboard_voice",
2378        Kitchen => "kitchen",
2379        Label => "label",
2380        LabelOutline => "label_outline",
2381        Landscape => "landscape",
2382        Language => "language",
2383        Laptop => "laptop",
2384        LaptopChromebook => "laptop_chromebook",
2385        LaptopMac => "laptop_mac",
2386        LaptopWindows => "laptop_windows",
2387        LastPage => "last_page",
2388        Launch => "launch",
2389        Layers => "layers",
2390        LayersClear => "layers_clear",
2391        LeakAdd => "leak_add",
2392        LeakRemove => "leak_remove",
2393        Lens => "lens",
2394        LibraryAdd => "library_add",
2395        LibraryBooks => "library_books",
2396        LibraryMusic => "library_music",
2397        LightbulbOutline => "lightbulb_outline",
2398        LineStyle => "line_style",
2399        LineWeight => "line_weight",
2400        LinearScale => "linear_scale",
2401        Link => "link",
2402        LinkedCamera => "linked_camera",
2403        List => "list",
2404        LiveHelp => "live_help",
2405        LiveTv => "live_tv",
2406        LocalActivity => "local_activity",
2407        LocalAirport => "local_airport",
2408        LocalAtm => "local_atm",
2409        LocalBar => "local_bar",
2410        LocalCafe => "local_cafe",
2411        LocalCarWash => "local_car_wash",
2412        LocalConvenienceStore => "local_convenience_store",
2413        LocalDining => "local_dining",
2414        LocalDrink => "local_drink",
2415        LocalFlorist => "local_florist",
2416        LocalGasStation => "local_gas_station",
2417        LocalGroceryStore => "local_grocery_store",
2418        LocalHospital => "local_hospital",
2419        LocalHotel => "local_hotel",
2420        LocalLaundryService => "local_laundry_service",
2421        LocalLibrary => "local_library",
2422        LocalMall => "local_mall",
2423        LocalMovies => "local_movies",
2424        LocalOffer => "local_offer",
2425        LocalParking => "local_parking",
2426        LocalPharmacy => "local_pharmacy",
2427        LocalPhone => "local_phone",
2428        LocalPizza => "local_pizza",
2429        LocalPlay => "local_play",
2430        LocalPostOffice => "local_post_office",
2431        LocalPrintshop => "local_printshop",
2432        LocalSee => "local_see",
2433        LocalShipping => "local_shipping",
2434        LocalTaxi => "local_taxi",
2435        LocationCity => "location_city",
2436        LocationDisabled => "location_disabled",
2437        LocationOff => "location_off",
2438        LocationOn => "location_on",
2439        LocationSearching => "location_searching",
2440        Lock => "lock",
2441        LockOpen => "lock_open",
2442        LockOutline => "lock_outline",
2443        Looks => "looks",
2444        Looks3 => "looks_3",
2445        Looks4 => "looks_4",
2446        Looks5 => "looks_5",
2447        Looks6 => "looks_6",
2448        LooksOne => "looks_one",
2449        LooksTwo => "looks_two",
2450        Loop => "loop",
2451        Loupe => "loupe",
2452        LowPriority => "low_priority",
2453        Loyalty => "loyalty",
2454        Mail => "mail",
2455        MailOutline => "mail_outline",
2456        Map => "map",
2457        Markunread => "markunread",
2458        MarkunreadMailbox => "markunread_mailbox",
2459        Memory => "memory",
2460        Menu => "menu",
2461        MergeType => "merge_type",
2462        Message => "message",
2463        Mic => "mic",
2464        MicNone => "mic_none",
2465        MicOff => "mic_off",
2466        Mms => "mms",
2467        ModeComment => "mode_comment",
2468        ModeEdit => "mode_edit",
2469        MonetizationOn => "monetization_on",
2470        MoneyOff => "money_off",
2471        MonochromePhotos => "monochrome_photos",
2472        Mood => "mood",
2473        MoodBad => "mood_bad",
2474        More => "more",
2475        MoreHoriz => "more_horiz",
2476        MoreVert => "more_vert",
2477        Motorcycle => "motorcycle",
2478        Mouse => "mouse",
2479        MoveToInbox => "move_to_inbox",
2480        Movie => "movie",
2481        MovieCreation => "movie_creation",
2482        MovieFilter => "movie_filter",
2483        MultilineChart => "multiline_chart",
2484        MusicNote => "music_note",
2485        MusicVideo => "music_video",
2486        MyLocation => "my_location",
2487        Nature => "nature",
2488        NaturePeople => "nature_people",
2489        NavigateBefore => "navigate_before",
2490        NavigateNext => "navigate_next",
2491        Navigation => "navigation",
2492        NearMe => "near_me",
2493        NetworkCell => "network_cell",
2494        NetworkCheck => "network_check",
2495        NetworkLocked => "network_locked",
2496        NetworkWifi => "network_wifi",
2497        NewReleases => "new_releases",
2498        NextWeek => "next_week",
2499        Nfc => "nfc",
2500        NoEncryption => "no_encryption",
2501        NoSim => "no_sim",
2502        NotInterested => "not_interested",
2503        Note => "note",
2504        NoteAdd => "note_add",
2505        Notifications => "notifications",
2506        NotificationsActive => "notifications_active",
2507        NotificationsNone => "notifications_none",
2508        NotificationsOff => "notifications_off",
2509        NotificationsPaused => "notifications_paused",
2510        OfflinePin => "offline_pin",
2511        OndemandVideo => "ondemand_video",
2512        Opacity => "opacity",
2513        OpenInBrowser => "open_in_browser",
2514        OpenInNew => "open_in_new",
2515        OpenWith => "open_with",
2516        Pages => "pages",
2517        Pageview => "pageview",
2518        Palette => "palette",
2519        PanTool => "pan_tool",
2520        Panorama => "panorama",
2521        PanoramaFishEye => "panorama_fish_eye",
2522        PanoramaHorizontal => "panorama_horizontal",
2523        PanoramaVertical => "panorama_vertical",
2524        PanoramaWideAngle => "panorama_wide_angle",
2525        PartyMode => "party_mode",
2526        Pause => "pause",
2527        PauseCircleFilled => "pause_circle_filled",
2528        PauseCircleOutline => "pause_circle_outline",
2529        Payment => "payment",
2530        People => "people",
2531        PeopleOutline => "people_outline",
2532        PermCameraMic => "perm_camera_mic",
2533        PermContactCalendar => "perm_contact_calendar",
2534        PermDataSetting => "perm_data_setting",
2535        PermDeviceInformation => "perm_device_information",
2536        PermIdentity => "perm_identity",
2537        PermMedia => "perm_media",
2538        PermPhoneMsg => "perm_phone_msg",
2539        PermScanWifi => "perm_scan_wifi",
2540        Person => "person",
2541        PersonAdd => "person_add",
2542        PersonOutline => "person_outline",
2543        PersonPin => "person_pin",
2544        PersonPinCircle => "person_pin_circle",
2545        PersonalVideo => "personal_video",
2546        Pets => "pets",
2547        Phone => "phone",
2548        PhoneAndroid => "phone_android",
2549        PhoneBluetoothSpeaker => "phone_bluetooth_speaker",
2550        PhoneForwarded => "phone_forwarded",
2551        PhoneInTalk => "phone_in_talk",
2552        PhoneIphone => "phone_iphone",
2553        PhoneLocked => "phone_locked",
2554        PhoneMissed => "phone_missed",
2555        PhonePaused => "phone_paused",
2556        Phonelink => "phonelink",
2557        PhonelinkErase => "phonelink_erase",
2558        PhonelinkLock => "phonelink_lock",
2559        PhonelinkOff => "phonelink_off",
2560        PhonelinkRing => "phonelink_ring",
2561        PhonelinkSetup => "phonelink_setup",
2562        Photo => "photo",
2563        PhotoAlbum => "photo_album",
2564        PhotoCamera => "photo_camera",
2565        PhotoFilter => "photo_filter",
2566        PhotoLibrary => "photo_library",
2567        PhotoSizeSelectActual => "photo_size_select_actual",
2568        PhotoSizeSelectLarge => "photo_size_select_large",
2569        PhotoSizeSelectSmall => "photo_size_select_small",
2570        PictureAsPdf => "picture_as_pdf",
2571        PictureInPicture => "picture_in_picture",
2572        PictureInPictureAlt => "picture_in_picture_alt",
2573        PieChart => "pie_chart",
2574        PieChartOutlined => "pie_chart_outlined",
2575        PinDrop => "pin_drop",
2576        Place => "place",
2577        PlayArrow => "play_arrow",
2578        PlayCircleFilled => "play_circle_filled",
2579        PlayCircleOutline => "play_circle_outline",
2580        PlayForWork => "play_for_work",
2581        PlaylistAdd => "playlist_add",
2582        PlaylistAddCheck => "playlist_add_check",
2583        PlaylistPlay => "playlist_play",
2584        PlusOne => "plus_one",
2585        Poll => "poll",
2586        Polymer => "polymer",
2587        Pool => "pool",
2588        PortableWifiOff => "portable_wifi_off",
2589        Portrait => "portrait",
2590        Power => "power",
2591        PowerInput => "power_input",
2592        PowerSettingsNew => "power_settings_new",
2593        PregnantWoman => "pregnant_woman",
2594        PresentToAll => "present_to_all",
2595        Print => "print",
2596        PriorityHigh => "priority_high",
2597        Public => "public",
2598        Publish => "publish",
2599        QueryBuilder => "query_builder",
2600        QuestionAnswer => "question_answer",
2601        Queue => "queue",
2602        QueueMusic => "queue_music",
2603        QueuePlayNext => "queue_play_next",
2604        Radio => "radio",
2605        RadioButtonChecked => "radio_button_checked",
2606        RadioButtonUnchecked => "radio_button_unchecked",
2607        RateReview => "rate_review",
2608        Receipt => "receipt",
2609        RecentActors => "recent_actors",
2610        RecordVoiceOver => "record_voice_over",
2611        Redeem => "redeem",
2612        Redo => "redo",
2613        Refresh => "refresh",
2614        Remove => "remove",
2615        RemoveCircle => "remove_circle",
2616        RemoveCircleOutline => "remove_circle_outline",
2617        RemoveFromQueue => "remove_from_queue",
2618        RemoveRedEye => "remove_red_eye",
2619        RemoveShoppingCart => "remove_shopping_cart",
2620        Reorder => "reorder",
2621        Repeat => "repeat",
2622        RepeatOne => "repeat_one",
2623        Replay => "replay",
2624        Replay10 => "replay_10",
2625        Replay30 => "replay_30",
2626        Replay5 => "replay_5",
2627        Reply => "reply",
2628        ReplyAll => "reply_all",
2629        Report => "report",
2630        ReportProblem => "report_problem",
2631        Restaurant => "restaurant",
2632        RestaurantMenu => "restaurant_menu",
2633        Restore => "restore",
2634        RestorePage => "restore_page",
2635        RingVolume => "ring_volume",
2636        Room => "room",
2637        RoomService => "room_service",
2638        Rotate90DegreesCcw => "rotate_90_degrees_ccw",
2639        RotateLeft => "rotate_left",
2640        RotateRight => "rotate_right",
2641        RoundedCorner => "rounded_corner",
2642        Router => "router",
2643        Rowing => "rowing",
2644        RssFeed => "rss_feed",
2645        RvHookup => "rv_hookup",
2646        Satellite => "satellite",
2647        Save => "save",
2648        Scanner => "scanner",
2649        Schedule => "schedule",
2650        School => "school",
2651        ScreenLockLandscape => "screen_lock_landscape",
2652        ScreenLockPortrait => "screen_lock_portrait",
2653        ScreenLockRotation => "screen_lock_rotation",
2654        ScreenRotation => "screen_rotation",
2655        ScreenShare => "screen_share",
2656        SdCard => "sd_card",
2657        SdStorage => "sd_storage",
2658        Search => "search",
2659        Security => "security",
2660        SelectAll => "select_all",
2661        Send => "send",
2662        SentimentDissatisfied => "sentiment_dissatisfied",
2663        SentimentNeutral => "sentiment_neutral",
2664        SentimentSatisfied => "sentiment_satisfied",
2665        SentimentVeryDissatisfied => "sentiment_very_dissatisfied",
2666        SentimentVerySatisfied => "sentiment_very_satisfied",
2667        Settings => "settings",
2668        SettingsApplications => "settings_applications",
2669        SettingsBackupRestore => "settings_backup_restore",
2670        SettingsBluetooth => "settings_bluetooth",
2671        SettingsBrightness => "settings_brightness",
2672        SettingsCell => "settings_cell",
2673        SettingsEthernet => "settings_ethernet",
2674        SettingsInputAntenna => "settings_input_antenna",
2675        SettingsInputComponent => "settings_input_component",
2676        SettingsInputComposite => "settings_input_composite",
2677        SettingsInputHdmi => "settings_input_hdmi",
2678        SettingsInputSvideo => "settings_input_svideo",
2679        SettingsOverscan => "settings_overscan",
2680        SettingsPhone => "settings_phone",
2681        SettingsPower => "settings_power",
2682        SettingsRemote => "settings_remote",
2683        SettingsSystemDaydream => "settings_system_daydream",
2684        SettingsVoice => "settings_voice",
2685        Share => "share",
2686        Shop => "shop",
2687        ShopTwo => "shop_two",
2688        ShoppingBasket => "shopping_basket",
2689        ShoppingCart => "shopping_cart",
2690        ShortText => "short_text",
2691        ShowChart => "show_chart",
2692        Shuffle => "shuffle",
2693        SignalCellular4Bar => "signal_cellular_4_bar",
2694        SignalCellularConnectedNoInternet4Bar => "signal_cellular_connected_no_internet_4_bar",
2695        SignalCellularNoSim => "signal_cellular_no_sim",
2696        SignalCellularNull => "signal_cellular_null",
2697        SignalCellularOff => "signal_cellular_off",
2698        SignalWifi4Bar => "signal_wifi_4_bar",
2699        SignalWifi4BarLock => "signal_wifi_4_bar_lock",
2700        SignalWifiOff => "signal_wifi_off",
2701        SimCard => "sim_card",
2702        SimCardAlert => "sim_card_alert",
2703        SkipNext => "skip_next",
2704        SkipPrevious => "skip_previous",
2705        Slideshow => "slideshow",
2706        SlowMotionVideo => "slow_motion_video",
2707        Smartphone => "smartphone",
2708        SmokeFree => "smoke_free",
2709        SmokingRooms => "smoking_rooms",
2710        Sms => "sms",
2711        SmsFailed => "sms_failed",
2712        Snooze => "snooze",
2713        Sort => "sort",
2714        SortByAlpha => "sort_by_alpha",
2715        Spa => "spa",
2716        SpaceBar => "space_bar",
2717        Speaker => "speaker",
2718        SpeakerGroup => "speaker_group",
2719        SpeakerNotes => "speaker_notes",
2720        SpeakerNotesOff => "speaker_notes_off",
2721        SpeakerPhone => "speaker_phone",
2722        Spellcheck => "spellcheck",
2723        Star => "star",
2724        StarBorder => "star_border",
2725        StarHalf => "star_half",
2726        Stars => "stars",
2727        StayCurrentLandscape => "stay_current_landscape",
2728        StayCurrentPortrait => "stay_current_portrait",
2729        StayPrimaryLandscape => "stay_primary_landscape",
2730        StayPrimaryPortrait => "stay_primary_portrait",
2731        Stop => "stop",
2732        StopScreenShare => "stop_screen_share",
2733        Storage => "storage",
2734        Store => "store",
2735        StoreMallDirectory => "store_mall_directory",
2736        Straighten => "straighten",
2737        Streetview => "streetview",
2738        StrikethroughS => "strikethrough_s",
2739        Style => "style",
2740        SubdirectoryArrowLeft => "subdirectory_arrow_left",
2741        SubdirectoryArrowRight => "subdirectory_arrow_right",
2742        Subject => "subject",
2743        Subscriptions => "subscriptions",
2744        Subtitles => "subtitles",
2745        Subway => "subway",
2746        SupervisorAccount => "supervisor_account",
2747        SurroundSound => "surround_sound",
2748        SwapCalls => "swap_calls",
2749        SwapHoriz => "swap_horiz",
2750        SwapVert => "swap_vert",
2751        SwapVerticalCircle => "swap_vertical_circle",
2752        SwitchCamera => "switch_camera",
2753        SwitchVideo => "switch_video",
2754        Sync => "sync",
2755        SyncDisabled => "sync_disabled",
2756        SyncProblem => "sync_problem",
2757        SystemUpdate => "system_update",
2758        SystemUpdateAlt => "system_update_alt",
2759        Tab => "tab",
2760        TabUnselected => "tab_unselected",
2761        Tablet => "tablet",
2762        TabletAndroid => "tablet_android",
2763        TabletMac => "tablet_mac",
2764        TagFaces => "tag_faces",
2765        TapAndPlay => "tap_and_play",
2766        Terrain => "terrain",
2767        TextFields => "text_fields",
2768        TextFormat => "text_format",
2769        Textsms => "textsms",
2770        Texture => "texture",
2771        Theaters => "theaters",
2772        ThumbDown => "thumb_down",
2773        ThumbUp => "thumb_up",
2774        ThumbsUpDown => "thumbs_up_down",
2775        TimeToLeave => "time_to_leave",
2776        Timelapse => "timelapse",
2777        Timeline => "timeline",
2778        Timer => "timer",
2779        Timer10 => "timer_10",
2780        Timer3 => "timer_3",
2781        TimerOff => "timer_off",
2782        Title => "title",
2783        Toc => "toc",
2784        Today => "today",
2785        Toll => "toll",
2786        Tonality => "tonality",
2787        TouchApp => "touch_app",
2788        Toys => "toys",
2789        TrackChanges => "track_changes",
2790        Traffic => "traffic",
2791        Train => "train",
2792        Tram => "tram",
2793        TransferWithinAStation => "transfer_within_a_station",
2794        Transform => "transform",
2795        Translate => "translate",
2796        TrendingDown => "trending_down",
2797        TrendingFlat => "trending_flat",
2798        TrendingUp => "trending_up",
2799        Tune => "tune",
2800        TurnedIn => "turned_in",
2801        TurnedInNot => "turned_in_not",
2802        Tv => "tv",
2803        Unarchive => "unarchive",
2804        Undo => "undo",
2805        UnfoldLess => "unfold_less",
2806        UnfoldMore => "unfold_more",
2807        Update => "update",
2808        Usb => "usb",
2809        VerifiedUser => "verified_user",
2810        VerticalAlignBottom => "vertical_align_bottom",
2811        VerticalAlignCenter => "vertical_align_center",
2812        VerticalAlignTop => "vertical_align_top",
2813        Vibration => "vibration",
2814        VideoCall => "video_call",
2815        VideoLabel => "video_label",
2816        VideoLibrary => "video_library",
2817        Videocam => "videocam",
2818        VideocamOff => "videocam_off",
2819        VideogameAsset => "videogame_asset",
2820        ViewAgenda => "view_agenda",
2821        ViewArray => "view_array",
2822        ViewCarousel => "view_carousel",
2823        ViewColumn => "view_column",
2824        ViewComfy => "view_comfy",
2825        ViewCompact => "view_compact",
2826        ViewDay => "view_day",
2827        ViewHeadline => "view_headline",
2828        ViewList => "view_list",
2829        ViewModule => "view_module",
2830        ViewQuilt => "view_quilt",
2831        ViewStream => "view_stream",
2832        ViewWeek => "view_week",
2833        Vignette => "vignette",
2834        Visibility => "visibility",
2835        VisibilityOff => "visibility_off",
2836        VoiceChat => "voice_chat",
2837        Voicemail => "voicemail",
2838        VolumeDown => "volume_down",
2839        VolumeMute => "volume_mute",
2840        VolumeOff => "volume_off",
2841        VolumeUp => "volume_up",
2842        VpnKey => "vpn_key",
2843        VpnLock => "vpn_lock",
2844        Wallpaper => "wallpaper",
2845        Warning => "warning",
2846        Watch => "watch",
2847        WatchLater => "watch_later",
2848        WbAuto => "wb_auto",
2849        WbCloudy => "wb_cloudy",
2850        WbIncandescent => "wb_incandescent",
2851        WbIridescent => "wb_iridescent",
2852        WbSunny => "wb_sunny",
2853        Wc => "wc",
2854        Web => "web",
2855        WebAsset => "web_asset",
2856        Weekend => "weekend",
2857        Whatshot => "whatshot",
2858        Widgets => "widgets",
2859        Wifi => "wifi",
2860        WifiLock => "wifi_lock",
2861        WifiTethering => "wifi_tethering",
2862        Work => "work",
2863        WrapText => "wrap_text",
2864        YoutubeSearchedFor => "youtube_searched_for",
2865        ZoomIn => "zoom_in",
2866        ZoomOut => "zoom_out",
2867        ZoomOutMap => "zoom_out_map",
2868    }
2869}