Editor/External/md2cs/MaterialIcons.cs

A generated static class that defines string constants mapping Material Icons names to their Unicode codepoints. It contains many public const string fields used to reference icon glyphs by name.

using System;

namespace MaterialDesign
{
	/// <summary>
	/// The unicode codepoints for each glyph in Material Icons.
	/// <para/>
	/// <see href="https://fonts.google.com/icons?selected=Material+Icons"/>.
	/// <para/>
	/// <remarks>
	/// This code was automatically generated by MD2CS (https://github.com/matthewrdev/md2cs).
	/// Icons match the latest icon font from 2022-09-19.
	/// </remarks>
	/// </summary>
	public static partial class MaterialIcons
	{
		/// <summary>
		/// Unicode value for the '10k' icon ("\ue951").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:10k"/>.
		/// </summary>
		public const string TenK = "\ue951";

		/// <summary>
		/// Unicode value for the '10mp' icon ("\ue952").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:10mp"/>.
		/// </summary>
		public const string TenMegaPixels = "\ue952";

		/// <summary>
		/// Unicode value for the '11mp' icon ("\ue953").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:11mp"/>.
		/// </summary>
		public const string ElevenMegaPixels = "\ue953";

		/// <summary>
		/// Unicode value for the '123' icon ("\ueb8d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:123"/>.
		/// </summary>
		public const string OneTwoThree = "\ueb8d";

		/// <summary>
		/// Unicode value for the '12mp' icon ("\ue954").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:12mp"/>.
		/// </summary>
		public const string TwelveMegaPixels = "\ue954";

		/// <summary>
		/// Unicode value for the '13mp' icon ("\ue955").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:13mp"/>.
		/// </summary>
		public const string ThirteenMegaPixels = "\ue955";

		/// <summary>
		/// Unicode value for the '14mp' icon ("\ue956").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:14mp"/>.
		/// </summary>
		public const string FourteenMegaPixels = "\ue956";

		/// <summary>
		/// Unicode value for the '15mp' icon ("\ue957").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:15mp"/>.
		/// </summary>
		public const string FifteenMegaPixels = "\ue957";

		/// <summary>
		/// Unicode value for the '16mp' icon ("\ue958").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:16mp"/>.
		/// </summary>
		public const string SixteenMegaPixels = "\ue958";

		/// <summary>
		/// Unicode value for the '17mp' icon ("\ue959").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:17mp"/>.
		/// </summary>
		public const string SeventeenMegaPixels = "\ue959";

		/// <summary>
		/// Unicode value for the '18_up_rating' icon ("\uf8fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:18_up_rating"/>.
		/// </summary>
		public const string EighteenUpRating = "\uf8fd";

		/// <summary>
		/// Unicode value for the '18mp' icon ("\ue95a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:18mp"/>.
		/// </summary>
		public const string EighteenMegaPixels = "\ue95a";

		/// <summary>
		/// Unicode value for the '19mp' icon ("\ue95b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:19mp"/>.
		/// </summary>
		public const string NineteenMegaPixels = "\ue95b";

		/// <summary>
		/// Unicode value for the '1k' icon ("\ue95c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:1k"/>.
		/// </summary>
		public const string OneK = "\ue95c";

		/// <summary>
		/// Unicode value for the '1k_plus' icon ("\ue95d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:1k_plus"/>.
		/// </summary>
		public const string OneKPlus = "\ue95d";

		/// <summary>
		/// Unicode value for the '1x_mobiledata' icon ("\uefcd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:1x_mobiledata"/>.
		/// </summary>
		public const string OneXMobiledata = "\uefcd";

		/// <summary>
		/// Unicode value for the '20mp' icon ("\ue95e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:20mp"/>.
		/// </summary>
		public const string TwentyMegaPixels = "\ue95e";

		/// <summary>
		/// Unicode value for the '21mp' icon ("\ue95f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:21mp"/>.
		/// </summary>
		public const string TwentyOneMegaPixels = "\ue95f";

		/// <summary>
		/// Unicode value for the '22mp' icon ("\ue960").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:22mp"/>.
		/// </summary>
		public const string TwentyTwoMegaPixels = "\ue960";

		/// <summary>
		/// Unicode value for the '23mp' icon ("\ue961").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:23mp"/>.
		/// </summary>
		public const string TwentyThreeMegaPixels = "\ue961";

		/// <summary>
		/// Unicode value for the '24mp' icon ("\ue962").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:24mp"/>.
		/// </summary>
		public const string TwentyFourMegaPixels = "\ue962";

		/// <summary>
		/// Unicode value for the '2k' icon ("\ue963").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:2k"/>.
		/// </summary>
		public const string TwoK = "\ue963";

		/// <summary>
		/// Unicode value for the '2k_plus' icon ("\ue964").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:2k_plus"/>.
		/// </summary>
		public const string TwoKPlus = "\ue964";

		/// <summary>
		/// Unicode value for the '2mp' icon ("\ue965").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:2mp"/>.
		/// </summary>
		public const string TwoMegaPixels = "\ue965";

		/// <summary>
		/// Unicode value for the '30fps' icon ("\uefce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:30fps"/>.
		/// </summary>
		public const string ThirtyFps = "\uefce";

		/// <summary>
		/// Unicode value for the '30fps_select' icon ("\uefcf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:30fps_select"/>.
		/// </summary>
		public const string ThirtyFpsSelect = "\uefcf";

		/// <summary>
		/// Unicode value for the '360' icon ("\ue577").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:360"/>.
		/// </summary>
		public const string ThreeSixty = "\ue577";

		/// <summary>
		/// Unicode value for the '3d_rotation' icon ("\ue84d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3d_rotation"/>.
		/// </summary>
		public const string Rotation3D = "\ue84d";

		/// <summary>
		/// Unicode value for the '3g_mobiledata' icon ("\uefd0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3g_mobiledata"/>.
		/// </summary>
		public const string ThreeGMobiledata = "\uefd0";

		/// <summary>
		/// Unicode value for the '3k' icon ("\ue966").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3k"/>.
		/// </summary>
		public const string ThreeK = "\ue966";

		/// <summary>
		/// Unicode value for the '3k_plus' icon ("\ue967").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3k_plus"/>.
		/// </summary>
		public const string ThreeKPlus = "\ue967";

		/// <summary>
		/// Unicode value for the '3mp' icon ("\ue968").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3mp"/>.
		/// </summary>
		public const string ThreeMegaPixels = "\ue968";

		/// <summary>
		/// Unicode value for the '3p' icon ("\uefd1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:3p"/>.
		/// </summary>
		public const string ThirdPerson = "\uefd1";

		/// <summary>
		/// Unicode value for the '4g_mobiledata' icon ("\uefd2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:4g_mobiledata"/>.
		/// </summary>
		public const string FourGMobiledata = "\uefd2";

		/// <summary>
		/// Unicode value for the '4g_plus_mobiledata' icon ("\uefd3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:4g_plus_mobiledata"/>.
		/// </summary>
		public const string FourGPlusMobiledata = "\uefd3";

		/// <summary>
		/// Unicode value for the '4k' icon ("\ue072").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:4k"/>.
		/// </summary>
		public const string FourK = "\ue072";

		/// <summary>
		/// Unicode value for the '4k_plus' icon ("\ue969").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:4k_plus"/>.
		/// </summary>
		public const string FourKPlus = "\ue969";

		/// <summary>
		/// Unicode value for the '4mp' icon ("\ue96a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:4mp"/>.
		/// </summary>
		public const string FourMegaPixels = "\ue96a";

		/// <summary>
		/// Unicode value for the '5g' icon ("\uef38").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:5g"/>.
		/// </summary>
		public const string FiveG = "\uef38";

		/// <summary>
		/// Unicode value for the '5k' icon ("\ue96b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:5k"/>.
		/// </summary>
		public const string FiveK = "\ue96b";

		/// <summary>
		/// Unicode value for the '5k_plus' icon ("\ue96c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:5k_plus"/>.
		/// </summary>
		public const string FiveKPlus = "\ue96c";

		/// <summary>
		/// Unicode value for the '5mp' icon ("\ue96d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:5mp"/>.
		/// </summary>
		public const string FiveMegaPixels = "\ue96d";

		/// <summary>
		/// Unicode value for the '60fps' icon ("\uefd4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:60fps"/>.
		/// </summary>
		public const string SixtyFps = "\uefd4";

		/// <summary>
		/// Unicode value for the '60fps_select' icon ("\uefd5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:60fps_select"/>.
		/// </summary>
		public const string SixtyFpsSelect = "\uefd5";

		/// <summary>
		/// Unicode value for the '6_ft_apart' icon ("\uf21e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:6_ft_apart"/>.
		/// </summary>
		public const string SixFtApart = "\uf21e";

		/// <summary>
		/// Unicode value for the '6k' icon ("\ue96e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:6k"/>.
		/// </summary>
		public const string SixK = "\ue96e";

		/// <summary>
		/// Unicode value for the '6k_plus' icon ("\ue96f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:6k_plus"/>.
		/// </summary>
		public const string SixKPlus = "\ue96f";

		/// <summary>
		/// Unicode value for the '6mp' icon ("\ue970").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:6mp"/>.
		/// </summary>
		public const string SixMegaPixels = "\ue970";

		/// <summary>
		/// Unicode value for the '7k' icon ("\ue971").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:7k"/>.
		/// </summary>
		public const string SevenK = "\ue971";

		/// <summary>
		/// Unicode value for the '7k_plus' icon ("\ue972").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:7k_plus"/>.
		/// </summary>
		public const string SevenKPlus = "\ue972";

		/// <summary>
		/// Unicode value for the '7mp' icon ("\ue973").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:7mp"/>.
		/// </summary>
		public const string SevenMegaPixels = "\ue973";

		/// <summary>
		/// Unicode value for the '8k' icon ("\ue974").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:8k"/>.
		/// </summary>
		public const string EightK = "\ue974";

		/// <summary>
		/// Unicode value for the '8k_plus' icon ("\ue975").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:8k_plus"/>.
		/// </summary>
		public const string EightKPlus = "\ue975";

		/// <summary>
		/// Unicode value for the '8mp' icon ("\ue976").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:8mp"/>.
		/// </summary>
		public const string EightMegaPixels = "\ue976";

		/// <summary>
		/// Unicode value for the '9k' icon ("\ue977").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:9k"/>.
		/// </summary>
		public const string NineK = "\ue977";

		/// <summary>
		/// Unicode value for the '9k_plus' icon ("\ue978").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:9k_plus"/>.
		/// </summary>
		public const string NineKPlus = "\ue978";

		/// <summary>
		/// Unicode value for the '9mp' icon ("\ue979").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:9mp"/>.
		/// </summary>
		public const string NineMegaPixels = "\ue979";

		/// <summary>
		/// Unicode value for the 'abc' icon ("\ueb94").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:abc"/>.
		/// </summary>
		public const string Abc = "\ueb94";

		/// <summary>
		/// Unicode value for the 'ac_unit' icon ("\ueb3b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ac_unit"/>.
		/// </summary>
		public const string AcUnit = "\ueb3b";

		/// <summary>
		/// Unicode value for the 'access_alarm' icon ("\ue190").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:access_alarm"/>.
		/// </summary>
		public const string AccessAlarm = "\ue190";

		/// <summary>
		/// Unicode value for the 'access_alarms' icon ("\ue191").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:access_alarms"/>.
		/// </summary>
		public const string AccessAlarms = "\ue191";

		/// <summary>
		/// Unicode value for the 'access_time' icon ("\ue192").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:access_time"/>.
		/// </summary>
		public const string AccessTime = "\ue192";

		/// <summary>
		/// Unicode value for the 'access_time_filled' icon ("\uefd6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:access_time_filled"/>.
		/// </summary>
		public const string AccessTimeFilled = "\uefd6";

		/// <summary>
		/// Unicode value for the 'accessibility' icon ("\ue84e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:accessibility"/>.
		/// </summary>
		public const string Accessibility = "\ue84e";

		/// <summary>
		/// Unicode value for the 'accessibility_new' icon ("\ue92c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:accessibility_new"/>.
		/// </summary>
		public const string AccessibilityNew = "\ue92c";

		/// <summary>
		/// Unicode value for the 'accessible' icon ("\ue914").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:accessible"/>.
		/// </summary>
		public const string Accessible = "\ue914";

		/// <summary>
		/// Unicode value for the 'accessible_forward' icon ("\ue934").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:accessible_forward"/>.
		/// </summary>
		public const string AccessibleForward = "\ue934";

		/// <summary>
		/// Unicode value for the 'account_balance' icon ("\ue84f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:account_balance"/>.
		/// </summary>
		public const string AccountBalance = "\ue84f";

		/// <summary>
		/// Unicode value for the 'account_balance_wallet' icon ("\ue850").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:account_balance_wallet"/>.
		/// </summary>
		public const string AccountBalanceWallet = "\ue850";

		/// <summary>
		/// Unicode value for the 'account_box' icon ("\ue851").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:account_box"/>.
		/// </summary>
		public const string AccountBox = "\ue851";

		/// <summary>
		/// Unicode value for the 'account_circle' icon ("\ue853").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:account_circle"/>.
		/// </summary>
		public const string AccountCircle = "\ue853";

		/// <summary>
		/// Unicode value for the 'account_tree' icon ("\ue97a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:account_tree"/>.
		/// </summary>
		public const string AccountTree = "\ue97a";

		/// <summary>
		/// Unicode value for the 'ad_units' icon ("\uef39").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ad_units"/>.
		/// </summary>
		public const string AdUnits = "\uef39";

		/// <summary>
		/// Unicode value for the 'adb' icon ("\ue60e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:adb"/>.
		/// </summary>
		public const string Adb = "\ue60e";

		/// <summary>
		/// Unicode value for the 'add' icon ("\ue145").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add"/>.
		/// </summary>
		public const string Add = "\ue145";

		/// <summary>
		/// Unicode value for the 'add_a_photo' icon ("\ue439").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_a_photo"/>.
		/// </summary>
		public const string AddAPhoto = "\ue439";

		/// <summary>
		/// Unicode value for the 'add_alarm' icon ("\ue193").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_alarm"/>.
		/// </summary>
		public const string AddAlarm = "\ue193";

		/// <summary>
		/// Unicode value for the 'add_alert' icon ("\ue003").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_alert"/>.
		/// </summary>
		public const string AddAlert = "\ue003";

		/// <summary>
		/// Unicode value for the 'add_box' icon ("\ue146").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_box"/>.
		/// </summary>
		public const string AddBox = "\ue146";

		/// <summary>
		/// Unicode value for the 'add_business' icon ("\ue729").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_business"/>.
		/// </summary>
		public const string AddBusiness = "\ue729";

		/// <summary>
		/// Unicode value for the 'add_call' icon ("\ue0e8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_call"/>.
		/// </summary>
		public const string AddCall = "\ue0e8";

		/// <summary>
		/// Unicode value for the 'add_card' icon ("\ueb86").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_card"/>.
		/// </summary>
		public const string AddCard = "\ueb86";

		/// <summary>
		/// Unicode value for the 'add_chart' icon ("\ue97b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_chart"/>.
		/// </summary>
		public const string AddChart = "\ue97b";

		/// <summary>
		/// Unicode value for the 'add_circle' icon ("\ue147").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_circle"/>.
		/// </summary>
		public const string AddCircle = "\ue147";

		/// <summary>
		/// Unicode value for the 'add_circle_outline' icon ("\ue148").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_circle_outline"/>.
		/// </summary>
		public const string AddCircleOutline = "\ue148";

		/// <summary>
		/// Unicode value for the 'add_comment' icon ("\ue266").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_comment"/>.
		/// </summary>
		public const string AddComment = "\ue266";

		/// <summary>
		/// Unicode value for the 'add_home' icon ("\uf8eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_home"/>.
		/// </summary>
		public const string AddHome = "\uf8eb";

		/// <summary>
		/// Unicode value for the 'add_home_work' icon ("\uf8ed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_home_work"/>.
		/// </summary>
		public const string AddHomeWork = "\uf8ed";

		/// <summary>
		/// Unicode value for the 'add_ic_call' icon ("\ue97c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_ic_call"/>.
		/// </summary>
		public const string AddIcCall = "\ue97c";

		/// <summary>
		/// Unicode value for the 'add_link' icon ("\ue178").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_link"/>.
		/// </summary>
		public const string AddLink = "\ue178";

		/// <summary>
		/// Unicode value for the 'add_location' icon ("\ue567").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_location"/>.
		/// </summary>
		public const string AddLocation = "\ue567";

		/// <summary>
		/// Unicode value for the 'add_location_alt' icon ("\uef3a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_location_alt"/>.
		/// </summary>
		public const string AddLocationAlt = "\uef3a";

		/// <summary>
		/// Unicode value for the 'add_moderator' icon ("\ue97d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_moderator"/>.
		/// </summary>
		public const string AddModerator = "\ue97d";

		/// <summary>
		/// Unicode value for the 'add_photo_alternate' icon ("\ue43e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_photo_alternate"/>.
		/// </summary>
		public const string AddPhotoAlternate = "\ue43e";

		/// <summary>
		/// Unicode value for the 'add_reaction' icon ("\ue1d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_reaction"/>.
		/// </summary>
		public const string AddReaction = "\ue1d3";

		/// <summary>
		/// Unicode value for the 'add_road' icon ("\uef3b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_road"/>.
		/// </summary>
		public const string AddRoad = "\uef3b";

		/// <summary>
		/// Unicode value for the 'add_shopping_cart' icon ("\ue854").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_shopping_cart"/>.
		/// </summary>
		public const string AddShoppingCart = "\ue854";

		/// <summary>
		/// Unicode value for the 'add_task' icon ("\uf23a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_task"/>.
		/// </summary>
		public const string AddTask = "\uf23a";

		/// <summary>
		/// Unicode value for the 'add_to_drive' icon ("\ue65c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_to_drive"/>.
		/// </summary>
		public const string AddToDrive = "\ue65c";

		/// <summary>
		/// Unicode value for the 'add_to_home_screen' icon ("\ue1fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_to_home_screen"/>.
		/// </summary>
		public const string AddToHomeScreen = "\ue1fe";

		/// <summary>
		/// Unicode value for the 'add_to_photos' icon ("\ue39d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_to_photos"/>.
		/// </summary>
		public const string AddToPhotos = "\ue39d";

		/// <summary>
		/// Unicode value for the 'add_to_queue' icon ("\ue05c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:add_to_queue"/>.
		/// </summary>
		public const string AddToQueue = "\ue05c";

		/// <summary>
		/// Unicode value for the 'addchart' icon ("\uef3c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:addchart"/>.
		/// </summary>
		public const string Addchart = "\uef3c";

		/// <summary>
		/// Unicode value for the 'adf_scanner' icon ("\ueada").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:adf_scanner"/>.
		/// </summary>
		public const string AdfScanner = "\ueada";

		/// <summary>
		/// Unicode value for the 'adjust' icon ("\ue39e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:adjust"/>.
		/// </summary>
		public const string Adjust = "\ue39e";

		/// <summary>
		/// Unicode value for the 'admin_panel_settings' icon ("\uef3d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:admin_panel_settings"/>.
		/// </summary>
		public const string AdminPanelSettings = "\uef3d";

		/// <summary>
		/// Unicode value for the 'adobe' icon ("\uea96").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:adobe"/>.
		/// </summary>
		public const string Adobe = "\uea96";

		/// <summary>
		/// Unicode value for the 'ads_click' icon ("\ue762").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ads_click"/>.
		/// </summary>
		public const string AdsClick = "\ue762";

		/// <summary>
		/// Unicode value for the 'agriculture' icon ("\uea79").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:agriculture"/>.
		/// </summary>
		public const string Agriculture = "\uea79";

		/// <summary>
		/// Unicode value for the 'air' icon ("\uefd8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:air"/>.
		/// </summary>
		public const string Air = "\uefd8";

		/// <summary>
		/// Unicode value for the 'airline_seat_flat' icon ("\ue630").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_flat"/>.
		/// </summary>
		public const string AirlineSeatFlat = "\ue630";

		/// <summary>
		/// Unicode value for the 'airline_seat_flat_angled' icon ("\ue631").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_flat_angled"/>.
		/// </summary>
		public const string AirlineSeatFlatAngled = "\ue631";

		/// <summary>
		/// Unicode value for the 'airline_seat_individual_suite' icon ("\ue632").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_individual_suite"/>.
		/// </summary>
		public const string AirlineSeatIndividualSuite = "\ue632";

		/// <summary>
		/// Unicode value for the 'airline_seat_legroom_extra' icon ("\ue633").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_legroom_extra"/>.
		/// </summary>
		public const string AirlineSeatLegroomExtra = "\ue633";

		/// <summary>
		/// Unicode value for the 'airline_seat_legroom_normal' icon ("\ue634").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_legroom_normal"/>.
		/// </summary>
		public const string AirlineSeatLegroomNormal = "\ue634";

		/// <summary>
		/// Unicode value for the 'airline_seat_legroom_reduced' icon ("\ue635").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_legroom_reduced"/>.
		/// </summary>
		public const string AirlineSeatLegroomReduced = "\ue635";

		/// <summary>
		/// Unicode value for the 'airline_seat_recline_extra' icon ("\ue636").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_recline_extra"/>.
		/// </summary>
		public const string AirlineSeatReclineExtra = "\ue636";

		/// <summary>
		/// Unicode value for the 'airline_seat_recline_normal' icon ("\ue637").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_seat_recline_normal"/>.
		/// </summary>
		public const string AirlineSeatReclineNormal = "\ue637";

		/// <summary>
		/// Unicode value for the 'airline_stops' icon ("\ue7d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airline_stops"/>.
		/// </summary>
		public const string AirlineStops = "\ue7d0";

		/// <summary>
		/// Unicode value for the 'airlines' icon ("\ue7ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airlines"/>.
		/// </summary>
		public const string Airlines = "\ue7ca";

		/// <summary>
		/// Unicode value for the 'airplane_ticket' icon ("\uefd9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplane_ticket"/>.
		/// </summary>
		public const string AirplaneTicket = "\uefd9";

		/// <summary>
		/// Unicode value for the 'airplanemode_active' icon ("\ue195").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplanemode_active"/>.
		/// </summary>
		public const string AirplanemodeActive = "\ue195";

		/// <summary>
		/// Unicode value for the 'airplanemode_inactive' icon ("\ue194").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplanemode_inactive"/>.
		/// </summary>
		public const string AirplanemodeInactive = "\ue194";

		/// <summary>
		/// Unicode value for the 'airplanemode_off' icon ("\ue194").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplanemode_off"/>.
		/// </summary>
		public const string AirplanemodeOff = "\ue194";

		/// <summary>
		/// Unicode value for the 'airplanemode_on' icon ("\ue195").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplanemode_on"/>.
		/// </summary>
		public const string AirplanemodeOn = "\ue195";

		/// <summary>
		/// Unicode value for the 'airplay' icon ("\ue055").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airplay"/>.
		/// </summary>
		public const string Airplay = "\ue055";

		/// <summary>
		/// Unicode value for the 'airport_shuttle' icon ("\ueb3c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:airport_shuttle"/>.
		/// </summary>
		public const string AirportShuttle = "\ueb3c";

		/// <summary>
		/// Unicode value for the 'alarm' icon ("\ue855").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alarm"/>.
		/// </summary>
		public const string Alarm = "\ue855";

		/// <summary>
		/// Unicode value for the 'alarm_add' icon ("\ue856").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alarm_add"/>.
		/// </summary>
		public const string AlarmAdd = "\ue856";

		/// <summary>
		/// Unicode value for the 'alarm_off' icon ("\ue857").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alarm_off"/>.
		/// </summary>
		public const string AlarmOff = "\ue857";

		/// <summary>
		/// Unicode value for the 'alarm_on' icon ("\ue858").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alarm_on"/>.
		/// </summary>
		public const string AlarmOn = "\ue858";

		/// <summary>
		/// Unicode value for the 'album' icon ("\ue019").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:album"/>.
		/// </summary>
		public const string Album = "\ue019";

		/// <summary>
		/// Unicode value for the 'align_horizontal_center' icon ("\ue00f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_horizontal_center"/>.
		/// </summary>
		public const string AlignHorizontalCenter = "\ue00f";

		/// <summary>
		/// Unicode value for the 'align_horizontal_left' icon ("\ue00d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_horizontal_left"/>.
		/// </summary>
		public const string AlignHorizontalLeft = "\ue00d";

		/// <summary>
		/// Unicode value for the 'align_horizontal_right' icon ("\ue010").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_horizontal_right"/>.
		/// </summary>
		public const string AlignHorizontalRight = "\ue010";

		/// <summary>
		/// Unicode value for the 'align_vertical_bottom' icon ("\ue015").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_vertical_bottom"/>.
		/// </summary>
		public const string AlignVerticalBottom = "\ue015";

		/// <summary>
		/// Unicode value for the 'align_vertical_center' icon ("\ue011").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_vertical_center"/>.
		/// </summary>
		public const string AlignVerticalCenter = "\ue011";

		/// <summary>
		/// Unicode value for the 'align_vertical_top' icon ("\ue00c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:align_vertical_top"/>.
		/// </summary>
		public const string AlignVerticalTop = "\ue00c";

		/// <summary>
		/// Unicode value for the 'all_inbox' icon ("\ue97f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:all_inbox"/>.
		/// </summary>
		public const string AllInbox = "\ue97f";

		/// <summary>
		/// Unicode value for the 'all_inclusive' icon ("\ueb3d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:all_inclusive"/>.
		/// </summary>
		public const string AllInclusive = "\ueb3d";

		/// <summary>
		/// Unicode value for the 'all_out' icon ("\ue90b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:all_out"/>.
		/// </summary>
		public const string AllOut = "\ue90b";

		/// <summary>
		/// Unicode value for the 'alt_route' icon ("\uf184").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alt_route"/>.
		/// </summary>
		public const string AltRoute = "\uf184";

		/// <summary>
		/// Unicode value for the 'alternate_email' icon ("\ue0e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:alternate_email"/>.
		/// </summary>
		public const string AlternateEmail = "\ue0e6";

		/// <summary>
		/// Unicode value for the 'amp_stories' icon ("\uea13").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:amp_stories"/>.
		/// </summary>
		public const string AmpStories = "\uea13";

		/// <summary>
		/// Unicode value for the 'analytics' icon ("\uef3e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:analytics"/>.
		/// </summary>
		public const string Analytics = "\uef3e";

		/// <summary>
		/// Unicode value for the 'anchor' icon ("\uf1cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:anchor"/>.
		/// </summary>
		public const string Anchor = "\uf1cd";

		/// <summary>
		/// Unicode value for the 'android' icon ("\ue859").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:android"/>.
		/// </summary>
		public const string Android = "\ue859";

		/// <summary>
		/// Unicode value for the 'animation' icon ("\ue71c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:animation"/>.
		/// </summary>
		public const string Animation = "\ue71c";

		/// <summary>
		/// Unicode value for the 'announcement' icon ("\ue85a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:announcement"/>.
		/// </summary>
		public const string Announcement = "\ue85a";

		/// <summary>
		/// Unicode value for the 'aod' icon ("\uefda").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:aod"/>.
		/// </summary>
		public const string Aod = "\uefda";

		/// <summary>
		/// Unicode value for the 'apartment' icon ("\uea40").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:apartment"/>.
		/// </summary>
		public const string Apartment = "\uea40";

		/// <summary>
		/// Unicode value for the 'api' icon ("\uf1b7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:api"/>.
		/// </summary>
		public const string Api = "\uf1b7";

		/// <summary>
		/// Unicode value for the 'app_blocking' icon ("\uef3f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:app_blocking"/>.
		/// </summary>
		public const string AppBlocking = "\uef3f";

		/// <summary>
		/// Unicode value for the 'app_registration' icon ("\uef40").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:app_registration"/>.
		/// </summary>
		public const string AppRegistration = "\uef40";

		/// <summary>
		/// Unicode value for the 'app_settings_alt' icon ("\uef41").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:app_settings_alt"/>.
		/// </summary>
		public const string AppSettingsAlt = "\uef41";

		/// <summary>
		/// Unicode value for the 'app_shortcut' icon ("\ueae4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:app_shortcut"/>.
		/// </summary>
		public const string AppShortcut = "\ueae4";

		/// <summary>
		/// Unicode value for the 'apple' icon ("\uea80").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:apple"/>.
		/// </summary>
		public const string Apple = "\uea80";

		/// <summary>
		/// Unicode value for the 'approval' icon ("\ue982").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:approval"/>.
		/// </summary>
		public const string Approval = "\ue982";

		/// <summary>
		/// Unicode value for the 'apps' icon ("\ue5c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:apps"/>.
		/// </summary>
		public const string Apps = "\ue5c3";

		/// <summary>
		/// Unicode value for the 'apps_outage' icon ("\ue7cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:apps_outage"/>.
		/// </summary>
		public const string AppsOutage = "\ue7cc";

		/// <summary>
		/// Unicode value for the 'architecture' icon ("\uea3b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:architecture"/>.
		/// </summary>
		public const string Architecture = "\uea3b";

		/// <summary>
		/// Unicode value for the 'archive' icon ("\ue149").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:archive"/>.
		/// </summary>
		public const string Archive = "\ue149";

		/// <summary>
		/// Unicode value for the 'area_chart' icon ("\ue770").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:area_chart"/>.
		/// </summary>
		public const string AreaChart = "\ue770";

		/// <summary>
		/// Unicode value for the 'arrow_back' icon ("\ue5c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_back"/>.
		/// </summary>
		public const string ArrowBack = "\ue5c4";

		/// <summary>
		/// Unicode value for the 'arrow_back_ios' icon ("\ue5e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_back_ios"/>.
		/// </summary>
		public const string ArrowBackIos = "\ue5e0";

		/// <summary>
		/// Unicode value for the 'arrow_back_ios_new' icon ("\ue2ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_back_ios_new"/>.
		/// </summary>
		public const string ArrowBackIosNew = "\ue2ea";

		/// <summary>
		/// Unicode value for the 'arrow_circle_down' icon ("\uf181").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_circle_down"/>.
		/// </summary>
		public const string ArrowCircleDown = "\uf181";

		/// <summary>
		/// Unicode value for the 'arrow_circle_left' icon ("\ueaa7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_circle_left"/>.
		/// </summary>
		public const string ArrowCircleLeft = "\ueaa7";

		/// <summary>
		/// Unicode value for the 'arrow_circle_right' icon ("\ueaaa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_circle_right"/>.
		/// </summary>
		public const string ArrowCircleRight = "\ueaaa";

		/// <summary>
		/// Unicode value for the 'arrow_circle_up' icon ("\uf182").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_circle_up"/>.
		/// </summary>
		public const string ArrowCircleUp = "\uf182";

		/// <summary>
		/// Unicode value for the 'arrow_downward' icon ("\ue5db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_downward"/>.
		/// </summary>
		public const string ArrowDownward = "\ue5db";

		/// <summary>
		/// Unicode value for the 'arrow_drop_down' icon ("\ue5c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_drop_down"/>.
		/// </summary>
		public const string ArrowDropDown = "\ue5c5";

		/// <summary>
		/// Unicode value for the 'arrow_drop_down_circle' icon ("\ue5c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_drop_down_circle"/>.
		/// </summary>
		public const string ArrowDropDownCircle = "\ue5c6";

		/// <summary>
		/// Unicode value for the 'arrow_drop_up' icon ("\ue5c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_drop_up"/>.
		/// </summary>
		public const string ArrowDropUp = "\ue5c7";

		/// <summary>
		/// Unicode value for the 'arrow_forward' icon ("\ue5c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_forward"/>.
		/// </summary>
		public const string ArrowForward = "\ue5c8";

		/// <summary>
		/// Unicode value for the 'arrow_forward_ios' icon ("\ue5e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_forward_ios"/>.
		/// </summary>
		public const string ArrowForwardIos = "\ue5e1";

		/// <summary>
		/// Unicode value for the 'arrow_left' icon ("\ue5de").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_left"/>.
		/// </summary>
		public const string ArrowLeft = "\ue5de";

		/// <summary>
		/// Unicode value for the 'arrow_outward' icon ("\uf8ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_outward"/>.
		/// </summary>
		public const string ArrowOutward = "\uf8ce";

		/// <summary>
		/// Unicode value for the 'arrow_right' icon ("\ue5df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_right"/>.
		/// </summary>
		public const string ArrowRight = "\ue5df";

		/// <summary>
		/// Unicode value for the 'arrow_right_alt' icon ("\ue941").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_right_alt"/>.
		/// </summary>
		public const string ArrowRightAlt = "\ue941";

		/// <summary>
		/// Unicode value for the 'arrow_upward' icon ("\ue5d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:arrow_upward"/>.
		/// </summary>
		public const string ArrowUpward = "\ue5d8";

		/// <summary>
		/// Unicode value for the 'art_track' icon ("\ue060").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:art_track"/>.
		/// </summary>
		public const string ArtTrack = "\ue060";

		/// <summary>
		/// Unicode value for the 'article' icon ("\uef42").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:article"/>.
		/// </summary>
		public const string Article = "\uef42";

		/// <summary>
		/// Unicode value for the 'aspect_ratio' icon ("\ue85b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:aspect_ratio"/>.
		/// </summary>
		public const string AspectRatio = "\ue85b";

		/// <summary>
		/// Unicode value for the 'assessment' icon ("\ue85c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assessment"/>.
		/// </summary>
		public const string Assessment = "\ue85c";

		/// <summary>
		/// Unicode value for the 'assignment' icon ("\ue85d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment"/>.
		/// </summary>
		public const string Assignment = "\ue85d";

		/// <summary>
		/// Unicode value for the 'assignment_add' icon ("\uf848").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_add"/>.
		/// </summary>
		public const string AssignmentAdd = "\uf848";

		/// <summary>
		/// Unicode value for the 'assignment_ind' icon ("\ue85e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_ind"/>.
		/// </summary>
		public const string AssignmentInd = "\ue85e";

		/// <summary>
		/// Unicode value for the 'assignment_late' icon ("\ue85f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_late"/>.
		/// </summary>
		public const string AssignmentLate = "\ue85f";

		/// <summary>
		/// Unicode value for the 'assignment_return' icon ("\ue860").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_return"/>.
		/// </summary>
		public const string AssignmentReturn = "\ue860";

		/// <summary>
		/// Unicode value for the 'assignment_returned' icon ("\ue861").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_returned"/>.
		/// </summary>
		public const string AssignmentReturned = "\ue861";

		/// <summary>
		/// Unicode value for the 'assignment_turned_in' icon ("\ue862").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assignment_turned_in"/>.
		/// </summary>
		public const string AssignmentTurnedIn = "\ue862";

		/// <summary>
		/// Unicode value for the 'assist_walker' icon ("\uf8d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assist_walker"/>.
		/// </summary>
		public const string AssistWalker = "\uf8d5";

		/// <summary>
		/// Unicode value for the 'assistant' icon ("\ue39f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assistant"/>.
		/// </summary>
		public const string Assistant = "\ue39f";

		/// <summary>
		/// Unicode value for the 'assistant_direction' icon ("\ue988").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assistant_direction"/>.
		/// </summary>
		public const string AssistantDirection = "\ue988";

		/// <summary>
		/// Unicode value for the 'assistant_navigation' icon ("\ue989").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assistant_navigation"/>.
		/// </summary>
		public const string AssistantNavigation = "\ue989";

		/// <summary>
		/// Unicode value for the 'assistant_photo' icon ("\ue3a0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assistant_photo"/>.
		/// </summary>
		public const string AssistantPhoto = "\ue3a0";

		/// <summary>
		/// Unicode value for the 'assured_workload' icon ("\ueb6f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:assured_workload"/>.
		/// </summary>
		public const string AssuredWorkload = "\ueb6f";

		/// <summary>
		/// Unicode value for the 'atm' icon ("\ue573").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:atm"/>.
		/// </summary>
		public const string Atm = "\ue573";

		/// <summary>
		/// Unicode value for the 'attach_email' icon ("\uea5e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attach_email"/>.
		/// </summary>
		public const string AttachEmail = "\uea5e";

		/// <summary>
		/// Unicode value for the 'attach_file' icon ("\ue226").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attach_file"/>.
		/// </summary>
		public const string AttachFile = "\ue226";

		/// <summary>
		/// Unicode value for the 'attach_money' icon ("\ue227").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attach_money"/>.
		/// </summary>
		public const string AttachMoney = "\ue227";

		/// <summary>
		/// Unicode value for the 'attachment' icon ("\ue2bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attachment"/>.
		/// </summary>
		public const string Attachment = "\ue2bc";

		/// <summary>
		/// Unicode value for the 'attractions' icon ("\uea52").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attractions"/>.
		/// </summary>
		public const string Attractions = "\uea52";

		/// <summary>
		/// Unicode value for the 'attribution' icon ("\uefdb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:attribution"/>.
		/// </summary>
		public const string Attribution = "\uefdb";

		/// <summary>
		/// Unicode value for the 'audio_file' icon ("\ueb82").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:audio_file"/>.
		/// </summary>
		public const string AudioFile = "\ueb82";

		/// <summary>
		/// Unicode value for the 'audiotrack' icon ("\ue3a1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:audiotrack"/>.
		/// </summary>
		public const string Audiotrack = "\ue3a1";

		/// <summary>
		/// Unicode value for the 'auto_awesome' icon ("\ue65f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_awesome"/>.
		/// </summary>
		public const string AutoAwesome = "\ue65f";

		/// <summary>
		/// Unicode value for the 'auto_awesome_mosaic' icon ("\ue660").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_awesome_mosaic"/>.
		/// </summary>
		public const string AutoAwesomeMosaic = "\ue660";

		/// <summary>
		/// Unicode value for the 'auto_awesome_motion' icon ("\ue661").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_awesome_motion"/>.
		/// </summary>
		public const string AutoAwesomeMotion = "\ue661";

		/// <summary>
		/// Unicode value for the 'auto_delete' icon ("\uea4c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_delete"/>.
		/// </summary>
		public const string AutoDelete = "\uea4c";

		/// <summary>
		/// Unicode value for the 'auto_fix_high' icon ("\ue663").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_fix_high"/>.
		/// </summary>
		public const string AutoFixHigh = "\ue663";

		/// <summary>
		/// Unicode value for the 'auto_fix_normal' icon ("\ue664").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_fix_normal"/>.
		/// </summary>
		public const string AutoFixNormal = "\ue664";

		/// <summary>
		/// Unicode value for the 'auto_fix_off' icon ("\ue665").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_fix_off"/>.
		/// </summary>
		public const string AutoFixOff = "\ue665";

		/// <summary>
		/// Unicode value for the 'auto_graph' icon ("\ue4fb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_graph"/>.
		/// </summary>
		public const string AutoGraph = "\ue4fb";

		/// <summary>
		/// Unicode value for the 'auto_mode' icon ("\uec20").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_mode"/>.
		/// </summary>
		public const string AutoMode = "\uec20";

		/// <summary>
		/// Unicode value for the 'auto_stories' icon ("\ue666").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:auto_stories"/>.
		/// </summary>
		public const string AutoStories = "\ue666";

		/// <summary>
		/// Unicode value for the 'autofps_select' icon ("\uefdc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:autofps_select"/>.
		/// </summary>
		public const string AutofpsSelect = "\uefdc";

		/// <summary>
		/// Unicode value for the 'autorenew' icon ("\ue863").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:autorenew"/>.
		/// </summary>
		public const string Autorenew = "\ue863";

		/// <summary>
		/// Unicode value for the 'av_timer' icon ("\ue01b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:av_timer"/>.
		/// </summary>
		public const string AvTimer = "\ue01b";

		/// <summary>
		/// Unicode value for the 'baby_changing_station' icon ("\uf19b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:baby_changing_station"/>.
		/// </summary>
		public const string BabyChangingStation = "\uf19b";

		/// <summary>
		/// Unicode value for the 'back_hand' icon ("\ue764").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:back_hand"/>.
		/// </summary>
		public const string BackHand = "\ue764";

		/// <summary>
		/// Unicode value for the 'backpack' icon ("\uf19c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:backpack"/>.
		/// </summary>
		public const string Backpack = "\uf19c";

		/// <summary>
		/// Unicode value for the 'backspace' icon ("\ue14a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:backspace"/>.
		/// </summary>
		public const string Backspace = "\ue14a";

		/// <summary>
		/// Unicode value for the 'backup' icon ("\ue864").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:backup"/>.
		/// </summary>
		public const string Backup = "\ue864";

		/// <summary>
		/// Unicode value for the 'backup_table' icon ("\uef43").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:backup_table"/>.
		/// </summary>
		public const string BackupTable = "\uef43";

		/// <summary>
		/// Unicode value for the 'badge' icon ("\uea67").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:badge"/>.
		/// </summary>
		public const string Badge = "\uea67";

		/// <summary>
		/// Unicode value for the 'bakery_dining' icon ("\uea53").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bakery_dining"/>.
		/// </summary>
		public const string BakeryDining = "\uea53";

		/// <summary>
		/// Unicode value for the 'balance' icon ("\ueaf6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:balance"/>.
		/// </summary>
		public const string Balance = "\ueaf6";

		/// <summary>
		/// Unicode value for the 'balcony' icon ("\ue58f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:balcony"/>.
		/// </summary>
		public const string Balcony = "\ue58f";

		/// <summary>
		/// Unicode value for the 'ballot' icon ("\ue172").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ballot"/>.
		/// </summary>
		public const string Ballot = "\ue172";

		/// <summary>
		/// Unicode value for the 'bar_chart' icon ("\ue26b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bar_chart"/>.
		/// </summary>
		public const string BarChart = "\ue26b";

		/// <summary>
		/// Unicode value for the 'barcode_reader' icon ("\uf85c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:barcode_reader"/>.
		/// </summary>
		public const string BarcodeReader = "\uf85c";

		/// <summary>
		/// Unicode value for the 'batch_prediction' icon ("\uf0f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:batch_prediction"/>.
		/// </summary>
		public const string BatchPrediction = "\uf0f5";

		/// <summary>
		/// Unicode value for the 'bathroom' icon ("\uefdd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bathroom"/>.
		/// </summary>
		public const string Bathroom = "\uefdd";

		/// <summary>
		/// Unicode value for the 'bathtub' icon ("\uea41").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bathtub"/>.
		/// </summary>
		public const string Bathtub = "\uea41";

		/// <summary>
		/// Unicode value for the 'battery_0_bar' icon ("\uebdc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_0_bar"/>.
		/// </summary>
		public const string Battery0Bar = "\uebdc";

		/// <summary>
		/// Unicode value for the 'battery_1_bar' icon ("\uebd9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_1_bar"/>.
		/// </summary>
		public const string Battery1Bar = "\uebd9";

		/// <summary>
		/// Unicode value for the 'battery_2_bar' icon ("\uebe0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_2_bar"/>.
		/// </summary>
		public const string Battery2Bar = "\uebe0";

		/// <summary>
		/// Unicode value for the 'battery_3_bar' icon ("\uebdd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_3_bar"/>.
		/// </summary>
		public const string Battery3Bar = "\uebdd";

		/// <summary>
		/// Unicode value for the 'battery_4_bar' icon ("\uebe2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_4_bar"/>.
		/// </summary>
		public const string Battery4Bar = "\uebe2";

		/// <summary>
		/// Unicode value for the 'battery_5_bar' icon ("\uebd4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_5_bar"/>.
		/// </summary>
		public const string Battery5Bar = "\uebd4";

		/// <summary>
		/// Unicode value for the 'battery_6_bar' icon ("\uebd2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_6_bar"/>.
		/// </summary>
		public const string Battery6Bar = "\uebd2";

		/// <summary>
		/// Unicode value for the 'battery_alert' icon ("\ue19c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_alert"/>.
		/// </summary>
		public const string BatteryAlert = "\ue19c";

		/// <summary>
		/// Unicode value for the 'battery_charging_full' icon ("\ue1a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_charging_full"/>.
		/// </summary>
		public const string BatteryChargingFull = "\ue1a3";

		/// <summary>
		/// Unicode value for the 'battery_full' icon ("\ue1a4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_full"/>.
		/// </summary>
		public const string BatteryFull = "\ue1a4";

		/// <summary>
		/// Unicode value for the 'battery_saver' icon ("\uefde").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_saver"/>.
		/// </summary>
		public const string BatterySaver = "\uefde";

		/// <summary>
		/// Unicode value for the 'battery_std' icon ("\ue1a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_std"/>.
		/// </summary>
		public const string BatteryStd = "\ue1a5";

		/// <summary>
		/// Unicode value for the 'battery_unknown' icon ("\ue1a6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:battery_unknown"/>.
		/// </summary>
		public const string BatteryUnknown = "\ue1a6";

		/// <summary>
		/// Unicode value for the 'beach_access' icon ("\ueb3e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:beach_access"/>.
		/// </summary>
		public const string BeachAccess = "\ueb3e";

		/// <summary>
		/// Unicode value for the 'bed' icon ("\uefdf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bed"/>.
		/// </summary>
		public const string Bed = "\uefdf";

		/// <summary>
		/// Unicode value for the 'bedroom_baby' icon ("\uefe0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bedroom_baby"/>.
		/// </summary>
		public const string BedroomBaby = "\uefe0";

		/// <summary>
		/// Unicode value for the 'bedroom_child' icon ("\uefe1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bedroom_child"/>.
		/// </summary>
		public const string BedroomChild = "\uefe1";

		/// <summary>
		/// Unicode value for the 'bedroom_parent' icon ("\uefe2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bedroom_parent"/>.
		/// </summary>
		public const string BedroomParent = "\uefe2";

		/// <summary>
		/// Unicode value for the 'bedtime' icon ("\uef44").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bedtime"/>.
		/// </summary>
		public const string Bedtime = "\uef44";

		/// <summary>
		/// Unicode value for the 'bedtime_off' icon ("\ueb76").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bedtime_off"/>.
		/// </summary>
		public const string BedtimeOff = "\ueb76";

		/// <summary>
		/// Unicode value for the 'beenhere' icon ("\ue52d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:beenhere"/>.
		/// </summary>
		public const string Beenhere = "\ue52d";

		/// <summary>
		/// Unicode value for the 'bento' icon ("\uf1f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bento"/>.
		/// </summary>
		public const string Bento = "\uf1f4";

		/// <summary>
		/// Unicode value for the 'bike_scooter' icon ("\uef45").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bike_scooter"/>.
		/// </summary>
		public const string BikeScooter = "\uef45";

		/// <summary>
		/// Unicode value for the 'biotech' icon ("\uea3a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:biotech"/>.
		/// </summary>
		public const string Biotech = "\uea3a";

		/// <summary>
		/// Unicode value for the 'blender' icon ("\uefe3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blender"/>.
		/// </summary>
		public const string Blender = "\uefe3";

		/// <summary>
		/// Unicode value for the 'blind' icon ("\uf8d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blind"/>.
		/// </summary>
		public const string Blind = "\uf8d6";

		/// <summary>
		/// Unicode value for the 'blinds' icon ("\ue286").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blinds"/>.
		/// </summary>
		public const string Blinds = "\ue286";

		/// <summary>
		/// Unicode value for the 'blinds_closed' icon ("\uec1f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blinds_closed"/>.
		/// </summary>
		public const string BlindsClosed = "\uec1f";

		/// <summary>
		/// Unicode value for the 'block' icon ("\ue14b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:block"/>.
		/// </summary>
		public const string Block = "\ue14b";

		/// <summary>
		/// Unicode value for the 'block_flipped' icon ("\uef46").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:block_flipped"/>.
		/// </summary>
		public const string BlockFlipped = "\uef46";

		/// <summary>
		/// Unicode value for the 'bloodtype' icon ("\uefe4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bloodtype"/>.
		/// </summary>
		public const string Bloodtype = "\uefe4";

		/// <summary>
		/// Unicode value for the 'bluetooth' icon ("\ue1a7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth"/>.
		/// </summary>
		public const string Bluetooth = "\ue1a7";

		/// <summary>
		/// Unicode value for the 'bluetooth_audio' icon ("\ue60f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth_audio"/>.
		/// </summary>
		public const string BluetoothAudio = "\ue60f";

		/// <summary>
		/// Unicode value for the 'bluetooth_connected' icon ("\ue1a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth_connected"/>.
		/// </summary>
		public const string BluetoothConnected = "\ue1a8";

		/// <summary>
		/// Unicode value for the 'bluetooth_disabled' icon ("\ue1a9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth_disabled"/>.
		/// </summary>
		public const string BluetoothDisabled = "\ue1a9";

		/// <summary>
		/// Unicode value for the 'bluetooth_drive' icon ("\uefe5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth_drive"/>.
		/// </summary>
		public const string BluetoothDrive = "\uefe5";

		/// <summary>
		/// Unicode value for the 'bluetooth_searching' icon ("\ue1aa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bluetooth_searching"/>.
		/// </summary>
		public const string BluetoothSearching = "\ue1aa";

		/// <summary>
		/// Unicode value for the 'blur_circular' icon ("\ue3a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blur_circular"/>.
		/// </summary>
		public const string BlurCircular = "\ue3a2";

		/// <summary>
		/// Unicode value for the 'blur_linear' icon ("\ue3a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blur_linear"/>.
		/// </summary>
		public const string BlurLinear = "\ue3a3";

		/// <summary>
		/// Unicode value for the 'blur_off' icon ("\ue3a4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blur_off"/>.
		/// </summary>
		public const string BlurOff = "\ue3a4";

		/// <summary>
		/// Unicode value for the 'blur_on' icon ("\ue3a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:blur_on"/>.
		/// </summary>
		public const string BlurOn = "\ue3a5";

		/// <summary>
		/// Unicode value for the 'bolt' icon ("\uea0b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bolt"/>.
		/// </summary>
		public const string Bolt = "\uea0b";

		/// <summary>
		/// Unicode value for the 'book' icon ("\ue865").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:book"/>.
		/// </summary>
		public const string Book = "\ue865";

		/// <summary>
		/// Unicode value for the 'book_online' icon ("\uf217").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:book_online"/>.
		/// </summary>
		public const string BookOnline = "\uf217";

		/// <summary>
		/// Unicode value for the 'bookmark' icon ("\ue866").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark"/>.
		/// </summary>
		public const string Bookmark = "\ue866";

		/// <summary>
		/// Unicode value for the 'bookmark_add' icon ("\ue598").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark_add"/>.
		/// </summary>
		public const string BookmarkAdd = "\ue598";

		/// <summary>
		/// Unicode value for the 'bookmark_added' icon ("\ue599").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark_added"/>.
		/// </summary>
		public const string BookmarkAdded = "\ue599";

		/// <summary>
		/// Unicode value for the 'bookmark_border' icon ("\ue867").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark_border"/>.
		/// </summary>
		public const string BookmarkBorder = "\ue867";

		/// <summary>
		/// Unicode value for the 'bookmark_outline' icon ("\ue867").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark_outline"/>.
		/// </summary>
		public const string BookmarkOutline = "\ue867";

		/// <summary>
		/// Unicode value for the 'bookmark_remove' icon ("\ue59a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmark_remove"/>.
		/// </summary>
		public const string BookmarkRemove = "\ue59a";

		/// <summary>
		/// Unicode value for the 'bookmarks' icon ("\ue98b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bookmarks"/>.
		/// </summary>
		public const string Bookmarks = "\ue98b";

		/// <summary>
		/// Unicode value for the 'border_all' icon ("\ue228").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_all"/>.
		/// </summary>
		public const string BorderAll = "\ue228";

		/// <summary>
		/// Unicode value for the 'border_bottom' icon ("\ue229").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_bottom"/>.
		/// </summary>
		public const string BorderBottom = "\ue229";

		/// <summary>
		/// Unicode value for the 'border_clear' icon ("\ue22a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_clear"/>.
		/// </summary>
		public const string BorderClear = "\ue22a";

		/// <summary>
		/// Unicode value for the 'border_color' icon ("\ue22b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_color"/>.
		/// </summary>
		public const string BorderColor = "\ue22b";

		/// <summary>
		/// Unicode value for the 'border_horizontal' icon ("\ue22c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_horizontal"/>.
		/// </summary>
		public const string BorderHorizontal = "\ue22c";

		/// <summary>
		/// Unicode value for the 'border_inner' icon ("\ue22d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_inner"/>.
		/// </summary>
		public const string BorderInner = "\ue22d";

		/// <summary>
		/// Unicode value for the 'border_left' icon ("\ue22e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_left"/>.
		/// </summary>
		public const string BorderLeft = "\ue22e";

		/// <summary>
		/// Unicode value for the 'border_outer' icon ("\ue22f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_outer"/>.
		/// </summary>
		public const string BorderOuter = "\ue22f";

		/// <summary>
		/// Unicode value for the 'border_right' icon ("\ue230").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_right"/>.
		/// </summary>
		public const string BorderRight = "\ue230";

		/// <summary>
		/// Unicode value for the 'border_style' icon ("\ue231").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_style"/>.
		/// </summary>
		public const string BorderStyle = "\ue231";

		/// <summary>
		/// Unicode value for the 'border_top' icon ("\ue232").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_top"/>.
		/// </summary>
		public const string BorderTop = "\ue232";

		/// <summary>
		/// Unicode value for the 'border_vertical' icon ("\ue233").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:border_vertical"/>.
		/// </summary>
		public const string BorderVertical = "\ue233";

		/// <summary>
		/// Unicode value for the 'boy' icon ("\ueb67").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:boy"/>.
		/// </summary>
		public const string Boy = "\ueb67";

		/// <summary>
		/// Unicode value for the 'branding_watermark' icon ("\ue06b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:branding_watermark"/>.
		/// </summary>
		public const string BrandingWatermark = "\ue06b";

		/// <summary>
		/// Unicode value for the 'breakfast_dining' icon ("\uea54").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:breakfast_dining"/>.
		/// </summary>
		public const string BreakfastDining = "\uea54";

		/// <summary>
		/// Unicode value for the 'brightness_1' icon ("\ue3a6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_1"/>.
		/// </summary>
		public const string Brightness1 = "\ue3a6";

		/// <summary>
		/// Unicode value for the 'brightness_2' icon ("\ue3a7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_2"/>.
		/// </summary>
		public const string Brightness2 = "\ue3a7";

		/// <summary>
		/// Unicode value for the 'brightness_3' icon ("\ue3a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_3"/>.
		/// </summary>
		public const string Brightness3 = "\ue3a8";

		/// <summary>
		/// Unicode value for the 'brightness_4' icon ("\ue3a9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_4"/>.
		/// </summary>
		public const string Brightness4 = "\ue3a9";

		/// <summary>
		/// Unicode value for the 'brightness_5' icon ("\ue3aa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_5"/>.
		/// </summary>
		public const string Brightness5 = "\ue3aa";

		/// <summary>
		/// Unicode value for the 'brightness_6' icon ("\ue3ab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_6"/>.
		/// </summary>
		public const string Brightness6 = "\ue3ab";

		/// <summary>
		/// Unicode value for the 'brightness_7' icon ("\ue3ac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_7"/>.
		/// </summary>
		public const string Brightness7 = "\ue3ac";

		/// <summary>
		/// Unicode value for the 'brightness_auto' icon ("\ue1ab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_auto"/>.
		/// </summary>
		public const string BrightnessAuto = "\ue1ab";

		/// <summary>
		/// Unicode value for the 'brightness_high' icon ("\ue1ac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_high"/>.
		/// </summary>
		public const string BrightnessHigh = "\ue1ac";

		/// <summary>
		/// Unicode value for the 'brightness_low' icon ("\ue1ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_low"/>.
		/// </summary>
		public const string BrightnessLow = "\ue1ad";

		/// <summary>
		/// Unicode value for the 'brightness_medium' icon ("\ue1ae").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brightness_medium"/>.
		/// </summary>
		public const string BrightnessMedium = "\ue1ae";

		/// <summary>
		/// Unicode value for the 'broadcast_on_home' icon ("\uf8f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:broadcast_on_home"/>.
		/// </summary>
		public const string BroadcastOnHome = "\uf8f8";

		/// <summary>
		/// Unicode value for the 'broadcast_on_personal' icon ("\uf8f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:broadcast_on_personal"/>.
		/// </summary>
		public const string BroadcastOnPersonal = "\uf8f9";

		/// <summary>
		/// Unicode value for the 'broken_image' icon ("\ue3ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:broken_image"/>.
		/// </summary>
		public const string BrokenImage = "\ue3ad";

		/// <summary>
		/// Unicode value for the 'browse_gallery' icon ("\uebd1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:browse_gallery"/>.
		/// </summary>
		public const string BrowseGallery = "\uebd1";

		/// <summary>
		/// Unicode value for the 'browser_not_supported' icon ("\uef47").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:browser_not_supported"/>.
		/// </summary>
		public const string BrowserNotSupported = "\uef47";

		/// <summary>
		/// Unicode value for the 'browser_updated' icon ("\ue7cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:browser_updated"/>.
		/// </summary>
		public const string BrowserUpdated = "\ue7cf";

		/// <summary>
		/// Unicode value for the 'brunch_dining' icon ("\uea73").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brunch_dining"/>.
		/// </summary>
		public const string BrunchDining = "\uea73";

		/// <summary>
		/// Unicode value for the 'brush' icon ("\ue3ae").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:brush"/>.
		/// </summary>
		public const string Brush = "\ue3ae";

		/// <summary>
		/// Unicode value for the 'bubble_chart' icon ("\ue6dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bubble_chart"/>.
		/// </summary>
		public const string BubbleChart = "\ue6dd";

		/// <summary>
		/// Unicode value for the 'bug_report' icon ("\ue868").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bug_report"/>.
		/// </summary>
		public const string BugReport = "\ue868";

		/// <summary>
		/// Unicode value for the 'build' icon ("\ue869").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:build"/>.
		/// </summary>
		public const string Build = "\ue869";

		/// <summary>
		/// Unicode value for the 'build_circle' icon ("\uef48").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:build_circle"/>.
		/// </summary>
		public const string BuildCircle = "\uef48";

		/// <summary>
		/// Unicode value for the 'bungalow' icon ("\ue591").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bungalow"/>.
		/// </summary>
		public const string Bungalow = "\ue591";

		/// <summary>
		/// Unicode value for the 'burst_mode' icon ("\ue43c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:burst_mode"/>.
		/// </summary>
		public const string BurstMode = "\ue43c";

		/// <summary>
		/// Unicode value for the 'bus_alert' icon ("\ue98f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:bus_alert"/>.
		/// </summary>
		public const string BusAlert = "\ue98f";

		/// <summary>
		/// Unicode value for the 'business' icon ("\ue0af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:business"/>.
		/// </summary>
		public const string Business = "\ue0af";

		/// <summary>
		/// Unicode value for the 'business_center' icon ("\ueb3f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:business_center"/>.
		/// </summary>
		public const string BusinessCenter = "\ueb3f";

		/// <summary>
		/// Unicode value for the 'cabin' icon ("\ue589").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cabin"/>.
		/// </summary>
		public const string Cabin = "\ue589";

		/// <summary>
		/// Unicode value for the 'cable' icon ("\uefe6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cable"/>.
		/// </summary>
		public const string Cable = "\uefe6";

		/// <summary>
		/// Unicode value for the 'cached' icon ("\ue86a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cached"/>.
		/// </summary>
		public const string Cached = "\ue86a";

		/// <summary>
		/// Unicode value for the 'cake' icon ("\ue7e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cake"/>.
		/// </summary>
		public const string Cake = "\ue7e9";

		/// <summary>
		/// Unicode value for the 'calculate' icon ("\uea5f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calculate"/>.
		/// </summary>
		public const string Calculate = "\uea5f";

		/// <summary>
		/// Unicode value for the 'calendar_month' icon ("\uebcc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calendar_month"/>.
		/// </summary>
		public const string CalendarMonth = "\uebcc";

		/// <summary>
		/// Unicode value for the 'calendar_today' icon ("\ue935").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calendar_today"/>.
		/// </summary>
		public const string CalendarToday = "\ue935";

		/// <summary>
		/// Unicode value for the 'calendar_view_day' icon ("\ue936").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calendar_view_day"/>.
		/// </summary>
		public const string CalendarViewDay = "\ue936";

		/// <summary>
		/// Unicode value for the 'calendar_view_month' icon ("\uefe7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calendar_view_month"/>.
		/// </summary>
		public const string CalendarViewMonth = "\uefe7";

		/// <summary>
		/// Unicode value for the 'calendar_view_week' icon ("\uefe8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:calendar_view_week"/>.
		/// </summary>
		public const string CalendarViewWeek = "\uefe8";

		/// <summary>
		/// Unicode value for the 'call' icon ("\ue0b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call"/>.
		/// </summary>
		public const string Call = "\ue0b0";

		/// <summary>
		/// Unicode value for the 'call_end' icon ("\ue0b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_end"/>.
		/// </summary>
		public const string CallEnd = "\ue0b1";

		/// <summary>
		/// Unicode value for the 'call_made' icon ("\ue0b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_made"/>.
		/// </summary>
		public const string CallMade = "\ue0b2";

		/// <summary>
		/// Unicode value for the 'call_merge' icon ("\ue0b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_merge"/>.
		/// </summary>
		public const string CallMerge = "\ue0b3";

		/// <summary>
		/// Unicode value for the 'call_missed' icon ("\ue0b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_missed"/>.
		/// </summary>
		public const string CallMissed = "\ue0b4";

		/// <summary>
		/// Unicode value for the 'call_missed_outgoing' icon ("\ue0e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_missed_outgoing"/>.
		/// </summary>
		public const string CallMissedOutgoing = "\ue0e4";

		/// <summary>
		/// Unicode value for the 'call_received' icon ("\ue0b5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_received"/>.
		/// </summary>
		public const string CallReceived = "\ue0b5";

		/// <summary>
		/// Unicode value for the 'call_split' icon ("\ue0b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_split"/>.
		/// </summary>
		public const string CallSplit = "\ue0b6";

		/// <summary>
		/// Unicode value for the 'call_to_action' icon ("\ue06c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:call_to_action"/>.
		/// </summary>
		public const string CallToAction = "\ue06c";

		/// <summary>
		/// Unicode value for the 'camera' icon ("\ue3af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera"/>.
		/// </summary>
		public const string Camera = "\ue3af";

		/// <summary>
		/// Unicode value for the 'camera_alt' icon ("\ue3b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_alt"/>.
		/// </summary>
		public const string CameraAlt = "\ue3b0";

		/// <summary>
		/// Unicode value for the 'camera_enhance' icon ("\ue8fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_enhance"/>.
		/// </summary>
		public const string CameraEnhance = "\ue8fc";

		/// <summary>
		/// Unicode value for the 'camera_front' icon ("\ue3b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_front"/>.
		/// </summary>
		public const string CameraFront = "\ue3b1";

		/// <summary>
		/// Unicode value for the 'camera_indoor' icon ("\uefe9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_indoor"/>.
		/// </summary>
		public const string CameraIndoor = "\uefe9";

		/// <summary>
		/// Unicode value for the 'camera_outdoor' icon ("\uefea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_outdoor"/>.
		/// </summary>
		public const string CameraOutdoor = "\uefea";

		/// <summary>
		/// Unicode value for the 'camera_rear' icon ("\ue3b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_rear"/>.
		/// </summary>
		public const string CameraRear = "\ue3b2";

		/// <summary>
		/// Unicode value for the 'camera_roll' icon ("\ue3b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:camera_roll"/>.
		/// </summary>
		public const string CameraRoll = "\ue3b3";

		/// <summary>
		/// Unicode value for the 'cameraswitch' icon ("\uefeb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cameraswitch"/>.
		/// </summary>
		public const string Cameraswitch = "\uefeb";

		/// <summary>
		/// Unicode value for the 'campaign' icon ("\uef49").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:campaign"/>.
		/// </summary>
		public const string Campaign = "\uef49";

		/// <summary>
		/// Unicode value for the 'cancel' icon ("\ue5c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cancel"/>.
		/// </summary>
		public const string Cancel = "\ue5c9";

		/// <summary>
		/// Unicode value for the 'cancel_presentation' icon ("\ue0e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cancel_presentation"/>.
		/// </summary>
		public const string CancelPresentation = "\ue0e9";

		/// <summary>
		/// Unicode value for the 'cancel_schedule_send' icon ("\uea39").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cancel_schedule_send"/>.
		/// </summary>
		public const string CancelScheduleSend = "\uea39";

		/// <summary>
		/// Unicode value for the 'candlestick_chart' icon ("\uead4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:candlestick_chart"/>.
		/// </summary>
		public const string CandlestickChart = "\uead4";

		/// <summary>
		/// Unicode value for the 'car_crash' icon ("\uebf2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:car_crash"/>.
		/// </summary>
		public const string CarCrash = "\uebf2";

		/// <summary>
		/// Unicode value for the 'car_rental' icon ("\uea55").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:car_rental"/>.
		/// </summary>
		public const string CarRental = "\uea55";

		/// <summary>
		/// Unicode value for the 'car_repair' icon ("\uea56").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:car_repair"/>.
		/// </summary>
		public const string CarRepair = "\uea56";

		/// <summary>
		/// Unicode value for the 'card_giftcard' icon ("\ue8f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:card_giftcard"/>.
		/// </summary>
		public const string CardGiftcard = "\ue8f6";

		/// <summary>
		/// Unicode value for the 'card_membership' icon ("\ue8f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:card_membership"/>.
		/// </summary>
		public const string CardMembership = "\ue8f7";

		/// <summary>
		/// Unicode value for the 'card_travel' icon ("\ue8f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:card_travel"/>.
		/// </summary>
		public const string CardTravel = "\ue8f8";

		/// <summary>
		/// Unicode value for the 'carpenter' icon ("\uf1f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:carpenter"/>.
		/// </summary>
		public const string Carpenter = "\uf1f8";

		/// <summary>
		/// Unicode value for the 'cases' icon ("\ue992").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cases"/>.
		/// </summary>
		public const string Cases = "\ue992";

		/// <summary>
		/// Unicode value for the 'casino' icon ("\ueb40").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:casino"/>.
		/// </summary>
		public const string Casino = "\ueb40";

		/// <summary>
		/// Unicode value for the 'cast' icon ("\ue307").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cast"/>.
		/// </summary>
		public const string Cast = "\ue307";

		/// <summary>
		/// Unicode value for the 'cast_connected' icon ("\ue308").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cast_connected"/>.
		/// </summary>
		public const string CastConnected = "\ue308";

		/// <summary>
		/// Unicode value for the 'cast_for_education' icon ("\uefec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cast_for_education"/>.
		/// </summary>
		public const string CastForEducation = "\uefec";

		/// <summary>
		/// Unicode value for the 'castle' icon ("\ueab1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:castle"/>.
		/// </summary>
		public const string Castle = "\ueab1";

		/// <summary>
		/// Unicode value for the 'catching_pokemon' icon ("\ue508").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:catching_pokemon"/>.
		/// </summary>
		public const string CatchingPokemon = "\ue508";

		/// <summary>
		/// Unicode value for the 'category' icon ("\ue574").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:category"/>.
		/// </summary>
		public const string Category = "\ue574";

		/// <summary>
		/// Unicode value for the 'celebration' icon ("\uea65").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:celebration"/>.
		/// </summary>
		public const string Celebration = "\uea65";

		/// <summary>
		/// Unicode value for the 'cell_tower' icon ("\uebba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cell_tower"/>.
		/// </summary>
		public const string CellTower = "\uebba";

		/// <summary>
		/// Unicode value for the 'cell_wifi' icon ("\ue0ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cell_wifi"/>.
		/// </summary>
		public const string CellWifi = "\ue0ec";

		/// <summary>
		/// Unicode value for the 'center_focus_strong' icon ("\ue3b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:center_focus_strong"/>.
		/// </summary>
		public const string CenterFocusStrong = "\ue3b4";

		/// <summary>
		/// Unicode value for the 'center_focus_weak' icon ("\ue3b5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:center_focus_weak"/>.
		/// </summary>
		public const string CenterFocusWeak = "\ue3b5";

		/// <summary>
		/// Unicode value for the 'chair' icon ("\uefed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chair"/>.
		/// </summary>
		public const string Chair = "\uefed";

		/// <summary>
		/// Unicode value for the 'chair_alt' icon ("\uefee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chair_alt"/>.
		/// </summary>
		public const string ChairAlt = "\uefee";

		/// <summary>
		/// Unicode value for the 'chalet' icon ("\ue585").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chalet"/>.
		/// </summary>
		public const string Chalet = "\ue585";

		/// <summary>
		/// Unicode value for the 'change_circle' icon ("\ue2e7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:change_circle"/>.
		/// </summary>
		public const string ChangeCircle = "\ue2e7";

		/// <summary>
		/// Unicode value for the 'change_history' icon ("\ue86b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:change_history"/>.
		/// </summary>
		public const string ChangeHistory = "\ue86b";

		/// <summary>
		/// Unicode value for the 'charging_station' icon ("\uf19d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:charging_station"/>.
		/// </summary>
		public const string ChargingStation = "\uf19d";

		/// <summary>
		/// Unicode value for the 'chat' icon ("\ue0b7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chat"/>.
		/// </summary>
		public const string Chat = "\ue0b7";

		/// <summary>
		/// Unicode value for the 'chat_bubble' icon ("\ue0ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chat_bubble"/>.
		/// </summary>
		public const string ChatBubble = "\ue0ca";

		/// <summary>
		/// Unicode value for the 'chat_bubble_outline' icon ("\ue0cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chat_bubble_outline"/>.
		/// </summary>
		public const string ChatBubbleOutline = "\ue0cb";

		/// <summary>
		/// Unicode value for the 'check' icon ("\ue5ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:check"/>.
		/// </summary>
		public const string Check = "\ue5ca";

		/// <summary>
		/// Unicode value for the 'check_box' icon ("\ue834").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:check_box"/>.
		/// </summary>
		public const string CheckBox = "\ue834";

		/// <summary>
		/// Unicode value for the 'check_box_outline_blank' icon ("\ue835").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:check_box_outline_blank"/>.
		/// </summary>
		public const string CheckBoxOutlineBlank = "\ue835";

		/// <summary>
		/// Unicode value for the 'check_circle' icon ("\ue86c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:check_circle"/>.
		/// </summary>
		public const string CheckCircle = "\ue86c";

		/// <summary>
		/// Unicode value for the 'check_circle_outline' icon ("\ue92d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:check_circle_outline"/>.
		/// </summary>
		public const string CheckCircleOutline = "\ue92d";

		/// <summary>
		/// Unicode value for the 'checklist' icon ("\ue6b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:checklist"/>.
		/// </summary>
		public const string Checklist = "\ue6b1";

		/// <summary>
		/// Unicode value for the 'checklist_rtl' icon ("\ue6b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:checklist_rtl"/>.
		/// </summary>
		public const string ChecklistRtl = "\ue6b3";

		/// <summary>
		/// Unicode value for the 'checkroom' icon ("\uf19e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:checkroom"/>.
		/// </summary>
		public const string Checkroom = "\uf19e";

		/// <summary>
		/// Unicode value for the 'chevron_left' icon ("\ue5cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chevron_left"/>.
		/// </summary>
		public const string ChevronLeft = "\ue5cb";

		/// <summary>
		/// Unicode value for the 'chevron_right' icon ("\ue5cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chevron_right"/>.
		/// </summary>
		public const string ChevronRight = "\ue5cc";

		/// <summary>
		/// Unicode value for the 'child_care' icon ("\ueb41").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:child_care"/>.
		/// </summary>
		public const string ChildCare = "\ueb41";

		/// <summary>
		/// Unicode value for the 'child_friendly' icon ("\ueb42").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:child_friendly"/>.
		/// </summary>
		public const string ChildFriendly = "\ueb42";

		/// <summary>
		/// Unicode value for the 'chrome_reader_mode' icon ("\ue86d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:chrome_reader_mode"/>.
		/// </summary>
		public const string ChromeReaderMode = "\ue86d";

		/// <summary>
		/// Unicode value for the 'church' icon ("\ueaae").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:church"/>.
		/// </summary>
		public const string Church = "\ueaae";

		/// <summary>
		/// Unicode value for the 'circle' icon ("\uef4a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:circle"/>.
		/// </summary>
		public const string Circle = "\uef4a";

		/// <summary>
		/// Unicode value for the 'circle_notifications' icon ("\ue994").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:circle_notifications"/>.
		/// </summary>
		public const string CircleNotifications = "\ue994";

		/// <summary>
		/// Unicode value for the 'class' icon ("\ue86e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:class"/>.
		/// </summary>
		public const string Class = "\ue86e";

		/// <summary>
		/// Unicode value for the 'clean_hands' icon ("\uf21f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:clean_hands"/>.
		/// </summary>
		public const string CleanHands = "\uf21f";

		/// <summary>
		/// Unicode value for the 'cleaning_services' icon ("\uf0ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cleaning_services"/>.
		/// </summary>
		public const string CleaningServices = "\uf0ff";

		/// <summary>
		/// Unicode value for the 'clear' icon ("\ue14c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:clear"/>.
		/// </summary>
		public const string Clear = "\ue14c";

		/// <summary>
		/// Unicode value for the 'clear_all' icon ("\ue0b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:clear_all"/>.
		/// </summary>
		public const string ClearAll = "\ue0b8";

		/// <summary>
		/// Unicode value for the 'close' icon ("\ue5cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:close"/>.
		/// </summary>
		public const string Close = "\ue5cd";

		/// <summary>
		/// Unicode value for the 'close_fullscreen' icon ("\uf1cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:close_fullscreen"/>.
		/// </summary>
		public const string CloseFullscreen = "\uf1cf";

		/// <summary>
		/// Unicode value for the 'closed_caption' icon ("\ue01c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:closed_caption"/>.
		/// </summary>
		public const string ClosedCaption = "\ue01c";

		/// <summary>
		/// Unicode value for the 'closed_caption_disabled' icon ("\uf1dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:closed_caption_disabled"/>.
		/// </summary>
		public const string ClosedCaptionDisabled = "\uf1dc";

		/// <summary>
		/// Unicode value for the 'closed_caption_off' icon ("\ue996").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:closed_caption_off"/>.
		/// </summary>
		public const string ClosedCaptionOff = "\ue996";

		/// <summary>
		/// Unicode value for the 'cloud' icon ("\ue2bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud"/>.
		/// </summary>
		public const string Cloud = "\ue2bd";

		/// <summary>
		/// Unicode value for the 'cloud_circle' icon ("\ue2be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_circle"/>.
		/// </summary>
		public const string CloudCircle = "\ue2be";

		/// <summary>
		/// Unicode value for the 'cloud_done' icon ("\ue2bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_done"/>.
		/// </summary>
		public const string CloudDone = "\ue2bf";

		/// <summary>
		/// Unicode value for the 'cloud_download' icon ("\ue2c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_download"/>.
		/// </summary>
		public const string CloudDownload = "\ue2c0";

		/// <summary>
		/// Unicode value for the 'cloud_off' icon ("\ue2c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_off"/>.
		/// </summary>
		public const string CloudOff = "\ue2c1";

		/// <summary>
		/// Unicode value for the 'cloud_queue' icon ("\ue2c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_queue"/>.
		/// </summary>
		public const string CloudQueue = "\ue2c2";

		/// <summary>
		/// Unicode value for the 'cloud_sync' icon ("\ueb5a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_sync"/>.
		/// </summary>
		public const string CloudSync = "\ueb5a";

		/// <summary>
		/// Unicode value for the 'cloud_upload' icon ("\ue2c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloud_upload"/>.
		/// </summary>
		public const string CloudUpload = "\ue2c3";

		/// <summary>
		/// Unicode value for the 'cloudy_snowing' icon ("\ue810").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cloudy_snowing"/>.
		/// </summary>
		public const string CloudySnowing = "\ue810";

		/// <summary>
		/// Unicode value for the 'co2' icon ("\ue7b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:co2"/>.
		/// </summary>
		public const string Co2 = "\ue7b0";

		/// <summary>
		/// Unicode value for the 'co_present' icon ("\ueaf0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:co_present"/>.
		/// </summary>
		public const string CoPresent = "\ueaf0";

		/// <summary>
		/// Unicode value for the 'code' icon ("\ue86f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:code"/>.
		/// </summary>
		public const string Code = "\ue86f";

		/// <summary>
		/// Unicode value for the 'code_off' icon ("\ue4f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:code_off"/>.
		/// </summary>
		public const string CodeOff = "\ue4f3";

		/// <summary>
		/// Unicode value for the 'coffee' icon ("\uefef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:coffee"/>.
		/// </summary>
		public const string Coffee = "\uefef";

		/// <summary>
		/// Unicode value for the 'coffee_maker' icon ("\ueff0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:coffee_maker"/>.
		/// </summary>
		public const string CoffeeMaker = "\ueff0";

		/// <summary>
		/// Unicode value for the 'collections' icon ("\ue3b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:collections"/>.
		/// </summary>
		public const string Collections = "\ue3b6";

		/// <summary>
		/// Unicode value for the 'collections_bookmark' icon ("\ue431").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:collections_bookmark"/>.
		/// </summary>
		public const string CollectionsBookmark = "\ue431";

		/// <summary>
		/// Unicode value for the 'color_lens' icon ("\ue3b7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:color_lens"/>.
		/// </summary>
		public const string ColorLens = "\ue3b7";

		/// <summary>
		/// Unicode value for the 'colorize' icon ("\ue3b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:colorize"/>.
		/// </summary>
		public const string Colorize = "\ue3b8";

		/// <summary>
		/// Unicode value for the 'comment' icon ("\ue0b9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:comment"/>.
		/// </summary>
		public const string Comment = "\ue0b9";

		/// <summary>
		/// Unicode value for the 'comment_bank' icon ("\uea4e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:comment_bank"/>.
		/// </summary>
		public const string CommentBank = "\uea4e";

		/// <summary>
		/// Unicode value for the 'comments_disabled' icon ("\ue7a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:comments_disabled"/>.
		/// </summary>
		public const string CommentsDisabled = "\ue7a2";

		/// <summary>
		/// Unicode value for the 'commit' icon ("\ueaf5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:commit"/>.
		/// </summary>
		public const string Commit = "\ueaf5";

		/// <summary>
		/// Unicode value for the 'commute' icon ("\ue940").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:commute"/>.
		/// </summary>
		public const string Commute = "\ue940";

		/// <summary>
		/// Unicode value for the 'compare' icon ("\ue3b9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:compare"/>.
		/// </summary>
		public const string Compare = "\ue3b9";

		/// <summary>
		/// Unicode value for the 'compare_arrows' icon ("\ue915").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:compare_arrows"/>.
		/// </summary>
		public const string CompareArrows = "\ue915";

		/// <summary>
		/// Unicode value for the 'compass_calibration' icon ("\ue57c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:compass_calibration"/>.
		/// </summary>
		public const string CompassCalibration = "\ue57c";

		/// <summary>
		/// Unicode value for the 'compost' icon ("\ue761").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:compost"/>.
		/// </summary>
		public const string Compost = "\ue761";

		/// <summary>
		/// Unicode value for the 'compress' icon ("\ue94d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:compress"/>.
		/// </summary>
		public const string Compress = "\ue94d";

		/// <summary>
		/// Unicode value for the 'computer' icon ("\ue30a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:computer"/>.
		/// </summary>
		public const string Computer = "\ue30a";

		/// <summary>
		/// Unicode value for the 'confirmation_num' icon ("\ue638").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:confirmation_num"/>.
		/// </summary>
		public const string ConfirmationNum = "\ue638";

		/// <summary>
		/// Unicode value for the 'confirmation_number' icon ("\ue638").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:confirmation_number"/>.
		/// </summary>
		public const string ConfirmationNumber = "\ue638";

		/// <summary>
		/// Unicode value for the 'connect_without_contact' icon ("\uf223").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:connect_without_contact"/>.
		/// </summary>
		public const string ConnectWithoutContact = "\uf223";

		/// <summary>
		/// Unicode value for the 'connected_tv' icon ("\ue998").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:connected_tv"/>.
		/// </summary>
		public const string ConnectedTv = "\ue998";

		/// <summary>
		/// Unicode value for the 'connecting_airports' icon ("\ue7c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:connecting_airports"/>.
		/// </summary>
		public const string ConnectingAirports = "\ue7c9";

		/// <summary>
		/// Unicode value for the 'construction' icon ("\uea3c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:construction"/>.
		/// </summary>
		public const string Construction = "\uea3c";

		/// <summary>
		/// Unicode value for the 'contact_emergency' icon ("\uf8d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contact_emergency"/>.
		/// </summary>
		public const string ContactEmergency = "\uf8d1";

		/// <summary>
		/// Unicode value for the 'contact_mail' icon ("\ue0d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contact_mail"/>.
		/// </summary>
		public const string ContactMail = "\ue0d0";

		/// <summary>
		/// Unicode value for the 'contact_page' icon ("\uf22e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contact_page"/>.
		/// </summary>
		public const string ContactPage = "\uf22e";

		/// <summary>
		/// Unicode value for the 'contact_phone' icon ("\ue0cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contact_phone"/>.
		/// </summary>
		public const string ContactPhone = "\ue0cf";

		/// <summary>
		/// Unicode value for the 'contact_support' icon ("\ue94c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contact_support"/>.
		/// </summary>
		public const string ContactSupport = "\ue94c";

		/// <summary>
		/// Unicode value for the 'contactless' icon ("\uea71").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contactless"/>.
		/// </summary>
		public const string Contactless = "\uea71";

		/// <summary>
		/// Unicode value for the 'contacts' icon ("\ue0ba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contacts"/>.
		/// </summary>
		public const string Contacts = "\ue0ba";

		/// <summary>
		/// Unicode value for the 'content_copy' icon ("\ue14d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_copy"/>.
		/// </summary>
		public const string ContentCopy = "\ue14d";

		/// <summary>
		/// Unicode value for the 'content_cut' icon ("\ue14e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_cut"/>.
		/// </summary>
		public const string ContentCut = "\ue14e";

		/// <summary>
		/// Unicode value for the 'content_paste' icon ("\ue14f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_paste"/>.
		/// </summary>
		public const string ContentPaste = "\ue14f";

		/// <summary>
		/// Unicode value for the 'content_paste_go' icon ("\uea8e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_paste_go"/>.
		/// </summary>
		public const string ContentPasteGo = "\uea8e";

		/// <summary>
		/// Unicode value for the 'content_paste_off' icon ("\ue4f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_paste_off"/>.
		/// </summary>
		public const string ContentPasteOff = "\ue4f8";

		/// <summary>
		/// Unicode value for the 'content_paste_search' icon ("\uea9b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:content_paste_search"/>.
		/// </summary>
		public const string ContentPasteSearch = "\uea9b";

		/// <summary>
		/// Unicode value for the 'contrast' icon ("\ueb37").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:contrast"/>.
		/// </summary>
		public const string Contrast = "\ueb37";

		/// <summary>
		/// Unicode value for the 'control_camera' icon ("\ue074").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:control_camera"/>.
		/// </summary>
		public const string ControlCamera = "\ue074";

		/// <summary>
		/// Unicode value for the 'control_point' icon ("\ue3ba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:control_point"/>.
		/// </summary>
		public const string ControlPoint = "\ue3ba";

		/// <summary>
		/// Unicode value for the 'control_point_duplicate' icon ("\ue3bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:control_point_duplicate"/>.
		/// </summary>
		public const string ControlPointDuplicate = "\ue3bb";

		/// <summary>
		/// Unicode value for the 'conveyor_belt' icon ("\uf867").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:conveyor_belt"/>.
		/// </summary>
		public const string ConveyorBelt = "\uf867";

		/// <summary>
		/// Unicode value for the 'cookie' icon ("\ueaac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cookie"/>.
		/// </summary>
		public const string Cookie = "\ueaac";

		/// <summary>
		/// Unicode value for the 'copy_all' icon ("\ue2ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:copy_all"/>.
		/// </summary>
		public const string CopyAll = "\ue2ec";

		/// <summary>
		/// Unicode value for the 'copyright' icon ("\ue90c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:copyright"/>.
		/// </summary>
		public const string Copyright = "\ue90c";

		/// <summary>
		/// Unicode value for the 'coronavirus' icon ("\uf221").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:coronavirus"/>.
		/// </summary>
		public const string Coronavirus = "\uf221";

		/// <summary>
		/// Unicode value for the 'corporate_fare' icon ("\uf1d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:corporate_fare"/>.
		/// </summary>
		public const string CorporateFare = "\uf1d0";

		/// <summary>
		/// Unicode value for the 'cottage' icon ("\ue587").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cottage"/>.
		/// </summary>
		public const string Cottage = "\ue587";

		/// <summary>
		/// Unicode value for the 'countertops' icon ("\uf1f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:countertops"/>.
		/// </summary>
		public const string Countertops = "\uf1f7";

		/// <summary>
		/// Unicode value for the 'create' icon ("\ue150").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:create"/>.
		/// </summary>
		public const string Create = "\ue150";

		/// <summary>
		/// Unicode value for the 'create_new_folder' icon ("\ue2cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:create_new_folder"/>.
		/// </summary>
		public const string CreateNewFolder = "\ue2cc";

		/// <summary>
		/// Unicode value for the 'credit_card' icon ("\ue870").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:credit_card"/>.
		/// </summary>
		public const string CreditCard = "\ue870";

		/// <summary>
		/// Unicode value for the 'credit_card_off' icon ("\ue4f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:credit_card_off"/>.
		/// </summary>
		public const string CreditCardOff = "\ue4f4";

		/// <summary>
		/// Unicode value for the 'credit_score' icon ("\ueff1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:credit_score"/>.
		/// </summary>
		public const string CreditScore = "\ueff1";

		/// <summary>
		/// Unicode value for the 'crib' icon ("\ue588").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crib"/>.
		/// </summary>
		public const string Crib = "\ue588";

		/// <summary>
		/// Unicode value for the 'crisis_alert' icon ("\uebe9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crisis_alert"/>.
		/// </summary>
		public const string CrisisAlert = "\uebe9";

		/// <summary>
		/// Unicode value for the 'crop' icon ("\ue3be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop"/>.
		/// </summary>
		public const string Crop = "\ue3be";

		/// <summary>
		/// Unicode value for the 'crop_16_9' icon ("\ue3bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_16_9"/>.
		/// </summary>
		public const string Crop169 = "\ue3bc";

		/// <summary>
		/// Unicode value for the 'crop_3_2' icon ("\ue3bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_3_2"/>.
		/// </summary>
		public const string Crop32 = "\ue3bd";

		/// <summary>
		/// Unicode value for the 'crop_5_4' icon ("\ue3bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_5_4"/>.
		/// </summary>
		public const string Crop54 = "\ue3bf";

		/// <summary>
		/// Unicode value for the 'crop_7_5' icon ("\ue3c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_7_5"/>.
		/// </summary>
		public const string Crop75 = "\ue3c0";

		/// <summary>
		/// Unicode value for the 'crop_din' icon ("\ue3c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_din"/>.
		/// </summary>
		public const string CropDin = "\ue3c1";

		/// <summary>
		/// Unicode value for the 'crop_free' icon ("\ue3c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_free"/>.
		/// </summary>
		public const string CropFree = "\ue3c2";

		/// <summary>
		/// Unicode value for the 'crop_landscape' icon ("\ue3c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_landscape"/>.
		/// </summary>
		public const string CropLandscape = "\ue3c3";

		/// <summary>
		/// Unicode value for the 'crop_original' icon ("\ue3c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_original"/>.
		/// </summary>
		public const string CropOriginal = "\ue3c4";

		/// <summary>
		/// Unicode value for the 'crop_portrait' icon ("\ue3c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_portrait"/>.
		/// </summary>
		public const string CropPortrait = "\ue3c5";

		/// <summary>
		/// Unicode value for the 'crop_rotate' icon ("\ue437").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_rotate"/>.
		/// </summary>
		public const string CropRotate = "\ue437";

		/// <summary>
		/// Unicode value for the 'crop_square' icon ("\ue3c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:crop_square"/>.
		/// </summary>
		public const string CropSquare = "\ue3c6";

		/// <summary>
		/// Unicode value for the 'cruelty_free' icon ("\ue799").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cruelty_free"/>.
		/// </summary>
		public const string CrueltyFree = "\ue799";

		/// <summary>
		/// Unicode value for the 'css' icon ("\ueb93").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:css"/>.
		/// </summary>
		public const string Css = "\ueb93";

		/// <summary>
		/// Unicode value for the 'currency_bitcoin' icon ("\uebc5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_bitcoin"/>.
		/// </summary>
		public const string CurrencyBitcoin = "\uebc5";

		/// <summary>
		/// Unicode value for the 'currency_exchange' icon ("\ueb70").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_exchange"/>.
		/// </summary>
		public const string CurrencyExchange = "\ueb70";

		/// <summary>
		/// Unicode value for the 'currency_franc' icon ("\ueafa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_franc"/>.
		/// </summary>
		public const string CurrencyFranc = "\ueafa";

		/// <summary>
		/// Unicode value for the 'currency_lira' icon ("\ueaef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_lira"/>.
		/// </summary>
		public const string CurrencyLira = "\ueaef";

		/// <summary>
		/// Unicode value for the 'currency_pound' icon ("\ueaf1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_pound"/>.
		/// </summary>
		public const string CurrencyPound = "\ueaf1";

		/// <summary>
		/// Unicode value for the 'currency_ruble' icon ("\ueaec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_ruble"/>.
		/// </summary>
		public const string CurrencyRuble = "\ueaec";

		/// <summary>
		/// Unicode value for the 'currency_rupee' icon ("\ueaf7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_rupee"/>.
		/// </summary>
		public const string CurrencyRupee = "\ueaf7";

		/// <summary>
		/// Unicode value for the 'currency_yen' icon ("\ueafb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_yen"/>.
		/// </summary>
		public const string CurrencyYen = "\ueafb";

		/// <summary>
		/// Unicode value for the 'currency_yuan' icon ("\ueaf9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:currency_yuan"/>.
		/// </summary>
		public const string CurrencyYuan = "\ueaf9";

		/// <summary>
		/// Unicode value for the 'curtains' icon ("\uec1e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:curtains"/>.
		/// </summary>
		public const string Curtains = "\uec1e";

		/// <summary>
		/// Unicode value for the 'curtains_closed' icon ("\uec1d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:curtains_closed"/>.
		/// </summary>
		public const string CurtainsClosed = "\uec1d";

		/// <summary>
		/// Unicode value for the 'cyclone' icon ("\uebd5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:cyclone"/>.
		/// </summary>
		public const string Cyclone = "\uebd5";

		/// <summary>
		/// Unicode value for the 'dangerous' icon ("\ue99a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dangerous"/>.
		/// </summary>
		public const string Dangerous = "\ue99a";

		/// <summary>
		/// Unicode value for the 'dark_mode' icon ("\ue51c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dark_mode"/>.
		/// </summary>
		public const string DarkMode = "\ue51c";

		/// <summary>
		/// Unicode value for the 'dashboard' icon ("\ue871").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dashboard"/>.
		/// </summary>
		public const string Dashboard = "\ue871";

		/// <summary>
		/// Unicode value for the 'dashboard_customize' icon ("\ue99b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dashboard_customize"/>.
		/// </summary>
		public const string DashboardCustomize = "\ue99b";

		/// <summary>
		/// Unicode value for the 'data_array' icon ("\uead1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_array"/>.
		/// </summary>
		public const string DataArray = "\uead1";

		/// <summary>
		/// Unicode value for the 'data_exploration' icon ("\ue76f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_exploration"/>.
		/// </summary>
		public const string DataExploration = "\ue76f";

		/// <summary>
		/// Unicode value for the 'data_object' icon ("\uead3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_object"/>.
		/// </summary>
		public const string DataObject = "\uead3";

		/// <summary>
		/// Unicode value for the 'data_saver_off' icon ("\ueff2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_saver_off"/>.
		/// </summary>
		public const string DataSaverOff = "\ueff2";

		/// <summary>
		/// Unicode value for the 'data_saver_on' icon ("\ueff3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_saver_on"/>.
		/// </summary>
		public const string DataSaverOn = "\ueff3";

		/// <summary>
		/// Unicode value for the 'data_thresholding' icon ("\ueb9f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_thresholding"/>.
		/// </summary>
		public const string DataThresholding = "\ueb9f";

		/// <summary>
		/// Unicode value for the 'data_usage' icon ("\ue1af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:data_usage"/>.
		/// </summary>
		public const string DataUsage = "\ue1af";

		/// <summary>
		/// Unicode value for the 'dataset' icon ("\uf8ee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dataset"/>.
		/// </summary>
		public const string Dataset = "\uf8ee";

		/// <summary>
		/// Unicode value for the 'dataset_linked' icon ("\uf8ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dataset_linked"/>.
		/// </summary>
		public const string DatasetLinked = "\uf8ef";

		/// <summary>
		/// Unicode value for the 'date_range' icon ("\ue916").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:date_range"/>.
		/// </summary>
		public const string DateRange = "\ue916";

		/// <summary>
		/// Unicode value for the 'deblur' icon ("\ueb77").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:deblur"/>.
		/// </summary>
		public const string Deblur = "\ueb77";

		/// <summary>
		/// Unicode value for the 'deck' icon ("\uea42").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:deck"/>.
		/// </summary>
		public const string Deck = "\uea42";

		/// <summary>
		/// Unicode value for the 'dehaze' icon ("\ue3c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dehaze"/>.
		/// </summary>
		public const string Dehaze = "\ue3c7";

		/// <summary>
		/// Unicode value for the 'delete' icon ("\ue872").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:delete"/>.
		/// </summary>
		public const string Delete = "\ue872";

		/// <summary>
		/// Unicode value for the 'delete_forever' icon ("\ue92b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:delete_forever"/>.
		/// </summary>
		public const string DeleteForever = "\ue92b";

		/// <summary>
		/// Unicode value for the 'delete_outline' icon ("\ue92e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:delete_outline"/>.
		/// </summary>
		public const string DeleteOutline = "\ue92e";

		/// <summary>
		/// Unicode value for the 'delete_sweep' icon ("\ue16c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:delete_sweep"/>.
		/// </summary>
		public const string DeleteSweep = "\ue16c";

		/// <summary>
		/// Unicode value for the 'delivery_dining' icon ("\uea72").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:delivery_dining"/>.
		/// </summary>
		public const string DeliveryDining = "\uea72";

		/// <summary>
		/// Unicode value for the 'density_large' icon ("\ueba9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:density_large"/>.
		/// </summary>
		public const string DensityLarge = "\ueba9";

		/// <summary>
		/// Unicode value for the 'density_medium' icon ("\ueb9e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:density_medium"/>.
		/// </summary>
		public const string DensityMedium = "\ueb9e";

		/// <summary>
		/// Unicode value for the 'density_small' icon ("\ueba8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:density_small"/>.
		/// </summary>
		public const string DensitySmall = "\ueba8";

		/// <summary>
		/// Unicode value for the 'departure_board' icon ("\ue576").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:departure_board"/>.
		/// </summary>
		public const string DepartureBoard = "\ue576";

		/// <summary>
		/// Unicode value for the 'description' icon ("\ue873").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:description"/>.
		/// </summary>
		public const string Description = "\ue873";

		/// <summary>
		/// Unicode value for the 'deselect' icon ("\uebb6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:deselect"/>.
		/// </summary>
		public const string Deselect = "\uebb6";

		/// <summary>
		/// Unicode value for the 'design_services' icon ("\uf10a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:design_services"/>.
		/// </summary>
		public const string DesignServices = "\uf10a";

		/// <summary>
		/// Unicode value for the 'desk' icon ("\uf8f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:desk"/>.
		/// </summary>
		public const string Desk = "\uf8f4";

		/// <summary>
		/// Unicode value for the 'desktop_access_disabled' icon ("\ue99d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:desktop_access_disabled"/>.
		/// </summary>
		public const string DesktopAccessDisabled = "\ue99d";

		/// <summary>
		/// Unicode value for the 'desktop_mac' icon ("\ue30b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:desktop_mac"/>.
		/// </summary>
		public const string DesktopMac = "\ue30b";

		/// <summary>
		/// Unicode value for the 'desktop_windows' icon ("\ue30c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:desktop_windows"/>.
		/// </summary>
		public const string DesktopWindows = "\ue30c";

		/// <summary>
		/// Unicode value for the 'details' icon ("\ue3c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:details"/>.
		/// </summary>
		public const string Details = "\ue3c8";

		/// <summary>
		/// Unicode value for the 'developer_board' icon ("\ue30d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:developer_board"/>.
		/// </summary>
		public const string DeveloperBoard = "\ue30d";

		/// <summary>
		/// Unicode value for the 'developer_board_off' icon ("\ue4ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:developer_board_off"/>.
		/// </summary>
		public const string DeveloperBoardOff = "\ue4ff";

		/// <summary>
		/// Unicode value for the 'developer_mode' icon ("\ue1b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:developer_mode"/>.
		/// </summary>
		public const string DeveloperMode = "\ue1b0";

		/// <summary>
		/// Unicode value for the 'device_hub' icon ("\ue335").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:device_hub"/>.
		/// </summary>
		public const string DeviceHub = "\ue335";

		/// <summary>
		/// Unicode value for the 'device_thermostat' icon ("\ue1ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:device_thermostat"/>.
		/// </summary>
		public const string DeviceThermostat = "\ue1ff";

		/// <summary>
		/// Unicode value for the 'device_unknown' icon ("\ue339").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:device_unknown"/>.
		/// </summary>
		public const string DeviceUnknown = "\ue339";

		/// <summary>
		/// Unicode value for the 'devices' icon ("\ue1b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:devices"/>.
		/// </summary>
		public const string Devices = "\ue1b1";

		/// <summary>
		/// Unicode value for the 'devices_fold' icon ("\uebde").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:devices_fold"/>.
		/// </summary>
		public const string DevicesFold = "\uebde";

		/// <summary>
		/// Unicode value for the 'devices_other' icon ("\ue337").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:devices_other"/>.
		/// </summary>
		public const string DevicesOther = "\ue337";

		/// <summary>
		/// Unicode value for the 'dew_point' icon ("\uf879").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dew_point"/>.
		/// </summary>
		public const string DewPoint = "\uf879";

		/// <summary>
		/// Unicode value for the 'dialer_sip' icon ("\ue0bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dialer_sip"/>.
		/// </summary>
		public const string DialerSip = "\ue0bb";

		/// <summary>
		/// Unicode value for the 'dialpad' icon ("\ue0bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dialpad"/>.
		/// </summary>
		public const string Dialpad = "\ue0bc";

		/// <summary>
		/// Unicode value for the 'diamond' icon ("\uead5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:diamond"/>.
		/// </summary>
		public const string Diamond = "\uead5";

		/// <summary>
		/// Unicode value for the 'difference' icon ("\ueb7d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:difference"/>.
		/// </summary>
		public const string Difference = "\ueb7d";

		/// <summary>
		/// Unicode value for the 'dining' icon ("\ueff4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dining"/>.
		/// </summary>
		public const string Dining = "\ueff4";

		/// <summary>
		/// Unicode value for the 'dinner_dining' icon ("\uea57").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dinner_dining"/>.
		/// </summary>
		public const string DinnerDining = "\uea57";

		/// <summary>
		/// Unicode value for the 'directions' icon ("\ue52e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions"/>.
		/// </summary>
		public const string Directions = "\ue52e";

		/// <summary>
		/// Unicode value for the 'directions_bike' icon ("\ue52f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_bike"/>.
		/// </summary>
		public const string DirectionsBike = "\ue52f";

		/// <summary>
		/// Unicode value for the 'directions_boat' icon ("\ue532").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_boat"/>.
		/// </summary>
		public const string DirectionsBoat = "\ue532";

		/// <summary>
		/// Unicode value for the 'directions_boat_filled' icon ("\ueff5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_boat_filled"/>.
		/// </summary>
		public const string DirectionsBoatFilled = "\ueff5";

		/// <summary>
		/// Unicode value for the 'directions_bus' icon ("\ue530").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_bus"/>.
		/// </summary>
		public const string DirectionsBus = "\ue530";

		/// <summary>
		/// Unicode value for the 'directions_bus_filled' icon ("\ueff6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_bus_filled"/>.
		/// </summary>
		public const string DirectionsBusFilled = "\ueff6";

		/// <summary>
		/// Unicode value for the 'directions_car' icon ("\ue531").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_car"/>.
		/// </summary>
		public const string DirectionsCar = "\ue531";

		/// <summary>
		/// Unicode value for the 'directions_car_filled' icon ("\ueff7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_car_filled"/>.
		/// </summary>
		public const string DirectionsCarFilled = "\ueff7";

		/// <summary>
		/// Unicode value for the 'directions_ferry' icon ("\ue532").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_ferry"/>.
		/// </summary>
		public const string DirectionsFerry = "\ue532";

		/// <summary>
		/// Unicode value for the 'directions_off' icon ("\uf10f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_off"/>.
		/// </summary>
		public const string DirectionsOff = "\uf10f";

		/// <summary>
		/// Unicode value for the 'directions_railway' icon ("\ue534").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_railway"/>.
		/// </summary>
		public const string DirectionsRailway = "\ue534";

		/// <summary>
		/// Unicode value for the 'directions_railway_filled' icon ("\ueff8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_railway_filled"/>.
		/// </summary>
		public const string DirectionsRailwayFilled = "\ueff8";

		/// <summary>
		/// Unicode value for the 'directions_run' icon ("\ue566").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_run"/>.
		/// </summary>
		public const string DirectionsRun = "\ue566";

		/// <summary>
		/// Unicode value for the 'directions_subway' icon ("\ue533").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_subway"/>.
		/// </summary>
		public const string DirectionsSubway = "\ue533";

		/// <summary>
		/// Unicode value for the 'directions_subway_filled' icon ("\ueff9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_subway_filled"/>.
		/// </summary>
		public const string DirectionsSubwayFilled = "\ueff9";

		/// <summary>
		/// Unicode value for the 'directions_train' icon ("\ue534").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_train"/>.
		/// </summary>
		public const string DirectionsTrain = "\ue534";

		/// <summary>
		/// Unicode value for the 'directions_transit' icon ("\ue535").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_transit"/>.
		/// </summary>
		public const string DirectionsTransit = "\ue535";

		/// <summary>
		/// Unicode value for the 'directions_transit_filled' icon ("\ueffa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_transit_filled"/>.
		/// </summary>
		public const string DirectionsTransitFilled = "\ueffa";

		/// <summary>
		/// Unicode value for the 'directions_walk' icon ("\ue536").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:directions_walk"/>.
		/// </summary>
		public const string DirectionsWalk = "\ue536";

		/// <summary>
		/// Unicode value for the 'dirty_lens' icon ("\uef4b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dirty_lens"/>.
		/// </summary>
		public const string DirtyLens = "\uef4b";

		/// <summary>
		/// Unicode value for the 'disabled_by_default' icon ("\uf230").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:disabled_by_default"/>.
		/// </summary>
		public const string DisabledByDefault = "\uf230";

		/// <summary>
		/// Unicode value for the 'disabled_visible' icon ("\ue76e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:disabled_visible"/>.
		/// </summary>
		public const string DisabledVisible = "\ue76e";

		/// <summary>
		/// Unicode value for the 'disc_full' icon ("\ue610").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:disc_full"/>.
		/// </summary>
		public const string DiscFull = "\ue610";

		/// <summary>
		/// Unicode value for the 'discord' icon ("\uea6c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:discord"/>.
		/// </summary>
		public const string Discord = "\uea6c";

		/// <summary>
		/// Unicode value for the 'discount' icon ("\uebc9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:discount"/>.
		/// </summary>
		public const string Discount = "\uebc9";

		/// <summary>
		/// Unicode value for the 'display_settings' icon ("\ueb97").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:display_settings"/>.
		/// </summary>
		public const string DisplaySettings = "\ueb97";

		/// <summary>
		/// Unicode value for the 'diversity_1' icon ("\uf8d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:diversity_1"/>.
		/// </summary>
		public const string Diversity1 = "\uf8d7";

		/// <summary>
		/// Unicode value for the 'diversity_2' icon ("\uf8d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:diversity_2"/>.
		/// </summary>
		public const string Diversity2 = "\uf8d8";

		/// <summary>
		/// Unicode value for the 'diversity_3' icon ("\uf8d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:diversity_3"/>.
		/// </summary>
		public const string Diversity3 = "\uf8d9";

		/// <summary>
		/// Unicode value for the 'dnd_forwardslash' icon ("\ue611").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dnd_forwardslash"/>.
		/// </summary>
		public const string DndForwardslash = "\ue611";

		/// <summary>
		/// Unicode value for the 'dns' icon ("\ue875").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dns"/>.
		/// </summary>
		public const string Dns = "\ue875";

		/// <summary>
		/// Unicode value for the 'do_disturb' icon ("\uf08c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_disturb"/>.
		/// </summary>
		public const string DoDisturb = "\uf08c";

		/// <summary>
		/// Unicode value for the 'do_disturb_alt' icon ("\uf08d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_disturb_alt"/>.
		/// </summary>
		public const string DoDisturbAlt = "\uf08d";

		/// <summary>
		/// Unicode value for the 'do_disturb_off' icon ("\uf08e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_disturb_off"/>.
		/// </summary>
		public const string DoDisturbOff = "\uf08e";

		/// <summary>
		/// Unicode value for the 'do_disturb_on' icon ("\uf08f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_disturb_on"/>.
		/// </summary>
		public const string DoDisturbOn = "\uf08f";

		/// <summary>
		/// Unicode value for the 'do_not_disturb' icon ("\ue612").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_disturb"/>.
		/// </summary>
		public const string DoNotDisturb = "\ue612";

		/// <summary>
		/// Unicode value for the 'do_not_disturb_alt' icon ("\ue611").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_disturb_alt"/>.
		/// </summary>
		public const string DoNotDisturbAlt = "\ue611";

		/// <summary>
		/// Unicode value for the 'do_not_disturb_off' icon ("\ue643").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_disturb_off"/>.
		/// </summary>
		public const string DoNotDisturbOff = "\ue643";

		/// <summary>
		/// Unicode value for the 'do_not_disturb_on' icon ("\ue644").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_disturb_on"/>.
		/// </summary>
		public const string DoNotDisturbOn = "\ue644";

		/// <summary>
		/// Unicode value for the 'do_not_disturb_on_total_silence' icon ("\ueffb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_disturb_on_total_silence"/>.
		/// </summary>
		public const string DoNotDisturbOnTotalSilence = "\ueffb";

		/// <summary>
		/// Unicode value for the 'do_not_step' icon ("\uf19f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_step"/>.
		/// </summary>
		public const string DoNotStep = "\uf19f";

		/// <summary>
		/// Unicode value for the 'do_not_touch' icon ("\uf1b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:do_not_touch"/>.
		/// </summary>
		public const string DoNotTouch = "\uf1b0";

		/// <summary>
		/// Unicode value for the 'dock' icon ("\ue30e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dock"/>.
		/// </summary>
		public const string Dock = "\ue30e";

		/// <summary>
		/// Unicode value for the 'document_scanner' icon ("\ue5fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:document_scanner"/>.
		/// </summary>
		public const string DocumentScanner = "\ue5fa";

		/// <summary>
		/// Unicode value for the 'domain' icon ("\ue7ee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:domain"/>.
		/// </summary>
		public const string Domain = "\ue7ee";

		/// <summary>
		/// Unicode value for the 'domain_add' icon ("\ueb62").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:domain_add"/>.
		/// </summary>
		public const string DomainAdd = "\ueb62";

		/// <summary>
		/// Unicode value for the 'domain_disabled' icon ("\ue0ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:domain_disabled"/>.
		/// </summary>
		public const string DomainDisabled = "\ue0ef";

		/// <summary>
		/// Unicode value for the 'domain_verification' icon ("\uef4c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:domain_verification"/>.
		/// </summary>
		public const string DomainVerification = "\uef4c";

		/// <summary>
		/// Unicode value for the 'done' icon ("\ue876").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:done"/>.
		/// </summary>
		public const string Done = "\ue876";

		/// <summary>
		/// Unicode value for the 'done_all' icon ("\ue877").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:done_all"/>.
		/// </summary>
		public const string DoneAll = "\ue877";

		/// <summary>
		/// Unicode value for the 'done_outline' icon ("\ue92f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:done_outline"/>.
		/// </summary>
		public const string DoneOutline = "\ue92f";

		/// <summary>
		/// Unicode value for the 'donut_large' icon ("\ue917").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:donut_large"/>.
		/// </summary>
		public const string DonutLarge = "\ue917";

		/// <summary>
		/// Unicode value for the 'donut_small' icon ("\ue918").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:donut_small"/>.
		/// </summary>
		public const string DonutSmall = "\ue918";

		/// <summary>
		/// Unicode value for the 'door_back' icon ("\ueffc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:door_back"/>.
		/// </summary>
		public const string DoorBack = "\ueffc";

		/// <summary>
		/// Unicode value for the 'door_front' icon ("\ueffd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:door_front"/>.
		/// </summary>
		public const string DoorFront = "\ueffd";

		/// <summary>
		/// Unicode value for the 'door_sliding' icon ("\ueffe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:door_sliding"/>.
		/// </summary>
		public const string DoorSliding = "\ueffe";

		/// <summary>
		/// Unicode value for the 'doorbell' icon ("\uefff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:doorbell"/>.
		/// </summary>
		public const string Doorbell = "\uefff";

		/// <summary>
		/// Unicode value for the 'double_arrow' icon ("\uea50").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:double_arrow"/>.
		/// </summary>
		public const string DoubleArrow = "\uea50";

		/// <summary>
		/// Unicode value for the 'downhill_skiing' icon ("\ue509").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:downhill_skiing"/>.
		/// </summary>
		public const string DownhillSkiing = "\ue509";

		/// <summary>
		/// Unicode value for the 'download' icon ("\uf090").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:download"/>.
		/// </summary>
		public const string Download = "\uf090";

		/// <summary>
		/// Unicode value for the 'download_done' icon ("\uf091").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:download_done"/>.
		/// </summary>
		public const string DownloadDone = "\uf091";

		/// <summary>
		/// Unicode value for the 'download_for_offline' icon ("\uf000").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:download_for_offline"/>.
		/// </summary>
		public const string DownloadForOffline = "\uf000";

		/// <summary>
		/// Unicode value for the 'downloading' icon ("\uf001").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:downloading"/>.
		/// </summary>
		public const string Downloading = "\uf001";

		/// <summary>
		/// Unicode value for the 'drafts' icon ("\ue151").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drafts"/>.
		/// </summary>
		public const string Drafts = "\ue151";

		/// <summary>
		/// Unicode value for the 'drag_handle' icon ("\ue25d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drag_handle"/>.
		/// </summary>
		public const string DragHandle = "\ue25d";

		/// <summary>
		/// Unicode value for the 'drag_indicator' icon ("\ue945").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drag_indicator"/>.
		/// </summary>
		public const string DragIndicator = "\ue945";

		/// <summary>
		/// Unicode value for the 'draw' icon ("\ue746").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:draw"/>.
		/// </summary>
		public const string Draw = "\ue746";

		/// <summary>
		/// Unicode value for the 'drive_eta' icon ("\ue613").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_eta"/>.
		/// </summary>
		public const string DriveEta = "\ue613";

		/// <summary>
		/// Unicode value for the 'drive_file_move' icon ("\ue675").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_file_move"/>.
		/// </summary>
		public const string DriveFileMove = "\ue675";

		/// <summary>
		/// Unicode value for the 'drive_file_move_outline' icon ("\ue9a1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_file_move_outline"/>.
		/// </summary>
		public const string DriveFileMoveOutline = "\ue9a1";

		/// <summary>
		/// Unicode value for the 'drive_file_move_rtl' icon ("\ue76d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_file_move_rtl"/>.
		/// </summary>
		public const string DriveFileMoveRtl = "\ue76d";

		/// <summary>
		/// Unicode value for the 'drive_file_rename_outline' icon ("\ue9a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_file_rename_outline"/>.
		/// </summary>
		public const string DriveFileRenameOutline = "\ue9a2";

		/// <summary>
		/// Unicode value for the 'drive_folder_upload' icon ("\ue9a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:drive_folder_upload"/>.
		/// </summary>
		public const string DriveFolderUpload = "\ue9a3";

		/// <summary>
		/// Unicode value for the 'dry' icon ("\uf1b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dry"/>.
		/// </summary>
		public const string Dry = "\uf1b3";

		/// <summary>
		/// Unicode value for the 'dry_cleaning' icon ("\uea58").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dry_cleaning"/>.
		/// </summary>
		public const string DryCleaning = "\uea58";

		/// <summary>
		/// Unicode value for the 'duo' icon ("\ue9a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:duo"/>.
		/// </summary>
		public const string Duo = "\ue9a5";

		/// <summary>
		/// Unicode value for the 'dvr' icon ("\ue1b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dvr"/>.
		/// </summary>
		public const string Dvr = "\ue1b2";

		/// <summary>
		/// Unicode value for the 'dynamic_feed' icon ("\uea14").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dynamic_feed"/>.
		/// </summary>
		public const string DynamicFeed = "\uea14";

		/// <summary>
		/// Unicode value for the 'dynamic_form' icon ("\uf1bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:dynamic_form"/>.
		/// </summary>
		public const string DynamicForm = "\uf1bf";

		/// <summary>
		/// Unicode value for the 'e_mobiledata' icon ("\uf002").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:e_mobiledata"/>.
		/// </summary>
		public const string EMobiledata = "\uf002";

		/// <summary>
		/// Unicode value for the 'earbuds' icon ("\uf003").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:earbuds"/>.
		/// </summary>
		public const string Earbuds = "\uf003";

		/// <summary>
		/// Unicode value for the 'earbuds_battery' icon ("\uf004").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:earbuds_battery"/>.
		/// </summary>
		public const string EarbudsBattery = "\uf004";

		/// <summary>
		/// Unicode value for the 'east' icon ("\uf1df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:east"/>.
		/// </summary>
		public const string East = "\uf1df";

		/// <summary>
		/// Unicode value for the 'eco' icon ("\uea35").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:eco"/>.
		/// </summary>
		public const string Eco = "\uea35";

		/// <summary>
		/// Unicode value for the 'edgesensor_high' icon ("\uf005").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edgesensor_high"/>.
		/// </summary>
		public const string EdgesensorHigh = "\uf005";

		/// <summary>
		/// Unicode value for the 'edgesensor_low' icon ("\uf006").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edgesensor_low"/>.
		/// </summary>
		public const string EdgesensorLow = "\uf006";

		/// <summary>
		/// Unicode value for the 'edit' icon ("\ue3c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit"/>.
		/// </summary>
		public const string Edit = "\ue3c9";

		/// <summary>
		/// Unicode value for the 'edit_attributes' icon ("\ue578").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_attributes"/>.
		/// </summary>
		public const string EditAttributes = "\ue578";

		/// <summary>
		/// Unicode value for the 'edit_calendar' icon ("\ue742").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_calendar"/>.
		/// </summary>
		public const string EditCalendar = "\ue742";

		/// <summary>
		/// Unicode value for the 'edit_document' icon ("\uf88c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_document"/>.
		/// </summary>
		public const string EditDocument = "\uf88c";

		/// <summary>
		/// Unicode value for the 'edit_location' icon ("\ue568").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_location"/>.
		/// </summary>
		public const string EditLocation = "\ue568";

		/// <summary>
		/// Unicode value for the 'edit_location_alt' icon ("\ue1c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_location_alt"/>.
		/// </summary>
		public const string EditLocationAlt = "\ue1c5";

		/// <summary>
		/// Unicode value for the 'edit_note' icon ("\ue745").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_note"/>.
		/// </summary>
		public const string EditNote = "\ue745";

		/// <summary>
		/// Unicode value for the 'edit_notifications' icon ("\ue525").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_notifications"/>.
		/// </summary>
		public const string EditNotifications = "\ue525";

		/// <summary>
		/// Unicode value for the 'edit_off' icon ("\ue950").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_off"/>.
		/// </summary>
		public const string EditOff = "\ue950";

		/// <summary>
		/// Unicode value for the 'edit_road' icon ("\uef4d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_road"/>.
		/// </summary>
		public const string EditRoad = "\uef4d";

		/// <summary>
		/// Unicode value for the 'edit_square' icon ("\uf88d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:edit_square"/>.
		/// </summary>
		public const string EditSquare = "\uf88d";

		/// <summary>
		/// Unicode value for the 'egg' icon ("\ueacc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:egg"/>.
		/// </summary>
		public const string Egg = "\ueacc";

		/// <summary>
		/// Unicode value for the 'egg_alt' icon ("\ueac8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:egg_alt"/>.
		/// </summary>
		public const string EggAlt = "\ueac8";

		/// <summary>
		/// Unicode value for the 'eject' icon ("\ue8fb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:eject"/>.
		/// </summary>
		public const string Eject = "\ue8fb";

		/// <summary>
		/// Unicode value for the 'elderly' icon ("\uf21a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:elderly"/>.
		/// </summary>
		public const string Elderly = "\uf21a";

		/// <summary>
		/// Unicode value for the 'elderly_woman' icon ("\ueb69").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:elderly_woman"/>.
		/// </summary>
		public const string ElderlyWoman = "\ueb69";

		/// <summary>
		/// Unicode value for the 'electric_bike' icon ("\ueb1b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_bike"/>.
		/// </summary>
		public const string ElectricBike = "\ueb1b";

		/// <summary>
		/// Unicode value for the 'electric_bolt' icon ("\uec1c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_bolt"/>.
		/// </summary>
		public const string ElectricBolt = "\uec1c";

		/// <summary>
		/// Unicode value for the 'electric_car' icon ("\ueb1c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_car"/>.
		/// </summary>
		public const string ElectricCar = "\ueb1c";

		/// <summary>
		/// Unicode value for the 'electric_meter' icon ("\uec1b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_meter"/>.
		/// </summary>
		public const string ElectricMeter = "\uec1b";

		/// <summary>
		/// Unicode value for the 'electric_moped' icon ("\ueb1d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_moped"/>.
		/// </summary>
		public const string ElectricMoped = "\ueb1d";

		/// <summary>
		/// Unicode value for the 'electric_rickshaw' icon ("\ueb1e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_rickshaw"/>.
		/// </summary>
		public const string ElectricRickshaw = "\ueb1e";

		/// <summary>
		/// Unicode value for the 'electric_scooter' icon ("\ueb1f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electric_scooter"/>.
		/// </summary>
		public const string ElectricScooter = "\ueb1f";

		/// <summary>
		/// Unicode value for the 'electrical_services' icon ("\uf102").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:electrical_services"/>.
		/// </summary>
		public const string ElectricalServices = "\uf102";

		/// <summary>
		/// Unicode value for the 'elevator' icon ("\uf1a0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:elevator"/>.
		/// </summary>
		public const string Elevator = "\uf1a0";

		/// <summary>
		/// Unicode value for the 'email' icon ("\ue0be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:email"/>.
		/// </summary>
		public const string Email = "\ue0be";

		/// <summary>
		/// Unicode value for the 'emergency' icon ("\ue1eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emergency"/>.
		/// </summary>
		public const string Emergency = "\ue1eb";

		/// <summary>
		/// Unicode value for the 'emergency_recording' icon ("\uebf4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emergency_recording"/>.
		/// </summary>
		public const string EmergencyRecording = "\uebf4";

		/// <summary>
		/// Unicode value for the 'emergency_share' icon ("\uebf6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emergency_share"/>.
		/// </summary>
		public const string EmergencyShare = "\uebf6";

		/// <summary>
		/// Unicode value for the 'emoji_emotions' icon ("\uea22").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_emotions"/>.
		/// </summary>
		public const string EmojiEmotions = "\uea22";

		/// <summary>
		/// Unicode value for the 'emoji_events' icon ("\uea23").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_events"/>.
		/// </summary>
		public const string EmojiEvents = "\uea23";

		/// <summary>
		/// Unicode value for the 'emoji_flags' icon ("\uea1a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_flags"/>.
		/// </summary>
		public const string EmojiFlags = "\uea1a";

		/// <summary>
		/// Unicode value for the 'emoji_food_beverage' icon ("\uea1b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_food_beverage"/>.
		/// </summary>
		public const string EmojiFoodBeverage = "\uea1b";

		/// <summary>
		/// Unicode value for the 'emoji_nature' icon ("\uea1c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_nature"/>.
		/// </summary>
		public const string EmojiNature = "\uea1c";

		/// <summary>
		/// Unicode value for the 'emoji_objects' icon ("\uea24").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_objects"/>.
		/// </summary>
		public const string EmojiObjects = "\uea24";

		/// <summary>
		/// Unicode value for the 'emoji_people' icon ("\uea1d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_people"/>.
		/// </summary>
		public const string EmojiPeople = "\uea1d";

		/// <summary>
		/// Unicode value for the 'emoji_symbols' icon ("\uea1e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_symbols"/>.
		/// </summary>
		public const string EmojiSymbols = "\uea1e";

		/// <summary>
		/// Unicode value for the 'emoji_transportation' icon ("\uea1f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:emoji_transportation"/>.
		/// </summary>
		public const string EmojiTransportation = "\uea1f";

		/// <summary>
		/// Unicode value for the 'energy_savings_leaf' icon ("\uec1a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:energy_savings_leaf"/>.
		/// </summary>
		public const string EnergySavingsLeaf = "\uec1a";

		/// <summary>
		/// Unicode value for the 'engineering' icon ("\uea3d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:engineering"/>.
		/// </summary>
		public const string Engineering = "\uea3d";

		/// <summary>
		/// Unicode value for the 'enhance_photo_translate' icon ("\ue8fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:enhance_photo_translate"/>.
		/// </summary>
		public const string EnhancePhotoTranslate = "\ue8fc";

		/// <summary>
		/// Unicode value for the 'enhanced_encryption' icon ("\ue63f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:enhanced_encryption"/>.
		/// </summary>
		public const string EnhancedEncryption = "\ue63f";

		/// <summary>
		/// Unicode value for the 'equalizer' icon ("\ue01d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:equalizer"/>.
		/// </summary>
		public const string Equalizer = "\ue01d";

		/// <summary>
		/// Unicode value for the 'error' icon ("\ue000").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:error"/>.
		/// </summary>
		public const string Error = "\ue000";

		/// <summary>
		/// Unicode value for the 'error_outline' icon ("\ue001").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:error_outline"/>.
		/// </summary>
		public const string ErrorOutline = "\ue001";

		/// <summary>
		/// Unicode value for the 'escalator' icon ("\uf1a1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:escalator"/>.
		/// </summary>
		public const string Escalator = "\uf1a1";

		/// <summary>
		/// Unicode value for the 'escalator_warning' icon ("\uf1ac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:escalator_warning"/>.
		/// </summary>
		public const string EscalatorWarning = "\uf1ac";

		/// <summary>
		/// Unicode value for the 'euro' icon ("\uea15").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:euro"/>.
		/// </summary>
		public const string Euro = "\uea15";

		/// <summary>
		/// Unicode value for the 'euro_symbol' icon ("\ue926").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:euro_symbol"/>.
		/// </summary>
		public const string EuroSymbol = "\ue926";

		/// <summary>
		/// Unicode value for the 'ev_station' icon ("\ue56d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ev_station"/>.
		/// </summary>
		public const string EvStation = "\ue56d";

		/// <summary>
		/// Unicode value for the 'event' icon ("\ue878").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event"/>.
		/// </summary>
		public const string Event = "\ue878";

		/// <summary>
		/// Unicode value for the 'event_available' icon ("\ue614").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event_available"/>.
		/// </summary>
		public const string EventAvailable = "\ue614";

		/// <summary>
		/// Unicode value for the 'event_busy' icon ("\ue615").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event_busy"/>.
		/// </summary>
		public const string EventBusy = "\ue615";

		/// <summary>
		/// Unicode value for the 'event_note' icon ("\ue616").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event_note"/>.
		/// </summary>
		public const string EventNote = "\ue616";

		/// <summary>
		/// Unicode value for the 'event_repeat' icon ("\ueb7b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event_repeat"/>.
		/// </summary>
		public const string EventRepeat = "\ueb7b";

		/// <summary>
		/// Unicode value for the 'event_seat' icon ("\ue903").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:event_seat"/>.
		/// </summary>
		public const string EventSeat = "\ue903";

		/// <summary>
		/// Unicode value for the 'exit_to_app' icon ("\ue879").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exit_to_app"/>.
		/// </summary>
		public const string ExitToApp = "\ue879";

		/// <summary>
		/// Unicode value for the 'expand' icon ("\ue94f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:expand"/>.
		/// </summary>
		public const string Expand = "\ue94f";

		/// <summary>
		/// Unicode value for the 'expand_circle_down' icon ("\ue7cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:expand_circle_down"/>.
		/// </summary>
		public const string ExpandCircleDown = "\ue7cd";

		/// <summary>
		/// Unicode value for the 'expand_less' icon ("\ue5ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:expand_less"/>.
		/// </summary>
		public const string ExpandLess = "\ue5ce";

		/// <summary>
		/// Unicode value for the 'expand_more' icon ("\ue5cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:expand_more"/>.
		/// </summary>
		public const string ExpandMore = "\ue5cf";

		/// <summary>
		/// Unicode value for the 'explicit' icon ("\ue01e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:explicit"/>.
		/// </summary>
		public const string Explicit = "\ue01e";

		/// <summary>
		/// Unicode value for the 'explore' icon ("\ue87a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:explore"/>.
		/// </summary>
		public const string Explore = "\ue87a";

		/// <summary>
		/// Unicode value for the 'explore_off' icon ("\ue9a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:explore_off"/>.
		/// </summary>
		public const string ExploreOff = "\ue9a8";

		/// <summary>
		/// Unicode value for the 'exposure' icon ("\ue3ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure"/>.
		/// </summary>
		public const string Exposure = "\ue3ca";

		/// <summary>
		/// Unicode value for the 'exposure_minus_1' icon ("\ue3cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_minus_1"/>.
		/// </summary>
		public const string ExposureMinus1 = "\ue3cb";

		/// <summary>
		/// Unicode value for the 'exposure_minus_2' icon ("\ue3cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_minus_2"/>.
		/// </summary>
		public const string ExposureMinus2 = "\ue3cc";

		/// <summary>
		/// Unicode value for the 'exposure_neg_1' icon ("\ue3cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_neg_1"/>.
		/// </summary>
		public const string ExposureNeg1 = "\ue3cb";

		/// <summary>
		/// Unicode value for the 'exposure_neg_2' icon ("\ue3cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_neg_2"/>.
		/// </summary>
		public const string ExposureNeg2 = "\ue3cc";

		/// <summary>
		/// Unicode value for the 'exposure_plus_1' icon ("\ue3cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_plus_1"/>.
		/// </summary>
		public const string ExposurePlus1 = "\ue3cd";

		/// <summary>
		/// Unicode value for the 'exposure_plus_2' icon ("\ue3ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_plus_2"/>.
		/// </summary>
		public const string ExposurePlus2 = "\ue3ce";

		/// <summary>
		/// Unicode value for the 'exposure_zero' icon ("\ue3cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:exposure_zero"/>.
		/// </summary>
		public const string ExposureZero = "\ue3cf";

		/// <summary>
		/// Unicode value for the 'extension' icon ("\ue87b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:extension"/>.
		/// </summary>
		public const string Extension = "\ue87b";

		/// <summary>
		/// Unicode value for the 'extension_off' icon ("\ue4f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:extension_off"/>.
		/// </summary>
		public const string ExtensionOff = "\ue4f5";

		/// <summary>
		/// Unicode value for the 'face' icon ("\ue87c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face"/>.
		/// </summary>
		public const string Face = "\ue87c";

		/// <summary>
		/// Unicode value for the 'face_2' icon ("\uf8da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_2"/>.
		/// </summary>
		public const string Face2 = "\uf8da";

		/// <summary>
		/// Unicode value for the 'face_3' icon ("\uf8db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_3"/>.
		/// </summary>
		public const string Face3 = "\uf8db";

		/// <summary>
		/// Unicode value for the 'face_4' icon ("\uf8dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_4"/>.
		/// </summary>
		public const string Face4 = "\uf8dc";

		/// <summary>
		/// Unicode value for the 'face_5' icon ("\uf8dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_5"/>.
		/// </summary>
		public const string Face5 = "\uf8dd";

		/// <summary>
		/// Unicode value for the 'face_6' icon ("\uf8de").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_6"/>.
		/// </summary>
		public const string Face6 = "\uf8de";

		/// <summary>
		/// Unicode value for the 'face_retouching_natural' icon ("\uef4e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_retouching_natural"/>.
		/// </summary>
		public const string FaceRetouchingNatural = "\uef4e";

		/// <summary>
		/// Unicode value for the 'face_retouching_off' icon ("\uf007").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:face_retouching_off"/>.
		/// </summary>
		public const string FaceRetouchingOff = "\uf007";

		/// <summary>
		/// Unicode value for the 'facebook' icon ("\uf234").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:facebook"/>.
		/// </summary>
		public const string Facebook = "\uf234";

		/// <summary>
		/// Unicode value for the 'fact_check' icon ("\uf0c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fact_check"/>.
		/// </summary>
		public const string FactCheck = "\uf0c5";

		/// <summary>
		/// Unicode value for the 'factory' icon ("\uebbc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:factory"/>.
		/// </summary>
		public const string Factory = "\uebbc";

		/// <summary>
		/// Unicode value for the 'family_restroom' icon ("\uf1a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:family_restroom"/>.
		/// </summary>
		public const string FamilyRestroom = "\uf1a2";

		/// <summary>
		/// Unicode value for the 'fast_forward' icon ("\ue01f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fast_forward"/>.
		/// </summary>
		public const string FastForward = "\ue01f";

		/// <summary>
		/// Unicode value for the 'fast_rewind' icon ("\ue020").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fast_rewind"/>.
		/// </summary>
		public const string FastRewind = "\ue020";

		/// <summary>
		/// Unicode value for the 'fastfood' icon ("\ue57a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fastfood"/>.
		/// </summary>
		public const string Fastfood = "\ue57a";

		/// <summary>
		/// Unicode value for the 'favorite' icon ("\ue87d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:favorite"/>.
		/// </summary>
		public const string Favorite = "\ue87d";

		/// <summary>
		/// Unicode value for the 'favorite_border' icon ("\ue87e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:favorite_border"/>.
		/// </summary>
		public const string FavoriteBorder = "\ue87e";

		/// <summary>
		/// Unicode value for the 'favorite_outline' icon ("\ue87e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:favorite_outline"/>.
		/// </summary>
		public const string FavoriteOutline = "\ue87e";

		/// <summary>
		/// Unicode value for the 'fax' icon ("\uead8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fax"/>.
		/// </summary>
		public const string Fax = "\uead8";

		/// <summary>
		/// Unicode value for the 'featured_play_list' icon ("\ue06d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:featured_play_list"/>.
		/// </summary>
		public const string FeaturedPlayList = "\ue06d";

		/// <summary>
		/// Unicode value for the 'featured_video' icon ("\ue06e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:featured_video"/>.
		/// </summary>
		public const string FeaturedVideo = "\ue06e";

		/// <summary>
		/// Unicode value for the 'feed' icon ("\uf009").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:feed"/>.
		/// </summary>
		public const string Feed = "\uf009";

		/// <summary>
		/// Unicode value for the 'feedback' icon ("\ue87f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:feedback"/>.
		/// </summary>
		public const string Feedback = "\ue87f";

		/// <summary>
		/// Unicode value for the 'female' icon ("\ue590").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:female"/>.
		/// </summary>
		public const string Female = "\ue590";

		/// <summary>
		/// Unicode value for the 'fence' icon ("\uf1f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fence"/>.
		/// </summary>
		public const string Fence = "\uf1f6";

		/// <summary>
		/// Unicode value for the 'festival' icon ("\uea68").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:festival"/>.
		/// </summary>
		public const string Festival = "\uea68";

		/// <summary>
		/// Unicode value for the 'fiber_dvr' icon ("\ue05d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fiber_dvr"/>.
		/// </summary>
		public const string FiberDvr = "\ue05d";

		/// <summary>
		/// Unicode value for the 'fiber_manual_record' icon ("\ue061").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fiber_manual_record"/>.
		/// </summary>
		public const string FiberManualRecord = "\ue061";

		/// <summary>
		/// Unicode value for the 'fiber_new' icon ("\ue05e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fiber_new"/>.
		/// </summary>
		public const string FiberNew = "\ue05e";

		/// <summary>
		/// Unicode value for the 'fiber_pin' icon ("\ue06a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fiber_pin"/>.
		/// </summary>
		public const string FiberPin = "\ue06a";

		/// <summary>
		/// Unicode value for the 'fiber_smart_record' icon ("\ue062").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fiber_smart_record"/>.
		/// </summary>
		public const string FiberSmartRecord = "\ue062";

		/// <summary>
		/// Unicode value for the 'file_copy' icon ("\ue173").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_copy"/>.
		/// </summary>
		public const string FileCopy = "\ue173";

		/// <summary>
		/// Unicode value for the 'file_download' icon ("\ue2c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_download"/>.
		/// </summary>
		public const string FileDownload = "\ue2c4";

		/// <summary>
		/// Unicode value for the 'file_download_done' icon ("\ue9aa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_download_done"/>.
		/// </summary>
		public const string FileDownloadDone = "\ue9aa";

		/// <summary>
		/// Unicode value for the 'file_download_off' icon ("\ue4fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_download_off"/>.
		/// </summary>
		public const string FileDownloadOff = "\ue4fe";

		/// <summary>
		/// Unicode value for the 'file_open' icon ("\ueaf3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_open"/>.
		/// </summary>
		public const string FileOpen = "\ueaf3";

		/// <summary>
		/// Unicode value for the 'file_present' icon ("\uea0e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_present"/>.
		/// </summary>
		public const string FilePresent = "\uea0e";

		/// <summary>
		/// Unicode value for the 'file_upload' icon ("\ue2c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_upload"/>.
		/// </summary>
		public const string FileUpload = "\ue2c6";

		/// <summary>
		/// Unicode value for the 'file_upload_off' icon ("\uf886").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:file_upload_off"/>.
		/// </summary>
		public const string FileUploadOff = "\uf886";

		/// <summary>
		/// Unicode value for the 'filter' icon ("\ue3d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter"/>.
		/// </summary>
		public const string Filter = "\ue3d3";

		/// <summary>
		/// Unicode value for the 'filter_1' icon ("\ue3d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_1"/>.
		/// </summary>
		public const string Filter1 = "\ue3d0";

		/// <summary>
		/// Unicode value for the 'filter_2' icon ("\ue3d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_2"/>.
		/// </summary>
		public const string Filter2 = "\ue3d1";

		/// <summary>
		/// Unicode value for the 'filter_3' icon ("\ue3d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_3"/>.
		/// </summary>
		public const string Filter3 = "\ue3d2";

		/// <summary>
		/// Unicode value for the 'filter_4' icon ("\ue3d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_4"/>.
		/// </summary>
		public const string Filter4 = "\ue3d4";

		/// <summary>
		/// Unicode value for the 'filter_5' icon ("\ue3d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_5"/>.
		/// </summary>
		public const string Filter5 = "\ue3d5";

		/// <summary>
		/// Unicode value for the 'filter_6' icon ("\ue3d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_6"/>.
		/// </summary>
		public const string Filter6 = "\ue3d6";

		/// <summary>
		/// Unicode value for the 'filter_7' icon ("\ue3d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_7"/>.
		/// </summary>
		public const string Filter7 = "\ue3d7";

		/// <summary>
		/// Unicode value for the 'filter_8' icon ("\ue3d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_8"/>.
		/// </summary>
		public const string Filter8 = "\ue3d8";

		/// <summary>
		/// Unicode value for the 'filter_9' icon ("\ue3d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_9"/>.
		/// </summary>
		public const string Filter9 = "\ue3d9";

		/// <summary>
		/// Unicode value for the 'filter_9_plus' icon ("\ue3da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_9_plus"/>.
		/// </summary>
		public const string Filter9Plus = "\ue3da";

		/// <summary>
		/// Unicode value for the 'filter_alt' icon ("\uef4f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_alt"/>.
		/// </summary>
		public const string FilterAlt = "\uef4f";

		/// <summary>
		/// Unicode value for the 'filter_alt_off' icon ("\ueb32").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_alt_off"/>.
		/// </summary>
		public const string FilterAltOff = "\ueb32";

		/// <summary>
		/// Unicode value for the 'filter_b_and_w' icon ("\ue3db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_b_and_w"/>.
		/// </summary>
		public const string FilterBAndW = "\ue3db";

		/// <summary>
		/// Unicode value for the 'filter_center_focus' icon ("\ue3dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_center_focus"/>.
		/// </summary>
		public const string FilterCenterFocus = "\ue3dc";

		/// <summary>
		/// Unicode value for the 'filter_drama' icon ("\ue3dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_drama"/>.
		/// </summary>
		public const string FilterDrama = "\ue3dd";

		/// <summary>
		/// Unicode value for the 'filter_frames' icon ("\ue3de").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_frames"/>.
		/// </summary>
		public const string FilterFrames = "\ue3de";

		/// <summary>
		/// Unicode value for the 'filter_hdr' icon ("\ue3df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_hdr"/>.
		/// </summary>
		public const string FilterHdr = "\ue3df";

		/// <summary>
		/// Unicode value for the 'filter_list' icon ("\ue152").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_list"/>.
		/// </summary>
		public const string FilterList = "\ue152";

		/// <summary>
		/// Unicode value for the 'filter_list_alt' icon ("\ue94e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_list_alt"/>.
		/// </summary>
		public const string FilterListAlt = "\ue94e";

		/// <summary>
		/// Unicode value for the 'filter_list_off' icon ("\ueb57").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_list_off"/>.
		/// </summary>
		public const string FilterListOff = "\ueb57";

		/// <summary>
		/// Unicode value for the 'filter_none' icon ("\ue3e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_none"/>.
		/// </summary>
		public const string FilterNone = "\ue3e0";

		/// <summary>
		/// Unicode value for the 'filter_tilt_shift' icon ("\ue3e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_tilt_shift"/>.
		/// </summary>
		public const string FilterTiltShift = "\ue3e2";

		/// <summary>
		/// Unicode value for the 'filter_vintage' icon ("\ue3e3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:filter_vintage"/>.
		/// </summary>
		public const string FilterVintage = "\ue3e3";

		/// <summary>
		/// Unicode value for the 'find_in_page' icon ("\ue880").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:find_in_page"/>.
		/// </summary>
		public const string FindInPage = "\ue880";

		/// <summary>
		/// Unicode value for the 'find_replace' icon ("\ue881").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:find_replace"/>.
		/// </summary>
		public const string FindReplace = "\ue881";

		/// <summary>
		/// Unicode value for the 'fingerprint' icon ("\ue90d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fingerprint"/>.
		/// </summary>
		public const string Fingerprint = "\ue90d";

		/// <summary>
		/// Unicode value for the 'fire_extinguisher' icon ("\uf1d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fire_extinguisher"/>.
		/// </summary>
		public const string FireExtinguisher = "\uf1d8";

		/// <summary>
		/// Unicode value for the 'fire_hydrant' icon ("\uf1a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fire_hydrant"/>.
		/// </summary>
		public const string FireHydrant = "\uf1a3";

		/// <summary>
		/// Unicode value for the 'fire_hydrant_alt' icon ("\uf8f1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fire_hydrant_alt"/>.
		/// </summary>
		public const string FireHydrantAlt = "\uf8f1";

		/// <summary>
		/// Unicode value for the 'fire_truck' icon ("\uf8f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fire_truck"/>.
		/// </summary>
		public const string FireTruck = "\uf8f2";

		/// <summary>
		/// Unicode value for the 'fireplace' icon ("\uea43").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fireplace"/>.
		/// </summary>
		public const string Fireplace = "\uea43";

		/// <summary>
		/// Unicode value for the 'first_page' icon ("\ue5dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:first_page"/>.
		/// </summary>
		public const string FirstPage = "\ue5dc";

		/// <summary>
		/// Unicode value for the 'fit_screen' icon ("\uea10").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fit_screen"/>.
		/// </summary>
		public const string FitScreen = "\uea10";

		/// <summary>
		/// Unicode value for the 'fitbit' icon ("\ue82b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fitbit"/>.
		/// </summary>
		public const string Fitbit = "\ue82b";

		/// <summary>
		/// Unicode value for the 'fitness_center' icon ("\ueb43").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fitness_center"/>.
		/// </summary>
		public const string FitnessCenter = "\ueb43";

		/// <summary>
		/// Unicode value for the 'flag' icon ("\ue153").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flag"/>.
		/// </summary>
		public const string Flag = "\ue153";

		/// <summary>
		/// Unicode value for the 'flag_circle' icon ("\ueaf8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flag_circle"/>.
		/// </summary>
		public const string FlagCircle = "\ueaf8";

		/// <summary>
		/// Unicode value for the 'flaky' icon ("\uef50").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flaky"/>.
		/// </summary>
		public const string Flaky = "\uef50";

		/// <summary>
		/// Unicode value for the 'flare' icon ("\ue3e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flare"/>.
		/// </summary>
		public const string Flare = "\ue3e4";

		/// <summary>
		/// Unicode value for the 'flash_auto' icon ("\ue3e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flash_auto"/>.
		/// </summary>
		public const string FlashAuto = "\ue3e5";

		/// <summary>
		/// Unicode value for the 'flash_off' icon ("\ue3e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flash_off"/>.
		/// </summary>
		public const string FlashOff = "\ue3e6";

		/// <summary>
		/// Unicode value for the 'flash_on' icon ("\ue3e7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flash_on"/>.
		/// </summary>
		public const string FlashOn = "\ue3e7";

		/// <summary>
		/// Unicode value for the 'flashlight_off' icon ("\uf00a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flashlight_off"/>.
		/// </summary>
		public const string FlashlightOff = "\uf00a";

		/// <summary>
		/// Unicode value for the 'flashlight_on' icon ("\uf00b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flashlight_on"/>.
		/// </summary>
		public const string FlashlightOn = "\uf00b";

		/// <summary>
		/// Unicode value for the 'flatware' icon ("\uf00c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flatware"/>.
		/// </summary>
		public const string Flatware = "\uf00c";

		/// <summary>
		/// Unicode value for the 'flight' icon ("\ue539").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flight"/>.
		/// </summary>
		public const string Flight = "\ue539";

		/// <summary>
		/// Unicode value for the 'flight_class' icon ("\ue7cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flight_class"/>.
		/// </summary>
		public const string FlightClass = "\ue7cb";

		/// <summary>
		/// Unicode value for the 'flight_land' icon ("\ue904").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flight_land"/>.
		/// </summary>
		public const string FlightLand = "\ue904";

		/// <summary>
		/// Unicode value for the 'flight_takeoff' icon ("\ue905").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flight_takeoff"/>.
		/// </summary>
		public const string FlightTakeoff = "\ue905";

		/// <summary>
		/// Unicode value for the 'flip' icon ("\ue3e8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flip"/>.
		/// </summary>
		public const string Flip = "\ue3e8";

		/// <summary>
		/// Unicode value for the 'flip_camera_android' icon ("\uea37").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flip_camera_android"/>.
		/// </summary>
		public const string FlipCameraAndroid = "\uea37";

		/// <summary>
		/// Unicode value for the 'flip_camera_ios' icon ("\uea38").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flip_camera_ios"/>.
		/// </summary>
		public const string FlipCameraIos = "\uea38";

		/// <summary>
		/// Unicode value for the 'flip_to_back' icon ("\ue882").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flip_to_back"/>.
		/// </summary>
		public const string FlipToBack = "\ue882";

		/// <summary>
		/// Unicode value for the 'flip_to_front' icon ("\ue883").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flip_to_front"/>.
		/// </summary>
		public const string FlipToFront = "\ue883";

		/// <summary>
		/// Unicode value for the 'flood' icon ("\uebe6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flood"/>.
		/// </summary>
		public const string Flood = "\uebe6";

		/// <summary>
		/// Unicode value for the 'fluorescent' icon ("\uec31").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fluorescent"/>.
		/// </summary>
		public const string Fluorescent = "\uec31";

		/// <summary>
		/// Unicode value for the 'flutter_dash' icon ("\ue00b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:flutter_dash"/>.
		/// </summary>
		public const string FlutterDash = "\ue00b";

		/// <summary>
		/// Unicode value for the 'fmd_bad' icon ("\uf00e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fmd_bad"/>.
		/// </summary>
		public const string FmdBad = "\uf00e";

		/// <summary>
		/// Unicode value for the 'fmd_good' icon ("\uf00f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fmd_good"/>.
		/// </summary>
		public const string FmdGood = "\uf00f";

		/// <summary>
		/// Unicode value for the 'foggy' icon ("\ue818").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:foggy"/>.
		/// </summary>
		public const string Foggy = "\ue818";

		/// <summary>
		/// Unicode value for the 'folder' icon ("\ue2c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder"/>.
		/// </summary>
		public const string Folder = "\ue2c7";

		/// <summary>
		/// Unicode value for the 'folder_copy' icon ("\uebbd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_copy"/>.
		/// </summary>
		public const string FolderCopy = "\uebbd";

		/// <summary>
		/// Unicode value for the 'folder_delete' icon ("\ueb34").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_delete"/>.
		/// </summary>
		public const string FolderDelete = "\ueb34";

		/// <summary>
		/// Unicode value for the 'folder_off' icon ("\ueb83").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_off"/>.
		/// </summary>
		public const string FolderOff = "\ueb83";

		/// <summary>
		/// Unicode value for the 'folder_open' icon ("\ue2c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_open"/>.
		/// </summary>
		public const string FolderOpen = "\ue2c8";

		/// <summary>
		/// Unicode value for the 'folder_shared' icon ("\ue2c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_shared"/>.
		/// </summary>
		public const string FolderShared = "\ue2c9";

		/// <summary>
		/// Unicode value for the 'folder_special' icon ("\ue617").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_special"/>.
		/// </summary>
		public const string FolderSpecial = "\ue617";

		/// <summary>
		/// Unicode value for the 'folder_zip' icon ("\ueb2c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:folder_zip"/>.
		/// </summary>
		public const string FolderZip = "\ueb2c";

		/// <summary>
		/// Unicode value for the 'follow_the_signs' icon ("\uf222").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:follow_the_signs"/>.
		/// </summary>
		public const string FollowTheSigns = "\uf222";

		/// <summary>
		/// Unicode value for the 'font_download' icon ("\ue167").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:font_download"/>.
		/// </summary>
		public const string FontDownload = "\ue167";

		/// <summary>
		/// Unicode value for the 'font_download_off' icon ("\ue4f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:font_download_off"/>.
		/// </summary>
		public const string FontDownloadOff = "\ue4f9";

		/// <summary>
		/// Unicode value for the 'food_bank' icon ("\uf1f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:food_bank"/>.
		/// </summary>
		public const string FoodBank = "\uf1f2";

		/// <summary>
		/// Unicode value for the 'forest' icon ("\uea99").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forest"/>.
		/// </summary>
		public const string Forest = "\uea99";

		/// <summary>
		/// Unicode value for the 'fork_left' icon ("\ueba0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fork_left"/>.
		/// </summary>
		public const string ForkLeft = "\ueba0";

		/// <summary>
		/// Unicode value for the 'fork_right' icon ("\uebac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fork_right"/>.
		/// </summary>
		public const string ForkRight = "\uebac";

		/// <summary>
		/// Unicode value for the 'forklift' icon ("\uf868").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forklift"/>.
		/// </summary>
		public const string Forklift = "\uf868";

		/// <summary>
		/// Unicode value for the 'format_align_center' icon ("\ue234").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_align_center"/>.
		/// </summary>
		public const string FormatAlignCenter = "\ue234";

		/// <summary>
		/// Unicode value for the 'format_align_justify' icon ("\ue235").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_align_justify"/>.
		/// </summary>
		public const string FormatAlignJustify = "\ue235";

		/// <summary>
		/// Unicode value for the 'format_align_left' icon ("\ue236").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_align_left"/>.
		/// </summary>
		public const string FormatAlignLeft = "\ue236";

		/// <summary>
		/// Unicode value for the 'format_align_right' icon ("\ue237").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_align_right"/>.
		/// </summary>
		public const string FormatAlignRight = "\ue237";

		/// <summary>
		/// Unicode value for the 'format_bold' icon ("\ue238").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_bold"/>.
		/// </summary>
		public const string FormatBold = "\ue238";

		/// <summary>
		/// Unicode value for the 'format_clear' icon ("\ue239").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_clear"/>.
		/// </summary>
		public const string FormatClear = "\ue239";

		/// <summary>
		/// Unicode value for the 'format_color_fill' icon ("\ue23a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_color_fill"/>.
		/// </summary>
		public const string FormatColorFill = "\ue23a";

		/// <summary>
		/// Unicode value for the 'format_color_reset' icon ("\ue23b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_color_reset"/>.
		/// </summary>
		public const string FormatColorReset = "\ue23b";

		/// <summary>
		/// Unicode value for the 'format_color_text' icon ("\ue23c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_color_text"/>.
		/// </summary>
		public const string FormatColorText = "\ue23c";

		/// <summary>
		/// Unicode value for the 'format_indent_decrease' icon ("\ue23d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_indent_decrease"/>.
		/// </summary>
		public const string FormatIndentDecrease = "\ue23d";

		/// <summary>
		/// Unicode value for the 'format_indent_increase' icon ("\ue23e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_indent_increase"/>.
		/// </summary>
		public const string FormatIndentIncrease = "\ue23e";

		/// <summary>
		/// Unicode value for the 'format_italic' icon ("\ue23f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_italic"/>.
		/// </summary>
		public const string FormatItalic = "\ue23f";

		/// <summary>
		/// Unicode value for the 'format_line_spacing' icon ("\ue240").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_line_spacing"/>.
		/// </summary>
		public const string FormatLineSpacing = "\ue240";

		/// <summary>
		/// Unicode value for the 'format_list_bulleted' icon ("\ue241").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_list_bulleted"/>.
		/// </summary>
		public const string FormatListBulleted = "\ue241";

		/// <summary>
		/// Unicode value for the 'format_list_bulleted_add' icon ("\uf849").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_list_bulleted_add"/>.
		/// </summary>
		public const string FormatListBulletedAdd = "\uf849";

		/// <summary>
		/// Unicode value for the 'format_list_numbered' icon ("\ue242").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_list_numbered"/>.
		/// </summary>
		public const string FormatListNumbered = "\ue242";

		/// <summary>
		/// Unicode value for the 'format_list_numbered_rtl' icon ("\ue267").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_list_numbered_rtl"/>.
		/// </summary>
		public const string FormatListNumberedRtl = "\ue267";

		/// <summary>
		/// Unicode value for the 'format_overline' icon ("\ueb65").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_overline"/>.
		/// </summary>
		public const string FormatOverline = "\ueb65";

		/// <summary>
		/// Unicode value for the 'format_paint' icon ("\ue243").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_paint"/>.
		/// </summary>
		public const string FormatPaint = "\ue243";

		/// <summary>
		/// Unicode value for the 'format_quote' icon ("\ue244").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_quote"/>.
		/// </summary>
		public const string FormatQuote = "\ue244";

		/// <summary>
		/// Unicode value for the 'format_shapes' icon ("\ue25e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_shapes"/>.
		/// </summary>
		public const string FormatShapes = "\ue25e";

		/// <summary>
		/// Unicode value for the 'format_size' icon ("\ue245").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_size"/>.
		/// </summary>
		public const string FormatSize = "\ue245";

		/// <summary>
		/// Unicode value for the 'format_strikethrough' icon ("\ue246").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_strikethrough"/>.
		/// </summary>
		public const string FormatStrikethrough = "\ue246";

		/// <summary>
		/// Unicode value for the 'format_textdirection_l_to_r' icon ("\ue247").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_textdirection_l_to_r"/>.
		/// </summary>
		public const string FormatTextdirectionLToR = "\ue247";

		/// <summary>
		/// Unicode value for the 'format_textdirection_r_to_l' icon ("\ue248").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_textdirection_r_to_l"/>.
		/// </summary>
		public const string FormatTextdirectionRToL = "\ue248";

		/// <summary>
		/// Unicode value for the 'format_underline' icon ("\ue249").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_underline"/>.
		/// </summary>
		public const string FormatUnderline = "\ue249";

		/// <summary>
		/// Unicode value for the 'format_underlined' icon ("\ue249").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:format_underlined"/>.
		/// </summary>
		public const string FormatUnderlined = "\ue249";

		/// <summary>
		/// Unicode value for the 'fort' icon ("\ueaad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fort"/>.
		/// </summary>
		public const string Fort = "\ueaad";

		/// <summary>
		/// Unicode value for the 'forum' icon ("\ue0bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forum"/>.
		/// </summary>
		public const string Forum = "\ue0bf";

		/// <summary>
		/// Unicode value for the 'forward' icon ("\ue154").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forward"/>.
		/// </summary>
		public const string Forward = "\ue154";

		/// <summary>
		/// Unicode value for the 'forward_10' icon ("\ue056").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forward_10"/>.
		/// </summary>
		public const string Forward10 = "\ue056";

		/// <summary>
		/// Unicode value for the 'forward_30' icon ("\ue057").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forward_30"/>.
		/// </summary>
		public const string Forward30 = "\ue057";

		/// <summary>
		/// Unicode value for the 'forward_5' icon ("\ue058").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forward_5"/>.
		/// </summary>
		public const string Forward5 = "\ue058";

		/// <summary>
		/// Unicode value for the 'forward_to_inbox' icon ("\uf187").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:forward_to_inbox"/>.
		/// </summary>
		public const string ForwardToInbox = "\uf187";

		/// <summary>
		/// Unicode value for the 'foundation' icon ("\uf200").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:foundation"/>.
		/// </summary>
		public const string Foundation = "\uf200";

		/// <summary>
		/// Unicode value for the 'free_breakfast' icon ("\ueb44").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:free_breakfast"/>.
		/// </summary>
		public const string FreeBreakfast = "\ueb44";

		/// <summary>
		/// Unicode value for the 'free_cancellation' icon ("\ue748").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:free_cancellation"/>.
		/// </summary>
		public const string FreeCancellation = "\ue748";

		/// <summary>
		/// Unicode value for the 'front_hand' icon ("\ue769").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:front_hand"/>.
		/// </summary>
		public const string FrontHand = "\ue769";

		/// <summary>
		/// Unicode value for the 'front_loader' icon ("\uf869").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:front_loader"/>.
		/// </summary>
		public const string FrontLoader = "\uf869";

		/// <summary>
		/// Unicode value for the 'fullscreen' icon ("\ue5d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fullscreen"/>.
		/// </summary>
		public const string Fullscreen = "\ue5d0";

		/// <summary>
		/// Unicode value for the 'fullscreen_exit' icon ("\ue5d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:fullscreen_exit"/>.
		/// </summary>
		public const string FullscreenExit = "\ue5d1";

		/// <summary>
		/// Unicode value for the 'functions' icon ("\ue24a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:functions"/>.
		/// </summary>
		public const string Functions = "\ue24a";

		/// <summary>
		/// Unicode value for the 'g_mobiledata' icon ("\uf010").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:g_mobiledata"/>.
		/// </summary>
		public const string GMobiledata = "\uf010";

		/// <summary>
		/// Unicode value for the 'g_translate' icon ("\ue927").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:g_translate"/>.
		/// </summary>
		public const string GTranslate = "\ue927";

		/// <summary>
		/// Unicode value for the 'gamepad' icon ("\ue30f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gamepad"/>.
		/// </summary>
		public const string Gamepad = "\ue30f";

		/// <summary>
		/// Unicode value for the 'games' icon ("\ue021").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:games"/>.
		/// </summary>
		public const string Games = "\ue021";

		/// <summary>
		/// Unicode value for the 'garage' icon ("\uf011").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:garage"/>.
		/// </summary>
		public const string Garage = "\uf011";

		/// <summary>
		/// Unicode value for the 'gas_meter' icon ("\uec19").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gas_meter"/>.
		/// </summary>
		public const string GasMeter = "\uec19";

		/// <summary>
		/// Unicode value for the 'gavel' icon ("\ue90e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gavel"/>.
		/// </summary>
		public const string Gavel = "\ue90e";

		/// <summary>
		/// Unicode value for the 'generating_tokens' icon ("\ue749").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:generating_tokens"/>.
		/// </summary>
		public const string GeneratingTokens = "\ue749";

		/// <summary>
		/// Unicode value for the 'gesture' icon ("\ue155").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gesture"/>.
		/// </summary>
		public const string Gesture = "\ue155";

		/// <summary>
		/// Unicode value for the 'get_app' icon ("\ue884").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:get_app"/>.
		/// </summary>
		public const string GetApp = "\ue884";

		/// <summary>
		/// Unicode value for the 'gif' icon ("\ue908").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gif"/>.
		/// </summary>
		public const string Gif = "\ue908";

		/// <summary>
		/// Unicode value for the 'gif_box' icon ("\ue7a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gif_box"/>.
		/// </summary>
		public const string GifBox = "\ue7a3";

		/// <summary>
		/// Unicode value for the 'girl' icon ("\ueb68").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:girl"/>.
		/// </summary>
		public const string Girl = "\ueb68";

		/// <summary>
		/// Unicode value for the 'gite' icon ("\ue58b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gite"/>.
		/// </summary>
		public const string Gite = "\ue58b";

		/// <summary>
		/// Unicode value for the 'goat' icon ("\u10fffd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:goat"/>.
		/// </summary>
		public const string Goat = "\u10fffd";

		/// <summary>
		/// Unicode value for the 'golf_course' icon ("\ueb45").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:golf_course"/>.
		/// </summary>
		public const string GolfCourse = "\ueb45";

		/// <summary>
		/// Unicode value for the 'gpp_bad' icon ("\uf012").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gpp_bad"/>.
		/// </summary>
		public const string GppBad = "\uf012";

		/// <summary>
		/// Unicode value for the 'gpp_good' icon ("\uf013").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gpp_good"/>.
		/// </summary>
		public const string GppGood = "\uf013";

		/// <summary>
		/// Unicode value for the 'gpp_maybe' icon ("\uf014").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gpp_maybe"/>.
		/// </summary>
		public const string GppMaybe = "\uf014";

		/// <summary>
		/// Unicode value for the 'gps_fixed' icon ("\ue1b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gps_fixed"/>.
		/// </summary>
		public const string GpsFixed = "\ue1b3";

		/// <summary>
		/// Unicode value for the 'gps_not_fixed' icon ("\ue1b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gps_not_fixed"/>.
		/// </summary>
		public const string GpsNotFixed = "\ue1b4";

		/// <summary>
		/// Unicode value for the 'gps_off' icon ("\ue1b5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gps_off"/>.
		/// </summary>
		public const string GpsOff = "\ue1b5";

		/// <summary>
		/// Unicode value for the 'grade' icon ("\ue885").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grade"/>.
		/// </summary>
		public const string Grade = "\ue885";

		/// <summary>
		/// Unicode value for the 'gradient' icon ("\ue3e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:gradient"/>.
		/// </summary>
		public const string Gradient = "\ue3e9";

		/// <summary>
		/// Unicode value for the 'grading' icon ("\uea4f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grading"/>.
		/// </summary>
		public const string Grading = "\uea4f";

		/// <summary>
		/// Unicode value for the 'grain' icon ("\ue3ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grain"/>.
		/// </summary>
		public const string Grain = "\ue3ea";

		/// <summary>
		/// Unicode value for the 'graphic_eq' icon ("\ue1b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:graphic_eq"/>.
		/// </summary>
		public const string GraphicEq = "\ue1b8";

		/// <summary>
		/// Unicode value for the 'grass' icon ("\uf205").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grass"/>.
		/// </summary>
		public const string Grass = "\uf205";

		/// <summary>
		/// Unicode value for the 'grid_3x3' icon ("\uf015").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_3x3"/>.
		/// </summary>
		public const string Grid3x3 = "\uf015";

		/// <summary>
		/// Unicode value for the 'grid_4x4' icon ("\uf016").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_4x4"/>.
		/// </summary>
		public const string Grid4x4 = "\uf016";

		/// <summary>
		/// Unicode value for the 'grid_goldenratio' icon ("\uf017").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_goldenratio"/>.
		/// </summary>
		public const string GridGoldenratio = "\uf017";

		/// <summary>
		/// Unicode value for the 'grid_off' icon ("\ue3eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_off"/>.
		/// </summary>
		public const string GridOff = "\ue3eb";

		/// <summary>
		/// Unicode value for the 'grid_on' icon ("\ue3ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_on"/>.
		/// </summary>
		public const string GridOn = "\ue3ec";

		/// <summary>
		/// Unicode value for the 'grid_view' icon ("\ue9b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:grid_view"/>.
		/// </summary>
		public const string GridView = "\ue9b0";

		/// <summary>
		/// Unicode value for the 'group' icon ("\ue7ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:group"/>.
		/// </summary>
		public const string Group = "\ue7ef";

		/// <summary>
		/// Unicode value for the 'group_add' icon ("\ue7f0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:group_add"/>.
		/// </summary>
		public const string GroupAdd = "\ue7f0";

		/// <summary>
		/// Unicode value for the 'group_off' icon ("\ue747").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:group_off"/>.
		/// </summary>
		public const string GroupOff = "\ue747";

		/// <summary>
		/// Unicode value for the 'group_remove' icon ("\ue7ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:group_remove"/>.
		/// </summary>
		public const string GroupRemove = "\ue7ad";

		/// <summary>
		/// Unicode value for the 'group_work' icon ("\ue886").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:group_work"/>.
		/// </summary>
		public const string GroupWork = "\ue886";

		/// <summary>
		/// Unicode value for the 'groups' icon ("\uf233").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:groups"/>.
		/// </summary>
		public const string Groups = "\uf233";

		/// <summary>
		/// Unicode value for the 'groups_2' icon ("\uf8df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:groups_2"/>.
		/// </summary>
		public const string Groups2 = "\uf8df";

		/// <summary>
		/// Unicode value for the 'groups_3' icon ("\uf8e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:groups_3"/>.
		/// </summary>
		public const string Groups3 = "\uf8e0";

		/// <summary>
		/// Unicode value for the 'h_mobiledata' icon ("\uf018").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:h_mobiledata"/>.
		/// </summary>
		public const string HMobiledata = "\uf018";

		/// <summary>
		/// Unicode value for the 'h_plus_mobiledata' icon ("\uf019").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:h_plus_mobiledata"/>.
		/// </summary>
		public const string HPlusMobiledata = "\uf019";

		/// <summary>
		/// Unicode value for the 'hail' icon ("\ue9b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hail"/>.
		/// </summary>
		public const string Hail = "\ue9b1";

		/// <summary>
		/// Unicode value for the 'handshake' icon ("\uebcb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:handshake"/>.
		/// </summary>
		public const string Handshake = "\uebcb";

		/// <summary>
		/// Unicode value for the 'handyman' icon ("\uf10b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:handyman"/>.
		/// </summary>
		public const string Handyman = "\uf10b";

		/// <summary>
		/// Unicode value for the 'hardware' icon ("\uea59").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hardware"/>.
		/// </summary>
		public const string Hardware = "\uea59";

		/// <summary>
		/// Unicode value for the 'hd' icon ("\ue052").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hd"/>.
		/// </summary>
		public const string Hd = "\ue052";

		/// <summary>
		/// Unicode value for the 'hdr_auto' icon ("\uf01a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_auto"/>.
		/// </summary>
		public const string HdrAuto = "\uf01a";

		/// <summary>
		/// Unicode value for the 'hdr_auto_select' icon ("\uf01b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_auto_select"/>.
		/// </summary>
		public const string HdrAutoSelect = "\uf01b";

		/// <summary>
		/// Unicode value for the 'hdr_enhanced_select' icon ("\uef51").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_enhanced_select"/>.
		/// </summary>
		public const string HdrEnhancedSelect = "\uef51";

		/// <summary>
		/// Unicode value for the 'hdr_off' icon ("\ue3ed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_off"/>.
		/// </summary>
		public const string HdrOff = "\ue3ed";

		/// <summary>
		/// Unicode value for the 'hdr_off_select' icon ("\uf01c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_off_select"/>.
		/// </summary>
		public const string HdrOffSelect = "\uf01c";

		/// <summary>
		/// Unicode value for the 'hdr_on' icon ("\ue3ee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_on"/>.
		/// </summary>
		public const string HdrOn = "\ue3ee";

		/// <summary>
		/// Unicode value for the 'hdr_on_select' icon ("\uf01d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_on_select"/>.
		/// </summary>
		public const string HdrOnSelect = "\uf01d";

		/// <summary>
		/// Unicode value for the 'hdr_plus' icon ("\uf01e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_plus"/>.
		/// </summary>
		public const string HdrPlus = "\uf01e";

		/// <summary>
		/// Unicode value for the 'hdr_strong' icon ("\ue3f1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_strong"/>.
		/// </summary>
		public const string HdrStrong = "\ue3f1";

		/// <summary>
		/// Unicode value for the 'hdr_weak' icon ("\ue3f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hdr_weak"/>.
		/// </summary>
		public const string HdrWeak = "\ue3f2";

		/// <summary>
		/// Unicode value for the 'headphones' icon ("\uf01f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:headphones"/>.
		/// </summary>
		public const string Headphones = "\uf01f";

		/// <summary>
		/// Unicode value for the 'headphones_battery' icon ("\uf020").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:headphones_battery"/>.
		/// </summary>
		public const string HeadphonesBattery = "\uf020";

		/// <summary>
		/// Unicode value for the 'headset' icon ("\ue310").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:headset"/>.
		/// </summary>
		public const string Headset = "\ue310";

		/// <summary>
		/// Unicode value for the 'headset_mic' icon ("\ue311").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:headset_mic"/>.
		/// </summary>
		public const string HeadsetMic = "\ue311";

		/// <summary>
		/// Unicode value for the 'headset_off' icon ("\ue33a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:headset_off"/>.
		/// </summary>
		public const string HeadsetOff = "\ue33a";

		/// <summary>
		/// Unicode value for the 'healing' icon ("\ue3f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:healing"/>.
		/// </summary>
		public const string Healing = "\ue3f3";

		/// <summary>
		/// Unicode value for the 'health_and_safety' icon ("\ue1d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:health_and_safety"/>.
		/// </summary>
		public const string HealthAndSafety = "\ue1d5";

		/// <summary>
		/// Unicode value for the 'hearing' icon ("\ue023").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hearing"/>.
		/// </summary>
		public const string Hearing = "\ue023";

		/// <summary>
		/// Unicode value for the 'hearing_disabled' icon ("\uf104").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hearing_disabled"/>.
		/// </summary>
		public const string HearingDisabled = "\uf104";

		/// <summary>
		/// Unicode value for the 'heart_broken' icon ("\ueac2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:heart_broken"/>.
		/// </summary>
		public const string HeartBroken = "\ueac2";

		/// <summary>
		/// Unicode value for the 'heat_pump' icon ("\uec18").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:heat_pump"/>.
		/// </summary>
		public const string HeatPump = "\uec18";

		/// <summary>
		/// Unicode value for the 'height' icon ("\uea16").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:height"/>.
		/// </summary>
		public const string Height = "\uea16";

		/// <summary>
		/// Unicode value for the 'help' icon ("\ue887").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:help"/>.
		/// </summary>
		public const string Help = "\ue887";

		/// <summary>
		/// Unicode value for the 'help_center' icon ("\uf1c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:help_center"/>.
		/// </summary>
		public const string HelpCenter = "\uf1c0";

		/// <summary>
		/// Unicode value for the 'help_outline' icon ("\ue8fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:help_outline"/>.
		/// </summary>
		public const string HelpOutline = "\ue8fd";

		/// <summary>
		/// Unicode value for the 'hevc' icon ("\uf021").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hevc"/>.
		/// </summary>
		public const string Hevc = "\uf021";

		/// <summary>
		/// Unicode value for the 'hexagon' icon ("\ueb39").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hexagon"/>.
		/// </summary>
		public const string Hexagon = "\ueb39";

		/// <summary>
		/// Unicode value for the 'hide_image' icon ("\uf022").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hide_image"/>.
		/// </summary>
		public const string HideImage = "\uf022";

		/// <summary>
		/// Unicode value for the 'hide_source' icon ("\uf023").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hide_source"/>.
		/// </summary>
		public const string HideSource = "\uf023";

		/// <summary>
		/// Unicode value for the 'high_quality' icon ("\ue024").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:high_quality"/>.
		/// </summary>
		public const string HighQuality = "\ue024";

		/// <summary>
		/// Unicode value for the 'highlight' icon ("\ue25f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:highlight"/>.
		/// </summary>
		public const string Highlight = "\ue25f";

		/// <summary>
		/// Unicode value for the 'highlight_alt' icon ("\uef52").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:highlight_alt"/>.
		/// </summary>
		public const string HighlightAlt = "\uef52";

		/// <summary>
		/// Unicode value for the 'highlight_off' icon ("\ue888").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:highlight_off"/>.
		/// </summary>
		public const string HighlightOff = "\ue888";

		/// <summary>
		/// Unicode value for the 'highlight_remove' icon ("\ue888").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:highlight_remove"/>.
		/// </summary>
		public const string HighlightRemove = "\ue888";

		/// <summary>
		/// Unicode value for the 'hiking' icon ("\ue50a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hiking"/>.
		/// </summary>
		public const string Hiking = "\ue50a";

		/// <summary>
		/// Unicode value for the 'history' icon ("\ue889").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:history"/>.
		/// </summary>
		public const string History = "\ue889";

		/// <summary>
		/// Unicode value for the 'history_edu' icon ("\uea3e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:history_edu"/>.
		/// </summary>
		public const string HistoryEdu = "\uea3e";

		/// <summary>
		/// Unicode value for the 'history_toggle_off' icon ("\uf17d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:history_toggle_off"/>.
		/// </summary>
		public const string HistoryToggleOff = "\uf17d";

		/// <summary>
		/// Unicode value for the 'hive' icon ("\ueaa6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hive"/>.
		/// </summary>
		public const string Hive = "\ueaa6";

		/// <summary>
		/// Unicode value for the 'hls' icon ("\ueb8a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hls"/>.
		/// </summary>
		public const string Hls = "\ueb8a";

		/// <summary>
		/// Unicode value for the 'hls_off' icon ("\ueb8c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hls_off"/>.
		/// </summary>
		public const string HlsOff = "\ueb8c";

		/// <summary>
		/// Unicode value for the 'holiday_village' icon ("\ue58a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:holiday_village"/>.
		/// </summary>
		public const string HolidayVillage = "\ue58a";

		/// <summary>
		/// Unicode value for the 'home' icon ("\ue88a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home"/>.
		/// </summary>
		public const string Home = "\ue88a";

		/// <summary>
		/// Unicode value for the 'home_filled' icon ("\ue9b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home_filled"/>.
		/// </summary>
		public const string HomeFilled = "\ue9b2";

		/// <summary>
		/// Unicode value for the 'home_max' icon ("\uf024").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home_max"/>.
		/// </summary>
		public const string HomeMax = "\uf024";

		/// <summary>
		/// Unicode value for the 'home_mini' icon ("\uf025").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home_mini"/>.
		/// </summary>
		public const string HomeMini = "\uf025";

		/// <summary>
		/// Unicode value for the 'home_repair_service' icon ("\uf100").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home_repair_service"/>.
		/// </summary>
		public const string HomeRepairService = "\uf100";

		/// <summary>
		/// Unicode value for the 'home_work' icon ("\uea09").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:home_work"/>.
		/// </summary>
		public const string HomeWork = "\uea09";

		/// <summary>
		/// Unicode value for the 'horizontal_distribute' icon ("\ue014").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:horizontal_distribute"/>.
		/// </summary>
		public const string HorizontalDistribute = "\ue014";

		/// <summary>
		/// Unicode value for the 'horizontal_rule' icon ("\uf108").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:horizontal_rule"/>.
		/// </summary>
		public const string HorizontalRule = "\uf108";

		/// <summary>
		/// Unicode value for the 'horizontal_split' icon ("\ue947").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:horizontal_split"/>.
		/// </summary>
		public const string HorizontalSplit = "\ue947";

		/// <summary>
		/// Unicode value for the 'hot_tub' icon ("\ueb46").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hot_tub"/>.
		/// </summary>
		public const string HotTub = "\ueb46";

		/// <summary>
		/// Unicode value for the 'hotel' icon ("\ue53a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hotel"/>.
		/// </summary>
		public const string Hotel = "\ue53a";

		/// <summary>
		/// Unicode value for the 'hotel_class' icon ("\ue743").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hotel_class"/>.
		/// </summary>
		public const string HotelClass = "\ue743";

		/// <summary>
		/// Unicode value for the 'hourglass_bottom' icon ("\uea5c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hourglass_bottom"/>.
		/// </summary>
		public const string HourglassBottom = "\uea5c";

		/// <summary>
		/// Unicode value for the 'hourglass_disabled' icon ("\uef53").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hourglass_disabled"/>.
		/// </summary>
		public const string HourglassDisabled = "\uef53";

		/// <summary>
		/// Unicode value for the 'hourglass_empty' icon ("\ue88b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hourglass_empty"/>.
		/// </summary>
		public const string HourglassEmpty = "\ue88b";

		/// <summary>
		/// Unicode value for the 'hourglass_full' icon ("\ue88c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hourglass_full"/>.
		/// </summary>
		public const string HourglassFull = "\ue88c";

		/// <summary>
		/// Unicode value for the 'hourglass_top' icon ("\uea5b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hourglass_top"/>.
		/// </summary>
		public const string HourglassTop = "\uea5b";

		/// <summary>
		/// Unicode value for the 'house' icon ("\uea44").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:house"/>.
		/// </summary>
		public const string House = "\uea44";

		/// <summary>
		/// Unicode value for the 'house_siding' icon ("\uf202").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:house_siding"/>.
		/// </summary>
		public const string HouseSiding = "\uf202";

		/// <summary>
		/// Unicode value for the 'houseboat' icon ("\ue584").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:houseboat"/>.
		/// </summary>
		public const string Houseboat = "\ue584";

		/// <summary>
		/// Unicode value for the 'how_to_reg' icon ("\ue174").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:how_to_reg"/>.
		/// </summary>
		public const string HowToReg = "\ue174";

		/// <summary>
		/// Unicode value for the 'how_to_vote' icon ("\ue175").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:how_to_vote"/>.
		/// </summary>
		public const string HowToVote = "\ue175";

		/// <summary>
		/// Unicode value for the 'html' icon ("\ueb7e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:html"/>.
		/// </summary>
		public const string Html = "\ueb7e";

		/// <summary>
		/// Unicode value for the 'http' icon ("\ue902").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:http"/>.
		/// </summary>
		public const string Http = "\ue902";

		/// <summary>
		/// Unicode value for the 'https' icon ("\ue88d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:https"/>.
		/// </summary>
		public const string Https = "\ue88d";

		/// <summary>
		/// Unicode value for the 'hub' icon ("\ue9f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hub"/>.
		/// </summary>
		public const string Hub = "\ue9f4";

		/// <summary>
		/// Unicode value for the 'hvac' icon ("\uf10e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:hvac"/>.
		/// </summary>
		public const string Hvac = "\uf10e";

		/// <summary>
		/// Unicode value for the 'ice_skating' icon ("\ue50b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ice_skating"/>.
		/// </summary>
		public const string IceSkating = "\ue50b";

		/// <summary>
		/// Unicode value for the 'icecream' icon ("\uea69").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:icecream"/>.
		/// </summary>
		public const string Icecream = "\uea69";

		/// <summary>
		/// Unicode value for the 'image' icon ("\ue3f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:image"/>.
		/// </summary>
		public const string Image = "\ue3f4";

		/// <summary>
		/// Unicode value for the 'image_aspect_ratio' icon ("\ue3f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:image_aspect_ratio"/>.
		/// </summary>
		public const string ImageAspectRatio = "\ue3f5";

		/// <summary>
		/// Unicode value for the 'image_not_supported' icon ("\uf116").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:image_not_supported"/>.
		/// </summary>
		public const string ImageNotSupported = "\uf116";

		/// <summary>
		/// Unicode value for the 'image_search' icon ("\ue43f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:image_search"/>.
		/// </summary>
		public const string ImageSearch = "\ue43f";

		/// <summary>
		/// Unicode value for the 'imagesearch_roller' icon ("\ue9b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:imagesearch_roller"/>.
		/// </summary>
		public const string ImagesearchRoller = "\ue9b4";

		/// <summary>
		/// Unicode value for the 'import_contacts' icon ("\ue0e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:import_contacts"/>.
		/// </summary>
		public const string ImportContacts = "\ue0e0";

		/// <summary>
		/// Unicode value for the 'import_export' icon ("\ue0c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:import_export"/>.
		/// </summary>
		public const string ImportExport = "\ue0c3";

		/// <summary>
		/// Unicode value for the 'important_devices' icon ("\ue912").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:important_devices"/>.
		/// </summary>
		public const string ImportantDevices = "\ue912";

		/// <summary>
		/// Unicode value for the 'inbox' icon ("\ue156").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:inbox"/>.
		/// </summary>
		public const string Inbox = "\ue156";

		/// <summary>
		/// Unicode value for the 'incomplete_circle' icon ("\ue79b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:incomplete_circle"/>.
		/// </summary>
		public const string IncompleteCircle = "\ue79b";

		/// <summary>
		/// Unicode value for the 'indeterminate_check_box' icon ("\ue909").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:indeterminate_check_box"/>.
		/// </summary>
		public const string IndeterminateCheckBox = "\ue909";

		/// <summary>
		/// Unicode value for the 'info' icon ("\ue88e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:info"/>.
		/// </summary>
		public const string Info = "\ue88e";

		/// <summary>
		/// Unicode value for the 'info_outline' icon ("\ue88f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:info_outline"/>.
		/// </summary>
		public const string InfoOutline = "\ue88f";

		/// <summary>
		/// Unicode value for the 'input' icon ("\ue890").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:input"/>.
		/// </summary>
		public const string Input = "\ue890";

		/// <summary>
		/// Unicode value for the 'insert_chart' icon ("\ue24b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_chart"/>.
		/// </summary>
		public const string InsertChart = "\ue24b";

		/// <summary>
		/// Unicode value for the 'insert_chart_outlined' icon ("\ue26a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_chart_outlined"/>.
		/// </summary>
		public const string InsertChartOutlined = "\ue26a";

		/// <summary>
		/// Unicode value for the 'insert_comment' icon ("\ue24c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_comment"/>.
		/// </summary>
		public const string InsertComment = "\ue24c";

		/// <summary>
		/// Unicode value for the 'insert_drive_file' icon ("\ue24d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_drive_file"/>.
		/// </summary>
		public const string InsertDriveFile = "\ue24d";

		/// <summary>
		/// Unicode value for the 'insert_emoticon' icon ("\ue24e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_emoticon"/>.
		/// </summary>
		public const string InsertEmoticon = "\ue24e";

		/// <summary>
		/// Unicode value for the 'insert_invitation' icon ("\ue24f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_invitation"/>.
		/// </summary>
		public const string InsertInvitation = "\ue24f";

		/// <summary>
		/// Unicode value for the 'insert_link' icon ("\ue250").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_link"/>.
		/// </summary>
		public const string InsertLink = "\ue250";

		/// <summary>
		/// Unicode value for the 'insert_page_break' icon ("\ueaca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_page_break"/>.
		/// </summary>
		public const string InsertPageBreak = "\ueaca";

		/// <summary>
		/// Unicode value for the 'insert_photo' icon ("\ue251").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insert_photo"/>.
		/// </summary>
		public const string InsertPhoto = "\ue251";

		/// <summary>
		/// Unicode value for the 'insights' icon ("\uf092").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:insights"/>.
		/// </summary>
		public const string Insights = "\uf092";

		/// <summary>
		/// Unicode value for the 'install_desktop' icon ("\ueb71").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:install_desktop"/>.
		/// </summary>
		public const string InstallDesktop = "\ueb71";

		/// <summary>
		/// Unicode value for the 'install_mobile' icon ("\ueb72").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:install_mobile"/>.
		/// </summary>
		public const string InstallMobile = "\ueb72";

		/// <summary>
		/// Unicode value for the 'integration_instructions' icon ("\uef54").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:integration_instructions"/>.
		/// </summary>
		public const string IntegrationInstructions = "\uef54";

		/// <summary>
		/// Unicode value for the 'interests' icon ("\ue7c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:interests"/>.
		/// </summary>
		public const string Interests = "\ue7c8";

		/// <summary>
		/// Unicode value for the 'interpreter_mode' icon ("\ue83b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:interpreter_mode"/>.
		/// </summary>
		public const string InterpreterMode = "\ue83b";

		/// <summary>
		/// Unicode value for the 'inventory' icon ("\ue179").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:inventory"/>.
		/// </summary>
		public const string Inventory = "\ue179";

		/// <summary>
		/// Unicode value for the 'inventory_2' icon ("\ue1a1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:inventory_2"/>.
		/// </summary>
		public const string Inventory2 = "\ue1a1";

		/// <summary>
		/// Unicode value for the 'invert_colors' icon ("\ue891").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:invert_colors"/>.
		/// </summary>
		public const string InvertColors = "\ue891";

		/// <summary>
		/// Unicode value for the 'invert_colors_off' icon ("\ue0c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:invert_colors_off"/>.
		/// </summary>
		public const string InvertColorsOff = "\ue0c4";

		/// <summary>
		/// Unicode value for the 'invert_colors_on' icon ("\ue891").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:invert_colors_on"/>.
		/// </summary>
		public const string InvertColorsOn = "\ue891";

		/// <summary>
		/// Unicode value for the 'ios_share' icon ("\ue6b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ios_share"/>.
		/// </summary>
		public const string IosShare = "\ue6b8";

		/// <summary>
		/// Unicode value for the 'iron' icon ("\ue583").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:iron"/>.
		/// </summary>
		public const string Iron = "\ue583";

		/// <summary>
		/// Unicode value for the 'iso' icon ("\ue3f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:iso"/>.
		/// </summary>
		public const string Iso = "\ue3f6";

		/// <summary>
		/// Unicode value for the 'javascript' icon ("\ueb7c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:javascript"/>.
		/// </summary>
		public const string Javascript = "\ueb7c";

		/// <summary>
		/// Unicode value for the 'join_full' icon ("\ueaeb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:join_full"/>.
		/// </summary>
		public const string JoinFull = "\ueaeb";

		/// <summary>
		/// Unicode value for the 'join_inner' icon ("\ueaf4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:join_inner"/>.
		/// </summary>
		public const string JoinInner = "\ueaf4";

		/// <summary>
		/// Unicode value for the 'join_left' icon ("\ueaf2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:join_left"/>.
		/// </summary>
		public const string JoinLeft = "\ueaf2";

		/// <summary>
		/// Unicode value for the 'join_right' icon ("\ueaea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:join_right"/>.
		/// </summary>
		public const string JoinRight = "\ueaea";

		/// <summary>
		/// Unicode value for the 'kayaking' icon ("\ue50c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:kayaking"/>.
		/// </summary>
		public const string Kayaking = "\ue50c";

		/// <summary>
		/// Unicode value for the 'kebab_dining' icon ("\ue842").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:kebab_dining"/>.
		/// </summary>
		public const string KebabDining = "\ue842";

		/// <summary>
		/// Unicode value for the 'key' icon ("\ue73c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:key"/>.
		/// </summary>
		public const string Key = "\ue73c";

		/// <summary>
		/// Unicode value for the 'key_off' icon ("\ueb84").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:key_off"/>.
		/// </summary>
		public const string KeyOff = "\ueb84";

		/// <summary>
		/// Unicode value for the 'keyboard' icon ("\ue312").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard"/>.
		/// </summary>
		public const string Keyboard = "\ue312";

		/// <summary>
		/// Unicode value for the 'keyboard_alt' icon ("\uf028").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_alt"/>.
		/// </summary>
		public const string KeyboardAlt = "\uf028";

		/// <summary>
		/// Unicode value for the 'keyboard_arrow_down' icon ("\ue313").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_arrow_down"/>.
		/// </summary>
		public const string KeyboardArrowDown = "\ue313";

		/// <summary>
		/// Unicode value for the 'keyboard_arrow_left' icon ("\ue314").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_arrow_left"/>.
		/// </summary>
		public const string KeyboardArrowLeft = "\ue314";

		/// <summary>
		/// Unicode value for the 'keyboard_arrow_right' icon ("\ue315").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_arrow_right"/>.
		/// </summary>
		public const string KeyboardArrowRight = "\ue315";

		/// <summary>
		/// Unicode value for the 'keyboard_arrow_up' icon ("\ue316").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_arrow_up"/>.
		/// </summary>
		public const string KeyboardArrowUp = "\ue316";

		/// <summary>
		/// Unicode value for the 'keyboard_backspace' icon ("\ue317").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_backspace"/>.
		/// </summary>
		public const string KeyboardBackspace = "\ue317";

		/// <summary>
		/// Unicode value for the 'keyboard_capslock' icon ("\ue318").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_capslock"/>.
		/// </summary>
		public const string KeyboardCapslock = "\ue318";

		/// <summary>
		/// Unicode value for the 'keyboard_command' icon ("\ueae0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_command"/>.
		/// </summary>
		public const string KeyboardCommand = "\ueae0";

		/// <summary>
		/// Unicode value for the 'keyboard_command_key' icon ("\ueae7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_command_key"/>.
		/// </summary>
		public const string KeyboardCommandKey = "\ueae7";

		/// <summary>
		/// Unicode value for the 'keyboard_control' icon ("\ue5d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_control"/>.
		/// </summary>
		public const string KeyboardControl = "\ue5d3";

		/// <summary>
		/// Unicode value for the 'keyboard_control_key' icon ("\ueae6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_control_key"/>.
		/// </summary>
		public const string KeyboardControlKey = "\ueae6";

		/// <summary>
		/// Unicode value for the 'keyboard_double_arrow_down' icon ("\uead0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_double_arrow_down"/>.
		/// </summary>
		public const string KeyboardDoubleArrowDown = "\uead0";

		/// <summary>
		/// Unicode value for the 'keyboard_double_arrow_left' icon ("\ueac3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_double_arrow_left"/>.
		/// </summary>
		public const string KeyboardDoubleArrowLeft = "\ueac3";

		/// <summary>
		/// Unicode value for the 'keyboard_double_arrow_right' icon ("\ueac9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_double_arrow_right"/>.
		/// </summary>
		public const string KeyboardDoubleArrowRight = "\ueac9";

		/// <summary>
		/// Unicode value for the 'keyboard_double_arrow_up' icon ("\ueacf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_double_arrow_up"/>.
		/// </summary>
		public const string KeyboardDoubleArrowUp = "\ueacf";

		/// <summary>
		/// Unicode value for the 'keyboard_hide' icon ("\ue31a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_hide"/>.
		/// </summary>
		public const string KeyboardHide = "\ue31a";

		/// <summary>
		/// Unicode value for the 'keyboard_option' icon ("\ueadf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_option"/>.
		/// </summary>
		public const string KeyboardOption = "\ueadf";

		/// <summary>
		/// Unicode value for the 'keyboard_option_key' icon ("\ueae8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_option_key"/>.
		/// </summary>
		public const string KeyboardOptionKey = "\ueae8";

		/// <summary>
		/// Unicode value for the 'keyboard_return' icon ("\ue31b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_return"/>.
		/// </summary>
		public const string KeyboardReturn = "\ue31b";

		/// <summary>
		/// Unicode value for the 'keyboard_tab' icon ("\ue31c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_tab"/>.
		/// </summary>
		public const string KeyboardTab = "\ue31c";

		/// <summary>
		/// Unicode value for the 'keyboard_voice' icon ("\ue31d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:keyboard_voice"/>.
		/// </summary>
		public const string KeyboardVoice = "\ue31d";

		/// <summary>
		/// Unicode value for the 'king_bed' icon ("\uea45").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:king_bed"/>.
		/// </summary>
		public const string KingBed = "\uea45";

		/// <summary>
		/// Unicode value for the 'kitchen' icon ("\ueb47").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:kitchen"/>.
		/// </summary>
		public const string Kitchen = "\ueb47";

		/// <summary>
		/// Unicode value for the 'kitesurfing' icon ("\ue50d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:kitesurfing"/>.
		/// </summary>
		public const string Kitesurfing = "\ue50d";

		/// <summary>
		/// Unicode value for the 'label' icon ("\ue892").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:label"/>.
		/// </summary>
		public const string Label = "\ue892";

		/// <summary>
		/// Unicode value for the 'label_important' icon ("\ue937").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:label_important"/>.
		/// </summary>
		public const string LabelImportant = "\ue937";

		/// <summary>
		/// Unicode value for the 'label_important_outline' icon ("\ue948").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:label_important_outline"/>.
		/// </summary>
		public const string LabelImportantOutline = "\ue948";

		/// <summary>
		/// Unicode value for the 'label_off' icon ("\ue9b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:label_off"/>.
		/// </summary>
		public const string LabelOff = "\ue9b6";

		/// <summary>
		/// Unicode value for the 'label_outline' icon ("\ue893").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:label_outline"/>.
		/// </summary>
		public const string LabelOutline = "\ue893";

		/// <summary>
		/// Unicode value for the 'lan' icon ("\ueb2f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lan"/>.
		/// </summary>
		public const string Lan = "\ueb2f";

		/// <summary>
		/// Unicode value for the 'landscape' icon ("\ue3f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:landscape"/>.
		/// </summary>
		public const string Landscape = "\ue3f7";

		/// <summary>
		/// Unicode value for the 'landslide' icon ("\uebd7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:landslide"/>.
		/// </summary>
		public const string Landslide = "\uebd7";

		/// <summary>
		/// Unicode value for the 'language' icon ("\ue894").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:language"/>.
		/// </summary>
		public const string Language = "\ue894";

		/// <summary>
		/// Unicode value for the 'laptop' icon ("\ue31e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:laptop"/>.
		/// </summary>
		public const string Laptop = "\ue31e";

		/// <summary>
		/// Unicode value for the 'laptop_chromebook' icon ("\ue31f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:laptop_chromebook"/>.
		/// </summary>
		public const string LaptopChromebook = "\ue31f";

		/// <summary>
		/// Unicode value for the 'laptop_mac' icon ("\ue320").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:laptop_mac"/>.
		/// </summary>
		public const string LaptopMac = "\ue320";

		/// <summary>
		/// Unicode value for the 'laptop_windows' icon ("\ue321").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:laptop_windows"/>.
		/// </summary>
		public const string LaptopWindows = "\ue321";

		/// <summary>
		/// Unicode value for the 'last_page' icon ("\ue5dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:last_page"/>.
		/// </summary>
		public const string LastPage = "\ue5dd";

		/// <summary>
		/// Unicode value for the 'launch' icon ("\ue895").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:launch"/>.
		/// </summary>
		public const string Launch = "\ue895";

		/// <summary>
		/// Unicode value for the 'layers' icon ("\ue53b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:layers"/>.
		/// </summary>
		public const string Layers = "\ue53b";

		/// <summary>
		/// Unicode value for the 'layers_clear' icon ("\ue53c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:layers_clear"/>.
		/// </summary>
		public const string LayersClear = "\ue53c";

		/// <summary>
		/// Unicode value for the 'leaderboard' icon ("\uf20c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:leaderboard"/>.
		/// </summary>
		public const string Leaderboard = "\uf20c";

		/// <summary>
		/// Unicode value for the 'leak_add' icon ("\ue3f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:leak_add"/>.
		/// </summary>
		public const string LeakAdd = "\ue3f8";

		/// <summary>
		/// Unicode value for the 'leak_remove' icon ("\ue3f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:leak_remove"/>.
		/// </summary>
		public const string LeakRemove = "\ue3f9";

		/// <summary>
		/// Unicode value for the 'leave_bags_at_home' icon ("\uf21b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:leave_bags_at_home"/>.
		/// </summary>
		public const string LeaveBagsAtHome = "\uf21b";

		/// <summary>
		/// Unicode value for the 'legend_toggle' icon ("\uf11b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:legend_toggle"/>.
		/// </summary>
		public const string LegendToggle = "\uf11b";

		/// <summary>
		/// Unicode value for the 'lens' icon ("\ue3fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lens"/>.
		/// </summary>
		public const string Lens = "\ue3fa";

		/// <summary>
		/// Unicode value for the 'lens_blur' icon ("\uf029").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lens_blur"/>.
		/// </summary>
		public const string LensBlur = "\uf029";

		/// <summary>
		/// Unicode value for the 'library_add' icon ("\ue02e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:library_add"/>.
		/// </summary>
		public const string LibraryAdd = "\ue02e";

		/// <summary>
		/// Unicode value for the 'library_add_check' icon ("\ue9b7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:library_add_check"/>.
		/// </summary>
		public const string LibraryAddCheck = "\ue9b7";

		/// <summary>
		/// Unicode value for the 'library_books' icon ("\ue02f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:library_books"/>.
		/// </summary>
		public const string LibraryBooks = "\ue02f";

		/// <summary>
		/// Unicode value for the 'library_music' icon ("\ue030").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:library_music"/>.
		/// </summary>
		public const string LibraryMusic = "\ue030";

		/// <summary>
		/// Unicode value for the 'light' icon ("\uf02a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:light"/>.
		/// </summary>
		public const string Light = "\uf02a";

		/// <summary>
		/// Unicode value for the 'light_mode' icon ("\ue518").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:light_mode"/>.
		/// </summary>
		public const string LightMode = "\ue518";

		/// <summary>
		/// Unicode value for the 'lightbulb' icon ("\ue0f0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lightbulb"/>.
		/// </summary>
		public const string Lightbulb = "\ue0f0";

		/// <summary>
		/// Unicode value for the 'lightbulb_circle' icon ("\uebfe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lightbulb_circle"/>.
		/// </summary>
		public const string LightbulbCircle = "\uebfe";

		/// <summary>
		/// Unicode value for the 'lightbulb_outline' icon ("\ue90f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lightbulb_outline"/>.
		/// </summary>
		public const string LightbulbOutline = "\ue90f";

		/// <summary>
		/// Unicode value for the 'line_axis' icon ("\uea9a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:line_axis"/>.
		/// </summary>
		public const string LineAxis = "\uea9a";

		/// <summary>
		/// Unicode value for the 'line_style' icon ("\ue919").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:line_style"/>.
		/// </summary>
		public const string LineStyle = "\ue919";

		/// <summary>
		/// Unicode value for the 'line_weight' icon ("\ue91a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:line_weight"/>.
		/// </summary>
		public const string LineWeight = "\ue91a";

		/// <summary>
		/// Unicode value for the 'linear_scale' icon ("\ue260").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:linear_scale"/>.
		/// </summary>
		public const string LinearScale = "\ue260";

		/// <summary>
		/// Unicode value for the 'link' icon ("\ue157").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:link"/>.
		/// </summary>
		public const string Link = "\ue157";

		/// <summary>
		/// Unicode value for the 'link_off' icon ("\ue16f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:link_off"/>.
		/// </summary>
		public const string LinkOff = "\ue16f";

		/// <summary>
		/// Unicode value for the 'linked_camera' icon ("\ue438").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:linked_camera"/>.
		/// </summary>
		public const string LinkedCamera = "\ue438";

		/// <summary>
		/// Unicode value for the 'liquor' icon ("\uea60").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:liquor"/>.
		/// </summary>
		public const string Liquor = "\uea60";

		/// <summary>
		/// Unicode value for the 'list' icon ("\ue896").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:list"/>.
		/// </summary>
		public const string List = "\ue896";

		/// <summary>
		/// Unicode value for the 'list_alt' icon ("\ue0ee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:list_alt"/>.
		/// </summary>
		public const string ListAlt = "\ue0ee";

		/// <summary>
		/// Unicode value for the 'live_help' icon ("\ue0c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:live_help"/>.
		/// </summary>
		public const string LiveHelp = "\ue0c6";

		/// <summary>
		/// Unicode value for the 'live_tv' icon ("\ue639").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:live_tv"/>.
		/// </summary>
		public const string LiveTv = "\ue639";

		/// <summary>
		/// Unicode value for the 'living' icon ("\uf02b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:living"/>.
		/// </summary>
		public const string Living = "\uf02b";

		/// <summary>
		/// Unicode value for the 'local_activity' icon ("\ue53f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_activity"/>.
		/// </summary>
		public const string LocalActivity = "\ue53f";

		/// <summary>
		/// Unicode value for the 'local_airport' icon ("\ue53d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_airport"/>.
		/// </summary>
		public const string LocalAirport = "\ue53d";

		/// <summary>
		/// Unicode value for the 'local_atm' icon ("\ue53e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_atm"/>.
		/// </summary>
		public const string LocalAtm = "\ue53e";

		/// <summary>
		/// Unicode value for the 'local_attraction' icon ("\ue53f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_attraction"/>.
		/// </summary>
		public const string LocalAttraction = "\ue53f";

		/// <summary>
		/// Unicode value for the 'local_bar' icon ("\ue540").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_bar"/>.
		/// </summary>
		public const string LocalBar = "\ue540";

		/// <summary>
		/// Unicode value for the 'local_cafe' icon ("\ue541").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_cafe"/>.
		/// </summary>
		public const string LocalCafe = "\ue541";

		/// <summary>
		/// Unicode value for the 'local_car_wash' icon ("\ue542").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_car_wash"/>.
		/// </summary>
		public const string LocalCarWash = "\ue542";

		/// <summary>
		/// Unicode value for the 'local_convenience_store' icon ("\ue543").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_convenience_store"/>.
		/// </summary>
		public const string LocalConvenienceStore = "\ue543";

		/// <summary>
		/// Unicode value for the 'local_dining' icon ("\ue556").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_dining"/>.
		/// </summary>
		public const string LocalDining = "\ue556";

		/// <summary>
		/// Unicode value for the 'local_drink' icon ("\ue544").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_drink"/>.
		/// </summary>
		public const string LocalDrink = "\ue544";

		/// <summary>
		/// Unicode value for the 'local_fire_department' icon ("\uef55").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_fire_department"/>.
		/// </summary>
		public const string LocalFireDepartment = "\uef55";

		/// <summary>
		/// Unicode value for the 'local_florist' icon ("\ue545").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_florist"/>.
		/// </summary>
		public const string LocalFlorist = "\ue545";

		/// <summary>
		/// Unicode value for the 'local_gas_station' icon ("\ue546").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_gas_station"/>.
		/// </summary>
		public const string LocalGasStation = "\ue546";

		/// <summary>
		/// Unicode value for the 'local_grocery_store' icon ("\ue547").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_grocery_store"/>.
		/// </summary>
		public const string LocalGroceryStore = "\ue547";

		/// <summary>
		/// Unicode value for the 'local_hospital' icon ("\ue548").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_hospital"/>.
		/// </summary>
		public const string LocalHospital = "\ue548";

		/// <summary>
		/// Unicode value for the 'local_hotel' icon ("\ue549").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_hotel"/>.
		/// </summary>
		public const string LocalHotel = "\ue549";

		/// <summary>
		/// Unicode value for the 'local_laundry_service' icon ("\ue54a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_laundry_service"/>.
		/// </summary>
		public const string LocalLaundryService = "\ue54a";

		/// <summary>
		/// Unicode value for the 'local_library' icon ("\ue54b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_library"/>.
		/// </summary>
		public const string LocalLibrary = "\ue54b";

		/// <summary>
		/// Unicode value for the 'local_mall' icon ("\ue54c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_mall"/>.
		/// </summary>
		public const string LocalMall = "\ue54c";

		/// <summary>
		/// Unicode value for the 'local_movies' icon ("\ue54d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_movies"/>.
		/// </summary>
		public const string LocalMovies = "\ue54d";

		/// <summary>
		/// Unicode value for the 'local_offer' icon ("\ue54e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_offer"/>.
		/// </summary>
		public const string LocalOffer = "\ue54e";

		/// <summary>
		/// Unicode value for the 'local_parking' icon ("\ue54f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_parking"/>.
		/// </summary>
		public const string LocalParking = "\ue54f";

		/// <summary>
		/// Unicode value for the 'local_pharmacy' icon ("\ue550").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_pharmacy"/>.
		/// </summary>
		public const string LocalPharmacy = "\ue550";

		/// <summary>
		/// Unicode value for the 'local_phone' icon ("\ue551").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_phone"/>.
		/// </summary>
		public const string LocalPhone = "\ue551";

		/// <summary>
		/// Unicode value for the 'local_pizza' icon ("\ue552").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_pizza"/>.
		/// </summary>
		public const string LocalPizza = "\ue552";

		/// <summary>
		/// Unicode value for the 'local_play' icon ("\ue553").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_play"/>.
		/// </summary>
		public const string LocalPlay = "\ue553";

		/// <summary>
		/// Unicode value for the 'local_police' icon ("\uef56").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_police"/>.
		/// </summary>
		public const string LocalPolice = "\uef56";

		/// <summary>
		/// Unicode value for the 'local_post_office' icon ("\ue554").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_post_office"/>.
		/// </summary>
		public const string LocalPostOffice = "\ue554";

		/// <summary>
		/// Unicode value for the 'local_print_shop' icon ("\ue555").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_print_shop"/>.
		/// </summary>
		public const string LocalPrintShop = "\ue555";

		/// <summary>
		/// Unicode value for the 'local_printshop' icon ("\ue555").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_printshop"/>.
		/// </summary>
		public const string LocalPrintshop = "\ue555";

		/// <summary>
		/// Unicode value for the 'local_restaurant' icon ("\ue556").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_restaurant"/>.
		/// </summary>
		public const string LocalRestaurant = "\ue556";

		/// <summary>
		/// Unicode value for the 'local_see' icon ("\ue557").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_see"/>.
		/// </summary>
		public const string LocalSee = "\ue557";

		/// <summary>
		/// Unicode value for the 'local_shipping' icon ("\ue558").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_shipping"/>.
		/// </summary>
		public const string LocalShipping = "\ue558";

		/// <summary>
		/// Unicode value for the 'local_taxi' icon ("\ue559").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:local_taxi"/>.
		/// </summary>
		public const string LocalTaxi = "\ue559";

		/// <summary>
		/// Unicode value for the 'location_city' icon ("\ue7f1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_city"/>.
		/// </summary>
		public const string LocationCity = "\ue7f1";

		/// <summary>
		/// Unicode value for the 'location_disabled' icon ("\ue1b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_disabled"/>.
		/// </summary>
		public const string LocationDisabled = "\ue1b6";

		/// <summary>
		/// Unicode value for the 'location_history' icon ("\ue55a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_history"/>.
		/// </summary>
		public const string LocationHistory = "\ue55a";

		/// <summary>
		/// Unicode value for the 'location_off' icon ("\ue0c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_off"/>.
		/// </summary>
		public const string LocationOff = "\ue0c7";

		/// <summary>
		/// Unicode value for the 'location_on' icon ("\ue0c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_on"/>.
		/// </summary>
		public const string LocationOn = "\ue0c8";

		/// <summary>
		/// Unicode value for the 'location_pin' icon ("\uf1db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_pin"/>.
		/// </summary>
		public const string LocationPin = "\uf1db";

		/// <summary>
		/// Unicode value for the 'location_searching' icon ("\ue1b7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:location_searching"/>.
		/// </summary>
		public const string LocationSearching = "\ue1b7";

		/// <summary>
		/// Unicode value for the 'lock' icon ("\ue897").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock"/>.
		/// </summary>
		public const string Lock = "\ue897";

		/// <summary>
		/// Unicode value for the 'lock_clock' icon ("\uef57").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock_clock"/>.
		/// </summary>
		public const string LockClock = "\uef57";

		/// <summary>
		/// Unicode value for the 'lock_open' icon ("\ue898").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock_open"/>.
		/// </summary>
		public const string LockOpen = "\ue898";

		/// <summary>
		/// Unicode value for the 'lock_outline' icon ("\ue899").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock_outline"/>.
		/// </summary>
		public const string LockOutline = "\ue899";

		/// <summary>
		/// Unicode value for the 'lock_person' icon ("\uf8f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock_person"/>.
		/// </summary>
		public const string LockPerson = "\uf8f3";

		/// <summary>
		/// Unicode value for the 'lock_reset' icon ("\ueade").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lock_reset"/>.
		/// </summary>
		public const string LockReset = "\ueade";

		/// <summary>
		/// Unicode value for the 'login' icon ("\uea77").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:login"/>.
		/// </summary>
		public const string Login = "\uea77";

		/// <summary>
		/// Unicode value for the 'logo_dev' icon ("\uead6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:logo_dev"/>.
		/// </summary>
		public const string LogoDev = "\uead6";

		/// <summary>
		/// Unicode value for the 'logout' icon ("\ue9ba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:logout"/>.
		/// </summary>
		public const string Logout = "\ue9ba";

		/// <summary>
		/// Unicode value for the 'looks' icon ("\ue3fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks"/>.
		/// </summary>
		public const string Looks = "\ue3fc";

		/// <summary>
		/// Unicode value for the 'looks_3' icon ("\ue3fb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_3"/>.
		/// </summary>
		public const string Looks3 = "\ue3fb";

		/// <summary>
		/// Unicode value for the 'looks_4' icon ("\ue3fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_4"/>.
		/// </summary>
		public const string Looks4 = "\ue3fd";

		/// <summary>
		/// Unicode value for the 'looks_5' icon ("\ue3fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_5"/>.
		/// </summary>
		public const string Looks5 = "\ue3fe";

		/// <summary>
		/// Unicode value for the 'looks_6' icon ("\ue3ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_6"/>.
		/// </summary>
		public const string Looks6 = "\ue3ff";

		/// <summary>
		/// Unicode value for the 'looks_one' icon ("\ue400").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_one"/>.
		/// </summary>
		public const string LooksOne = "\ue400";

		/// <summary>
		/// Unicode value for the 'looks_two' icon ("\ue401").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:looks_two"/>.
		/// </summary>
		public const string LooksTwo = "\ue401";

		/// <summary>
		/// Unicode value for the 'loop' icon ("\ue028").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:loop"/>.
		/// </summary>
		public const string Loop = "\ue028";

		/// <summary>
		/// Unicode value for the 'loupe' icon ("\ue402").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:loupe"/>.
		/// </summary>
		public const string Loupe = "\ue402";

		/// <summary>
		/// Unicode value for the 'low_priority' icon ("\ue16d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:low_priority"/>.
		/// </summary>
		public const string LowPriority = "\ue16d";

		/// <summary>
		/// Unicode value for the 'loyalty' icon ("\ue89a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:loyalty"/>.
		/// </summary>
		public const string Loyalty = "\ue89a";

		/// <summary>
		/// Unicode value for the 'lte_mobiledata' icon ("\uf02c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lte_mobiledata"/>.
		/// </summary>
		public const string LteMobiledata = "\uf02c";

		/// <summary>
		/// Unicode value for the 'lte_plus_mobiledata' icon ("\uf02d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lte_plus_mobiledata"/>.
		/// </summary>
		public const string LtePlusMobiledata = "\uf02d";

		/// <summary>
		/// Unicode value for the 'luggage' icon ("\uf235").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:luggage"/>.
		/// </summary>
		public const string Luggage = "\uf235";

		/// <summary>
		/// Unicode value for the 'lunch_dining' icon ("\uea61").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lunch_dining"/>.
		/// </summary>
		public const string LunchDining = "\uea61";

		/// <summary>
		/// Unicode value for the 'lyrics' icon ("\uec0b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:lyrics"/>.
		/// </summary>
		public const string Lyrics = "\uec0b";

		/// <summary>
		/// Unicode value for the 'macro_off' icon ("\uf8d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:macro_off"/>.
		/// </summary>
		public const string MacroOff = "\uf8d2";

		/// <summary>
		/// Unicode value for the 'mail' icon ("\ue158").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mail"/>.
		/// </summary>
		public const string Mail = "\ue158";

		/// <summary>
		/// Unicode value for the 'mail_lock' icon ("\uec0a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mail_lock"/>.
		/// </summary>
		public const string MailLock = "\uec0a";

		/// <summary>
		/// Unicode value for the 'mail_outline' icon ("\ue0e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mail_outline"/>.
		/// </summary>
		public const string MailOutline = "\ue0e1";

		/// <summary>
		/// Unicode value for the 'male' icon ("\ue58e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:male"/>.
		/// </summary>
		public const string Male = "\ue58e";

		/// <summary>
		/// Unicode value for the 'man' icon ("\ue4eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:man"/>.
		/// </summary>
		public const string Man = "\ue4eb";

		/// <summary>
		/// Unicode value for the 'man_2' icon ("\uf8e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:man_2"/>.
		/// </summary>
		public const string Man2 = "\uf8e1";

		/// <summary>
		/// Unicode value for the 'man_3' icon ("\uf8e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:man_3"/>.
		/// </summary>
		public const string Man3 = "\uf8e2";

		/// <summary>
		/// Unicode value for the 'man_4' icon ("\uf8e3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:man_4"/>.
		/// </summary>
		public const string Man4 = "\uf8e3";

		/// <summary>
		/// Unicode value for the 'manage_accounts' icon ("\uf02e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:manage_accounts"/>.
		/// </summary>
		public const string ManageAccounts = "\uf02e";

		/// <summary>
		/// Unicode value for the 'manage_history' icon ("\uebe7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:manage_history"/>.
		/// </summary>
		public const string ManageHistory = "\uebe7";

		/// <summary>
		/// Unicode value for the 'manage_search' icon ("\uf02f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:manage_search"/>.
		/// </summary>
		public const string ManageSearch = "\uf02f";

		/// <summary>
		/// Unicode value for the 'map' icon ("\ue55b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:map"/>.
		/// </summary>
		public const string Map = "\ue55b";

		/// <summary>
		/// Unicode value for the 'maps_home_work' icon ("\uf030").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:maps_home_work"/>.
		/// </summary>
		public const string MapsHomeWork = "\uf030";

		/// <summary>
		/// Unicode value for the 'maps_ugc' icon ("\uef58").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:maps_ugc"/>.
		/// </summary>
		public const string MapsUgc = "\uef58";

		/// <summary>
		/// Unicode value for the 'margin' icon ("\ue9bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:margin"/>.
		/// </summary>
		public const string Margin = "\ue9bb";

		/// <summary>
		/// Unicode value for the 'mark_as_unread' icon ("\ue9bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_as_unread"/>.
		/// </summary>
		public const string MarkAsUnread = "\ue9bc";

		/// <summary>
		/// Unicode value for the 'mark_chat_read' icon ("\uf18b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_chat_read"/>.
		/// </summary>
		public const string MarkChatRead = "\uf18b";

		/// <summary>
		/// Unicode value for the 'mark_chat_unread' icon ("\uf189").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_chat_unread"/>.
		/// </summary>
		public const string MarkChatUnread = "\uf189";

		/// <summary>
		/// Unicode value for the 'mark_email_read' icon ("\uf18c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_email_read"/>.
		/// </summary>
		public const string MarkEmailRead = "\uf18c";

		/// <summary>
		/// Unicode value for the 'mark_email_unread' icon ("\uf18a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_email_unread"/>.
		/// </summary>
		public const string MarkEmailUnread = "\uf18a";

		/// <summary>
		/// Unicode value for the 'mark_unread_chat_alt' icon ("\ueb9d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mark_unread_chat_alt"/>.
		/// </summary>
		public const string MarkUnreadChatAlt = "\ueb9d";

		/// <summary>
		/// Unicode value for the 'markunread' icon ("\ue159").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:markunread"/>.
		/// </summary>
		public const string Markunread = "\ue159";

		/// <summary>
		/// Unicode value for the 'markunread_mailbox' icon ("\ue89b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:markunread_mailbox"/>.
		/// </summary>
		public const string MarkunreadMailbox = "\ue89b";

		/// <summary>
		/// Unicode value for the 'masks' icon ("\uf218").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:masks"/>.
		/// </summary>
		public const string Masks = "\uf218";

		/// <summary>
		/// Unicode value for the 'maximize' icon ("\ue930").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:maximize"/>.
		/// </summary>
		public const string Maximize = "\ue930";

		/// <summary>
		/// Unicode value for the 'media_bluetooth_off' icon ("\uf031").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:media_bluetooth_off"/>.
		/// </summary>
		public const string MediaBluetoothOff = "\uf031";

		/// <summary>
		/// Unicode value for the 'media_bluetooth_on' icon ("\uf032").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:media_bluetooth_on"/>.
		/// </summary>
		public const string MediaBluetoothOn = "\uf032";

		/// <summary>
		/// Unicode value for the 'mediation' icon ("\uefa7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mediation"/>.
		/// </summary>
		public const string Mediation = "\uefa7";

		/// <summary>
		/// Unicode value for the 'medical_information' icon ("\uebed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:medical_information"/>.
		/// </summary>
		public const string MedicalInformation = "\uebed";

		/// <summary>
		/// Unicode value for the 'medical_services' icon ("\uf109").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:medical_services"/>.
		/// </summary>
		public const string MedicalServices = "\uf109";

		/// <summary>
		/// Unicode value for the 'medication' icon ("\uf033").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:medication"/>.
		/// </summary>
		public const string Medication = "\uf033";

		/// <summary>
		/// Unicode value for the 'medication_liquid' icon ("\uea87").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:medication_liquid"/>.
		/// </summary>
		public const string MedicationLiquid = "\uea87";

		/// <summary>
		/// Unicode value for the 'meeting_room' icon ("\ueb4f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:meeting_room"/>.
		/// </summary>
		public const string MeetingRoom = "\ueb4f";

		/// <summary>
		/// Unicode value for the 'memory' icon ("\ue322").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:memory"/>.
		/// </summary>
		public const string Memory = "\ue322";

		/// <summary>
		/// Unicode value for the 'menu' icon ("\ue5d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:menu"/>.
		/// </summary>
		public const string Menu = "\ue5d2";

		/// <summary>
		/// Unicode value for the 'menu_book' icon ("\uea19").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:menu_book"/>.
		/// </summary>
		public const string MenuBook = "\uea19";

		/// <summary>
		/// Unicode value for the 'menu_open' icon ("\ue9bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:menu_open"/>.
		/// </summary>
		public const string MenuOpen = "\ue9bd";

		/// <summary>
		/// Unicode value for the 'merge' icon ("\ueb98").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:merge"/>.
		/// </summary>
		public const string Merge = "\ueb98";

		/// <summary>
		/// Unicode value for the 'merge_type' icon ("\ue252").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:merge_type"/>.
		/// </summary>
		public const string MergeType = "\ue252";

		/// <summary>
		/// Unicode value for the 'message' icon ("\ue0c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:message"/>.
		/// </summary>
		public const string Message = "\ue0c9";

		/// <summary>
		/// Unicode value for the 'messenger' icon ("\ue0ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:messenger"/>.
		/// </summary>
		public const string Messenger = "\ue0ca";

		/// <summary>
		/// Unicode value for the 'messenger_outline' icon ("\ue0cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:messenger_outline"/>.
		/// </summary>
		public const string MessengerOutline = "\ue0cb";

		/// <summary>
		/// Unicode value for the 'mic' icon ("\ue029").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mic"/>.
		/// </summary>
		public const string Mic = "\ue029";

		/// <summary>
		/// Unicode value for the 'mic_external_off' icon ("\uef59").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mic_external_off"/>.
		/// </summary>
		public const string MicExternalOff = "\uef59";

		/// <summary>
		/// Unicode value for the 'mic_external_on' icon ("\uef5a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mic_external_on"/>.
		/// </summary>
		public const string MicExternalOn = "\uef5a";

		/// <summary>
		/// Unicode value for the 'mic_none' icon ("\ue02a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mic_none"/>.
		/// </summary>
		public const string MicNone = "\ue02a";

		/// <summary>
		/// Unicode value for the 'mic_off' icon ("\ue02b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mic_off"/>.
		/// </summary>
		public const string MicOff = "\ue02b";

		/// <summary>
		/// Unicode value for the 'microwave' icon ("\uf204").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:microwave"/>.
		/// </summary>
		public const string Microwave = "\uf204";

		/// <summary>
		/// Unicode value for the 'military_tech' icon ("\uea3f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:military_tech"/>.
		/// </summary>
		public const string MilitaryTech = "\uea3f";

		/// <summary>
		/// Unicode value for the 'minimize' icon ("\ue931").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:minimize"/>.
		/// </summary>
		public const string Minimize = "\ue931";

		/// <summary>
		/// Unicode value for the 'minor_crash' icon ("\uebf1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:minor_crash"/>.
		/// </summary>
		public const string MinorCrash = "\uebf1";

		/// <summary>
		/// Unicode value for the 'miscellaneous_services' icon ("\uf10c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:miscellaneous_services"/>.
		/// </summary>
		public const string MiscellaneousServices = "\uf10c";

		/// <summary>
		/// Unicode value for the 'missed_video_call' icon ("\ue073").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:missed_video_call"/>.
		/// </summary>
		public const string MissedVideoCall = "\ue073";

		/// <summary>
		/// Unicode value for the 'mms' icon ("\ue618").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mms"/>.
		/// </summary>
		public const string Mms = "\ue618";

		/// <summary>
		/// Unicode value for the 'mobile_friendly' icon ("\ue200").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mobile_friendly"/>.
		/// </summary>
		public const string MobileFriendly = "\ue200";

		/// <summary>
		/// Unicode value for the 'mobile_off' icon ("\ue201").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mobile_off"/>.
		/// </summary>
		public const string MobileOff = "\ue201";

		/// <summary>
		/// Unicode value for the 'mobile_screen_share' icon ("\ue0e7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mobile_screen_share"/>.
		/// </summary>
		public const string MobileScreenShare = "\ue0e7";

		/// <summary>
		/// Unicode value for the 'mobiledata_off' icon ("\uf034").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mobiledata_off"/>.
		/// </summary>
		public const string MobiledataOff = "\uf034";

		/// <summary>
		/// Unicode value for the 'mode' icon ("\uf097").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode"/>.
		/// </summary>
		public const string Mode = "\uf097";

		/// <summary>
		/// Unicode value for the 'mode_comment' icon ("\ue253").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_comment"/>.
		/// </summary>
		public const string ModeComment = "\ue253";

		/// <summary>
		/// Unicode value for the 'mode_edit' icon ("\ue254").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_edit"/>.
		/// </summary>
		public const string ModeEdit = "\ue254";

		/// <summary>
		/// Unicode value for the 'mode_edit_outline' icon ("\uf035").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_edit_outline"/>.
		/// </summary>
		public const string ModeEditOutline = "\uf035";

		/// <summary>
		/// Unicode value for the 'mode_fan_off' icon ("\uec17").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_fan_off"/>.
		/// </summary>
		public const string ModeFanOff = "\uec17";

		/// <summary>
		/// Unicode value for the 'mode_night' icon ("\uf036").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_night"/>.
		/// </summary>
		public const string ModeNight = "\uf036";

		/// <summary>
		/// Unicode value for the 'mode_of_travel' icon ("\ue7ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_of_travel"/>.
		/// </summary>
		public const string ModeOfTravel = "\ue7ce";

		/// <summary>
		/// Unicode value for the 'mode_standby' icon ("\uf037").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mode_standby"/>.
		/// </summary>
		public const string ModeStandby = "\uf037";

		/// <summary>
		/// Unicode value for the 'model_training' icon ("\uf0cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:model_training"/>.
		/// </summary>
		public const string ModelTraining = "\uf0cf";

		/// <summary>
		/// Unicode value for the 'monetization_on' icon ("\ue263").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:monetization_on"/>.
		/// </summary>
		public const string MonetizationOn = "\ue263";

		/// <summary>
		/// Unicode value for the 'money' icon ("\ue57d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:money"/>.
		/// </summary>
		public const string Money = "\ue57d";

		/// <summary>
		/// Unicode value for the 'money_off' icon ("\ue25c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:money_off"/>.
		/// </summary>
		public const string MoneyOff = "\ue25c";

		/// <summary>
		/// Unicode value for the 'money_off_csred' icon ("\uf038").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:money_off_csred"/>.
		/// </summary>
		public const string MoneyOffCsred = "\uf038";

		/// <summary>
		/// Unicode value for the 'monitor' icon ("\uef5b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:monitor"/>.
		/// </summary>
		public const string Monitor = "\uef5b";

		/// <summary>
		/// Unicode value for the 'monitor_heart' icon ("\ueaa2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:monitor_heart"/>.
		/// </summary>
		public const string MonitorHeart = "\ueaa2";

		/// <summary>
		/// Unicode value for the 'monitor_weight' icon ("\uf039").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:monitor_weight"/>.
		/// </summary>
		public const string MonitorWeight = "\uf039";

		/// <summary>
		/// Unicode value for the 'monochrome_photos' icon ("\ue403").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:monochrome_photos"/>.
		/// </summary>
		public const string MonochromePhotos = "\ue403";

		/// <summary>
		/// Unicode value for the 'mood' icon ("\ue7f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mood"/>.
		/// </summary>
		public const string Mood = "\ue7f2";

		/// <summary>
		/// Unicode value for the 'mood_bad' icon ("\ue7f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mood_bad"/>.
		/// </summary>
		public const string MoodBad = "\ue7f3";

		/// <summary>
		/// Unicode value for the 'moped' icon ("\ueb28").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:moped"/>.
		/// </summary>
		public const string Moped = "\ueb28";

		/// <summary>
		/// Unicode value for the 'more' icon ("\ue619").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:more"/>.
		/// </summary>
		public const string More = "\ue619";

		/// <summary>
		/// Unicode value for the 'more_horiz' icon ("\ue5d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:more_horiz"/>.
		/// </summary>
		public const string MoreHoriz = "\ue5d3";

		/// <summary>
		/// Unicode value for the 'more_time' icon ("\uea5d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:more_time"/>.
		/// </summary>
		public const string MoreTime = "\uea5d";

		/// <summary>
		/// Unicode value for the 'more_vert' icon ("\ue5d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:more_vert"/>.
		/// </summary>
		public const string MoreVert = "\ue5d4";

		/// <summary>
		/// Unicode value for the 'mosque' icon ("\ueab2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mosque"/>.
		/// </summary>
		public const string Mosque = "\ueab2";

		/// <summary>
		/// Unicode value for the 'motion_photos_auto' icon ("\uf03a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motion_photos_auto"/>.
		/// </summary>
		public const string MotionPhotosAuto = "\uf03a";

		/// <summary>
		/// Unicode value for the 'motion_photos_off' icon ("\ue9c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motion_photos_off"/>.
		/// </summary>
		public const string MotionPhotosOff = "\ue9c0";

		/// <summary>
		/// Unicode value for the 'motion_photos_on' icon ("\ue9c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motion_photos_on"/>.
		/// </summary>
		public const string MotionPhotosOn = "\ue9c1";

		/// <summary>
		/// Unicode value for the 'motion_photos_pause' icon ("\uf227").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motion_photos_pause"/>.
		/// </summary>
		public const string MotionPhotosPause = "\uf227";

		/// <summary>
		/// Unicode value for the 'motion_photos_paused' icon ("\ue9c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motion_photos_paused"/>.
		/// </summary>
		public const string MotionPhotosPaused = "\ue9c2";

		/// <summary>
		/// Unicode value for the 'motorcycle' icon ("\ue91b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:motorcycle"/>.
		/// </summary>
		public const string Motorcycle = "\ue91b";

		/// <summary>
		/// Unicode value for the 'mouse' icon ("\ue323").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mouse"/>.
		/// </summary>
		public const string Mouse = "\ue323";

		/// <summary>
		/// Unicode value for the 'move_down' icon ("\ueb61").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:move_down"/>.
		/// </summary>
		public const string MoveDown = "\ueb61";

		/// <summary>
		/// Unicode value for the 'move_to_inbox' icon ("\ue168").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:move_to_inbox"/>.
		/// </summary>
		public const string MoveToInbox = "\ue168";

		/// <summary>
		/// Unicode value for the 'move_up' icon ("\ueb64").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:move_up"/>.
		/// </summary>
		public const string MoveUp = "\ueb64";

		/// <summary>
		/// Unicode value for the 'movie' icon ("\ue02c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:movie"/>.
		/// </summary>
		public const string Movie = "\ue02c";

		/// <summary>
		/// Unicode value for the 'movie_creation' icon ("\ue404").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:movie_creation"/>.
		/// </summary>
		public const string MovieCreation = "\ue404";

		/// <summary>
		/// Unicode value for the 'movie_edit' icon ("\uf840").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:movie_edit"/>.
		/// </summary>
		public const string MovieEdit = "\uf840";

		/// <summary>
		/// Unicode value for the 'movie_filter' icon ("\ue43a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:movie_filter"/>.
		/// </summary>
		public const string MovieFilter = "\ue43a";

		/// <summary>
		/// Unicode value for the 'moving' icon ("\ue501").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:moving"/>.
		/// </summary>
		public const string Moving = "\ue501";

		/// <summary>
		/// Unicode value for the 'mp' icon ("\ue9c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:mp"/>.
		/// </summary>
		public const string Mp = "\ue9c3";

		/// <summary>
		/// Unicode value for the 'multiline_chart' icon ("\ue6df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:multiline_chart"/>.
		/// </summary>
		public const string MultilineChart = "\ue6df";

		/// <summary>
		/// Unicode value for the 'multiple_stop' icon ("\uf1b9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:multiple_stop"/>.
		/// </summary>
		public const string MultipleStop = "\uf1b9";

		/// <summary>
		/// Unicode value for the 'multitrack_audio' icon ("\ue1b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:multitrack_audio"/>.
		/// </summary>
		public const string MultitrackAudio = "\ue1b8";

		/// <summary>
		/// Unicode value for the 'museum' icon ("\uea36").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:museum"/>.
		/// </summary>
		public const string Museum = "\uea36";

		/// <summary>
		/// Unicode value for the 'music_note' icon ("\ue405").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:music_note"/>.
		/// </summary>
		public const string MusicNote = "\ue405";

		/// <summary>
		/// Unicode value for the 'music_off' icon ("\ue440").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:music_off"/>.
		/// </summary>
		public const string MusicOff = "\ue440";

		/// <summary>
		/// Unicode value for the 'music_video' icon ("\ue063").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:music_video"/>.
		/// </summary>
		public const string MusicVideo = "\ue063";

		/// <summary>
		/// Unicode value for the 'my_library_add' icon ("\ue02e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:my_library_add"/>.
		/// </summary>
		public const string MyLibraryAdd = "\ue02e";

		/// <summary>
		/// Unicode value for the 'my_library_books' icon ("\ue02f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:my_library_books"/>.
		/// </summary>
		public const string MyLibraryBooks = "\ue02f";

		/// <summary>
		/// Unicode value for the 'my_library_music' icon ("\ue030").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:my_library_music"/>.
		/// </summary>
		public const string MyLibraryMusic = "\ue030";

		/// <summary>
		/// Unicode value for the 'my_location' icon ("\ue55c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:my_location"/>.
		/// </summary>
		public const string MyLocation = "\ue55c";

		/// <summary>
		/// Unicode value for the 'nat' icon ("\uef5c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nat"/>.
		/// </summary>
		public const string Nat = "\uef5c";

		/// <summary>
		/// Unicode value for the 'nature' icon ("\ue406").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nature"/>.
		/// </summary>
		public const string Nature = "\ue406";

		/// <summary>
		/// Unicode value for the 'nature_people' icon ("\ue407").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nature_people"/>.
		/// </summary>
		public const string NaturePeople = "\ue407";

		/// <summary>
		/// Unicode value for the 'navigate_before' icon ("\ue408").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:navigate_before"/>.
		/// </summary>
		public const string NavigateBefore = "\ue408";

		/// <summary>
		/// Unicode value for the 'navigate_next' icon ("\ue409").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:navigate_next"/>.
		/// </summary>
		public const string NavigateNext = "\ue409";

		/// <summary>
		/// Unicode value for the 'navigation' icon ("\ue55d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:navigation"/>.
		/// </summary>
		public const string Navigation = "\ue55d";

		/// <summary>
		/// Unicode value for the 'near_me' icon ("\ue569").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:near_me"/>.
		/// </summary>
		public const string NearMe = "\ue569";

		/// <summary>
		/// Unicode value for the 'near_me_disabled' icon ("\uf1ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:near_me_disabled"/>.
		/// </summary>
		public const string NearMeDisabled = "\uf1ef";

		/// <summary>
		/// Unicode value for the 'nearby_error' icon ("\uf03b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nearby_error"/>.
		/// </summary>
		public const string NearbyError = "\uf03b";

		/// <summary>
		/// Unicode value for the 'nearby_off' icon ("\uf03c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nearby_off"/>.
		/// </summary>
		public const string NearbyOff = "\uf03c";

		/// <summary>
		/// Unicode value for the 'nest_cam_wired_stand' icon ("\uec16").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nest_cam_wired_stand"/>.
		/// </summary>
		public const string NestCamWiredStand = "\uec16";

		/// <summary>
		/// Unicode value for the 'network_cell' icon ("\ue1b9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_cell"/>.
		/// </summary>
		public const string NetworkCell = "\ue1b9";

		/// <summary>
		/// Unicode value for the 'network_check' icon ("\ue640").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_check"/>.
		/// </summary>
		public const string NetworkCheck = "\ue640";

		/// <summary>
		/// Unicode value for the 'network_locked' icon ("\ue61a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_locked"/>.
		/// </summary>
		public const string NetworkLocked = "\ue61a";

		/// <summary>
		/// Unicode value for the 'network_ping' icon ("\uebca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_ping"/>.
		/// </summary>
		public const string NetworkPing = "\uebca";

		/// <summary>
		/// Unicode value for the 'network_wifi' icon ("\ue1ba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_wifi"/>.
		/// </summary>
		public const string NetworkWifi = "\ue1ba";

		/// <summary>
		/// Unicode value for the 'network_wifi_1_bar' icon ("\uebe4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_wifi_1_bar"/>.
		/// </summary>
		public const string NetworkWifi1Bar = "\uebe4";

		/// <summary>
		/// Unicode value for the 'network_wifi_2_bar' icon ("\uebd6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_wifi_2_bar"/>.
		/// </summary>
		public const string NetworkWifi2Bar = "\uebd6";

		/// <summary>
		/// Unicode value for the 'network_wifi_3_bar' icon ("\uebe1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:network_wifi_3_bar"/>.
		/// </summary>
		public const string NetworkWifi3Bar = "\uebe1";

		/// <summary>
		/// Unicode value for the 'new_label' icon ("\ue609").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:new_label"/>.
		/// </summary>
		public const string NewLabel = "\ue609";

		/// <summary>
		/// Unicode value for the 'new_releases' icon ("\ue031").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:new_releases"/>.
		/// </summary>
		public const string NewReleases = "\ue031";

		/// <summary>
		/// Unicode value for the 'newspaper' icon ("\ueb81").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:newspaper"/>.
		/// </summary>
		public const string Newspaper = "\ueb81";

		/// <summary>
		/// Unicode value for the 'next_plan' icon ("\uef5d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:next_plan"/>.
		/// </summary>
		public const string NextPlan = "\uef5d";

		/// <summary>
		/// Unicode value for the 'next_week' icon ("\ue16a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:next_week"/>.
		/// </summary>
		public const string NextWeek = "\ue16a";

		/// <summary>
		/// Unicode value for the 'nfc' icon ("\ue1bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nfc"/>.
		/// </summary>
		public const string Nfc = "\ue1bb";

		/// <summary>
		/// Unicode value for the 'night_shelter' icon ("\uf1f1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:night_shelter"/>.
		/// </summary>
		public const string NightShelter = "\uf1f1";

		/// <summary>
		/// Unicode value for the 'nightlife' icon ("\uea62").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nightlife"/>.
		/// </summary>
		public const string Nightlife = "\uea62";

		/// <summary>
		/// Unicode value for the 'nightlight' icon ("\uf03d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nightlight"/>.
		/// </summary>
		public const string Nightlight = "\uf03d";

		/// <summary>
		/// Unicode value for the 'nightlight_round' icon ("\uef5e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nightlight_round"/>.
		/// </summary>
		public const string NightlightRound = "\uef5e";

		/// <summary>
		/// Unicode value for the 'nights_stay' icon ("\uea46").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nights_stay"/>.
		/// </summary>
		public const string NightsStay = "\uea46";

		/// <summary>
		/// Unicode value for the 'no_accounts' icon ("\uf03e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_accounts"/>.
		/// </summary>
		public const string NoAccounts = "\uf03e";

		/// <summary>
		/// Unicode value for the 'no_adult_content' icon ("\uf8fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_adult_content"/>.
		/// </summary>
		public const string NoAdultContent = "\uf8fe";

		/// <summary>
		/// Unicode value for the 'no_backpack' icon ("\uf237").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_backpack"/>.
		/// </summary>
		public const string NoBackpack = "\uf237";

		/// <summary>
		/// Unicode value for the 'no_cell' icon ("\uf1a4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_cell"/>.
		/// </summary>
		public const string NoCell = "\uf1a4";

		/// <summary>
		/// Unicode value for the 'no_crash' icon ("\uebf0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_crash"/>.
		/// </summary>
		public const string NoCrash = "\uebf0";

		/// <summary>
		/// Unicode value for the 'no_drinks' icon ("\uf1a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_drinks"/>.
		/// </summary>
		public const string NoDrinks = "\uf1a5";

		/// <summary>
		/// Unicode value for the 'no_encryption' icon ("\ue641").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_encryption"/>.
		/// </summary>
		public const string NoEncryption = "\ue641";

		/// <summary>
		/// Unicode value for the 'no_encryption_gmailerrorred' icon ("\uf03f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_encryption_gmailerrorred"/>.
		/// </summary>
		public const string NoEncryptionGmailerrorred = "\uf03f";

		/// <summary>
		/// Unicode value for the 'no_flash' icon ("\uf1a6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_flash"/>.
		/// </summary>
		public const string NoFlash = "\uf1a6";

		/// <summary>
		/// Unicode value for the 'no_food' icon ("\uf1a7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_food"/>.
		/// </summary>
		public const string NoFood = "\uf1a7";

		/// <summary>
		/// Unicode value for the 'no_luggage' icon ("\uf23b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_luggage"/>.
		/// </summary>
		public const string NoLuggage = "\uf23b";

		/// <summary>
		/// Unicode value for the 'no_meals' icon ("\uf1d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_meals"/>.
		/// </summary>
		public const string NoMeals = "\uf1d6";

		/// <summary>
		/// Unicode value for the 'no_meals_ouline' icon ("\uf229").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_meals_ouline"/>.
		/// </summary>
		public const string NoMealsOuline = "\uf229";

		/// <summary>
		/// Unicode value for the 'no_meeting_room' icon ("\ueb4e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_meeting_room"/>.
		/// </summary>
		public const string NoMeetingRoom = "\ueb4e";

		/// <summary>
		/// Unicode value for the 'no_photography' icon ("\uf1a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_photography"/>.
		/// </summary>
		public const string NoPhotography = "\uf1a8";

		/// <summary>
		/// Unicode value for the 'no_sim' icon ("\ue0cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_sim"/>.
		/// </summary>
		public const string NoSim = "\ue0cc";

		/// <summary>
		/// Unicode value for the 'no_stroller' icon ("\uf1af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_stroller"/>.
		/// </summary>
		public const string NoStroller = "\uf1af";

		/// <summary>
		/// Unicode value for the 'no_transfer' icon ("\uf1d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:no_transfer"/>.
		/// </summary>
		public const string NoTransfer = "\uf1d5";

		/// <summary>
		/// Unicode value for the 'noise_aware' icon ("\uebec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:noise_aware"/>.
		/// </summary>
		public const string NoiseAware = "\uebec";

		/// <summary>
		/// Unicode value for the 'noise_control_off' icon ("\uebf3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:noise_control_off"/>.
		/// </summary>
		public const string NoiseControlOff = "\uebf3";

		/// <summary>
		/// Unicode value for the 'nordic_walking' icon ("\ue50e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:nordic_walking"/>.
		/// </summary>
		public const string NordicWalking = "\ue50e";

		/// <summary>
		/// Unicode value for the 'north' icon ("\uf1e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:north"/>.
		/// </summary>
		public const string North = "\uf1e0";

		/// <summary>
		/// Unicode value for the 'north_east' icon ("\uf1e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:north_east"/>.
		/// </summary>
		public const string NorthEast = "\uf1e1";

		/// <summary>
		/// Unicode value for the 'north_west' icon ("\uf1e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:north_west"/>.
		/// </summary>
		public const string NorthWest = "\uf1e2";

		/// <summary>
		/// Unicode value for the 'not_accessible' icon ("\uf0fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:not_accessible"/>.
		/// </summary>
		public const string NotAccessible = "\uf0fe";

		/// <summary>
		/// Unicode value for the 'not_interested' icon ("\ue033").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:not_interested"/>.
		/// </summary>
		public const string NotInterested = "\ue033";

		/// <summary>
		/// Unicode value for the 'not_listed_location' icon ("\ue575").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:not_listed_location"/>.
		/// </summary>
		public const string NotListedLocation = "\ue575";

		/// <summary>
		/// Unicode value for the 'not_started' icon ("\uf0d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:not_started"/>.
		/// </summary>
		public const string NotStarted = "\uf0d1";

		/// <summary>
		/// Unicode value for the 'note' icon ("\ue06f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:note"/>.
		/// </summary>
		public const string Note = "\ue06f";

		/// <summary>
		/// Unicode value for the 'note_add' icon ("\ue89c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:note_add"/>.
		/// </summary>
		public const string NoteAdd = "\ue89c";

		/// <summary>
		/// Unicode value for the 'note_alt' icon ("\uf040").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:note_alt"/>.
		/// </summary>
		public const string NoteAlt = "\uf040";

		/// <summary>
		/// Unicode value for the 'notes' icon ("\ue26c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notes"/>.
		/// </summary>
		public const string Notes = "\ue26c";

		/// <summary>
		/// Unicode value for the 'notification_add' icon ("\ue399").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notification_add"/>.
		/// </summary>
		public const string NotificationAdd = "\ue399";

		/// <summary>
		/// Unicode value for the 'notification_important' icon ("\ue004").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notification_important"/>.
		/// </summary>
		public const string NotificationImportant = "\ue004";

		/// <summary>
		/// Unicode value for the 'notifications' icon ("\ue7f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications"/>.
		/// </summary>
		public const string Notifications = "\ue7f4";

		/// <summary>
		/// Unicode value for the 'notifications_active' icon ("\ue7f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications_active"/>.
		/// </summary>
		public const string NotificationsActive = "\ue7f7";

		/// <summary>
		/// Unicode value for the 'notifications_none' icon ("\ue7f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications_none"/>.
		/// </summary>
		public const string NotificationsNone = "\ue7f5";

		/// <summary>
		/// Unicode value for the 'notifications_off' icon ("\ue7f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications_off"/>.
		/// </summary>
		public const string NotificationsOff = "\ue7f6";

		/// <summary>
		/// Unicode value for the 'notifications_on' icon ("\ue7f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications_on"/>.
		/// </summary>
		public const string NotificationsOn = "\ue7f7";

		/// <summary>
		/// Unicode value for the 'notifications_paused' icon ("\ue7f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:notifications_paused"/>.
		/// </summary>
		public const string NotificationsPaused = "\ue7f8";

		/// <summary>
		/// Unicode value for the 'now_wallpaper' icon ("\ue1bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:now_wallpaper"/>.
		/// </summary>
		public const string NowWallpaper = "\ue1bc";

		/// <summary>
		/// Unicode value for the 'now_widgets' icon ("\ue1bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:now_widgets"/>.
		/// </summary>
		public const string NowWidgets = "\ue1bd";

		/// <summary>
		/// Unicode value for the 'numbers' icon ("\ueac7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:numbers"/>.
		/// </summary>
		public const string Numbers = "\ueac7";

		/// <summary>
		/// Unicode value for the 'offline_bolt' icon ("\ue932").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:offline_bolt"/>.
		/// </summary>
		public const string OfflineBolt = "\ue932";

		/// <summary>
		/// Unicode value for the 'offline_pin' icon ("\ue90a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:offline_pin"/>.
		/// </summary>
		public const string OfflinePin = "\ue90a";

		/// <summary>
		/// Unicode value for the 'offline_share' icon ("\ue9c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:offline_share"/>.
		/// </summary>
		public const string OfflineShare = "\ue9c5";

		/// <summary>
		/// Unicode value for the 'oil_barrel' icon ("\uec15").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:oil_barrel"/>.
		/// </summary>
		public const string OilBarrel = "\uec15";

		/// <summary>
		/// Unicode value for the 'on_device_training' icon ("\uebfd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:on_device_training"/>.
		/// </summary>
		public const string OnDeviceTraining = "\uebfd";

		/// <summary>
		/// Unicode value for the 'ondemand_video' icon ("\ue63a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ondemand_video"/>.
		/// </summary>
		public const string OndemandVideo = "\ue63a";

		/// <summary>
		/// Unicode value for the 'online_prediction' icon ("\uf0eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:online_prediction"/>.
		/// </summary>
		public const string OnlinePrediction = "\uf0eb";

		/// <summary>
		/// Unicode value for the 'opacity' icon ("\ue91c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:opacity"/>.
		/// </summary>
		public const string Opacity = "\ue91c";

		/// <summary>
		/// Unicode value for the 'open_in_browser' icon ("\ue89d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:open_in_browser"/>.
		/// </summary>
		public const string OpenInBrowser = "\ue89d";

		/// <summary>
		/// Unicode value for the 'open_in_full' icon ("\uf1ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:open_in_full"/>.
		/// </summary>
		public const string OpenInFull = "\uf1ce";

		/// <summary>
		/// Unicode value for the 'open_in_new' icon ("\ue89e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:open_in_new"/>.
		/// </summary>
		public const string OpenInNew = "\ue89e";

		/// <summary>
		/// Unicode value for the 'open_in_new_off' icon ("\ue4f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:open_in_new_off"/>.
		/// </summary>
		public const string OpenInNewOff = "\ue4f6";

		/// <summary>
		/// Unicode value for the 'open_with' icon ("\ue89f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:open_with"/>.
		/// </summary>
		public const string OpenWith = "\ue89f";

		/// <summary>
		/// Unicode value for the 'other_houses' icon ("\ue58c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:other_houses"/>.
		/// </summary>
		public const string OtherHouses = "\ue58c";

		/// <summary>
		/// Unicode value for the 'outbond' icon ("\uf228").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outbond"/>.
		/// </summary>
		public const string Outbond = "\uf228";

		/// <summary>
		/// Unicode value for the 'outbound' icon ("\ue1ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outbound"/>.
		/// </summary>
		public const string Outbound = "\ue1ca";

		/// <summary>
		/// Unicode value for the 'outbox' icon ("\uef5f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outbox"/>.
		/// </summary>
		public const string Outbox = "\uef5f";

		/// <summary>
		/// Unicode value for the 'outdoor_grill' icon ("\uea47").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outdoor_grill"/>.
		/// </summary>
		public const string OutdoorGrill = "\uea47";

		/// <summary>
		/// Unicode value for the 'outgoing_mail' icon ("\uf0d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outgoing_mail"/>.
		/// </summary>
		public const string OutgoingMail = "\uf0d2";

		/// <summary>
		/// Unicode value for the 'outlet' icon ("\uf1d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outlet"/>.
		/// </summary>
		public const string Outlet = "\uf1d4";

		/// <summary>
		/// Unicode value for the 'outlined_flag' icon ("\ue16e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:outlined_flag"/>.
		/// </summary>
		public const string OutlinedFlag = "\ue16e";

		/// <summary>
		/// Unicode value for the 'output' icon ("\uebbe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:output"/>.
		/// </summary>
		public const string Output = "\uebbe";

		/// <summary>
		/// Unicode value for the 'padding' icon ("\ue9c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:padding"/>.
		/// </summary>
		public const string Padding = "\ue9c8";

		/// <summary>
		/// Unicode value for the 'pages' icon ("\ue7f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pages"/>.
		/// </summary>
		public const string Pages = "\ue7f9";

		/// <summary>
		/// Unicode value for the 'pageview' icon ("\ue8a0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pageview"/>.
		/// </summary>
		public const string Pageview = "\ue8a0";

		/// <summary>
		/// Unicode value for the 'paid' icon ("\uf041").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:paid"/>.
		/// </summary>
		public const string Paid = "\uf041";

		/// <summary>
		/// Unicode value for the 'palette' icon ("\ue40a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:palette"/>.
		/// </summary>
		public const string Palette = "\ue40a";

		/// <summary>
		/// Unicode value for the 'pallet' icon ("\uf86a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pallet"/>.
		/// </summary>
		public const string Pallet = "\uf86a";

		/// <summary>
		/// Unicode value for the 'pan_tool' icon ("\ue925").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pan_tool"/>.
		/// </summary>
		public const string PanTool = "\ue925";

		/// <summary>
		/// Unicode value for the 'pan_tool_alt' icon ("\uebb9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pan_tool_alt"/>.
		/// </summary>
		public const string PanToolAlt = "\uebb9";

		/// <summary>
		/// Unicode value for the 'panorama' icon ("\ue40b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama"/>.
		/// </summary>
		public const string Panorama = "\ue40b";

		/// <summary>
		/// Unicode value for the 'panorama_fish_eye' icon ("\ue40c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_fish_eye"/>.
		/// </summary>
		public const string PanoramaFishEye = "\ue40c";

		/// <summary>
		/// Unicode value for the 'panorama_fisheye' icon ("\ue40c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_fisheye"/>.
		/// </summary>
		public const string PanoramaFisheye = "\ue40c";

		/// <summary>
		/// Unicode value for the 'panorama_horizontal' icon ("\ue40d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_horizontal"/>.
		/// </summary>
		public const string PanoramaHorizontal = "\ue40d";

		/// <summary>
		/// Unicode value for the 'panorama_horizontal_select' icon ("\uef60").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_horizontal_select"/>.
		/// </summary>
		public const string PanoramaHorizontalSelect = "\uef60";

		/// <summary>
		/// Unicode value for the 'panorama_photosphere' icon ("\ue9c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_photosphere"/>.
		/// </summary>
		public const string PanoramaPhotosphere = "\ue9c9";

		/// <summary>
		/// Unicode value for the 'panorama_photosphere_select' icon ("\ue9ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_photosphere_select"/>.
		/// </summary>
		public const string PanoramaPhotosphereSelect = "\ue9ca";

		/// <summary>
		/// Unicode value for the 'panorama_vertical' icon ("\ue40e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_vertical"/>.
		/// </summary>
		public const string PanoramaVertical = "\ue40e";

		/// <summary>
		/// Unicode value for the 'panorama_vertical_select' icon ("\uef61").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_vertical_select"/>.
		/// </summary>
		public const string PanoramaVerticalSelect = "\uef61";

		/// <summary>
		/// Unicode value for the 'panorama_wide_angle' icon ("\ue40f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_wide_angle"/>.
		/// </summary>
		public const string PanoramaWideAngle = "\ue40f";

		/// <summary>
		/// Unicode value for the 'panorama_wide_angle_select' icon ("\uef62").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:panorama_wide_angle_select"/>.
		/// </summary>
		public const string PanoramaWideAngleSelect = "\uef62";

		/// <summary>
		/// Unicode value for the 'paragliding' icon ("\ue50f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:paragliding"/>.
		/// </summary>
		public const string Paragliding = "\ue50f";

		/// <summary>
		/// Unicode value for the 'park' icon ("\uea63").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:park"/>.
		/// </summary>
		public const string Park = "\uea63";

		/// <summary>
		/// Unicode value for the 'party_mode' icon ("\ue7fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:party_mode"/>.
		/// </summary>
		public const string PartyMode = "\ue7fa";

		/// <summary>
		/// Unicode value for the 'password' icon ("\uf042").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:password"/>.
		/// </summary>
		public const string Password = "\uf042";

		/// <summary>
		/// Unicode value for the 'pattern' icon ("\uf043").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pattern"/>.
		/// </summary>
		public const string Pattern = "\uf043";

		/// <summary>
		/// Unicode value for the 'pause' icon ("\ue034").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pause"/>.
		/// </summary>
		public const string Pause = "\ue034";

		/// <summary>
		/// Unicode value for the 'pause_circle' icon ("\ue1a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pause_circle"/>.
		/// </summary>
		public const string PauseCircle = "\ue1a2";

		/// <summary>
		/// Unicode value for the 'pause_circle_filled' icon ("\ue035").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pause_circle_filled"/>.
		/// </summary>
		public const string PauseCircleFilled = "\ue035";

		/// <summary>
		/// Unicode value for the 'pause_circle_outline' icon ("\ue036").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pause_circle_outline"/>.
		/// </summary>
		public const string PauseCircleOutline = "\ue036";

		/// <summary>
		/// Unicode value for the 'pause_presentation' icon ("\ue0ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pause_presentation"/>.
		/// </summary>
		public const string PausePresentation = "\ue0ea";

		/// <summary>
		/// Unicode value for the 'payment' icon ("\ue8a1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:payment"/>.
		/// </summary>
		public const string Payment = "\ue8a1";

		/// <summary>
		/// Unicode value for the 'payments' icon ("\uef63").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:payments"/>.
		/// </summary>
		public const string Payments = "\uef63";

		/// <summary>
		/// Unicode value for the 'paypal' icon ("\uea8d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:paypal"/>.
		/// </summary>
		public const string Paypal = "\uea8d";

		/// <summary>
		/// Unicode value for the 'pedal_bike' icon ("\ueb29").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pedal_bike"/>.
		/// </summary>
		public const string PedalBike = "\ueb29";

		/// <summary>
		/// Unicode value for the 'pending' icon ("\uef64").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pending"/>.
		/// </summary>
		public const string Pending = "\uef64";

		/// <summary>
		/// Unicode value for the 'pending_actions' icon ("\uf1bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pending_actions"/>.
		/// </summary>
		public const string PendingActions = "\uf1bb";

		/// <summary>
		/// Unicode value for the 'pentagon' icon ("\ueb50").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pentagon"/>.
		/// </summary>
		public const string Pentagon = "\ueb50";

		/// <summary>
		/// Unicode value for the 'people' icon ("\ue7fb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:people"/>.
		/// </summary>
		public const string People = "\ue7fb";

		/// <summary>
		/// Unicode value for the 'people_alt' icon ("\uea21").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:people_alt"/>.
		/// </summary>
		public const string PeopleAlt = "\uea21";

		/// <summary>
		/// Unicode value for the 'people_outline' icon ("\ue7fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:people_outline"/>.
		/// </summary>
		public const string PeopleOutline = "\ue7fc";

		/// <summary>
		/// Unicode value for the 'percent' icon ("\ueb58").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:percent"/>.
		/// </summary>
		public const string Percent = "\ueb58";

		/// <summary>
		/// Unicode value for the 'perm_camera_mic' icon ("\ue8a2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_camera_mic"/>.
		/// </summary>
		public const string PermCameraMic = "\ue8a2";

		/// <summary>
		/// Unicode value for the 'perm_contact_cal' icon ("\ue8a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_contact_cal"/>.
		/// </summary>
		public const string PermContactCal = "\ue8a3";

		/// <summary>
		/// Unicode value for the 'perm_contact_calendar' icon ("\ue8a3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_contact_calendar"/>.
		/// </summary>
		public const string PermContactCalendar = "\ue8a3";

		/// <summary>
		/// Unicode value for the 'perm_data_setting' icon ("\ue8a4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_data_setting"/>.
		/// </summary>
		public const string PermDataSetting = "\ue8a4";

		/// <summary>
		/// Unicode value for the 'perm_device_info' icon ("\ue8a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_device_info"/>.
		/// </summary>
		public const string PermDeviceInfo = "\ue8a5";

		/// <summary>
		/// Unicode value for the 'perm_device_information' icon ("\ue8a5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_device_information"/>.
		/// </summary>
		public const string PermDeviceInformation = "\ue8a5";

		/// <summary>
		/// Unicode value for the 'perm_identity' icon ("\ue8a6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_identity"/>.
		/// </summary>
		public const string PermIdentity = "\ue8a6";

		/// <summary>
		/// Unicode value for the 'perm_media' icon ("\ue8a7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_media"/>.
		/// </summary>
		public const string PermMedia = "\ue8a7";

		/// <summary>
		/// Unicode value for the 'perm_phone_msg' icon ("\ue8a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_phone_msg"/>.
		/// </summary>
		public const string PermPhoneMsg = "\ue8a8";

		/// <summary>
		/// Unicode value for the 'perm_scan_wifi' icon ("\ue8a9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:perm_scan_wifi"/>.
		/// </summary>
		public const string PermScanWifi = "\ue8a9";

		/// <summary>
		/// Unicode value for the 'person' icon ("\ue7fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person"/>.
		/// </summary>
		public const string Person = "\ue7fd";

		/// <summary>
		/// Unicode value for the 'person_2' icon ("\uf8e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_2"/>.
		/// </summary>
		public const string Person2 = "\uf8e4";

		/// <summary>
		/// Unicode value for the 'person_3' icon ("\uf8e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_3"/>.
		/// </summary>
		public const string Person3 = "\uf8e5";

		/// <summary>
		/// Unicode value for the 'person_4' icon ("\uf8e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_4"/>.
		/// </summary>
		public const string Person4 = "\uf8e6";

		/// <summary>
		/// Unicode value for the 'person_add' icon ("\ue7fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_add"/>.
		/// </summary>
		public const string PersonAdd = "\ue7fe";

		/// <summary>
		/// Unicode value for the 'person_add_alt' icon ("\uea4d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_add_alt"/>.
		/// </summary>
		public const string PersonAddAlt = "\uea4d";

		/// <summary>
		/// Unicode value for the 'person_add_alt_1' icon ("\uef65").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_add_alt_1"/>.
		/// </summary>
		public const string PersonAddAlt1 = "\uef65";

		/// <summary>
		/// Unicode value for the 'person_add_disabled' icon ("\ue9cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_add_disabled"/>.
		/// </summary>
		public const string PersonAddDisabled = "\ue9cb";

		/// <summary>
		/// Unicode value for the 'person_off' icon ("\ue510").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_off"/>.
		/// </summary>
		public const string PersonOff = "\ue510";

		/// <summary>
		/// Unicode value for the 'person_outline' icon ("\ue7ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_outline"/>.
		/// </summary>
		public const string PersonOutline = "\ue7ff";

		/// <summary>
		/// Unicode value for the 'person_pin' icon ("\ue55a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_pin"/>.
		/// </summary>
		public const string PersonPin = "\ue55a";

		/// <summary>
		/// Unicode value for the 'person_pin_circle' icon ("\ue56a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_pin_circle"/>.
		/// </summary>
		public const string PersonPinCircle = "\ue56a";

		/// <summary>
		/// Unicode value for the 'person_remove' icon ("\uef66").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_remove"/>.
		/// </summary>
		public const string PersonRemove = "\uef66";

		/// <summary>
		/// Unicode value for the 'person_remove_alt_1' icon ("\uef67").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_remove_alt_1"/>.
		/// </summary>
		public const string PersonRemoveAlt1 = "\uef67";

		/// <summary>
		/// Unicode value for the 'person_search' icon ("\uf106").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:person_search"/>.
		/// </summary>
		public const string PersonSearch = "\uf106";

		/// <summary>
		/// Unicode value for the 'personal_injury' icon ("\ue6da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:personal_injury"/>.
		/// </summary>
		public const string PersonalInjury = "\ue6da";

		/// <summary>
		/// Unicode value for the 'personal_video' icon ("\ue63b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:personal_video"/>.
		/// </summary>
		public const string PersonalVideo = "\ue63b";

		/// <summary>
		/// Unicode value for the 'pest_control' icon ("\uf0fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pest_control"/>.
		/// </summary>
		public const string PestControl = "\uf0fa";

		/// <summary>
		/// Unicode value for the 'pest_control_rodent' icon ("\uf0fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pest_control_rodent"/>.
		/// </summary>
		public const string PestControlRodent = "\uf0fd";

		/// <summary>
		/// Unicode value for the 'pets' icon ("\ue91d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pets"/>.
		/// </summary>
		public const string Pets = "\ue91d";

		/// <summary>
		/// Unicode value for the 'phishing' icon ("\uead7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phishing"/>.
		/// </summary>
		public const string Phishing = "\uead7";

		/// <summary>
		/// Unicode value for the 'phone' icon ("\ue0cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone"/>.
		/// </summary>
		public const string Phone = "\ue0cd";

		/// <summary>
		/// Unicode value for the 'phone_android' icon ("\ue324").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_android"/>.
		/// </summary>
		public const string PhoneAndroid = "\ue324";

		/// <summary>
		/// Unicode value for the 'phone_bluetooth_speaker' icon ("\ue61b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_bluetooth_speaker"/>.
		/// </summary>
		public const string PhoneBluetoothSpeaker = "\ue61b";

		/// <summary>
		/// Unicode value for the 'phone_callback' icon ("\ue649").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_callback"/>.
		/// </summary>
		public const string PhoneCallback = "\ue649";

		/// <summary>
		/// Unicode value for the 'phone_disabled' icon ("\ue9cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_disabled"/>.
		/// </summary>
		public const string PhoneDisabled = "\ue9cc";

		/// <summary>
		/// Unicode value for the 'phone_enabled' icon ("\ue9cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_enabled"/>.
		/// </summary>
		public const string PhoneEnabled = "\ue9cd";

		/// <summary>
		/// Unicode value for the 'phone_forwarded' icon ("\ue61c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_forwarded"/>.
		/// </summary>
		public const string PhoneForwarded = "\ue61c";

		/// <summary>
		/// Unicode value for the 'phone_in_talk' icon ("\ue61d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_in_talk"/>.
		/// </summary>
		public const string PhoneInTalk = "\ue61d";

		/// <summary>
		/// Unicode value for the 'phone_iphone' icon ("\ue325").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_iphone"/>.
		/// </summary>
		public const string PhoneIphone = "\ue325";

		/// <summary>
		/// Unicode value for the 'phone_locked' icon ("\ue61e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_locked"/>.
		/// </summary>
		public const string PhoneLocked = "\ue61e";

		/// <summary>
		/// Unicode value for the 'phone_missed' icon ("\ue61f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_missed"/>.
		/// </summary>
		public const string PhoneMissed = "\ue61f";

		/// <summary>
		/// Unicode value for the 'phone_paused' icon ("\ue620").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phone_paused"/>.
		/// </summary>
		public const string PhonePaused = "\ue620";

		/// <summary>
		/// Unicode value for the 'phonelink' icon ("\ue326").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink"/>.
		/// </summary>
		public const string Phonelink = "\ue326";

		/// <summary>
		/// Unicode value for the 'phonelink_erase' icon ("\ue0db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink_erase"/>.
		/// </summary>
		public const string PhonelinkErase = "\ue0db";

		/// <summary>
		/// Unicode value for the 'phonelink_lock' icon ("\ue0dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink_lock"/>.
		/// </summary>
		public const string PhonelinkLock = "\ue0dc";

		/// <summary>
		/// Unicode value for the 'phonelink_off' icon ("\ue327").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink_off"/>.
		/// </summary>
		public const string PhonelinkOff = "\ue327";

		/// <summary>
		/// Unicode value for the 'phonelink_ring' icon ("\ue0dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink_ring"/>.
		/// </summary>
		public const string PhonelinkRing = "\ue0dd";

		/// <summary>
		/// Unicode value for the 'phonelink_setup' icon ("\ue0de").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:phonelink_setup"/>.
		/// </summary>
		public const string PhonelinkSetup = "\ue0de";

		/// <summary>
		/// Unicode value for the 'photo' icon ("\ue410").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo"/>.
		/// </summary>
		public const string Photo = "\ue410";

		/// <summary>
		/// Unicode value for the 'photo_album' icon ("\ue411").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_album"/>.
		/// </summary>
		public const string PhotoAlbum = "\ue411";

		/// <summary>
		/// Unicode value for the 'photo_camera' icon ("\ue412").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_camera"/>.
		/// </summary>
		public const string PhotoCamera = "\ue412";

		/// <summary>
		/// Unicode value for the 'photo_camera_back' icon ("\uef68").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_camera_back"/>.
		/// </summary>
		public const string PhotoCameraBack = "\uef68";

		/// <summary>
		/// Unicode value for the 'photo_camera_front' icon ("\uef69").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_camera_front"/>.
		/// </summary>
		public const string PhotoCameraFront = "\uef69";

		/// <summary>
		/// Unicode value for the 'photo_filter' icon ("\ue43b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_filter"/>.
		/// </summary>
		public const string PhotoFilter = "\ue43b";

		/// <summary>
		/// Unicode value for the 'photo_library' icon ("\ue413").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_library"/>.
		/// </summary>
		public const string PhotoLibrary = "\ue413";

		/// <summary>
		/// Unicode value for the 'photo_size_select_actual' icon ("\ue432").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_size_select_actual"/>.
		/// </summary>
		public const string PhotoSizeSelectActual = "\ue432";

		/// <summary>
		/// Unicode value for the 'photo_size_select_large' icon ("\ue433").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_size_select_large"/>.
		/// </summary>
		public const string PhotoSizeSelectLarge = "\ue433";

		/// <summary>
		/// Unicode value for the 'photo_size_select_small' icon ("\ue434").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:photo_size_select_small"/>.
		/// </summary>
		public const string PhotoSizeSelectSmall = "\ue434";

		/// <summary>
		/// Unicode value for the 'php' icon ("\ueb8f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:php"/>.
		/// </summary>
		public const string Php = "\ueb8f";

		/// <summary>
		/// Unicode value for the 'piano' icon ("\ue521").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:piano"/>.
		/// </summary>
		public const string Piano = "\ue521";

		/// <summary>
		/// Unicode value for the 'piano_off' icon ("\ue520").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:piano_off"/>.
		/// </summary>
		public const string PianoOff = "\ue520";

		/// <summary>
		/// Unicode value for the 'picture_as_pdf' icon ("\ue415").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:picture_as_pdf"/>.
		/// </summary>
		public const string PictureAsPdf = "\ue415";

		/// <summary>
		/// Unicode value for the 'picture_in_picture' icon ("\ue8aa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:picture_in_picture"/>.
		/// </summary>
		public const string PictureInPicture = "\ue8aa";

		/// <summary>
		/// Unicode value for the 'picture_in_picture_alt' icon ("\ue911").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:picture_in_picture_alt"/>.
		/// </summary>
		public const string PictureInPictureAlt = "\ue911";

		/// <summary>
		/// Unicode value for the 'pie_chart' icon ("\ue6c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pie_chart"/>.
		/// </summary>
		public const string PieChart = "\ue6c4";

		/// <summary>
		/// Unicode value for the 'pie_chart_outline' icon ("\uf044").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pie_chart_outline"/>.
		/// </summary>
		public const string PieChartOutline = "\uf044";

		/// <summary>
		/// Unicode value for the 'pie_chart_outlined' icon ("\ue6c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pie_chart_outlined"/>.
		/// </summary>
		public const string PieChartOutlined = "\ue6c5";

		/// <summary>
		/// Unicode value for the 'pin' icon ("\uf045").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pin"/>.
		/// </summary>
		public const string Pin = "\uf045";

		/// <summary>
		/// Unicode value for the 'pin_drop' icon ("\ue55e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pin_drop"/>.
		/// </summary>
		public const string PinDrop = "\ue55e";

		/// <summary>
		/// Unicode value for the 'pin_end' icon ("\ue767").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pin_end"/>.
		/// </summary>
		public const string PinEnd = "\ue767";

		/// <summary>
		/// Unicode value for the 'pin_invoke' icon ("\ue763").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pin_invoke"/>.
		/// </summary>
		public const string PinInvoke = "\ue763";

		/// <summary>
		/// Unicode value for the 'pinch' icon ("\ueb38").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pinch"/>.
		/// </summary>
		public const string Pinch = "\ueb38";

		/// <summary>
		/// Unicode value for the 'pivot_table_chart' icon ("\ue9ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pivot_table_chart"/>.
		/// </summary>
		public const string PivotTableChart = "\ue9ce";

		/// <summary>
		/// Unicode value for the 'pix' icon ("\ueaa3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pix"/>.
		/// </summary>
		public const string Pix = "\ueaa3";

		/// <summary>
		/// Unicode value for the 'place' icon ("\ue55f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:place"/>.
		/// </summary>
		public const string Place = "\ue55f";

		/// <summary>
		/// Unicode value for the 'plagiarism' icon ("\uea5a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:plagiarism"/>.
		/// </summary>
		public const string Plagiarism = "\uea5a";

		/// <summary>
		/// Unicode value for the 'play_arrow' icon ("\ue037").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_arrow"/>.
		/// </summary>
		public const string PlayArrow = "\ue037";

		/// <summary>
		/// Unicode value for the 'play_circle' icon ("\ue1c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_circle"/>.
		/// </summary>
		public const string PlayCircle = "\ue1c4";

		/// <summary>
		/// Unicode value for the 'play_circle_fill' icon ("\ue038").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_circle_fill"/>.
		/// </summary>
		public const string PlayCircleFill = "\ue038";

		/// <summary>
		/// Unicode value for the 'play_circle_filled' icon ("\ue038").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_circle_filled"/>.
		/// </summary>
		public const string PlayCircleFilled = "\ue038";

		/// <summary>
		/// Unicode value for the 'play_circle_outline' icon ("\ue039").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_circle_outline"/>.
		/// </summary>
		public const string PlayCircleOutline = "\ue039";

		/// <summary>
		/// Unicode value for the 'play_disabled' icon ("\uef6a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_disabled"/>.
		/// </summary>
		public const string PlayDisabled = "\uef6a";

		/// <summary>
		/// Unicode value for the 'play_for_work' icon ("\ue906").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_for_work"/>.
		/// </summary>
		public const string PlayForWork = "\ue906";

		/// <summary>
		/// Unicode value for the 'play_lesson' icon ("\uf047").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:play_lesson"/>.
		/// </summary>
		public const string PlayLesson = "\uf047";

		/// <summary>
		/// Unicode value for the 'playlist_add' icon ("\ue03b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_add"/>.
		/// </summary>
		public const string PlaylistAdd = "\ue03b";

		/// <summary>
		/// Unicode value for the 'playlist_add_check' icon ("\ue065").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_add_check"/>.
		/// </summary>
		public const string PlaylistAddCheck = "\ue065";

		/// <summary>
		/// Unicode value for the 'playlist_add_check_circle' icon ("\ue7e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_add_check_circle"/>.
		/// </summary>
		public const string PlaylistAddCheckCircle = "\ue7e6";

		/// <summary>
		/// Unicode value for the 'playlist_add_circle' icon ("\ue7e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_add_circle"/>.
		/// </summary>
		public const string PlaylistAddCircle = "\ue7e5";

		/// <summary>
		/// Unicode value for the 'playlist_play' icon ("\ue05f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_play"/>.
		/// </summary>
		public const string PlaylistPlay = "\ue05f";

		/// <summary>
		/// Unicode value for the 'playlist_remove' icon ("\ueb80").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:playlist_remove"/>.
		/// </summary>
		public const string PlaylistRemove = "\ueb80";

		/// <summary>
		/// Unicode value for the 'plumbing' icon ("\uf107").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:plumbing"/>.
		/// </summary>
		public const string Plumbing = "\uf107";

		/// <summary>
		/// Unicode value for the 'plus_one' icon ("\ue800").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:plus_one"/>.
		/// </summary>
		public const string PlusOne = "\ue800";

		/// <summary>
		/// Unicode value for the 'podcasts' icon ("\uf048").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:podcasts"/>.
		/// </summary>
		public const string Podcasts = "\uf048";

		/// <summary>
		/// Unicode value for the 'point_of_sale' icon ("\uf17e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:point_of_sale"/>.
		/// </summary>
		public const string PointOfSale = "\uf17e";

		/// <summary>
		/// Unicode value for the 'policy' icon ("\uea17").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:policy"/>.
		/// </summary>
		public const string Policy = "\uea17";

		/// <summary>
		/// Unicode value for the 'poll' icon ("\ue801").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:poll"/>.
		/// </summary>
		public const string Poll = "\ue801";

		/// <summary>
		/// Unicode value for the 'polyline' icon ("\uebbb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:polyline"/>.
		/// </summary>
		public const string Polyline = "\uebbb";

		/// <summary>
		/// Unicode value for the 'polymer' icon ("\ue8ab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:polymer"/>.
		/// </summary>
		public const string Polymer = "\ue8ab";

		/// <summary>
		/// Unicode value for the 'pool' icon ("\ueb48").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pool"/>.
		/// </summary>
		public const string Pool = "\ueb48";

		/// <summary>
		/// Unicode value for the 'portable_wifi_off' icon ("\ue0ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:portable_wifi_off"/>.
		/// </summary>
		public const string PortableWifiOff = "\ue0ce";

		/// <summary>
		/// Unicode value for the 'portrait' icon ("\ue416").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:portrait"/>.
		/// </summary>
		public const string Portrait = "\ue416";

		/// <summary>
		/// Unicode value for the 'post_add' icon ("\uea20").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:post_add"/>.
		/// </summary>
		public const string PostAdd = "\uea20";

		/// <summary>
		/// Unicode value for the 'power' icon ("\ue63c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:power"/>.
		/// </summary>
		public const string Power = "\ue63c";

		/// <summary>
		/// Unicode value for the 'power_input' icon ("\ue336").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:power_input"/>.
		/// </summary>
		public const string PowerInput = "\ue336";

		/// <summary>
		/// Unicode value for the 'power_off' icon ("\ue646").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:power_off"/>.
		/// </summary>
		public const string PowerOff = "\ue646";

		/// <summary>
		/// Unicode value for the 'power_settings_new' icon ("\ue8ac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:power_settings_new"/>.
		/// </summary>
		public const string PowerSettingsNew = "\ue8ac";

		/// <summary>
		/// Unicode value for the 'precision_manufacturing' icon ("\uf049").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:precision_manufacturing"/>.
		/// </summary>
		public const string PrecisionManufacturing = "\uf049";

		/// <summary>
		/// Unicode value for the 'pregnant_woman' icon ("\ue91e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:pregnant_woman"/>.
		/// </summary>
		public const string PregnantWoman = "\ue91e";

		/// <summary>
		/// Unicode value for the 'present_to_all' icon ("\ue0df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:present_to_all"/>.
		/// </summary>
		public const string PresentToAll = "\ue0df";

		/// <summary>
		/// Unicode value for the 'preview' icon ("\uf1c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:preview"/>.
		/// </summary>
		public const string Preview = "\uf1c5";

		/// <summary>
		/// Unicode value for the 'price_change' icon ("\uf04a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:price_change"/>.
		/// </summary>
		public const string PriceChange = "\uf04a";

		/// <summary>
		/// Unicode value for the 'price_check' icon ("\uf04b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:price_check"/>.
		/// </summary>
		public const string PriceCheck = "\uf04b";

		/// <summary>
		/// Unicode value for the 'print' icon ("\ue8ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:print"/>.
		/// </summary>
		public const string Print = "\ue8ad";

		/// <summary>
		/// Unicode value for the 'print_disabled' icon ("\ue9cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:print_disabled"/>.
		/// </summary>
		public const string PrintDisabled = "\ue9cf";

		/// <summary>
		/// Unicode value for the 'priority_high' icon ("\ue645").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:priority_high"/>.
		/// </summary>
		public const string PriorityHigh = "\ue645";

		/// <summary>
		/// Unicode value for the 'privacy_tip' icon ("\uf0dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:privacy_tip"/>.
		/// </summary>
		public const string PrivacyTip = "\uf0dc";

		/// <summary>
		/// Unicode value for the 'private_connectivity' icon ("\ue744").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:private_connectivity"/>.
		/// </summary>
		public const string PrivateConnectivity = "\ue744";

		/// <summary>
		/// Unicode value for the 'production_quantity_limits' icon ("\ue1d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:production_quantity_limits"/>.
		/// </summary>
		public const string ProductionQuantityLimits = "\ue1d1";

		/// <summary>
		/// Unicode value for the 'propane' icon ("\uec14").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:propane"/>.
		/// </summary>
		public const string Propane = "\uec14";

		/// <summary>
		/// Unicode value for the 'propane_tank' icon ("\uec13").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:propane_tank"/>.
		/// </summary>
		public const string PropaneTank = "\uec13";

		/// <summary>
		/// Unicode value for the 'psychology' icon ("\uea4a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:psychology"/>.
		/// </summary>
		public const string Psychology = "\uea4a";

		/// <summary>
		/// Unicode value for the 'psychology_alt' icon ("\uf8ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:psychology_alt"/>.
		/// </summary>
		public const string PsychologyAlt = "\uf8ea";

		/// <summary>
		/// Unicode value for the 'public' icon ("\ue80b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:public"/>.
		/// </summary>
		public const string Public = "\ue80b";

		/// <summary>
		/// Unicode value for the 'public_off' icon ("\uf1ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:public_off"/>.
		/// </summary>
		public const string PublicOff = "\uf1ca";

		/// <summary>
		/// Unicode value for the 'publish' icon ("\ue255").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:publish"/>.
		/// </summary>
		public const string Publish = "\ue255";

		/// <summary>
		/// Unicode value for the 'published_with_changes' icon ("\uf232").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:published_with_changes"/>.
		/// </summary>
		public const string PublishedWithChanges = "\uf232";

		/// <summary>
		/// Unicode value for the 'punch_clock' icon ("\ueaa8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:punch_clock"/>.
		/// </summary>
		public const string PunchClock = "\ueaa8";

		/// <summary>
		/// Unicode value for the 'push_pin' icon ("\uf10d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:push_pin"/>.
		/// </summary>
		public const string PushPin = "\uf10d";

		/// <summary>
		/// Unicode value for the 'qr_code' icon ("\uef6b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:qr_code"/>.
		/// </summary>
		public const string QrCode = "\uef6b";

		/// <summary>
		/// Unicode value for the 'qr_code_2' icon ("\ue00a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:qr_code_2"/>.
		/// </summary>
		public const string QrCode2 = "\ue00a";

		/// <summary>
		/// Unicode value for the 'qr_code_scanner' icon ("\uf206").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:qr_code_scanner"/>.
		/// </summary>
		public const string QrCodeScanner = "\uf206";

		/// <summary>
		/// Unicode value for the 'query_builder' icon ("\ue8ae").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:query_builder"/>.
		/// </summary>
		public const string QueryBuilder = "\ue8ae";

		/// <summary>
		/// Unicode value for the 'query_stats' icon ("\ue4fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:query_stats"/>.
		/// </summary>
		public const string QueryStats = "\ue4fc";

		/// <summary>
		/// Unicode value for the 'question_answer' icon ("\ue8af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:question_answer"/>.
		/// </summary>
		public const string QuestionAnswer = "\ue8af";

		/// <summary>
		/// Unicode value for the 'question_mark' icon ("\ueb8b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:question_mark"/>.
		/// </summary>
		public const string QuestionMark = "\ueb8b";

		/// <summary>
		/// Unicode value for the 'queue' icon ("\ue03c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:queue"/>.
		/// </summary>
		public const string Queue = "\ue03c";

		/// <summary>
		/// Unicode value for the 'queue_music' icon ("\ue03d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:queue_music"/>.
		/// </summary>
		public const string QueueMusic = "\ue03d";

		/// <summary>
		/// Unicode value for the 'queue_play_next' icon ("\ue066").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:queue_play_next"/>.
		/// </summary>
		public const string QueuePlayNext = "\ue066";

		/// <summary>
		/// Unicode value for the 'quick_contacts_dialer' icon ("\ue0cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:quick_contacts_dialer"/>.
		/// </summary>
		public const string QuickContactsDialer = "\ue0cf";

		/// <summary>
		/// Unicode value for the 'quick_contacts_mail' icon ("\ue0d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:quick_contacts_mail"/>.
		/// </summary>
		public const string QuickContactsMail = "\ue0d0";

		/// <summary>
		/// Unicode value for the 'quickreply' icon ("\uef6c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:quickreply"/>.
		/// </summary>
		public const string Quickreply = "\uef6c";

		/// <summary>
		/// Unicode value for the 'quiz' icon ("\uf04c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:quiz"/>.
		/// </summary>
		public const string Quiz = "\uf04c";

		/// <summary>
		/// Unicode value for the 'quora' icon ("\uea98").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:quora"/>.
		/// </summary>
		public const string Quora = "\uea98";

		/// <summary>
		/// Unicode value for the 'r_mobiledata' icon ("\uf04d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:r_mobiledata"/>.
		/// </summary>
		public const string RMobiledata = "\uf04d";

		/// <summary>
		/// Unicode value for the 'radar' icon ("\uf04e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radar"/>.
		/// </summary>
		public const string Radar = "\uf04e";

		/// <summary>
		/// Unicode value for the 'radio' icon ("\ue03e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radio"/>.
		/// </summary>
		public const string Radio = "\ue03e";

		/// <summary>
		/// Unicode value for the 'radio_button_checked' icon ("\ue837").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radio_button_checked"/>.
		/// </summary>
		public const string RadioButtonChecked = "\ue837";

		/// <summary>
		/// Unicode value for the 'radio_button_off' icon ("\ue836").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radio_button_off"/>.
		/// </summary>
		public const string RadioButtonOff = "\ue836";

		/// <summary>
		/// Unicode value for the 'radio_button_on' icon ("\ue837").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radio_button_on"/>.
		/// </summary>
		public const string RadioButtonOn = "\ue837";

		/// <summary>
		/// Unicode value for the 'radio_button_unchecked' icon ("\ue836").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:radio_button_unchecked"/>.
		/// </summary>
		public const string RadioButtonUnchecked = "\ue836";

		/// <summary>
		/// Unicode value for the 'railway_alert' icon ("\ue9d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:railway_alert"/>.
		/// </summary>
		public const string RailwayAlert = "\ue9d1";

		/// <summary>
		/// Unicode value for the 'ramen_dining' icon ("\uea64").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ramen_dining"/>.
		/// </summary>
		public const string RamenDining = "\uea64";

		/// <summary>
		/// Unicode value for the 'ramp_left' icon ("\ueb9c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ramp_left"/>.
		/// </summary>
		public const string RampLeft = "\ueb9c";

		/// <summary>
		/// Unicode value for the 'ramp_right' icon ("\ueb96").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ramp_right"/>.
		/// </summary>
		public const string RampRight = "\ueb96";

		/// <summary>
		/// Unicode value for the 'rate_review' icon ("\ue560").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rate_review"/>.
		/// </summary>
		public const string RateReview = "\ue560";

		/// <summary>
		/// Unicode value for the 'raw_off' icon ("\uf04f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:raw_off"/>.
		/// </summary>
		public const string RawOff = "\uf04f";

		/// <summary>
		/// Unicode value for the 'raw_on' icon ("\uf050").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:raw_on"/>.
		/// </summary>
		public const string RawOn = "\uf050";

		/// <summary>
		/// Unicode value for the 'read_more' icon ("\uef6d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:read_more"/>.
		/// </summary>
		public const string ReadMore = "\uef6d";

		/// <summary>
		/// Unicode value for the 'real_estate_agent' icon ("\ue73a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:real_estate_agent"/>.
		/// </summary>
		public const string RealEstateAgent = "\ue73a";

		/// <summary>
		/// Unicode value for the 'rebase_edit' icon ("\uf846").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rebase_edit"/>.
		/// </summary>
		public const string RebaseEdit = "\uf846";

		/// <summary>
		/// Unicode value for the 'receipt' icon ("\ue8b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:receipt"/>.
		/// </summary>
		public const string Receipt = "\ue8b0";

		/// <summary>
		/// Unicode value for the 'receipt_long' icon ("\uef6e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:receipt_long"/>.
		/// </summary>
		public const string ReceiptLong = "\uef6e";

		/// <summary>
		/// Unicode value for the 'recent_actors' icon ("\ue03f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:recent_actors"/>.
		/// </summary>
		public const string RecentActors = "\ue03f";

		/// <summary>
		/// Unicode value for the 'recommend' icon ("\ue9d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:recommend"/>.
		/// </summary>
		public const string Recommend = "\ue9d2";

		/// <summary>
		/// Unicode value for the 'record_voice_over' icon ("\ue91f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:record_voice_over"/>.
		/// </summary>
		public const string RecordVoiceOver = "\ue91f";

		/// <summary>
		/// Unicode value for the 'rectangle' icon ("\ueb54").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rectangle"/>.
		/// </summary>
		public const string Rectangle = "\ueb54";

		/// <summary>
		/// Unicode value for the 'recycling' icon ("\ue760").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:recycling"/>.
		/// </summary>
		public const string Recycling = "\ue760";

		/// <summary>
		/// Unicode value for the 'reddit' icon ("\ueaa0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reddit"/>.
		/// </summary>
		public const string Reddit = "\ueaa0";

		/// <summary>
		/// Unicode value for the 'redeem' icon ("\ue8b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:redeem"/>.
		/// </summary>
		public const string Redeem = "\ue8b1";

		/// <summary>
		/// Unicode value for the 'redo' icon ("\ue15a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:redo"/>.
		/// </summary>
		public const string Redo = "\ue15a";

		/// <summary>
		/// Unicode value for the 'reduce_capacity' icon ("\uf21c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reduce_capacity"/>.
		/// </summary>
		public const string ReduceCapacity = "\uf21c";

		/// <summary>
		/// Unicode value for the 'refresh' icon ("\ue5d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:refresh"/>.
		/// </summary>
		public const string Refresh = "\ue5d5";

		/// <summary>
		/// Unicode value for the 'remember_me' icon ("\uf051").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remember_me"/>.
		/// </summary>
		public const string RememberMe = "\uf051";

		/// <summary>
		/// Unicode value for the 'remove' icon ("\ue15b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove"/>.
		/// </summary>
		public const string Remove = "\ue15b";

		/// <summary>
		/// Unicode value for the 'remove_circle' icon ("\ue15c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_circle"/>.
		/// </summary>
		public const string RemoveCircle = "\ue15c";

		/// <summary>
		/// Unicode value for the 'remove_circle_outline' icon ("\ue15d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_circle_outline"/>.
		/// </summary>
		public const string RemoveCircleOutline = "\ue15d";

		/// <summary>
		/// Unicode value for the 'remove_done' icon ("\ue9d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_done"/>.
		/// </summary>
		public const string RemoveDone = "\ue9d3";

		/// <summary>
		/// Unicode value for the 'remove_from_queue' icon ("\ue067").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_from_queue"/>.
		/// </summary>
		public const string RemoveFromQueue = "\ue067";

		/// <summary>
		/// Unicode value for the 'remove_moderator' icon ("\ue9d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_moderator"/>.
		/// </summary>
		public const string RemoveModerator = "\ue9d4";

		/// <summary>
		/// Unicode value for the 'remove_red_eye' icon ("\ue417").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_red_eye"/>.
		/// </summary>
		public const string RemoveRedEye = "\ue417";

		/// <summary>
		/// Unicode value for the 'remove_road' icon ("\uebfc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_road"/>.
		/// </summary>
		public const string RemoveRoad = "\uebfc";

		/// <summary>
		/// Unicode value for the 'remove_shopping_cart' icon ("\ue928").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:remove_shopping_cart"/>.
		/// </summary>
		public const string RemoveShoppingCart = "\ue928";

		/// <summary>
		/// Unicode value for the 'reorder' icon ("\ue8fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reorder"/>.
		/// </summary>
		public const string Reorder = "\ue8fe";

		/// <summary>
		/// Unicode value for the 'repartition' icon ("\uf8e8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:repartition"/>.
		/// </summary>
		public const string Repartition = "\uf8e8";

		/// <summary>
		/// Unicode value for the 'repeat' icon ("\ue040").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:repeat"/>.
		/// </summary>
		public const string Repeat = "\ue040";

		/// <summary>
		/// Unicode value for the 'repeat_on' icon ("\ue9d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:repeat_on"/>.
		/// </summary>
		public const string RepeatOn = "\ue9d6";

		/// <summary>
		/// Unicode value for the 'repeat_one' icon ("\ue041").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:repeat_one"/>.
		/// </summary>
		public const string RepeatOne = "\ue041";

		/// <summary>
		/// Unicode value for the 'repeat_one_on' icon ("\ue9d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:repeat_one_on"/>.
		/// </summary>
		public const string RepeatOneOn = "\ue9d7";

		/// <summary>
		/// Unicode value for the 'replay' icon ("\ue042").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:replay"/>.
		/// </summary>
		public const string Replay = "\ue042";

		/// <summary>
		/// Unicode value for the 'replay_10' icon ("\ue059").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:replay_10"/>.
		/// </summary>
		public const string Replay10 = "\ue059";

		/// <summary>
		/// Unicode value for the 'replay_30' icon ("\ue05a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:replay_30"/>.
		/// </summary>
		public const string Replay30 = "\ue05a";

		/// <summary>
		/// Unicode value for the 'replay_5' icon ("\ue05b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:replay_5"/>.
		/// </summary>
		public const string Replay5 = "\ue05b";

		/// <summary>
		/// Unicode value for the 'replay_circle_filled' icon ("\ue9d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:replay_circle_filled"/>.
		/// </summary>
		public const string ReplayCircleFilled = "\ue9d8";

		/// <summary>
		/// Unicode value for the 'reply' icon ("\ue15e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reply"/>.
		/// </summary>
		public const string Reply = "\ue15e";

		/// <summary>
		/// Unicode value for the 'reply_all' icon ("\ue15f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reply_all"/>.
		/// </summary>
		public const string ReplyAll = "\ue15f";

		/// <summary>
		/// Unicode value for the 'report' icon ("\ue160").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:report"/>.
		/// </summary>
		public const string Report = "\ue160";

		/// <summary>
		/// Unicode value for the 'report_gmailerrorred' icon ("\uf052").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:report_gmailerrorred"/>.
		/// </summary>
		public const string ReportGmailerrorred = "\uf052";

		/// <summary>
		/// Unicode value for the 'report_off' icon ("\ue170").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:report_off"/>.
		/// </summary>
		public const string ReportOff = "\ue170";

		/// <summary>
		/// Unicode value for the 'report_problem' icon ("\ue8b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:report_problem"/>.
		/// </summary>
		public const string ReportProblem = "\ue8b2";

		/// <summary>
		/// Unicode value for the 'request_page' icon ("\uf22c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:request_page"/>.
		/// </summary>
		public const string RequestPage = "\uf22c";

		/// <summary>
		/// Unicode value for the 'request_quote' icon ("\uf1b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:request_quote"/>.
		/// </summary>
		public const string RequestQuote = "\uf1b6";

		/// <summary>
		/// Unicode value for the 'reset_tv' icon ("\ue9d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reset_tv"/>.
		/// </summary>
		public const string ResetTv = "\ue9d9";

		/// <summary>
		/// Unicode value for the 'restart_alt' icon ("\uf053").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restart_alt"/>.
		/// </summary>
		public const string RestartAlt = "\uf053";

		/// <summary>
		/// Unicode value for the 'restaurant' icon ("\ue56c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restaurant"/>.
		/// </summary>
		public const string Restaurant = "\ue56c";

		/// <summary>
		/// Unicode value for the 'restaurant_menu' icon ("\ue561").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restaurant_menu"/>.
		/// </summary>
		public const string RestaurantMenu = "\ue561";

		/// <summary>
		/// Unicode value for the 'restore' icon ("\ue8b3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restore"/>.
		/// </summary>
		public const string Restore = "\ue8b3";

		/// <summary>
		/// Unicode value for the 'restore_from_trash' icon ("\ue938").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restore_from_trash"/>.
		/// </summary>
		public const string RestoreFromTrash = "\ue938";

		/// <summary>
		/// Unicode value for the 'restore_page' icon ("\ue929").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:restore_page"/>.
		/// </summary>
		public const string RestorePage = "\ue929";

		/// <summary>
		/// Unicode value for the 'reviews' icon ("\uf054").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:reviews"/>.
		/// </summary>
		public const string Reviews = "\uf054";

		/// <summary>
		/// Unicode value for the 'rice_bowl' icon ("\uf1f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rice_bowl"/>.
		/// </summary>
		public const string RiceBowl = "\uf1f5";

		/// <summary>
		/// Unicode value for the 'ring_volume' icon ("\ue0d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ring_volume"/>.
		/// </summary>
		public const string RingVolume = "\ue0d1";

		/// <summary>
		/// Unicode value for the 'rocket' icon ("\ueba5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rocket"/>.
		/// </summary>
		public const string Rocket = "\ueba5";

		/// <summary>
		/// Unicode value for the 'rocket_launch' icon ("\ueb9b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rocket_launch"/>.
		/// </summary>
		public const string RocketLaunch = "\ueb9b";

		/// <summary>
		/// Unicode value for the 'roller_shades' icon ("\uec12").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roller_shades"/>.
		/// </summary>
		public const string RollerShades = "\uec12";

		/// <summary>
		/// Unicode value for the 'roller_shades_closed' icon ("\uec11").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roller_shades_closed"/>.
		/// </summary>
		public const string RollerShadesClosed = "\uec11";

		/// <summary>
		/// Unicode value for the 'roller_skating' icon ("\uebcd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roller_skating"/>.
		/// </summary>
		public const string RollerSkating = "\uebcd";

		/// <summary>
		/// Unicode value for the 'roofing' icon ("\uf201").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roofing"/>.
		/// </summary>
		public const string Roofing = "\uf201";

		/// <summary>
		/// Unicode value for the 'room' icon ("\ue8b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:room"/>.
		/// </summary>
		public const string Room = "\ue8b4";

		/// <summary>
		/// Unicode value for the 'room_preferences' icon ("\uf1b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:room_preferences"/>.
		/// </summary>
		public const string RoomPreferences = "\uf1b8";

		/// <summary>
		/// Unicode value for the 'room_service' icon ("\ueb49").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:room_service"/>.
		/// </summary>
		public const string RoomService = "\ueb49";

		/// <summary>
		/// Unicode value for the 'rotate_90_degrees_ccw' icon ("\ue418").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rotate_90_degrees_ccw"/>.
		/// </summary>
		public const string Rotate90DegreesCcw = "\ue418";

		/// <summary>
		/// Unicode value for the 'rotate_90_degrees_cw' icon ("\ueaab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rotate_90_degrees_cw"/>.
		/// </summary>
		public const string Rotate90DegreesCw = "\ueaab";

		/// <summary>
		/// Unicode value for the 'rotate_left' icon ("\ue419").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rotate_left"/>.
		/// </summary>
		public const string RotateLeft = "\ue419";

		/// <summary>
		/// Unicode value for the 'rotate_right' icon ("\ue41a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rotate_right"/>.
		/// </summary>
		public const string RotateRight = "\ue41a";

		/// <summary>
		/// Unicode value for the 'roundabout_left' icon ("\ueb99").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roundabout_left"/>.
		/// </summary>
		public const string RoundaboutLeft = "\ueb99";

		/// <summary>
		/// Unicode value for the 'roundabout_right' icon ("\ueba3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:roundabout_right"/>.
		/// </summary>
		public const string RoundaboutRight = "\ueba3";

		/// <summary>
		/// Unicode value for the 'rounded_corner' icon ("\ue920").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rounded_corner"/>.
		/// </summary>
		public const string RoundedCorner = "\ue920";

		/// <summary>
		/// Unicode value for the 'route' icon ("\ueacd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:route"/>.
		/// </summary>
		public const string Route = "\ueacd";

		/// <summary>
		/// Unicode value for the 'router' icon ("\ue328").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:router"/>.
		/// </summary>
		public const string Router = "\ue328";

		/// <summary>
		/// Unicode value for the 'rowing' icon ("\ue921").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rowing"/>.
		/// </summary>
		public const string Rowing = "\ue921";

		/// <summary>
		/// Unicode value for the 'rss_feed' icon ("\ue0e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rss_feed"/>.
		/// </summary>
		public const string RssFeed = "\ue0e5";

		/// <summary>
		/// Unicode value for the 'rsvp' icon ("\uf055").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rsvp"/>.
		/// </summary>
		public const string Rsvp = "\uf055";

		/// <summary>
		/// Unicode value for the 'rtt' icon ("\ue9ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rtt"/>.
		/// </summary>
		public const string Rtt = "\ue9ad";

		/// <summary>
		/// Unicode value for the 'rule' icon ("\uf1c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rule"/>.
		/// </summary>
		public const string Rule = "\uf1c2";

		/// <summary>
		/// Unicode value for the 'rule_folder' icon ("\uf1c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rule_folder"/>.
		/// </summary>
		public const string RuleFolder = "\uf1c9";

		/// <summary>
		/// Unicode value for the 'run_circle' icon ("\uef6f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:run_circle"/>.
		/// </summary>
		public const string RunCircle = "\uef6f";

		/// <summary>
		/// Unicode value for the 'running_with_errors' icon ("\ue51d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:running_with_errors"/>.
		/// </summary>
		public const string RunningWithErrors = "\ue51d";

		/// <summary>
		/// Unicode value for the 'rv_hookup' icon ("\ue642").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:rv_hookup"/>.
		/// </summary>
		public const string RvHookup = "\ue642";

		/// <summary>
		/// Unicode value for the 'safety_check' icon ("\uebef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:safety_check"/>.
		/// </summary>
		public const string SafetyCheck = "\uebef";

		/// <summary>
		/// Unicode value for the 'safety_divider' icon ("\ue1cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:safety_divider"/>.
		/// </summary>
		public const string SafetyDivider = "\ue1cc";

		/// <summary>
		/// Unicode value for the 'sailing' icon ("\ue502").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sailing"/>.
		/// </summary>
		public const string Sailing = "\ue502";

		/// <summary>
		/// Unicode value for the 'sanitizer' icon ("\uf21d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sanitizer"/>.
		/// </summary>
		public const string Sanitizer = "\uf21d";

		/// <summary>
		/// Unicode value for the 'satellite' icon ("\ue562").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:satellite"/>.
		/// </summary>
		public const string Satellite = "\ue562";

		/// <summary>
		/// Unicode value for the 'satellite_alt' icon ("\ueb3a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:satellite_alt"/>.
		/// </summary>
		public const string SatelliteAlt = "\ueb3a";

		/// <summary>
		/// Unicode value for the 'save' icon ("\ue161").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:save"/>.
		/// </summary>
		public const string Save = "\ue161";

		/// <summary>
		/// Unicode value for the 'save_alt' icon ("\ue171").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:save_alt"/>.
		/// </summary>
		public const string SaveAlt = "\ue171";

		/// <summary>
		/// Unicode value for the 'save_as' icon ("\ueb60").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:save_as"/>.
		/// </summary>
		public const string SaveAs = "\ueb60";

		/// <summary>
		/// Unicode value for the 'saved_search' icon ("\uea11").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:saved_search"/>.
		/// </summary>
		public const string SavedSearch = "\uea11";

		/// <summary>
		/// Unicode value for the 'savings' icon ("\ue2eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:savings"/>.
		/// </summary>
		public const string Savings = "\ue2eb";

		/// <summary>
		/// Unicode value for the 'scale' icon ("\ueb5f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:scale"/>.
		/// </summary>
		public const string Scale = "\ueb5f";

		/// <summary>
		/// Unicode value for the 'scanner' icon ("\ue329").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:scanner"/>.
		/// </summary>
		public const string Scanner = "\ue329";

		/// <summary>
		/// Unicode value for the 'scatter_plot' icon ("\ue268").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:scatter_plot"/>.
		/// </summary>
		public const string ScatterPlot = "\ue268";

		/// <summary>
		/// Unicode value for the 'schedule' icon ("\ue8b5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:schedule"/>.
		/// </summary>
		public const string Schedule = "\ue8b5";

		/// <summary>
		/// Unicode value for the 'schedule_send' icon ("\uea0a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:schedule_send"/>.
		/// </summary>
		public const string ScheduleSend = "\uea0a";

		/// <summary>
		/// Unicode value for the 'schema' icon ("\ue4fd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:schema"/>.
		/// </summary>
		public const string Schema = "\ue4fd";

		/// <summary>
		/// Unicode value for the 'school' icon ("\ue80c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:school"/>.
		/// </summary>
		public const string School = "\ue80c";

		/// <summary>
		/// Unicode value for the 'science' icon ("\uea4b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:science"/>.
		/// </summary>
		public const string Science = "\uea4b";

		/// <summary>
		/// Unicode value for the 'score' icon ("\ue269").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:score"/>.
		/// </summary>
		public const string Score = "\ue269";

		/// <summary>
		/// Unicode value for the 'scoreboard' icon ("\uebd0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:scoreboard"/>.
		/// </summary>
		public const string Scoreboard = "\uebd0";

		/// <summary>
		/// Unicode value for the 'screen_lock_landscape' icon ("\ue1be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_lock_landscape"/>.
		/// </summary>
		public const string ScreenLockLandscape = "\ue1be";

		/// <summary>
		/// Unicode value for the 'screen_lock_portrait' icon ("\ue1bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_lock_portrait"/>.
		/// </summary>
		public const string ScreenLockPortrait = "\ue1bf";

		/// <summary>
		/// Unicode value for the 'screen_lock_rotation' icon ("\ue1c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_lock_rotation"/>.
		/// </summary>
		public const string ScreenLockRotation = "\ue1c0";

		/// <summary>
		/// Unicode value for the 'screen_rotation' icon ("\ue1c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_rotation"/>.
		/// </summary>
		public const string ScreenRotation = "\ue1c1";

		/// <summary>
		/// Unicode value for the 'screen_rotation_alt' icon ("\uebee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_rotation_alt"/>.
		/// </summary>
		public const string ScreenRotationAlt = "\uebee";

		/// <summary>
		/// Unicode value for the 'screen_search_desktop' icon ("\uef70").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_search_desktop"/>.
		/// </summary>
		public const string ScreenSearchDesktop = "\uef70";

		/// <summary>
		/// Unicode value for the 'screen_share' icon ("\ue0e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screen_share"/>.
		/// </summary>
		public const string ScreenShare = "\ue0e2";

		/// <summary>
		/// Unicode value for the 'screenshot' icon ("\uf056").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screenshot"/>.
		/// </summary>
		public const string Screenshot = "\uf056";

		/// <summary>
		/// Unicode value for the 'screenshot_monitor' icon ("\uec08").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:screenshot_monitor"/>.
		/// </summary>
		public const string ScreenshotMonitor = "\uec08";

		/// <summary>
		/// Unicode value for the 'scuba_diving' icon ("\uebce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:scuba_diving"/>.
		/// </summary>
		public const string ScubaDiving = "\uebce";

		/// <summary>
		/// Unicode value for the 'sd' icon ("\ue9dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sd"/>.
		/// </summary>
		public const string Sd = "\ue9dd";

		/// <summary>
		/// Unicode value for the 'sd_card' icon ("\ue623").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sd_card"/>.
		/// </summary>
		public const string SdCard = "\ue623";

		/// <summary>
		/// Unicode value for the 'sd_card_alert' icon ("\uf057").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sd_card_alert"/>.
		/// </summary>
		public const string SdCardAlert = "\uf057";

		/// <summary>
		/// Unicode value for the 'sd_storage' icon ("\ue1c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sd_storage"/>.
		/// </summary>
		public const string SdStorage = "\ue1c2";

		/// <summary>
		/// Unicode value for the 'search' icon ("\ue8b6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:search"/>.
		/// </summary>
		public const string Search = "\ue8b6";

		/// <summary>
		/// Unicode value for the 'search_off' icon ("\uea76").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:search_off"/>.
		/// </summary>
		public const string SearchOff = "\uea76";

		/// <summary>
		/// Unicode value for the 'security' icon ("\ue32a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:security"/>.
		/// </summary>
		public const string Security = "\ue32a";

		/// <summary>
		/// Unicode value for the 'security_update' icon ("\uf058").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:security_update"/>.
		/// </summary>
		public const string SecurityUpdate = "\uf058";

		/// <summary>
		/// Unicode value for the 'security_update_good' icon ("\uf059").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:security_update_good"/>.
		/// </summary>
		public const string SecurityUpdateGood = "\uf059";

		/// <summary>
		/// Unicode value for the 'security_update_warning' icon ("\uf05a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:security_update_warning"/>.
		/// </summary>
		public const string SecurityUpdateWarning = "\uf05a";

		/// <summary>
		/// Unicode value for the 'segment' icon ("\ue94b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:segment"/>.
		/// </summary>
		public const string Segment = "\ue94b";

		/// <summary>
		/// Unicode value for the 'select_all' icon ("\ue162").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:select_all"/>.
		/// </summary>
		public const string SelectAll = "\ue162";

		/// <summary>
		/// Unicode value for the 'self_improvement' icon ("\uea78").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:self_improvement"/>.
		/// </summary>
		public const string SelfImprovement = "\uea78";

		/// <summary>
		/// Unicode value for the 'sell' icon ("\uf05b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sell"/>.
		/// </summary>
		public const string Sell = "\uf05b";

		/// <summary>
		/// Unicode value for the 'send' icon ("\ue163").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:send"/>.
		/// </summary>
		public const string Send = "\ue163";

		/// <summary>
		/// Unicode value for the 'send_and_archive' icon ("\uea0c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:send_and_archive"/>.
		/// </summary>
		public const string SendAndArchive = "\uea0c";

		/// <summary>
		/// Unicode value for the 'send_time_extension' icon ("\ueadb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:send_time_extension"/>.
		/// </summary>
		public const string SendTimeExtension = "\ueadb";

		/// <summary>
		/// Unicode value for the 'send_to_mobile' icon ("\uf05c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:send_to_mobile"/>.
		/// </summary>
		public const string SendToMobile = "\uf05c";

		/// <summary>
		/// Unicode value for the 'sensor_door' icon ("\uf1b5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sensor_door"/>.
		/// </summary>
		public const string SensorDoor = "\uf1b5";

		/// <summary>
		/// Unicode value for the 'sensor_occupied' icon ("\uec10").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sensor_occupied"/>.
		/// </summary>
		public const string SensorOccupied = "\uec10";

		/// <summary>
		/// Unicode value for the 'sensor_window' icon ("\uf1b4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sensor_window"/>.
		/// </summary>
		public const string SensorWindow = "\uf1b4";

		/// <summary>
		/// Unicode value for the 'sensors' icon ("\ue51e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sensors"/>.
		/// </summary>
		public const string Sensors = "\ue51e";

		/// <summary>
		/// Unicode value for the 'sensors_off' icon ("\ue51f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sensors_off"/>.
		/// </summary>
		public const string SensorsOff = "\ue51f";

		/// <summary>
		/// Unicode value for the 'sentiment_dissatisfied' icon ("\ue811").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_dissatisfied"/>.
		/// </summary>
		public const string SentimentDissatisfied = "\ue811";

		/// <summary>
		/// Unicode value for the 'sentiment_neutral' icon ("\ue812").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_neutral"/>.
		/// </summary>
		public const string SentimentNeutral = "\ue812";

		/// <summary>
		/// Unicode value for the 'sentiment_satisfied' icon ("\ue813").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_satisfied"/>.
		/// </summary>
		public const string SentimentSatisfied = "\ue813";

		/// <summary>
		/// Unicode value for the 'sentiment_satisfied_alt' icon ("\ue0ed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_satisfied_alt"/>.
		/// </summary>
		public const string SentimentSatisfiedAlt = "\ue0ed";

		/// <summary>
		/// Unicode value for the 'sentiment_very_dissatisfied' icon ("\ue814").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_very_dissatisfied"/>.
		/// </summary>
		public const string SentimentVeryDissatisfied = "\ue814";

		/// <summary>
		/// Unicode value for the 'sentiment_very_satisfied' icon ("\ue815").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sentiment_very_satisfied"/>.
		/// </summary>
		public const string SentimentVerySatisfied = "\ue815";

		/// <summary>
		/// Unicode value for the 'set_meal' icon ("\uf1ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:set_meal"/>.
		/// </summary>
		public const string SetMeal = "\uf1ea";

		/// <summary>
		/// Unicode value for the 'settings' icon ("\ue8b8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings"/>.
		/// </summary>
		public const string Settings = "\ue8b8";

		/// <summary>
		/// Unicode value for the 'settings_accessibility' icon ("\uf05d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_accessibility"/>.
		/// </summary>
		public const string SettingsAccessibility = "\uf05d";

		/// <summary>
		/// Unicode value for the 'settings_applications' icon ("\ue8b9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_applications"/>.
		/// </summary>
		public const string SettingsApplications = "\ue8b9";

		/// <summary>
		/// Unicode value for the 'settings_backup_restore' icon ("\ue8ba").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_backup_restore"/>.
		/// </summary>
		public const string SettingsBackupRestore = "\ue8ba";

		/// <summary>
		/// Unicode value for the 'settings_bluetooth' icon ("\ue8bb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_bluetooth"/>.
		/// </summary>
		public const string SettingsBluetooth = "\ue8bb";

		/// <summary>
		/// Unicode value for the 'settings_brightness' icon ("\ue8bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_brightness"/>.
		/// </summary>
		public const string SettingsBrightness = "\ue8bd";

		/// <summary>
		/// Unicode value for the 'settings_cell' icon ("\ue8bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_cell"/>.
		/// </summary>
		public const string SettingsCell = "\ue8bc";

		/// <summary>
		/// Unicode value for the 'settings_display' icon ("\ue8bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_display"/>.
		/// </summary>
		public const string SettingsDisplay = "\ue8bd";

		/// <summary>
		/// Unicode value for the 'settings_ethernet' icon ("\ue8be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_ethernet"/>.
		/// </summary>
		public const string SettingsEthernet = "\ue8be";

		/// <summary>
		/// Unicode value for the 'settings_input_antenna' icon ("\ue8bf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_input_antenna"/>.
		/// </summary>
		public const string SettingsInputAntenna = "\ue8bf";

		/// <summary>
		/// Unicode value for the 'settings_input_component' icon ("\ue8c0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_input_component"/>.
		/// </summary>
		public const string SettingsInputComponent = "\ue8c0";

		/// <summary>
		/// Unicode value for the 'settings_input_composite' icon ("\ue8c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_input_composite"/>.
		/// </summary>
		public const string SettingsInputComposite = "\ue8c1";

		/// <summary>
		/// Unicode value for the 'settings_input_hdmi' icon ("\ue8c2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_input_hdmi"/>.
		/// </summary>
		public const string SettingsInputHdmi = "\ue8c2";

		/// <summary>
		/// Unicode value for the 'settings_input_svideo' icon ("\ue8c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_input_svideo"/>.
		/// </summary>
		public const string SettingsInputSvideo = "\ue8c3";

		/// <summary>
		/// Unicode value for the 'settings_overscan' icon ("\ue8c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_overscan"/>.
		/// </summary>
		public const string SettingsOverscan = "\ue8c4";

		/// <summary>
		/// Unicode value for the 'settings_phone' icon ("\ue8c5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_phone"/>.
		/// </summary>
		public const string SettingsPhone = "\ue8c5";

		/// <summary>
		/// Unicode value for the 'settings_power' icon ("\ue8c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_power"/>.
		/// </summary>
		public const string SettingsPower = "\ue8c6";

		/// <summary>
		/// Unicode value for the 'settings_remote' icon ("\ue8c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_remote"/>.
		/// </summary>
		public const string SettingsRemote = "\ue8c7";

		/// <summary>
		/// Unicode value for the 'settings_suggest' icon ("\uf05e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_suggest"/>.
		/// </summary>
		public const string SettingsSuggest = "\uf05e";

		/// <summary>
		/// Unicode value for the 'settings_system_daydream' icon ("\ue1c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_system_daydream"/>.
		/// </summary>
		public const string SettingsSystemDaydream = "\ue1c3";

		/// <summary>
		/// Unicode value for the 'settings_voice' icon ("\ue8c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:settings_voice"/>.
		/// </summary>
		public const string SettingsVoice = "\ue8c8";

		/// <summary>
		/// Unicode value for the 'severe_cold' icon ("\uebd3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:severe_cold"/>.
		/// </summary>
		public const string SevereCold = "\uebd3";

		/// <summary>
		/// Unicode value for the 'shape_line' icon ("\uf8d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shape_line"/>.
		/// </summary>
		public const string ShapeLine = "\uf8d3";

		/// <summary>
		/// Unicode value for the 'share' icon ("\ue80d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:share"/>.
		/// </summary>
		public const string Share = "\ue80d";

		/// <summary>
		/// Unicode value for the 'share_arrival_time' icon ("\ue524").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:share_arrival_time"/>.
		/// </summary>
		public const string ShareArrivalTime = "\ue524";

		/// <summary>
		/// Unicode value for the 'share_location' icon ("\uf05f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:share_location"/>.
		/// </summary>
		public const string ShareLocation = "\uf05f";

		/// <summary>
		/// Unicode value for the 'shelves' icon ("\uf86e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shelves"/>.
		/// </summary>
		public const string Shelves = "\uf86e";

		/// <summary>
		/// Unicode value for the 'shield' icon ("\ue9e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shield"/>.
		/// </summary>
		public const string Shield = "\ue9e0";

		/// <summary>
		/// Unicode value for the 'shield_moon' icon ("\ueaa9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shield_moon"/>.
		/// </summary>
		public const string ShieldMoon = "\ueaa9";

		/// <summary>
		/// Unicode value for the 'shop' icon ("\ue8c9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shop"/>.
		/// </summary>
		public const string Shop = "\ue8c9";

		/// <summary>
		/// Unicode value for the 'shop_2' icon ("\ue19e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shop_2"/>.
		/// </summary>
		public const string Shop2 = "\ue19e";

		/// <summary>
		/// Unicode value for the 'shop_two' icon ("\ue8ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shop_two"/>.
		/// </summary>
		public const string ShopTwo = "\ue8ca";

		/// <summary>
		/// Unicode value for the 'shopify' icon ("\uea9d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shopify"/>.
		/// </summary>
		public const string Shopify = "\uea9d";

		/// <summary>
		/// Unicode value for the 'shopping_bag' icon ("\uf1cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shopping_bag"/>.
		/// </summary>
		public const string ShoppingBag = "\uf1cc";

		/// <summary>
		/// Unicode value for the 'shopping_basket' icon ("\ue8cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shopping_basket"/>.
		/// </summary>
		public const string ShoppingBasket = "\ue8cb";

		/// <summary>
		/// Unicode value for the 'shopping_cart' icon ("\ue8cc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shopping_cart"/>.
		/// </summary>
		public const string ShoppingCart = "\ue8cc";

		/// <summary>
		/// Unicode value for the 'shopping_cart_checkout' icon ("\ueb88").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shopping_cart_checkout"/>.
		/// </summary>
		public const string ShoppingCartCheckout = "\ueb88";

		/// <summary>
		/// Unicode value for the 'short_text' icon ("\ue261").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:short_text"/>.
		/// </summary>
		public const string ShortText = "\ue261";

		/// <summary>
		/// Unicode value for the 'shortcut' icon ("\uf060").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shortcut"/>.
		/// </summary>
		public const string Shortcut = "\uf060";

		/// <summary>
		/// Unicode value for the 'show_chart' icon ("\ue6e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:show_chart"/>.
		/// </summary>
		public const string ShowChart = "\ue6e1";

		/// <summary>
		/// Unicode value for the 'shower' icon ("\uf061").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shower"/>.
		/// </summary>
		public const string Shower = "\uf061";

		/// <summary>
		/// Unicode value for the 'shuffle' icon ("\ue043").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shuffle"/>.
		/// </summary>
		public const string Shuffle = "\ue043";

		/// <summary>
		/// Unicode value for the 'shuffle_on' icon ("\ue9e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shuffle_on"/>.
		/// </summary>
		public const string ShuffleOn = "\ue9e1";

		/// <summary>
		/// Unicode value for the 'shutter_speed' icon ("\ue43d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:shutter_speed"/>.
		/// </summary>
		public const string ShutterSpeed = "\ue43d";

		/// <summary>
		/// Unicode value for the 'sick' icon ("\uf220").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sick"/>.
		/// </summary>
		public const string Sick = "\uf220";

		/// <summary>
		/// Unicode value for the 'sign_language' icon ("\uebe5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sign_language"/>.
		/// </summary>
		public const string SignLanguage = "\uebe5";

		/// <summary>
		/// Unicode value for the 'signal_cellular_0_bar' icon ("\uf0a8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_0_bar"/>.
		/// </summary>
		public const string SignalCellular0Bar = "\uf0a8";

		/// <summary>
		/// Unicode value for the 'signal_cellular_4_bar' icon ("\ue1c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_4_bar"/>.
		/// </summary>
		public const string SignalCellular4Bar = "\ue1c8";

		/// <summary>
		/// Unicode value for the 'signal_cellular_alt' icon ("\ue202").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_alt"/>.
		/// </summary>
		public const string SignalCellularAlt = "\ue202";

		/// <summary>
		/// Unicode value for the 'signal_cellular_alt_1_bar' icon ("\uebdf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_alt_1_bar"/>.
		/// </summary>
		public const string SignalCellularAlt1Bar = "\uebdf";

		/// <summary>
		/// Unicode value for the 'signal_cellular_alt_2_bar' icon ("\uebe3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_alt_2_bar"/>.
		/// </summary>
		public const string SignalCellularAlt2Bar = "\uebe3";

		/// <summary>
		/// Unicode value for the 'signal_cellular_connected_no_internet_0_bar' icon ("\uf0ac").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_connected_no_internet_0_bar"/>.
		/// </summary>
		public const string SignalCellularConnectedNoInternet0Bar = "\uf0ac";

		/// <summary>
		/// Unicode value for the 'signal_cellular_connected_no_internet_4_bar' icon ("\ue1cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_connected_no_internet_4_bar"/>.
		/// </summary>
		public const string SignalCellularConnectedNoInternet4Bar = "\ue1cd";

		/// <summary>
		/// Unicode value for the 'signal_cellular_no_sim' icon ("\ue1ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_no_sim"/>.
		/// </summary>
		public const string SignalCellularNoSim = "\ue1ce";

		/// <summary>
		/// Unicode value for the 'signal_cellular_nodata' icon ("\uf062").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_nodata"/>.
		/// </summary>
		public const string SignalCellularNodata = "\uf062";

		/// <summary>
		/// Unicode value for the 'signal_cellular_null' icon ("\ue1cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_null"/>.
		/// </summary>
		public const string SignalCellularNull = "\ue1cf";

		/// <summary>
		/// Unicode value for the 'signal_cellular_off' icon ("\ue1d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_cellular_off"/>.
		/// </summary>
		public const string SignalCellularOff = "\ue1d0";

		/// <summary>
		/// Unicode value for the 'signal_wifi_0_bar' icon ("\uf0b0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_0_bar"/>.
		/// </summary>
		public const string SignalWifi0Bar = "\uf0b0";

		/// <summary>
		/// Unicode value for the 'signal_wifi_4_bar' icon ("\ue1d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_4_bar"/>.
		/// </summary>
		public const string SignalWifi4Bar = "\ue1d8";

		/// <summary>
		/// Unicode value for the 'signal_wifi_4_bar_lock' icon ("\ue1d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_4_bar_lock"/>.
		/// </summary>
		public const string SignalWifi4BarLock = "\ue1d9";

		/// <summary>
		/// Unicode value for the 'signal_wifi_bad' icon ("\uf063").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_bad"/>.
		/// </summary>
		public const string SignalWifiBad = "\uf063";

		/// <summary>
		/// Unicode value for the 'signal_wifi_connected_no_internet_4' icon ("\uf064").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_connected_no_internet_4"/>.
		/// </summary>
		public const string SignalWifiConnectedNoInternet4 = "\uf064";

		/// <summary>
		/// Unicode value for the 'signal_wifi_off' icon ("\ue1da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_off"/>.
		/// </summary>
		public const string SignalWifiOff = "\ue1da";

		/// <summary>
		/// Unicode value for the 'signal_wifi_statusbar_4_bar' icon ("\uf065").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_statusbar_4_bar"/>.
		/// </summary>
		public const string SignalWifiStatusbar4Bar = "\uf065";

		/// <summary>
		/// Unicode value for the 'signal_wifi_statusbar_connected_no_internet_4' icon ("\uf066").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_statusbar_connected_no_internet_4"/>.
		/// </summary>
		public const string SignalWifiStatusbarConnectedNoInternet4 = "\uf066";

		/// <summary>
		/// Unicode value for the 'signal_wifi_statusbar_null' icon ("\uf067").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signal_wifi_statusbar_null"/>.
		/// </summary>
		public const string SignalWifiStatusbarNull = "\uf067";

		/// <summary>
		/// Unicode value for the 'signpost' icon ("\ueb91").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:signpost"/>.
		/// </summary>
		public const string Signpost = "\ueb91";

		/// <summary>
		/// Unicode value for the 'sim_card' icon ("\ue32b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sim_card"/>.
		/// </summary>
		public const string SimCard = "\ue32b";

		/// <summary>
		/// Unicode value for the 'sim_card_alert' icon ("\ue624").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sim_card_alert"/>.
		/// </summary>
		public const string SimCardAlert = "\ue624";

		/// <summary>
		/// Unicode value for the 'sim_card_download' icon ("\uf068").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sim_card_download"/>.
		/// </summary>
		public const string SimCardDownload = "\uf068";

		/// <summary>
		/// Unicode value for the 'single_bed' icon ("\uea48").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:single_bed"/>.
		/// </summary>
		public const string SingleBed = "\uea48";

		/// <summary>
		/// Unicode value for the 'sip' icon ("\uf069").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sip"/>.
		/// </summary>
		public const string Sip = "\uf069";

		/// <summary>
		/// Unicode value for the 'skateboarding' icon ("\ue511").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:skateboarding"/>.
		/// </summary>
		public const string Skateboarding = "\ue511";

		/// <summary>
		/// Unicode value for the 'skip_next' icon ("\ue044").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:skip_next"/>.
		/// </summary>
		public const string SkipNext = "\ue044";

		/// <summary>
		/// Unicode value for the 'skip_previous' icon ("\ue045").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:skip_previous"/>.
		/// </summary>
		public const string SkipPrevious = "\ue045";

		/// <summary>
		/// Unicode value for the 'sledding' icon ("\ue512").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sledding"/>.
		/// </summary>
		public const string Sledding = "\ue512";

		/// <summary>
		/// Unicode value for the 'slideshow' icon ("\ue41b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:slideshow"/>.
		/// </summary>
		public const string Slideshow = "\ue41b";

		/// <summary>
		/// Unicode value for the 'slow_motion_video' icon ("\ue068").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:slow_motion_video"/>.
		/// </summary>
		public const string SlowMotionVideo = "\ue068";

		/// <summary>
		/// Unicode value for the 'smart_button' icon ("\uf1c1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smart_button"/>.
		/// </summary>
		public const string SmartButton = "\uf1c1";

		/// <summary>
		/// Unicode value for the 'smart_display' icon ("\uf06a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smart_display"/>.
		/// </summary>
		public const string SmartDisplay = "\uf06a";

		/// <summary>
		/// Unicode value for the 'smart_screen' icon ("\uf06b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smart_screen"/>.
		/// </summary>
		public const string SmartScreen = "\uf06b";

		/// <summary>
		/// Unicode value for the 'smart_toy' icon ("\uf06c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smart_toy"/>.
		/// </summary>
		public const string SmartToy = "\uf06c";

		/// <summary>
		/// Unicode value for the 'smartphone' icon ("\ue32c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smartphone"/>.
		/// </summary>
		public const string Smartphone = "\ue32c";

		/// <summary>
		/// Unicode value for the 'smoke_free' icon ("\ueb4a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smoke_free"/>.
		/// </summary>
		public const string SmokeFree = "\ueb4a";

		/// <summary>
		/// Unicode value for the 'smoking_rooms' icon ("\ueb4b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:smoking_rooms"/>.
		/// </summary>
		public const string SmokingRooms = "\ueb4b";

		/// <summary>
		/// Unicode value for the 'sms' icon ("\ue625").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sms"/>.
		/// </summary>
		public const string Sms = "\ue625";

		/// <summary>
		/// Unicode value for the 'sms_failed' icon ("\ue626").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sms_failed"/>.
		/// </summary>
		public const string SmsFailed = "\ue626";

		/// <summary>
		/// Unicode value for the 'snapchat' icon ("\uea6e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snapchat"/>.
		/// </summary>
		public const string Snapchat = "\uea6e";

		/// <summary>
		/// Unicode value for the 'snippet_folder' icon ("\uf1c7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snippet_folder"/>.
		/// </summary>
		public const string SnippetFolder = "\uf1c7";

		/// <summary>
		/// Unicode value for the 'snooze' icon ("\ue046").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snooze"/>.
		/// </summary>
		public const string Snooze = "\ue046";

		/// <summary>
		/// Unicode value for the 'snowboarding' icon ("\ue513").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snowboarding"/>.
		/// </summary>
		public const string Snowboarding = "\ue513";

		/// <summary>
		/// Unicode value for the 'snowing' icon ("\ue80f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snowing"/>.
		/// </summary>
		public const string Snowing = "\ue80f";

		/// <summary>
		/// Unicode value for the 'snowmobile' icon ("\ue503").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snowmobile"/>.
		/// </summary>
		public const string Snowmobile = "\ue503";

		/// <summary>
		/// Unicode value for the 'snowshoeing' icon ("\ue514").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:snowshoeing"/>.
		/// </summary>
		public const string Snowshoeing = "\ue514";

		/// <summary>
		/// Unicode value for the 'soap' icon ("\uf1b2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:soap"/>.
		/// </summary>
		public const string Soap = "\uf1b2";

		/// <summary>
		/// Unicode value for the 'social_distance' icon ("\ue1cb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:social_distance"/>.
		/// </summary>
		public const string SocialDistance = "\ue1cb";

		/// <summary>
		/// Unicode value for the 'solar_power' icon ("\uec0f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:solar_power"/>.
		/// </summary>
		public const string SolarPower = "\uec0f";

		/// <summary>
		/// Unicode value for the 'sort' icon ("\ue164").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sort"/>.
		/// </summary>
		public const string Sort = "\ue164";

		/// <summary>
		/// Unicode value for the 'sort_by_alpha' icon ("\ue053").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sort_by_alpha"/>.
		/// </summary>
		public const string SortByAlpha = "\ue053";

		/// <summary>
		/// Unicode value for the 'sos' icon ("\uebf7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sos"/>.
		/// </summary>
		public const string Sos = "\uebf7";

		/// <summary>
		/// Unicode value for the 'soup_kitchen' icon ("\ue7d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:soup_kitchen"/>.
		/// </summary>
		public const string SoupKitchen = "\ue7d3";

		/// <summary>
		/// Unicode value for the 'source' icon ("\uf1c4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:source"/>.
		/// </summary>
		public const string Source = "\uf1c4";

		/// <summary>
		/// Unicode value for the 'south' icon ("\uf1e3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:south"/>.
		/// </summary>
		public const string South = "\uf1e3";

		/// <summary>
		/// Unicode value for the 'south_america' icon ("\ue7e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:south_america"/>.
		/// </summary>
		public const string SouthAmerica = "\ue7e4";

		/// <summary>
		/// Unicode value for the 'south_east' icon ("\uf1e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:south_east"/>.
		/// </summary>
		public const string SouthEast = "\uf1e4";

		/// <summary>
		/// Unicode value for the 'south_west' icon ("\uf1e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:south_west"/>.
		/// </summary>
		public const string SouthWest = "\uf1e5";

		/// <summary>
		/// Unicode value for the 'spa' icon ("\ueb4c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spa"/>.
		/// </summary>
		public const string Spa = "\ueb4c";

		/// <summary>
		/// Unicode value for the 'space_bar' icon ("\ue256").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:space_bar"/>.
		/// </summary>
		public const string SpaceBar = "\ue256";

		/// <summary>
		/// Unicode value for the 'space_dashboard' icon ("\ue66b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:space_dashboard"/>.
		/// </summary>
		public const string SpaceDashboard = "\ue66b";

		/// <summary>
		/// Unicode value for the 'spatial_audio' icon ("\uebeb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spatial_audio"/>.
		/// </summary>
		public const string SpatialAudio = "\uebeb";

		/// <summary>
		/// Unicode value for the 'spatial_audio_off' icon ("\uebe8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spatial_audio_off"/>.
		/// </summary>
		public const string SpatialAudioOff = "\uebe8";

		/// <summary>
		/// Unicode value for the 'spatial_tracking' icon ("\uebea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spatial_tracking"/>.
		/// </summary>
		public const string SpatialTracking = "\uebea";

		/// <summary>
		/// Unicode value for the 'speaker' icon ("\ue32d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speaker"/>.
		/// </summary>
		public const string Speaker = "\ue32d";

		/// <summary>
		/// Unicode value for the 'speaker_group' icon ("\ue32e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speaker_group"/>.
		/// </summary>
		public const string SpeakerGroup = "\ue32e";

		/// <summary>
		/// Unicode value for the 'speaker_notes' icon ("\ue8cd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speaker_notes"/>.
		/// </summary>
		public const string SpeakerNotes = "\ue8cd";

		/// <summary>
		/// Unicode value for the 'speaker_notes_off' icon ("\ue92a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speaker_notes_off"/>.
		/// </summary>
		public const string SpeakerNotesOff = "\ue92a";

		/// <summary>
		/// Unicode value for the 'speaker_phone' icon ("\ue0d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speaker_phone"/>.
		/// </summary>
		public const string SpeakerPhone = "\ue0d2";

		/// <summary>
		/// Unicode value for the 'speed' icon ("\ue9e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:speed"/>.
		/// </summary>
		public const string Speed = "\ue9e4";

		/// <summary>
		/// Unicode value for the 'spellcheck' icon ("\ue8ce").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spellcheck"/>.
		/// </summary>
		public const string Spellcheck = "\ue8ce";

		/// <summary>
		/// Unicode value for the 'splitscreen' icon ("\uf06d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:splitscreen"/>.
		/// </summary>
		public const string Splitscreen = "\uf06d";

		/// <summary>
		/// Unicode value for the 'spoke' icon ("\ue9a7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:spoke"/>.
		/// </summary>
		public const string Spoke = "\ue9a7";

		/// <summary>
		/// Unicode value for the 'sports' icon ("\uea30").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports"/>.
		/// </summary>
		public const string Sports = "\uea30";

		/// <summary>
		/// Unicode value for the 'sports_bar' icon ("\uf1f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_bar"/>.
		/// </summary>
		public const string SportsBar = "\uf1f3";

		/// <summary>
		/// Unicode value for the 'sports_baseball' icon ("\uea51").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_baseball"/>.
		/// </summary>
		public const string SportsBaseball = "\uea51";

		/// <summary>
		/// Unicode value for the 'sports_basketball' icon ("\uea26").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_basketball"/>.
		/// </summary>
		public const string SportsBasketball = "\uea26";

		/// <summary>
		/// Unicode value for the 'sports_cricket' icon ("\uea27").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_cricket"/>.
		/// </summary>
		public const string SportsCricket = "\uea27";

		/// <summary>
		/// Unicode value for the 'sports_esports' icon ("\uea28").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_esports"/>.
		/// </summary>
		public const string SportsEsports = "\uea28";

		/// <summary>
		/// Unicode value for the 'sports_football' icon ("\uea29").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_football"/>.
		/// </summary>
		public const string SportsFootball = "\uea29";

		/// <summary>
		/// Unicode value for the 'sports_golf' icon ("\uea2a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_golf"/>.
		/// </summary>
		public const string SportsGolf = "\uea2a";

		/// <summary>
		/// Unicode value for the 'sports_gymnastics' icon ("\uebc4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_gymnastics"/>.
		/// </summary>
		public const string SportsGymnastics = "\uebc4";

		/// <summary>
		/// Unicode value for the 'sports_handball' icon ("\uea33").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_handball"/>.
		/// </summary>
		public const string SportsHandball = "\uea33";

		/// <summary>
		/// Unicode value for the 'sports_hockey' icon ("\uea2b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_hockey"/>.
		/// </summary>
		public const string SportsHockey = "\uea2b";

		/// <summary>
		/// Unicode value for the 'sports_kabaddi' icon ("\uea34").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_kabaddi"/>.
		/// </summary>
		public const string SportsKabaddi = "\uea34";

		/// <summary>
		/// Unicode value for the 'sports_martial_arts' icon ("\ueae9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_martial_arts"/>.
		/// </summary>
		public const string SportsMartialArts = "\ueae9";

		/// <summary>
		/// Unicode value for the 'sports_mma' icon ("\uea2c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_mma"/>.
		/// </summary>
		public const string SportsMma = "\uea2c";

		/// <summary>
		/// Unicode value for the 'sports_motorsports' icon ("\uea2d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_motorsports"/>.
		/// </summary>
		public const string SportsMotorsports = "\uea2d";

		/// <summary>
		/// Unicode value for the 'sports_rugby' icon ("\uea2e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_rugby"/>.
		/// </summary>
		public const string SportsRugby = "\uea2e";

		/// <summary>
		/// Unicode value for the 'sports_score' icon ("\uf06e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_score"/>.
		/// </summary>
		public const string SportsScore = "\uf06e";

		/// <summary>
		/// Unicode value for the 'sports_soccer' icon ("\uea2f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_soccer"/>.
		/// </summary>
		public const string SportsSoccer = "\uea2f";

		/// <summary>
		/// Unicode value for the 'sports_tennis' icon ("\uea32").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_tennis"/>.
		/// </summary>
		public const string SportsTennis = "\uea32";

		/// <summary>
		/// Unicode value for the 'sports_volleyball' icon ("\uea31").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sports_volleyball"/>.
		/// </summary>
		public const string SportsVolleyball = "\uea31";

		/// <summary>
		/// Unicode value for the 'square' icon ("\ueb36").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:square"/>.
		/// </summary>
		public const string Square = "\ueb36";

		/// <summary>
		/// Unicode value for the 'square_foot' icon ("\uea49").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:square_foot"/>.
		/// </summary>
		public const string SquareFoot = "\uea49";

		/// <summary>
		/// Unicode value for the 'ssid_chart' icon ("\ueb66").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:ssid_chart"/>.
		/// </summary>
		public const string SsidChart = "\ueb66";

		/// <summary>
		/// Unicode value for the 'stacked_bar_chart' icon ("\ue9e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stacked_bar_chart"/>.
		/// </summary>
		public const string StackedBarChart = "\ue9e6";

		/// <summary>
		/// Unicode value for the 'stacked_line_chart' icon ("\uf22b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stacked_line_chart"/>.
		/// </summary>
		public const string StackedLineChart = "\uf22b";

		/// <summary>
		/// Unicode value for the 'stadium' icon ("\ueb90").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stadium"/>.
		/// </summary>
		public const string Stadium = "\ueb90";

		/// <summary>
		/// Unicode value for the 'stairs' icon ("\uf1a9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stairs"/>.
		/// </summary>
		public const string Stairs = "\uf1a9";

		/// <summary>
		/// Unicode value for the 'star' icon ("\ue838").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star"/>.
		/// </summary>
		public const string Star = "\ue838";

		/// <summary>
		/// Unicode value for the 'star_border' icon ("\ue83a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_border"/>.
		/// </summary>
		public const string StarBorder = "\ue83a";

		/// <summary>
		/// Unicode value for the 'star_border_purple500' icon ("\uf099").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_border_purple500"/>.
		/// </summary>
		public const string StarBorderPurple500 = "\uf099";

		/// <summary>
		/// Unicode value for the 'star_half' icon ("\ue839").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_half"/>.
		/// </summary>
		public const string StarHalf = "\ue839";

		/// <summary>
		/// Unicode value for the 'star_outline' icon ("\uf06f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_outline"/>.
		/// </summary>
		public const string StarOutline = "\uf06f";

		/// <summary>
		/// Unicode value for the 'star_purple500' icon ("\uf09a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_purple500"/>.
		/// </summary>
		public const string StarPurple500 = "\uf09a";

		/// <summary>
		/// Unicode value for the 'star_rate' icon ("\uf0ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:star_rate"/>.
		/// </summary>
		public const string StarRate = "\uf0ec";

		/// <summary>
		/// Unicode value for the 'stars' icon ("\ue8d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stars"/>.
		/// </summary>
		public const string Stars = "\ue8d0";

		/// <summary>
		/// Unicode value for the 'start' icon ("\ue089").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:start"/>.
		/// </summary>
		public const string Start = "\ue089";

		/// <summary>
		/// Unicode value for the 'stay_current_landscape' icon ("\ue0d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stay_current_landscape"/>.
		/// </summary>
		public const string StayCurrentLandscape = "\ue0d3";

		/// <summary>
		/// Unicode value for the 'stay_current_portrait' icon ("\ue0d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stay_current_portrait"/>.
		/// </summary>
		public const string StayCurrentPortrait = "\ue0d4";

		/// <summary>
		/// Unicode value for the 'stay_primary_landscape' icon ("\ue0d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stay_primary_landscape"/>.
		/// </summary>
		public const string StayPrimaryLandscape = "\ue0d5";

		/// <summary>
		/// Unicode value for the 'stay_primary_portrait' icon ("\ue0d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stay_primary_portrait"/>.
		/// </summary>
		public const string StayPrimaryPortrait = "\ue0d6";

		/// <summary>
		/// Unicode value for the 'sticky_note_2' icon ("\uf1fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sticky_note_2"/>.
		/// </summary>
		public const string StickyNote2 = "\uf1fc";

		/// <summary>
		/// Unicode value for the 'stop' icon ("\ue047").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stop"/>.
		/// </summary>
		public const string Stop = "\ue047";

		/// <summary>
		/// Unicode value for the 'stop_circle' icon ("\uef71").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stop_circle"/>.
		/// </summary>
		public const string StopCircle = "\uef71";

		/// <summary>
		/// Unicode value for the 'stop_screen_share' icon ("\ue0e3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stop_screen_share"/>.
		/// </summary>
		public const string StopScreenShare = "\ue0e3";

		/// <summary>
		/// Unicode value for the 'storage' icon ("\ue1db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:storage"/>.
		/// </summary>
		public const string Storage = "\ue1db";

		/// <summary>
		/// Unicode value for the 'store' icon ("\ue8d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:store"/>.
		/// </summary>
		public const string Store = "\ue8d1";

		/// <summary>
		/// Unicode value for the 'store_mall_directory' icon ("\ue563").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:store_mall_directory"/>.
		/// </summary>
		public const string StoreMallDirectory = "\ue563";

		/// <summary>
		/// Unicode value for the 'storefront' icon ("\uea12").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:storefront"/>.
		/// </summary>
		public const string Storefront = "\uea12";

		/// <summary>
		/// Unicode value for the 'storm' icon ("\uf070").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:storm"/>.
		/// </summary>
		public const string Storm = "\uf070";

		/// <summary>
		/// Unicode value for the 'straight' icon ("\ueb95").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:straight"/>.
		/// </summary>
		public const string Straight = "\ueb95";

		/// <summary>
		/// Unicode value for the 'straighten' icon ("\ue41c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:straighten"/>.
		/// </summary>
		public const string Straighten = "\ue41c";

		/// <summary>
		/// Unicode value for the 'stream' icon ("\ue9e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stream"/>.
		/// </summary>
		public const string Stream = "\ue9e9";

		/// <summary>
		/// Unicode value for the 'streetview' icon ("\ue56e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:streetview"/>.
		/// </summary>
		public const string Streetview = "\ue56e";

		/// <summary>
		/// Unicode value for the 'strikethrough_s' icon ("\ue257").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:strikethrough_s"/>.
		/// </summary>
		public const string StrikethroughS = "\ue257";

		/// <summary>
		/// Unicode value for the 'stroller' icon ("\uf1ae").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:stroller"/>.
		/// </summary>
		public const string Stroller = "\uf1ae";

		/// <summary>
		/// Unicode value for the 'style' icon ("\ue41d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:style"/>.
		/// </summary>
		public const string Style = "\ue41d";

		/// <summary>
		/// Unicode value for the 'subdirectory_arrow_left' icon ("\ue5d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subdirectory_arrow_left"/>.
		/// </summary>
		public const string SubdirectoryArrowLeft = "\ue5d9";

		/// <summary>
		/// Unicode value for the 'subdirectory_arrow_right' icon ("\ue5da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subdirectory_arrow_right"/>.
		/// </summary>
		public const string SubdirectoryArrowRight = "\ue5da";

		/// <summary>
		/// Unicode value for the 'subject' icon ("\ue8d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subject"/>.
		/// </summary>
		public const string Subject = "\ue8d2";

		/// <summary>
		/// Unicode value for the 'subscript' icon ("\uf111").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subscript"/>.
		/// </summary>
		public const string Subscript = "\uf111";

		/// <summary>
		/// Unicode value for the 'subscriptions' icon ("\ue064").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subscriptions"/>.
		/// </summary>
		public const string Subscriptions = "\ue064";

		/// <summary>
		/// Unicode value for the 'subtitles' icon ("\ue048").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subtitles"/>.
		/// </summary>
		public const string Subtitles = "\ue048";

		/// <summary>
		/// Unicode value for the 'subtitles_off' icon ("\uef72").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subtitles_off"/>.
		/// </summary>
		public const string SubtitlesOff = "\uef72";

		/// <summary>
		/// Unicode value for the 'subway' icon ("\ue56f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:subway"/>.
		/// </summary>
		public const string Subway = "\ue56f";

		/// <summary>
		/// Unicode value for the 'summarize' icon ("\uf071").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:summarize"/>.
		/// </summary>
		public const string Summarize = "\uf071";

		/// <summary>
		/// Unicode value for the 'sunny' icon ("\ue81a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sunny"/>.
		/// </summary>
		public const string Sunny = "\ue81a";

		/// <summary>
		/// Unicode value for the 'sunny_snowing' icon ("\ue819").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sunny_snowing"/>.
		/// </summary>
		public const string SunnySnowing = "\ue819";

		/// <summary>
		/// Unicode value for the 'superscript' icon ("\uf112").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:superscript"/>.
		/// </summary>
		public const string Superscript = "\uf112";

		/// <summary>
		/// Unicode value for the 'supervised_user_circle' icon ("\ue939").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:supervised_user_circle"/>.
		/// </summary>
		public const string SupervisedUserCircle = "\ue939";

		/// <summary>
		/// Unicode value for the 'supervisor_account' icon ("\ue8d3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:supervisor_account"/>.
		/// </summary>
		public const string SupervisorAccount = "\ue8d3";

		/// <summary>
		/// Unicode value for the 'support' icon ("\uef73").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:support"/>.
		/// </summary>
		public const string Support = "\uef73";

		/// <summary>
		/// Unicode value for the 'support_agent' icon ("\uf0e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:support_agent"/>.
		/// </summary>
		public const string SupportAgent = "\uf0e2";

		/// <summary>
		/// Unicode value for the 'surfing' icon ("\ue515").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:surfing"/>.
		/// </summary>
		public const string Surfing = "\ue515";

		/// <summary>
		/// Unicode value for the 'surround_sound' icon ("\ue049").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:surround_sound"/>.
		/// </summary>
		public const string SurroundSound = "\ue049";

		/// <summary>
		/// Unicode value for the 'swap_calls' icon ("\ue0d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_calls"/>.
		/// </summary>
		public const string SwapCalls = "\ue0d7";

		/// <summary>
		/// Unicode value for the 'swap_horiz' icon ("\ue8d4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_horiz"/>.
		/// </summary>
		public const string SwapHoriz = "\ue8d4";

		/// <summary>
		/// Unicode value for the 'swap_horizontal_circle' icon ("\ue933").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_horizontal_circle"/>.
		/// </summary>
		public const string SwapHorizontalCircle = "\ue933";

		/// <summary>
		/// Unicode value for the 'swap_vert' icon ("\ue8d5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_vert"/>.
		/// </summary>
		public const string SwapVert = "\ue8d5";

		/// <summary>
		/// Unicode value for the 'swap_vert_circle' icon ("\ue8d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_vert_circle"/>.
		/// </summary>
		public const string SwapVertCircle = "\ue8d6";

		/// <summary>
		/// Unicode value for the 'swap_vertical_circle' icon ("\ue8d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swap_vertical_circle"/>.
		/// </summary>
		public const string SwapVerticalCircle = "\ue8d6";

		/// <summary>
		/// Unicode value for the 'swipe' icon ("\ue9ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe"/>.
		/// </summary>
		public const string Swipe = "\ue9ec";

		/// <summary>
		/// Unicode value for the 'swipe_down' icon ("\ueb53").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_down"/>.
		/// </summary>
		public const string SwipeDown = "\ueb53";

		/// <summary>
		/// Unicode value for the 'swipe_down_alt' icon ("\ueb30").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_down_alt"/>.
		/// </summary>
		public const string SwipeDownAlt = "\ueb30";

		/// <summary>
		/// Unicode value for the 'swipe_left' icon ("\ueb59").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_left"/>.
		/// </summary>
		public const string SwipeLeft = "\ueb59";

		/// <summary>
		/// Unicode value for the 'swipe_left_alt' icon ("\ueb33").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_left_alt"/>.
		/// </summary>
		public const string SwipeLeftAlt = "\ueb33";

		/// <summary>
		/// Unicode value for the 'swipe_right' icon ("\ueb52").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_right"/>.
		/// </summary>
		public const string SwipeRight = "\ueb52";

		/// <summary>
		/// Unicode value for the 'swipe_right_alt' icon ("\ueb56").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_right_alt"/>.
		/// </summary>
		public const string SwipeRightAlt = "\ueb56";

		/// <summary>
		/// Unicode value for the 'swipe_up' icon ("\ueb2e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_up"/>.
		/// </summary>
		public const string SwipeUp = "\ueb2e";

		/// <summary>
		/// Unicode value for the 'swipe_up_alt' icon ("\ueb35").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_up_alt"/>.
		/// </summary>
		public const string SwipeUpAlt = "\ueb35";

		/// <summary>
		/// Unicode value for the 'swipe_vertical' icon ("\ueb51").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:swipe_vertical"/>.
		/// </summary>
		public const string SwipeVertical = "\ueb51";

		/// <summary>
		/// Unicode value for the 'switch_access_shortcut' icon ("\ue7e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_access_shortcut"/>.
		/// </summary>
		public const string SwitchAccessShortcut = "\ue7e1";

		/// <summary>
		/// Unicode value for the 'switch_access_shortcut_add' icon ("\ue7e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_access_shortcut_add"/>.
		/// </summary>
		public const string SwitchAccessShortcutAdd = "\ue7e2";

		/// <summary>
		/// Unicode value for the 'switch_account' icon ("\ue9ed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_account"/>.
		/// </summary>
		public const string SwitchAccount = "\ue9ed";

		/// <summary>
		/// Unicode value for the 'switch_camera' icon ("\ue41e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_camera"/>.
		/// </summary>
		public const string SwitchCamera = "\ue41e";

		/// <summary>
		/// Unicode value for the 'switch_left' icon ("\uf1d1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_left"/>.
		/// </summary>
		public const string SwitchLeft = "\uf1d1";

		/// <summary>
		/// Unicode value for the 'switch_right' icon ("\uf1d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_right"/>.
		/// </summary>
		public const string SwitchRight = "\uf1d2";

		/// <summary>
		/// Unicode value for the 'switch_video' icon ("\ue41f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:switch_video"/>.
		/// </summary>
		public const string SwitchVideo = "\ue41f";

		/// <summary>
		/// Unicode value for the 'synagogue' icon ("\ueab0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:synagogue"/>.
		/// </summary>
		public const string Synagogue = "\ueab0";

		/// <summary>
		/// Unicode value for the 'sync' icon ("\ue627").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sync"/>.
		/// </summary>
		public const string Sync = "\ue627";

		/// <summary>
		/// Unicode value for the 'sync_alt' icon ("\uea18").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sync_alt"/>.
		/// </summary>
		public const string SyncAlt = "\uea18";

		/// <summary>
		/// Unicode value for the 'sync_disabled' icon ("\ue628").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sync_disabled"/>.
		/// </summary>
		public const string SyncDisabled = "\ue628";

		/// <summary>
		/// Unicode value for the 'sync_lock' icon ("\ueaee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sync_lock"/>.
		/// </summary>
		public const string SyncLock = "\ueaee";

		/// <summary>
		/// Unicode value for the 'sync_problem' icon ("\ue629").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:sync_problem"/>.
		/// </summary>
		public const string SyncProblem = "\ue629";

		/// <summary>
		/// Unicode value for the 'system_security_update' icon ("\uf072").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_security_update"/>.
		/// </summary>
		public const string SystemSecurityUpdate = "\uf072";

		/// <summary>
		/// Unicode value for the 'system_security_update_good' icon ("\uf073").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_security_update_good"/>.
		/// </summary>
		public const string SystemSecurityUpdateGood = "\uf073";

		/// <summary>
		/// Unicode value for the 'system_security_update_warning' icon ("\uf074").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_security_update_warning"/>.
		/// </summary>
		public const string SystemSecurityUpdateWarning = "\uf074";

		/// <summary>
		/// Unicode value for the 'system_update' icon ("\ue62a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_update"/>.
		/// </summary>
		public const string SystemUpdate = "\ue62a";

		/// <summary>
		/// Unicode value for the 'system_update_alt' icon ("\ue8d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_update_alt"/>.
		/// </summary>
		public const string SystemUpdateAlt = "\ue8d7";

		/// <summary>
		/// Unicode value for the 'system_update_tv' icon ("\ue8d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:system_update_tv"/>.
		/// </summary>
		public const string SystemUpdateTv = "\ue8d7";

		/// <summary>
		/// Unicode value for the 'tab' icon ("\ue8d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tab"/>.
		/// </summary>
		public const string Tab = "\ue8d8";

		/// <summary>
		/// Unicode value for the 'tab_unselected' icon ("\ue8d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tab_unselected"/>.
		/// </summary>
		public const string TabUnselected = "\ue8d9";

		/// <summary>
		/// Unicode value for the 'table_bar' icon ("\uead2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:table_bar"/>.
		/// </summary>
		public const string TableBar = "\uead2";

		/// <summary>
		/// Unicode value for the 'table_chart' icon ("\ue265").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:table_chart"/>.
		/// </summary>
		public const string TableChart = "\ue265";

		/// <summary>
		/// Unicode value for the 'table_restaurant' icon ("\ueac6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:table_restaurant"/>.
		/// </summary>
		public const string TableRestaurant = "\ueac6";

		/// <summary>
		/// Unicode value for the 'table_rows' icon ("\uf101").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:table_rows"/>.
		/// </summary>
		public const string TableRows = "\uf101";

		/// <summary>
		/// Unicode value for the 'table_view' icon ("\uf1be").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:table_view"/>.
		/// </summary>
		public const string TableView = "\uf1be";

		/// <summary>
		/// Unicode value for the 'tablet' icon ("\ue32f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tablet"/>.
		/// </summary>
		public const string Tablet = "\ue32f";

		/// <summary>
		/// Unicode value for the 'tablet_android' icon ("\ue330").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tablet_android"/>.
		/// </summary>
		public const string TabletAndroid = "\ue330";

		/// <summary>
		/// Unicode value for the 'tablet_mac' icon ("\ue331").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tablet_mac"/>.
		/// </summary>
		public const string TabletMac = "\ue331";

		/// <summary>
		/// Unicode value for the 'tag' icon ("\ue9ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tag"/>.
		/// </summary>
		public const string Tag = "\ue9ef";

		/// <summary>
		/// Unicode value for the 'tag_faces' icon ("\ue420").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tag_faces"/>.
		/// </summary>
		public const string TagFaces = "\ue420";

		/// <summary>
		/// Unicode value for the 'takeout_dining' icon ("\uea74").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:takeout_dining"/>.
		/// </summary>
		public const string TakeoutDining = "\uea74";

		/// <summary>
		/// Unicode value for the 'tap_and_play' icon ("\ue62b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tap_and_play"/>.
		/// </summary>
		public const string TapAndPlay = "\ue62b";

		/// <summary>
		/// Unicode value for the 'tapas' icon ("\uf1e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tapas"/>.
		/// </summary>
		public const string Tapas = "\uf1e9";

		/// <summary>
		/// Unicode value for the 'task' icon ("\uf075").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:task"/>.
		/// </summary>
		public const string Task = "\uf075";

		/// <summary>
		/// Unicode value for the 'task_alt' icon ("\ue2e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:task_alt"/>.
		/// </summary>
		public const string TaskAlt = "\ue2e6";

		/// <summary>
		/// Unicode value for the 'taxi_alert' icon ("\uef74").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:taxi_alert"/>.
		/// </summary>
		public const string TaxiAlert = "\uef74";

		/// <summary>
		/// Unicode value for the 'telegram' icon ("\uea6b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:telegram"/>.
		/// </summary>
		public const string Telegram = "\uea6b";

		/// <summary>
		/// Unicode value for the 'temple_buddhist' icon ("\ueab3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:temple_buddhist"/>.
		/// </summary>
		public const string TempleBuddhist = "\ueab3";

		/// <summary>
		/// Unicode value for the 'temple_hindu' icon ("\ueaaf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:temple_hindu"/>.
		/// </summary>
		public const string TempleHindu = "\ueaaf";

		/// <summary>
		/// Unicode value for the 'terminal' icon ("\ueb8e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:terminal"/>.
		/// </summary>
		public const string Terminal = "\ueb8e";

		/// <summary>
		/// Unicode value for the 'terrain' icon ("\ue564").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:terrain"/>.
		/// </summary>
		public const string Terrain = "\ue564";

		/// <summary>
		/// Unicode value for the 'text_decrease' icon ("\ueadd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_decrease"/>.
		/// </summary>
		public const string TextDecrease = "\ueadd";

		/// <summary>
		/// Unicode value for the 'text_fields' icon ("\ue262").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_fields"/>.
		/// </summary>
		public const string TextFields = "\ue262";

		/// <summary>
		/// Unicode value for the 'text_format' icon ("\ue165").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_format"/>.
		/// </summary>
		public const string TextFormat = "\ue165";

		/// <summary>
		/// Unicode value for the 'text_increase' icon ("\ueae2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_increase"/>.
		/// </summary>
		public const string TextIncrease = "\ueae2";

		/// <summary>
		/// Unicode value for the 'text_rotate_up' icon ("\ue93a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotate_up"/>.
		/// </summary>
		public const string TextRotateUp = "\ue93a";

		/// <summary>
		/// Unicode value for the 'text_rotate_vertical' icon ("\ue93b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotate_vertical"/>.
		/// </summary>
		public const string TextRotateVertical = "\ue93b";

		/// <summary>
		/// Unicode value for the 'text_rotation_angledown' icon ("\ue93c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotation_angledown"/>.
		/// </summary>
		public const string TextRotationAngledown = "\ue93c";

		/// <summary>
		/// Unicode value for the 'text_rotation_angleup' icon ("\ue93d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotation_angleup"/>.
		/// </summary>
		public const string TextRotationAngleup = "\ue93d";

		/// <summary>
		/// Unicode value for the 'text_rotation_down' icon ("\ue93e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotation_down"/>.
		/// </summary>
		public const string TextRotationDown = "\ue93e";

		/// <summary>
		/// Unicode value for the 'text_rotation_none' icon ("\ue93f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_rotation_none"/>.
		/// </summary>
		public const string TextRotationNone = "\ue93f";

		/// <summary>
		/// Unicode value for the 'text_snippet' icon ("\uf1c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:text_snippet"/>.
		/// </summary>
		public const string TextSnippet = "\uf1c6";

		/// <summary>
		/// Unicode value for the 'textsms' icon ("\ue0d8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:textsms"/>.
		/// </summary>
		public const string Textsms = "\ue0d8";

		/// <summary>
		/// Unicode value for the 'texture' icon ("\ue421").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:texture"/>.
		/// </summary>
		public const string Texture = "\ue421";

		/// <summary>
		/// Unicode value for the 'theater_comedy' icon ("\uea66").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:theater_comedy"/>.
		/// </summary>
		public const string TheaterComedy = "\uea66";

		/// <summary>
		/// Unicode value for the 'theaters' icon ("\ue8da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:theaters"/>.
		/// </summary>
		public const string Theaters = "\ue8da";

		/// <summary>
		/// Unicode value for the 'thermostat' icon ("\uf076").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thermostat"/>.
		/// </summary>
		public const string Thermostat = "\uf076";

		/// <summary>
		/// Unicode value for the 'thermostat_auto' icon ("\uf077").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thermostat_auto"/>.
		/// </summary>
		public const string ThermostatAuto = "\uf077";

		/// <summary>
		/// Unicode value for the 'thumb_down' icon ("\ue8db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_down"/>.
		/// </summary>
		public const string ThumbDown = "\ue8db";

		/// <summary>
		/// Unicode value for the 'thumb_down_alt' icon ("\ue816").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_down_alt"/>.
		/// </summary>
		public const string ThumbDownAlt = "\ue816";

		/// <summary>
		/// Unicode value for the 'thumb_down_off_alt' icon ("\ue9f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_down_off_alt"/>.
		/// </summary>
		public const string ThumbDownOffAlt = "\ue9f2";

		/// <summary>
		/// Unicode value for the 'thumb_up' icon ("\ue8dc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_up"/>.
		/// </summary>
		public const string ThumbUp = "\ue8dc";

		/// <summary>
		/// Unicode value for the 'thumb_up_alt' icon ("\ue817").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_up_alt"/>.
		/// </summary>
		public const string ThumbUpAlt = "\ue817";

		/// <summary>
		/// Unicode value for the 'thumb_up_off_alt' icon ("\ue9f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumb_up_off_alt"/>.
		/// </summary>
		public const string ThumbUpOffAlt = "\ue9f3";

		/// <summary>
		/// Unicode value for the 'thumbs_up_down' icon ("\ue8dd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thumbs_up_down"/>.
		/// </summary>
		public const string ThumbsUpDown = "\ue8dd";

		/// <summary>
		/// Unicode value for the 'thunderstorm' icon ("\uebdb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:thunderstorm"/>.
		/// </summary>
		public const string Thunderstorm = "\uebdb";

		/// <summary>
		/// Unicode value for the 'tiktok' icon ("\uea7e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tiktok"/>.
		/// </summary>
		public const string Tiktok = "\uea7e";

		/// <summary>
		/// Unicode value for the 'time_to_leave' icon ("\ue62c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:time_to_leave"/>.
		/// </summary>
		public const string TimeToLeave = "\ue62c";

		/// <summary>
		/// Unicode value for the 'timelapse' icon ("\ue422").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timelapse"/>.
		/// </summary>
		public const string Timelapse = "\ue422";

		/// <summary>
		/// Unicode value for the 'timeline' icon ("\ue922").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timeline"/>.
		/// </summary>
		public const string Timeline = "\ue922";

		/// <summary>
		/// Unicode value for the 'timer' icon ("\ue425").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer"/>.
		/// </summary>
		public const string Timer = "\ue425";

		/// <summary>
		/// Unicode value for the 'timer_10' icon ("\ue423").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer_10"/>.
		/// </summary>
		public const string Timer10 = "\ue423";

		/// <summary>
		/// Unicode value for the 'timer_10_select' icon ("\uf07a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer_10_select"/>.
		/// </summary>
		public const string Timer10Select = "\uf07a";

		/// <summary>
		/// Unicode value for the 'timer_3' icon ("\ue424").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer_3"/>.
		/// </summary>
		public const string Timer3 = "\ue424";

		/// <summary>
		/// Unicode value for the 'timer_3_select' icon ("\uf07b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer_3_select"/>.
		/// </summary>
		public const string Timer3Select = "\uf07b";

		/// <summary>
		/// Unicode value for the 'timer_off' icon ("\ue426").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:timer_off"/>.
		/// </summary>
		public const string TimerOff = "\ue426";

		/// <summary>
		/// Unicode value for the 'tips_and_updates' icon ("\ue79a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tips_and_updates"/>.
		/// </summary>
		public const string TipsAndUpdates = "\ue79a";

		/// <summary>
		/// Unicode value for the 'tire_repair' icon ("\uebc8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tire_repair"/>.
		/// </summary>
		public const string TireRepair = "\uebc8";

		/// <summary>
		/// Unicode value for the 'title' icon ("\ue264").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:title"/>.
		/// </summary>
		public const string Title = "\ue264";

		/// <summary>
		/// Unicode value for the 'toc' icon ("\ue8de").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:toc"/>.
		/// </summary>
		public const string Toc = "\ue8de";

		/// <summary>
		/// Unicode value for the 'today' icon ("\ue8df").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:today"/>.
		/// </summary>
		public const string Today = "\ue8df";

		/// <summary>
		/// Unicode value for the 'toggle_off' icon ("\ue9f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:toggle_off"/>.
		/// </summary>
		public const string ToggleOff = "\ue9f5";

		/// <summary>
		/// Unicode value for the 'toggle_on' icon ("\ue9f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:toggle_on"/>.
		/// </summary>
		public const string ToggleOn = "\ue9f6";

		/// <summary>
		/// Unicode value for the 'token' icon ("\uea25").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:token"/>.
		/// </summary>
		public const string Token = "\uea25";

		/// <summary>
		/// Unicode value for the 'toll' icon ("\ue8e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:toll"/>.
		/// </summary>
		public const string Toll = "\ue8e0";

		/// <summary>
		/// Unicode value for the 'tonality' icon ("\ue427").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tonality"/>.
		/// </summary>
		public const string Tonality = "\ue427";

		/// <summary>
		/// Unicode value for the 'topic' icon ("\uf1c8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:topic"/>.
		/// </summary>
		public const string Topic = "\uf1c8";

		/// <summary>
		/// Unicode value for the 'tornado' icon ("\ue199").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tornado"/>.
		/// </summary>
		public const string Tornado = "\ue199";

		/// <summary>
		/// Unicode value for the 'touch_app' icon ("\ue913").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:touch_app"/>.
		/// </summary>
		public const string TouchApp = "\ue913";

		/// <summary>
		/// Unicode value for the 'tour' icon ("\uef75").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tour"/>.
		/// </summary>
		public const string Tour = "\uef75";

		/// <summary>
		/// Unicode value for the 'toys' icon ("\ue332").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:toys"/>.
		/// </summary>
		public const string Toys = "\ue332";

		/// <summary>
		/// Unicode value for the 'track_changes' icon ("\ue8e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:track_changes"/>.
		/// </summary>
		public const string TrackChanges = "\ue8e1";

		/// <summary>
		/// Unicode value for the 'traffic' icon ("\ue565").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:traffic"/>.
		/// </summary>
		public const string Traffic = "\ue565";

		/// <summary>
		/// Unicode value for the 'train' icon ("\ue570").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:train"/>.
		/// </summary>
		public const string Train = "\ue570";

		/// <summary>
		/// Unicode value for the 'tram' icon ("\ue571").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tram"/>.
		/// </summary>
		public const string Tram = "\ue571";

		/// <summary>
		/// Unicode value for the 'transcribe' icon ("\uf8ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:transcribe"/>.
		/// </summary>
		public const string Transcribe = "\uf8ec";

		/// <summary>
		/// Unicode value for the 'transfer_within_a_station' icon ("\ue572").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:transfer_within_a_station"/>.
		/// </summary>
		public const string TransferWithinAStation = "\ue572";

		/// <summary>
		/// Unicode value for the 'transform' icon ("\ue428").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:transform"/>.
		/// </summary>
		public const string Transform = "\ue428";

		/// <summary>
		/// Unicode value for the 'transgender' icon ("\ue58d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:transgender"/>.
		/// </summary>
		public const string Transgender = "\ue58d";

		/// <summary>
		/// Unicode value for the 'transit_enterexit' icon ("\ue579").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:transit_enterexit"/>.
		/// </summary>
		public const string TransitEnterexit = "\ue579";

		/// <summary>
		/// Unicode value for the 'translate' icon ("\ue8e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:translate"/>.
		/// </summary>
		public const string Translate = "\ue8e2";

		/// <summary>
		/// Unicode value for the 'travel_explore' icon ("\ue2db").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:travel_explore"/>.
		/// </summary>
		public const string TravelExplore = "\ue2db";

		/// <summary>
		/// Unicode value for the 'trending_down' icon ("\ue8e3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trending_down"/>.
		/// </summary>
		public const string TrendingDown = "\ue8e3";

		/// <summary>
		/// Unicode value for the 'trending_flat' icon ("\ue8e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trending_flat"/>.
		/// </summary>
		public const string TrendingFlat = "\ue8e4";

		/// <summary>
		/// Unicode value for the 'trending_neutral' icon ("\ue8e4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trending_neutral"/>.
		/// </summary>
		public const string TrendingNeutral = "\ue8e4";

		/// <summary>
		/// Unicode value for the 'trending_up' icon ("\ue8e5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trending_up"/>.
		/// </summary>
		public const string TrendingUp = "\ue8e5";

		/// <summary>
		/// Unicode value for the 'trip_origin' icon ("\ue57b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trip_origin"/>.
		/// </summary>
		public const string TripOrigin = "\ue57b";

		/// <summary>
		/// Unicode value for the 'trolley' icon ("\uf86b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:trolley"/>.
		/// </summary>
		public const string Trolley = "\uf86b";

		/// <summary>
		/// Unicode value for the 'troubleshoot' icon ("\ue1d2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:troubleshoot"/>.
		/// </summary>
		public const string Troubleshoot = "\ue1d2";

		/// <summary>
		/// Unicode value for the 'try' icon ("\uf07c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:try"/>.
		/// </summary>
		public const string Try = "\uf07c";

		/// <summary>
		/// Unicode value for the 'tsunami' icon ("\uebd8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tsunami"/>.
		/// </summary>
		public const string Tsunami = "\uebd8";

		/// <summary>
		/// Unicode value for the 'tty' icon ("\uf1aa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tty"/>.
		/// </summary>
		public const string Tty = "\uf1aa";

		/// <summary>
		/// Unicode value for the 'tune' icon ("\ue429").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tune"/>.
		/// </summary>
		public const string Tune = "\ue429";

		/// <summary>
		/// Unicode value for the 'tungsten' icon ("\uf07d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tungsten"/>.
		/// </summary>
		public const string Tungsten = "\uf07d";

		/// <summary>
		/// Unicode value for the 'turn_left' icon ("\ueba6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_left"/>.
		/// </summary>
		public const string TurnLeft = "\ueba6";

		/// <summary>
		/// Unicode value for the 'turn_right' icon ("\uebab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_right"/>.
		/// </summary>
		public const string TurnRight = "\uebab";

		/// <summary>
		/// Unicode value for the 'turn_sharp_left' icon ("\ueba7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_sharp_left"/>.
		/// </summary>
		public const string TurnSharpLeft = "\ueba7";

		/// <summary>
		/// Unicode value for the 'turn_sharp_right' icon ("\uebaa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_sharp_right"/>.
		/// </summary>
		public const string TurnSharpRight = "\uebaa";

		/// <summary>
		/// Unicode value for the 'turn_slight_left' icon ("\ueba4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_slight_left"/>.
		/// </summary>
		public const string TurnSlightLeft = "\ueba4";

		/// <summary>
		/// Unicode value for the 'turn_slight_right' icon ("\ueb9a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turn_slight_right"/>.
		/// </summary>
		public const string TurnSlightRight = "\ueb9a";

		/// <summary>
		/// Unicode value for the 'turned_in' icon ("\ue8e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turned_in"/>.
		/// </summary>
		public const string TurnedIn = "\ue8e6";

		/// <summary>
		/// Unicode value for the 'turned_in_not' icon ("\ue8e7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:turned_in_not"/>.
		/// </summary>
		public const string TurnedInNot = "\ue8e7";

		/// <summary>
		/// Unicode value for the 'tv' icon ("\ue333").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tv"/>.
		/// </summary>
		public const string Tv = "\ue333";

		/// <summary>
		/// Unicode value for the 'tv_off' icon ("\ue647").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:tv_off"/>.
		/// </summary>
		public const string TvOff = "\ue647";

		/// <summary>
		/// Unicode value for the 'two_wheeler' icon ("\ue9f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:two_wheeler"/>.
		/// </summary>
		public const string TwoWheeler = "\ue9f9";

		/// <summary>
		/// Unicode value for the 'type_specimen' icon ("\uf8f0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:type_specimen"/>.
		/// </summary>
		public const string TypeSpecimen = "\uf8f0";

		/// <summary>
		/// Unicode value for the 'u_turn_left' icon ("\ueba1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:u_turn_left"/>.
		/// </summary>
		public const string UTurnLeft = "\ueba1";

		/// <summary>
		/// Unicode value for the 'u_turn_right' icon ("\ueba2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:u_turn_right"/>.
		/// </summary>
		public const string UTurnRight = "\ueba2";

		/// <summary>
		/// Unicode value for the 'umbrella' icon ("\uf1ad").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:umbrella"/>.
		/// </summary>
		public const string Umbrella = "\uf1ad";

		/// <summary>
		/// Unicode value for the 'unarchive' icon ("\ue169").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unarchive"/>.
		/// </summary>
		public const string Unarchive = "\ue169";

		/// <summary>
		/// Unicode value for the 'undo' icon ("\ue166").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:undo"/>.
		/// </summary>
		public const string Undo = "\ue166";

		/// <summary>
		/// Unicode value for the 'unfold_less' icon ("\ue5d6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unfold_less"/>.
		/// </summary>
		public const string UnfoldLess = "\ue5d6";

		/// <summary>
		/// Unicode value for the 'unfold_less_double' icon ("\uf8cf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unfold_less_double"/>.
		/// </summary>
		public const string UnfoldLessDouble = "\uf8cf";

		/// <summary>
		/// Unicode value for the 'unfold_more' icon ("\ue5d7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unfold_more"/>.
		/// </summary>
		public const string UnfoldMore = "\ue5d7";

		/// <summary>
		/// Unicode value for the 'unfold_more_double' icon ("\uf8d0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unfold_more_double"/>.
		/// </summary>
		public const string UnfoldMoreDouble = "\uf8d0";

		/// <summary>
		/// Unicode value for the 'unpublished' icon ("\uf236").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unpublished"/>.
		/// </summary>
		public const string Unpublished = "\uf236";

		/// <summary>
		/// Unicode value for the 'unsubscribe' icon ("\ue0eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:unsubscribe"/>.
		/// </summary>
		public const string Unsubscribe = "\ue0eb";

		/// <summary>
		/// Unicode value for the 'upcoming' icon ("\uf07e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:upcoming"/>.
		/// </summary>
		public const string Upcoming = "\uf07e";

		/// <summary>
		/// Unicode value for the 'update' icon ("\ue923").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:update"/>.
		/// </summary>
		public const string Update = "\ue923";

		/// <summary>
		/// Unicode value for the 'update_disabled' icon ("\ue075").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:update_disabled"/>.
		/// </summary>
		public const string UpdateDisabled = "\ue075";

		/// <summary>
		/// Unicode value for the 'upgrade' icon ("\uf0fb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:upgrade"/>.
		/// </summary>
		public const string Upgrade = "\uf0fb";

		/// <summary>
		/// Unicode value for the 'upload' icon ("\uf09b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:upload"/>.
		/// </summary>
		public const string Upload = "\uf09b";

		/// <summary>
		/// Unicode value for the 'upload_file' icon ("\ue9fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:upload_file"/>.
		/// </summary>
		public const string UploadFile = "\ue9fc";

		/// <summary>
		/// Unicode value for the 'usb' icon ("\ue1e0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:usb"/>.
		/// </summary>
		public const string Usb = "\ue1e0";

		/// <summary>
		/// Unicode value for the 'usb_off' icon ("\ue4fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:usb_off"/>.
		/// </summary>
		public const string UsbOff = "\ue4fa";

		/// <summary>
		/// Unicode value for the 'vaccines' icon ("\ue138").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vaccines"/>.
		/// </summary>
		public const string Vaccines = "\ue138";

		/// <summary>
		/// Unicode value for the 'vape_free' icon ("\uebc6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vape_free"/>.
		/// </summary>
		public const string VapeFree = "\uebc6";

		/// <summary>
		/// Unicode value for the 'vaping_rooms' icon ("\uebcf").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vaping_rooms"/>.
		/// </summary>
		public const string VapingRooms = "\uebcf";

		/// <summary>
		/// Unicode value for the 'verified' icon ("\uef76").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:verified"/>.
		/// </summary>
		public const string Verified = "\uef76";

		/// <summary>
		/// Unicode value for the 'verified_user' icon ("\ue8e8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:verified_user"/>.
		/// </summary>
		public const string VerifiedUser = "\ue8e8";

		/// <summary>
		/// Unicode value for the 'vertical_align_bottom' icon ("\ue258").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_align_bottom"/>.
		/// </summary>
		public const string VerticalAlignBottom = "\ue258";

		/// <summary>
		/// Unicode value for the 'vertical_align_center' icon ("\ue259").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_align_center"/>.
		/// </summary>
		public const string VerticalAlignCenter = "\ue259";

		/// <summary>
		/// Unicode value for the 'vertical_align_top' icon ("\ue25a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_align_top"/>.
		/// </summary>
		public const string VerticalAlignTop = "\ue25a";

		/// <summary>
		/// Unicode value for the 'vertical_distribute' icon ("\ue076").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_distribute"/>.
		/// </summary>
		public const string VerticalDistribute = "\ue076";

		/// <summary>
		/// Unicode value for the 'vertical_shades' icon ("\uec0e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_shades"/>.
		/// </summary>
		public const string VerticalShades = "\uec0e";

		/// <summary>
		/// Unicode value for the 'vertical_shades_closed' icon ("\uec0d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_shades_closed"/>.
		/// </summary>
		public const string VerticalShadesClosed = "\uec0d";

		/// <summary>
		/// Unicode value for the 'vertical_split' icon ("\ue949").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vertical_split"/>.
		/// </summary>
		public const string VerticalSplit = "\ue949";

		/// <summary>
		/// Unicode value for the 'vibration' icon ("\ue62d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vibration"/>.
		/// </summary>
		public const string Vibration = "\ue62d";

		/// <summary>
		/// Unicode value for the 'video_call' icon ("\ue070").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_call"/>.
		/// </summary>
		public const string VideoCall = "\ue070";

		/// <summary>
		/// Unicode value for the 'video_camera_back' icon ("\uf07f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_camera_back"/>.
		/// </summary>
		public const string VideoCameraBack = "\uf07f";

		/// <summary>
		/// Unicode value for the 'video_camera_front' icon ("\uf080").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_camera_front"/>.
		/// </summary>
		public const string VideoCameraFront = "\uf080";

		/// <summary>
		/// Unicode value for the 'video_chat' icon ("\uf8a0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_chat"/>.
		/// </summary>
		public const string VideoChat = "\uf8a0";

		/// <summary>
		/// Unicode value for the 'video_collection' icon ("\ue04a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_collection"/>.
		/// </summary>
		public const string VideoCollection = "\ue04a";

		/// <summary>
		/// Unicode value for the 'video_file' icon ("\ueb87").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_file"/>.
		/// </summary>
		public const string VideoFile = "\ueb87";

		/// <summary>
		/// Unicode value for the 'video_label' icon ("\ue071").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_label"/>.
		/// </summary>
		public const string VideoLabel = "\ue071";

		/// <summary>
		/// Unicode value for the 'video_library' icon ("\ue04a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_library"/>.
		/// </summary>
		public const string VideoLibrary = "\ue04a";

		/// <summary>
		/// Unicode value for the 'video_settings' icon ("\uea75").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_settings"/>.
		/// </summary>
		public const string VideoSettings = "\uea75";

		/// <summary>
		/// Unicode value for the 'video_stable' icon ("\uf081").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:video_stable"/>.
		/// </summary>
		public const string VideoStable = "\uf081";

		/// <summary>
		/// Unicode value for the 'videocam' icon ("\ue04b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:videocam"/>.
		/// </summary>
		public const string Videocam = "\ue04b";

		/// <summary>
		/// Unicode value for the 'videocam_off' icon ("\ue04c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:videocam_off"/>.
		/// </summary>
		public const string VideocamOff = "\ue04c";

		/// <summary>
		/// Unicode value for the 'videogame_asset' icon ("\ue338").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:videogame_asset"/>.
		/// </summary>
		public const string VideogameAsset = "\ue338";

		/// <summary>
		/// Unicode value for the 'videogame_asset_off' icon ("\ue500").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:videogame_asset_off"/>.
		/// </summary>
		public const string VideogameAssetOff = "\ue500";

		/// <summary>
		/// Unicode value for the 'view_agenda' icon ("\ue8e9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_agenda"/>.
		/// </summary>
		public const string ViewAgenda = "\ue8e9";

		/// <summary>
		/// Unicode value for the 'view_array' icon ("\ue8ea").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_array"/>.
		/// </summary>
		public const string ViewArray = "\ue8ea";

		/// <summary>
		/// Unicode value for the 'view_carousel' icon ("\ue8eb").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_carousel"/>.
		/// </summary>
		public const string ViewCarousel = "\ue8eb";

		/// <summary>
		/// Unicode value for the 'view_column' icon ("\ue8ec").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_column"/>.
		/// </summary>
		public const string ViewColumn = "\ue8ec";

		/// <summary>
		/// Unicode value for the 'view_comfortable' icon ("\ue42a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_comfortable"/>.
		/// </summary>
		public const string ViewComfortable = "\ue42a";

		/// <summary>
		/// Unicode value for the 'view_comfy' icon ("\ue42a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_comfy"/>.
		/// </summary>
		public const string ViewComfy = "\ue42a";

		/// <summary>
		/// Unicode value for the 'view_comfy_alt' icon ("\ueb73").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_comfy_alt"/>.
		/// </summary>
		public const string ViewComfyAlt = "\ueb73";

		/// <summary>
		/// Unicode value for the 'view_compact' icon ("\ue42b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_compact"/>.
		/// </summary>
		public const string ViewCompact = "\ue42b";

		/// <summary>
		/// Unicode value for the 'view_compact_alt' icon ("\ueb74").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_compact_alt"/>.
		/// </summary>
		public const string ViewCompactAlt = "\ueb74";

		/// <summary>
		/// Unicode value for the 'view_cozy' icon ("\ueb75").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_cozy"/>.
		/// </summary>
		public const string ViewCozy = "\ueb75";

		/// <summary>
		/// Unicode value for the 'view_day' icon ("\ue8ed").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_day"/>.
		/// </summary>
		public const string ViewDay = "\ue8ed";

		/// <summary>
		/// Unicode value for the 'view_headline' icon ("\ue8ee").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_headline"/>.
		/// </summary>
		public const string ViewHeadline = "\ue8ee";

		/// <summary>
		/// Unicode value for the 'view_in_ar' icon ("\ue9fe").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_in_ar"/>.
		/// </summary>
		public const string ViewInAr = "\ue9fe";

		/// <summary>
		/// Unicode value for the 'view_kanban' icon ("\ueb7f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_kanban"/>.
		/// </summary>
		public const string ViewKanban = "\ueb7f";

		/// <summary>
		/// Unicode value for the 'view_list' icon ("\ue8ef").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_list"/>.
		/// </summary>
		public const string ViewList = "\ue8ef";

		/// <summary>
		/// Unicode value for the 'view_module' icon ("\ue8f0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_module"/>.
		/// </summary>
		public const string ViewModule = "\ue8f0";

		/// <summary>
		/// Unicode value for the 'view_quilt' icon ("\ue8f1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_quilt"/>.
		/// </summary>
		public const string ViewQuilt = "\ue8f1";

		/// <summary>
		/// Unicode value for the 'view_sidebar' icon ("\uf114").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_sidebar"/>.
		/// </summary>
		public const string ViewSidebar = "\uf114";

		/// <summary>
		/// Unicode value for the 'view_stream' icon ("\ue8f2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_stream"/>.
		/// </summary>
		public const string ViewStream = "\ue8f2";

		/// <summary>
		/// Unicode value for the 'view_timeline' icon ("\ueb85").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_timeline"/>.
		/// </summary>
		public const string ViewTimeline = "\ueb85";

		/// <summary>
		/// Unicode value for the 'view_week' icon ("\ue8f3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:view_week"/>.
		/// </summary>
		public const string ViewWeek = "\ue8f3";

		/// <summary>
		/// Unicode value for the 'vignette' icon ("\ue435").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vignette"/>.
		/// </summary>
		public const string Vignette = "\ue435";

		/// <summary>
		/// Unicode value for the 'villa' icon ("\ue586").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:villa"/>.
		/// </summary>
		public const string Villa = "\ue586";

		/// <summary>
		/// Unicode value for the 'visibility' icon ("\ue8f4").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:visibility"/>.
		/// </summary>
		public const string Visibility = "\ue8f4";

		/// <summary>
		/// Unicode value for the 'visibility_off' icon ("\ue8f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:visibility_off"/>.
		/// </summary>
		public const string VisibilityOff = "\ue8f5";

		/// <summary>
		/// Unicode value for the 'voice_chat' icon ("\ue62e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:voice_chat"/>.
		/// </summary>
		public const string VoiceChat = "\ue62e";

		/// <summary>
		/// Unicode value for the 'voice_over_off' icon ("\ue94a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:voice_over_off"/>.
		/// </summary>
		public const string VoiceOverOff = "\ue94a";

		/// <summary>
		/// Unicode value for the 'voicemail' icon ("\ue0d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:voicemail"/>.
		/// </summary>
		public const string Voicemail = "\ue0d9";

		/// <summary>
		/// Unicode value for the 'volcano' icon ("\uebda").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volcano"/>.
		/// </summary>
		public const string Volcano = "\uebda";

		/// <summary>
		/// Unicode value for the 'volume_down' icon ("\ue04d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volume_down"/>.
		/// </summary>
		public const string VolumeDown = "\ue04d";

		/// <summary>
		/// Unicode value for the 'volume_down_alt' icon ("\ue79c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volume_down_alt"/>.
		/// </summary>
		public const string VolumeDownAlt = "\ue79c";

		/// <summary>
		/// Unicode value for the 'volume_mute' icon ("\ue04e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volume_mute"/>.
		/// </summary>
		public const string VolumeMute = "\ue04e";

		/// <summary>
		/// Unicode value for the 'volume_off' icon ("\ue04f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volume_off"/>.
		/// </summary>
		public const string VolumeOff = "\ue04f";

		/// <summary>
		/// Unicode value for the 'volume_up' icon ("\ue050").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volume_up"/>.
		/// </summary>
		public const string VolumeUp = "\ue050";

		/// <summary>
		/// Unicode value for the 'volunteer_activism' icon ("\uea70").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:volunteer_activism"/>.
		/// </summary>
		public const string VolunteerActivism = "\uea70";

		/// <summary>
		/// Unicode value for the 'vpn_key' icon ("\ue0da").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vpn_key"/>.
		/// </summary>
		public const string VpnKey = "\ue0da";

		/// <summary>
		/// Unicode value for the 'vpn_key_off' icon ("\ueb7a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vpn_key_off"/>.
		/// </summary>
		public const string VpnKeyOff = "\ueb7a";

		/// <summary>
		/// Unicode value for the 'vpn_lock' icon ("\ue62f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vpn_lock"/>.
		/// </summary>
		public const string VpnLock = "\ue62f";

		/// <summary>
		/// Unicode value for the 'vrpano' icon ("\uf082").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:vrpano"/>.
		/// </summary>
		public const string Vrpano = "\uf082";

		/// <summary>
		/// Unicode value for the 'wallet' icon ("\uf8ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wallet"/>.
		/// </summary>
		public const string Wallet = "\uf8ff";

		/// <summary>
		/// Unicode value for the 'wallet_giftcard' icon ("\ue8f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wallet_giftcard"/>.
		/// </summary>
		public const string WalletGiftcard = "\ue8f6";

		/// <summary>
		/// Unicode value for the 'wallet_membership' icon ("\ue8f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wallet_membership"/>.
		/// </summary>
		public const string WalletMembership = "\ue8f7";

		/// <summary>
		/// Unicode value for the 'wallet_travel' icon ("\ue8f8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wallet_travel"/>.
		/// </summary>
		public const string WalletTravel = "\ue8f8";

		/// <summary>
		/// Unicode value for the 'wallpaper' icon ("\ue1bc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wallpaper"/>.
		/// </summary>
		public const string Wallpaper = "\ue1bc";

		/// <summary>
		/// Unicode value for the 'warehouse' icon ("\uebb8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:warehouse"/>.
		/// </summary>
		public const string Warehouse = "\uebb8";

		/// <summary>
		/// Unicode value for the 'warning' icon ("\ue002").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:warning"/>.
		/// </summary>
		public const string Warning = "\ue002";

		/// <summary>
		/// Unicode value for the 'warning_amber' icon ("\uf083").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:warning_amber"/>.
		/// </summary>
		public const string WarningAmber = "\uf083";

		/// <summary>
		/// Unicode value for the 'wash' icon ("\uf1b1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wash"/>.
		/// </summary>
		public const string Wash = "\uf1b1";

		/// <summary>
		/// Unicode value for the 'watch' icon ("\ue334").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:watch"/>.
		/// </summary>
		public const string Watch = "\ue334";

		/// <summary>
		/// Unicode value for the 'watch_later' icon ("\ue924").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:watch_later"/>.
		/// </summary>
		public const string WatchLater = "\ue924";

		/// <summary>
		/// Unicode value for the 'watch_off' icon ("\ueae3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:watch_off"/>.
		/// </summary>
		public const string WatchOff = "\ueae3";

		/// <summary>
		/// Unicode value for the 'water' icon ("\uf084").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:water"/>.
		/// </summary>
		public const string Water = "\uf084";

		/// <summary>
		/// Unicode value for the 'water_damage' icon ("\uf203").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:water_damage"/>.
		/// </summary>
		public const string WaterDamage = "\uf203";

		/// <summary>
		/// Unicode value for the 'water_drop' icon ("\ue798").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:water_drop"/>.
		/// </summary>
		public const string WaterDrop = "\ue798";

		/// <summary>
		/// Unicode value for the 'waterfall_chart' icon ("\uea00").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:waterfall_chart"/>.
		/// </summary>
		public const string WaterfallChart = "\uea00";

		/// <summary>
		/// Unicode value for the 'waves' icon ("\ue176").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:waves"/>.
		/// </summary>
		public const string Waves = "\ue176";

		/// <summary>
		/// Unicode value for the 'waving_hand' icon ("\ue766").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:waving_hand"/>.
		/// </summary>
		public const string WavingHand = "\ue766";

		/// <summary>
		/// Unicode value for the 'wb_auto' icon ("\ue42c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_auto"/>.
		/// </summary>
		public const string WbAuto = "\ue42c";

		/// <summary>
		/// Unicode value for the 'wb_cloudy' icon ("\ue42d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_cloudy"/>.
		/// </summary>
		public const string WbCloudy = "\ue42d";

		/// <summary>
		/// Unicode value for the 'wb_incandescent' icon ("\ue42e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_incandescent"/>.
		/// </summary>
		public const string WbIncandescent = "\ue42e";

		/// <summary>
		/// Unicode value for the 'wb_iridescent' icon ("\ue436").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_iridescent"/>.
		/// </summary>
		public const string WbIridescent = "\ue436";

		/// <summary>
		/// Unicode value for the 'wb_shade' icon ("\uea01").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_shade"/>.
		/// </summary>
		public const string WbShade = "\uea01";

		/// <summary>
		/// Unicode value for the 'wb_sunny' icon ("\ue430").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_sunny"/>.
		/// </summary>
		public const string WbSunny = "\ue430";

		/// <summary>
		/// Unicode value for the 'wb_twighlight' icon ("\uea02").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_twighlight"/>.
		/// </summary>
		public const string WbTwighlight = "\uea02";

		/// <summary>
		/// Unicode value for the 'wb_twilight' icon ("\ue1c6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wb_twilight"/>.
		/// </summary>
		public const string WbTwilight = "\ue1c6";

		/// <summary>
		/// Unicode value for the 'wc' icon ("\ue63d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wc"/>.
		/// </summary>
		public const string Wc = "\ue63d";

		/// <summary>
		/// Unicode value for the 'web' icon ("\ue051").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:web"/>.
		/// </summary>
		public const string Web = "\ue051";

		/// <summary>
		/// Unicode value for the 'web_asset' icon ("\ue069").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:web_asset"/>.
		/// </summary>
		public const string WebAsset = "\ue069";

		/// <summary>
		/// Unicode value for the 'web_asset_off' icon ("\ue4f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:web_asset_off"/>.
		/// </summary>
		public const string WebAssetOff = "\ue4f7";

		/// <summary>
		/// Unicode value for the 'web_stories' icon ("\ue595").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:web_stories"/>.
		/// </summary>
		public const string WebStories = "\ue595";

		/// <summary>
		/// Unicode value for the 'webhook' icon ("\ueb92").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:webhook"/>.
		/// </summary>
		public const string Webhook = "\ueb92";

		/// <summary>
		/// Unicode value for the 'wechat' icon ("\uea81").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wechat"/>.
		/// </summary>
		public const string Wechat = "\uea81";

		/// <summary>
		/// Unicode value for the 'weekend' icon ("\ue16b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:weekend"/>.
		/// </summary>
		public const string Weekend = "\ue16b";

		/// <summary>
		/// Unicode value for the 'west' icon ("\uf1e6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:west"/>.
		/// </summary>
		public const string West = "\uf1e6";

		/// <summary>
		/// Unicode value for the 'whatshot' icon ("\ue80e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:whatshot"/>.
		/// </summary>
		public const string Whatshot = "\ue80e";

		/// <summary>
		/// Unicode value for the 'wheelchair_pickup' icon ("\uf1ab").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wheelchair_pickup"/>.
		/// </summary>
		public const string WheelchairPickup = "\uf1ab";

		/// <summary>
		/// Unicode value for the 'where_to_vote' icon ("\ue177").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:where_to_vote"/>.
		/// </summary>
		public const string WhereToVote = "\ue177";

		/// <summary>
		/// Unicode value for the 'widgets' icon ("\ue1bd").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:widgets"/>.
		/// </summary>
		public const string Widgets = "\ue1bd";

		/// <summary>
		/// Unicode value for the 'width_full' icon ("\uf8f5").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:width_full"/>.
		/// </summary>
		public const string WidthFull = "\uf8f5";

		/// <summary>
		/// Unicode value for the 'width_normal' icon ("\uf8f6").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:width_normal"/>.
		/// </summary>
		public const string WidthNormal = "\uf8f6";

		/// <summary>
		/// Unicode value for the 'width_wide' icon ("\uf8f7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:width_wide"/>.
		/// </summary>
		public const string WidthWide = "\uf8f7";

		/// <summary>
		/// Unicode value for the 'wifi' icon ("\ue63e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi"/>.
		/// </summary>
		public const string Wifi = "\ue63e";

		/// <summary>
		/// Unicode value for the 'wifi_1_bar' icon ("\ue4ca").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_1_bar"/>.
		/// </summary>
		public const string Wifi1Bar = "\ue4ca";

		/// <summary>
		/// Unicode value for the 'wifi_2_bar' icon ("\ue4d9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_2_bar"/>.
		/// </summary>
		public const string Wifi2Bar = "\ue4d9";

		/// <summary>
		/// Unicode value for the 'wifi_calling' icon ("\uef77").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_calling"/>.
		/// </summary>
		public const string WifiCalling = "\uef77";

		/// <summary>
		/// Unicode value for the 'wifi_calling_3' icon ("\uf085").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_calling_3"/>.
		/// </summary>
		public const string WifiCalling3 = "\uf085";

		/// <summary>
		/// Unicode value for the 'wifi_channel' icon ("\ueb6a").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_channel"/>.
		/// </summary>
		public const string WifiChannel = "\ueb6a";

		/// <summary>
		/// Unicode value for the 'wifi_find' icon ("\ueb31").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_find"/>.
		/// </summary>
		public const string WifiFind = "\ueb31";

		/// <summary>
		/// Unicode value for the 'wifi_lock' icon ("\ue1e1").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_lock"/>.
		/// </summary>
		public const string WifiLock = "\ue1e1";

		/// <summary>
		/// Unicode value for the 'wifi_off' icon ("\ue648").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_off"/>.
		/// </summary>
		public const string WifiOff = "\ue648";

		/// <summary>
		/// Unicode value for the 'wifi_password' icon ("\ueb6b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_password"/>.
		/// </summary>
		public const string WifiPassword = "\ueb6b";

		/// <summary>
		/// Unicode value for the 'wifi_protected_setup' icon ("\uf0fc").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_protected_setup"/>.
		/// </summary>
		public const string WifiProtectedSetup = "\uf0fc";

		/// <summary>
		/// Unicode value for the 'wifi_tethering' icon ("\ue1e2").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_tethering"/>.
		/// </summary>
		public const string WifiTethering = "\ue1e2";

		/// <summary>
		/// Unicode value for the 'wifi_tethering_error' icon ("\uead9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_tethering_error"/>.
		/// </summary>
		public const string WifiTetheringError = "\uead9";

		/// <summary>
		/// Unicode value for the 'wifi_tethering_error_rounded' icon ("\uf086").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_tethering_error_rounded"/>.
		/// </summary>
		public const string WifiTetheringErrorRounded = "\uf086";

		/// <summary>
		/// Unicode value for the 'wifi_tethering_off' icon ("\uf087").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wifi_tethering_off"/>.
		/// </summary>
		public const string WifiTetheringOff = "\uf087";

		/// <summary>
		/// Unicode value for the 'wind_power' icon ("\uec0c").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wind_power"/>.
		/// </summary>
		public const string WindPower = "\uec0c";

		/// <summary>
		/// Unicode value for the 'window' icon ("\uf088").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:window"/>.
		/// </summary>
		public const string Window = "\uf088";

		/// <summary>
		/// Unicode value for the 'wine_bar' icon ("\uf1e8").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wine_bar"/>.
		/// </summary>
		public const string WineBar = "\uf1e8";

		/// <summary>
		/// Unicode value for the 'woman' icon ("\ue13e").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:woman"/>.
		/// </summary>
		public const string Woman = "\ue13e";

		/// <summary>
		/// Unicode value for the 'woman_2' icon ("\uf8e7").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:woman_2"/>.
		/// </summary>
		public const string Woman2 = "\uf8e7";

		/// <summary>
		/// Unicode value for the 'woo_commerce' icon ("\uea6d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:woo_commerce"/>.
		/// </summary>
		public const string WooCommerce = "\uea6d";

		/// <summary>
		/// Unicode value for the 'wordpress' icon ("\uea9f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wordpress"/>.
		/// </summary>
		public const string Wordpress = "\uea9f";

		/// <summary>
		/// Unicode value for the 'work' icon ("\ue8f9").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:work"/>.
		/// </summary>
		public const string Work = "\ue8f9";

		/// <summary>
		/// Unicode value for the 'work_history' icon ("\uec09").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:work_history"/>.
		/// </summary>
		public const string WorkHistory = "\uec09";

		/// <summary>
		/// Unicode value for the 'work_off' icon ("\ue942").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:work_off"/>.
		/// </summary>
		public const string WorkOff = "\ue942";

		/// <summary>
		/// Unicode value for the 'work_outline' icon ("\ue943").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:work_outline"/>.
		/// </summary>
		public const string WorkOutline = "\ue943";

		/// <summary>
		/// Unicode value for the 'workspace_premium' icon ("\ue7af").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:workspace_premium"/>.
		/// </summary>
		public const string WorkspacePremium = "\ue7af";

		/// <summary>
		/// Unicode value for the 'workspaces' icon ("\ue1a0").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:workspaces"/>.
		/// </summary>
		public const string Workspaces = "\ue1a0";

		/// <summary>
		/// Unicode value for the 'workspaces_filled' icon ("\uea0d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:workspaces_filled"/>.
		/// </summary>
		public const string WorkspacesFilled = "\uea0d";

		/// <summary>
		/// Unicode value for the 'workspaces_outline' icon ("\uea0f").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:workspaces_outline"/>.
		/// </summary>
		public const string WorkspacesOutline = "\uea0f";

		/// <summary>
		/// Unicode value for the 'wrap_text' icon ("\ue25b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wrap_text"/>.
		/// </summary>
		public const string WrapText = "\ue25b";

		/// <summary>
		/// Unicode value for the 'wrong_location' icon ("\uef78").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wrong_location"/>.
		/// </summary>
		public const string WrongLocation = "\uef78";

		/// <summary>
		/// Unicode value for the 'wysiwyg' icon ("\uf1c3").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:wysiwyg"/>.
		/// </summary>
		public const string Wysiwyg = "\uf1c3";

		/// <summary>
		/// Unicode value for the 'yard' icon ("\uf089").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:yard"/>.
		/// </summary>
		public const string Yard = "\uf089";

		/// <summary>
		/// Unicode value for the 'youtube_searched_for' icon ("\ue8fa").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:youtube_searched_for"/>.
		/// </summary>
		public const string YoutubeSearchedFor = "\ue8fa";

		/// <summary>
		/// Unicode value for the 'zoom_in' icon ("\ue8ff").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:zoom_in"/>.
		/// </summary>
		public const string ZoomIn = "\ue8ff";

		/// <summary>
		/// Unicode value for the 'zoom_in_map' icon ("\ueb2d").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:zoom_in_map"/>.
		/// </summary>
		public const string ZoomInMap = "\ueb2d";

		/// <summary>
		/// Unicode value for the 'zoom_out' icon ("\ue900").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:zoom_out"/>.
		/// </summary>
		public const string ZoomOut = "\ue900";

		/// <summary>
		/// Unicode value for the 'zoom_out_map' icon ("\ue56b").
		/// <para/>
		/// <see href="https://fonts.google.com/icons?selected=Material+Icons:zoom_out_map"/>.
		/// </summary>
		public const string ZoomOutMap = "\ue56b";
	}
}