From 6a2f9ead824144d651a0b6a74da914a34a3658bd Mon Sep 17 00:00:00 2001 From: Kamalesh-Periyasamy Date: Thu, 26 Mar 2026 18:58:54 +0530 Subject: [PATCH 1/2] removed old sample --- GettingStarted/GettingStarted.sln | 22 - GettingStarted/GettingStarted/App.xaml | 14 - GettingStarted/GettingStarted/App.xaml.cs | 15 - GettingStarted/GettingStarted/AppShell.xaml | 14 - .../GettingStarted/AppShell.xaml.cs | 10 - .../GettingStarted/GettingStarted.csproj | 69 - GettingStarted/GettingStarted/MainPage.xaml | 11 - .../GettingStarted/MainPage.xaml.cs | 10 - GettingStarted/GettingStarted/MauiProgram.cs | 27 - .../Platforms/Android/AndroidManifest.xml | 6 - .../Platforms/Android/MainActivity.cs | 11 - .../Platforms/Android/MainApplication.cs | 16 - .../Android/Resources/values/colors.xml | 6 - .../Platforms/MacCatalyst/AppDelegate.cs | 10 - .../Platforms/MacCatalyst/Entitlements.plist | 14 - .../Platforms/MacCatalyst/Info.plist | 38 - .../Platforms/MacCatalyst/Program.cs | 16 - .../GettingStarted/Platforms/Tizen/Main.cs | 17 - .../Platforms/Tizen/tizen-manifest.xml | 15 - .../GettingStarted/Platforms/Windows/App.xaml | 8 - .../Platforms/Windows/App.xaml.cs | 25 - .../Platforms/Windows/Package.appxmanifest | 46 - .../Platforms/Windows/app.manifest | 15 - .../Platforms/iOS/AppDelegate.cs | 10 - .../GettingStarted/Platforms/iOS/Info.plist | 32 - .../GettingStarted/Platforms/iOS/Program.cs | 16 - .../iOS/Resources/PrivacyInfo.xcprivacy | 51 - .../Properties/launchSettings.json | 8 - .../Resources/AppIcon/appicon.svg | 4 - .../Resources/AppIcon/appiconfg.svg | 8 - .../Resources/Fonts/FluentUI.cs | 7921 ----------------- .../Resources/Fonts/OpenSans-Regular.ttf | Bin 107280 -> 0 bytes .../Resources/Fonts/OpenSans-Semibold.ttf | Bin 111164 -> 0 bytes .../Resources/Images/dotnet_bot.png | Bin 93437 -> 0 bytes .../Resources/Raw/AboutAssets.txt | 15 - .../Resources/Splash/splash.svg | 8 - .../Resources/Styles/Colors.xaml | 45 - .../Resources/Styles/Styles.xaml | 451 - 38 files changed, 9004 deletions(-) delete mode 100644 GettingStarted/GettingStarted.sln delete mode 100644 GettingStarted/GettingStarted/App.xaml delete mode 100644 GettingStarted/GettingStarted/App.xaml.cs delete mode 100644 GettingStarted/GettingStarted/AppShell.xaml delete mode 100644 GettingStarted/GettingStarted/AppShell.xaml.cs delete mode 100644 GettingStarted/GettingStarted/GettingStarted.csproj delete mode 100644 GettingStarted/GettingStarted/MainPage.xaml delete mode 100644 GettingStarted/GettingStarted/MainPage.xaml.cs delete mode 100644 GettingStarted/GettingStarted/MauiProgram.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml delete mode 100644 GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml delete mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist delete mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist delete mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Tizen/Main.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Tizen/tizen-manifest.xml delete mode 100644 GettingStarted/GettingStarted/Platforms/Windows/App.xaml delete mode 100644 GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest delete mode 100644 GettingStarted/GettingStarted/Platforms/Windows/app.manifest delete mode 100644 GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Info.plist delete mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Program.cs delete mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy delete mode 100644 GettingStarted/GettingStarted/Properties/launchSettings.json delete mode 100644 GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg delete mode 100644 GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg delete mode 100644 GettingStarted/GettingStarted/Resources/Fonts/FluentUI.cs delete mode 100644 GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf delete mode 100644 GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf delete mode 100644 GettingStarted/GettingStarted/Resources/Images/dotnet_bot.png delete mode 100644 GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt delete mode 100644 GettingStarted/GettingStarted/Resources/Splash/splash.svg delete mode 100644 GettingStarted/GettingStarted/Resources/Styles/Colors.xaml delete mode 100644 GettingStarted/GettingStarted/Resources/Styles/Styles.xaml diff --git a/GettingStarted/GettingStarted.sln b/GettingStarted/GettingStarted.sln deleted file mode 100644 index 9ec8c82..0000000 --- a/GettingStarted/GettingStarted.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.12.35514.174 d17.12 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted", "GettingStarted\GettingStarted.csproj", "{A02B39D6-1A80-4EA6-A6B6-547EBDF9B776}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A02B39D6-1A80-4EA6-A6B6-547EBDF9B776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A02B39D6-1A80-4EA6-A6B6-547EBDF9B776}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A02B39D6-1A80-4EA6-A6B6-547EBDF9B776}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A02B39D6-1A80-4EA6-A6B6-547EBDF9B776}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/GettingStarted/GettingStarted/App.xaml b/GettingStarted/GettingStarted/App.xaml deleted file mode 100644 index 1343b9c..0000000 --- a/GettingStarted/GettingStarted/App.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/GettingStarted/GettingStarted/App.xaml.cs b/GettingStarted/GettingStarted/App.xaml.cs deleted file mode 100644 index 139f979..0000000 --- a/GettingStarted/GettingStarted/App.xaml.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace GettingStarted -{ - public partial class App : Application - { - public App() - { - InitializeComponent(); - } - - protected override Window CreateWindow(IActivationState? activationState) - { - return new Window(new AppShell()); - } - } -} \ No newline at end of file diff --git a/GettingStarted/GettingStarted/AppShell.xaml b/GettingStarted/GettingStarted/AppShell.xaml deleted file mode 100644 index 4fceb8c..0000000 --- a/GettingStarted/GettingStarted/AppShell.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/GettingStarted/GettingStarted/AppShell.xaml.cs b/GettingStarted/GettingStarted/AppShell.xaml.cs deleted file mode 100644 index b9c11f5..0000000 --- a/GettingStarted/GettingStarted/AppShell.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace GettingStarted -{ - public partial class AppShell : Shell - { - public AppShell() - { - InitializeComponent(); - } - } -} diff --git a/GettingStarted/GettingStarted/GettingStarted.csproj b/GettingStarted/GettingStarted/GettingStarted.csproj deleted file mode 100644 index 5259d17..0000000 --- a/GettingStarted/GettingStarted/GettingStarted.csproj +++ /dev/null @@ -1,69 +0,0 @@ - - - - net9.0-android;net9.0-ios;net9.0-maccatalyst - $(TargetFrameworks);net9.0-windows10.0.19041.0 - - - - - - - Exe - GettingStarted - true - true - enable - enable - - - GettingStarted - - - com.companyname.gettingstarted - - - 1.0 - 1 - - - None - - 15.0 - 15.0 - 21.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/GettingStarted/GettingStarted/MainPage.xaml b/GettingStarted/GettingStarted/MainPage.xaml deleted file mode 100644 index 4ee00a0..0000000 --- a/GettingStarted/GettingStarted/MainPage.xaml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - diff --git a/GettingStarted/GettingStarted/MainPage.xaml.cs b/GettingStarted/GettingStarted/MainPage.xaml.cs deleted file mode 100644 index 3428886..0000000 --- a/GettingStarted/GettingStarted/MainPage.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace GettingStarted; - -public partial class MainPage : ContentPage -{ - public MainPage() - { - InitializeComponent(); - } - -} diff --git a/GettingStarted/GettingStarted/MauiProgram.cs b/GettingStarted/GettingStarted/MauiProgram.cs deleted file mode 100644 index 9604d9c..0000000 --- a/GettingStarted/GettingStarted/MauiProgram.cs +++ /dev/null @@ -1,27 +0,0 @@ -using Microsoft.Extensions.Logging; -using Syncfusion.Maui.Core.Hosting; - -namespace GettingStarted -{ - public static class MauiProgram - { - public static MauiApp CreateMauiApp() - { - var builder = MauiApp.CreateBuilder(); - builder - .UseMauiApp() - .ConfigureSyncfusionCore() - .ConfigureFonts(fonts => - { - fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); - fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }); - -#if DEBUG - builder.Logging.AddDebug(); -#endif - - return builder.Build(); - } - } -} diff --git a/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml b/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml deleted file mode 100644 index e9937ad..0000000 --- a/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs b/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs deleted file mode 100644 index aa854a4..0000000 --- a/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Android.App; -using Android.Content.PM; -using Android.OS; - -namespace GettingStarted -{ - [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] - public class MainActivity : MauiAppCompatActivity - { - } -} diff --git a/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs b/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs deleted file mode 100644 index 8f5a22b..0000000 --- a/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Android.App; -using Android.Runtime; - -namespace GettingStarted -{ - [Application] - public class MainApplication : MauiApplication - { - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - } -} diff --git a/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml b/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml deleted file mode 100644 index c04d749..0000000 --- a/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - #512BD4 - #2B0B98 - #2B0B98 - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs b/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs deleted file mode 100644 index b2e5b73..0000000 --- a/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Foundation; - -namespace GettingStarted -{ - [Register("AppDelegate")] - public class AppDelegate : MauiUIApplicationDelegate - { - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - } -} diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist deleted file mode 100644 index de4adc9..0000000 --- a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - com.apple.security.app-sandbox - - - com.apple.security.network.client - - - - diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index 7268977..0000000 --- a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - UIDeviceFamily - - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs deleted file mode 100644 index 664fc13..0000000 --- a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ObjCRuntime; -using UIKit; - -namespace GettingStarted -{ - public class Program - { - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } - } -} diff --git a/GettingStarted/GettingStarted/Platforms/Tizen/Main.cs b/GettingStarted/GettingStarted/Platforms/Tizen/Main.cs deleted file mode 100644 index 1de7968..0000000 --- a/GettingStarted/GettingStarted/Platforms/Tizen/Main.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using Microsoft.Maui; -using Microsoft.Maui.Hosting; - -namespace GettingStarted -{ - internal class Program : MauiApplication - { - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - static void Main(string[] args) - { - var app = new Program(); - app.Run(args); - } - } -} diff --git a/GettingStarted/GettingStarted/Platforms/Tizen/tizen-manifest.xml b/GettingStarted/GettingStarted/Platforms/Tizen/tizen-manifest.xml deleted file mode 100644 index a35f310..0000000 --- a/GettingStarted/GettingStarted/Platforms/Tizen/tizen-manifest.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - maui-appicon-placeholder - - - - - http://tizen.org/privilege/internet - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml deleted file mode 100644 index 6cc1e90..0000000 --- a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs deleted file mode 100644 index 5b1a284..0000000 --- a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Microsoft.UI.Xaml; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace GettingStarted.WinUI -{ - /// - /// Provides application-specific behavior to supplement the default Application class. - /// - public partial class App : MauiWinUIApplication - { - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - } - -} diff --git a/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest b/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest deleted file mode 100644 index ed9d93f..0000000 --- a/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - $placeholder$ - User Name - $placeholder$.png - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/GettingStarted/GettingStarted/Platforms/Windows/app.manifest b/GettingStarted/GettingStarted/Platforms/Windows/app.manifest deleted file mode 100644 index 1ab4ba7..0000000 --- a/GettingStarted/GettingStarted/Platforms/Windows/app.manifest +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - true/PM - PerMonitorV2, PerMonitor - - - diff --git a/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs b/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs deleted file mode 100644 index b2e5b73..0000000 --- a/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Foundation; - -namespace GettingStarted -{ - [Register("AppDelegate")] - public class AppDelegate : MauiUIApplicationDelegate - { - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - } -} diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Info.plist b/GettingStarted/GettingStarted/Platforms/iOS/Info.plist deleted file mode 100644 index 0004a4f..0000000 --- a/GettingStarted/GettingStarted/Platforms/iOS/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - LSRequiresIPhoneOS - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Program.cs b/GettingStarted/GettingStarted/Platforms/iOS/Program.cs deleted file mode 100644 index 664fc13..0000000 --- a/GettingStarted/GettingStarted/Platforms/iOS/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ObjCRuntime; -using UIKit; - -namespace GettingStarted -{ - public class Program - { - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } - } -} diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy b/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy deleted file mode 100644 index 24ab3b4..0000000 --- a/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategorySystemBootTime - NSPrivacyAccessedAPITypeReasons - - 35F9.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryDiskSpace - NSPrivacyAccessedAPITypeReasons - - E174.1 - - - - - - diff --git a/GettingStarted/GettingStarted/Properties/launchSettings.json b/GettingStarted/GettingStarted/Properties/launchSettings.json deleted file mode 100644 index 4f85793..0000000 --- a/GettingStarted/GettingStarted/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "Project", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg b/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg deleted file mode 100644 index 9d63b65..0000000 --- a/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg b/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg deleted file mode 100644 index 21dfb25..0000000 --- a/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Fonts/FluentUI.cs b/GettingStarted/GettingStarted/Resources/Fonts/FluentUI.cs deleted file mode 100644 index f12cac6..0000000 --- a/GettingStarted/GettingStarted/Resources/Fonts/FluentUI.cs +++ /dev/null @@ -1,7921 +0,0 @@ -namespace Fonts -{ - // Generated by IconFont2Code: https://andreinitescu.github.io/IconFont2Code - // If you change the class to 'public' in order to use it outside its assembly - // you should also change the fields from 'const' to 'public static readonly' - internal static class FluentUI - { - public const string FontFamily = "FluentUI"; - - public const string access_time_20_regular = "\ue000"; - public const string access_time_24_regular = "\uf101"; - public const string accessibility_16_regular = "\uf102"; - public const string accessibility_20_regular = "\uf103"; - public const string accessibility_24_regular = "\uf104"; - public const string accessibility_28_regular = "\uf105"; - public const string accessibility_32_regular = "\ue001"; - public const string accessibility_48_regular = "\ue002"; - public const string accessibility_checkmark_20_regular = "\ue003"; - public const string accessibility_checkmark_24_regular = "\ue004"; - public const string accessibility_checkmark_28_regular = "\uf00a"; - public const string accessibility_checkmark_32_regular = "\uf00b"; - public const string accessibility_checkmark_48_regular = "\uf00c"; - public const string accessibility_error_20_regular = "\U000f0551"; - public const string accessibility_error_24_regular = "\U000f0552"; - public const string accessibility_question_mark_20_regular = "\U000f0553"; - public const string accessibility_question_mark_24_regular = "\U000f0554"; - public const string add_12_regular = "\uf107"; - public const string add_16_regular = "\uf108"; - public const string add_20_regular = "\uf109"; - public const string add_24_regular = "\uf10a"; - public const string add_28_regular = "\uf10b"; - public const string add_32_regular = "\uf58d"; - public const string add_48_regular = "\uf598"; - public const string add_circle_12_regular = "\uf00d"; - public const string add_circle_16_regular = "\ue005"; - public const string add_circle_20_regular = "\uf10c"; - public const string add_circle_24_regular = "\uf10d"; - public const string add_circle_28_regular = "\uf10e"; - public const string add_circle_32_regular = "\ue006"; - public const string add_square_16_regular = "\U000f01e2"; - public const string add_square_20_regular = "\ue007"; - public const string add_square_24_regular = "\uf8ca"; - public const string add_square_28_regular = "\U000f01e3"; - public const string add_square_32_regular = "\U000f01e4"; - public const string add_square_48_regular = "\U000f01e5"; - public const string add_square_multiple_16_regular = "\ue008"; - public const string add_square_multiple_20_regular = "\ue009"; - public const string add_square_multiple_24_regular = "\U000f0266"; - public const string add_subtract_circle_16_regular = "\ue00a"; - public const string add_subtract_circle_20_regular = "\ue00b"; - public const string add_subtract_circle_24_regular = "\ue00c"; - public const string add_subtract_circle_28_regular = "\ue00d"; - public const string add_subtract_circle_48_regular = "\ue00e"; - public const string airplane_20_regular = "\uf10f"; - public const string airplane_24_regular = "\uf110"; - public const string airplane_landing_16_regular = "\ue0ed"; - public const string airplane_landing_20_regular = "\ue0ee"; - public const string airplane_landing_24_regular = "\ue0ef"; - public const string airplane_take_off_16_regular = "\uf111"; - public const string airplane_take_off_20_regular = "\uf112"; - public const string airplane_take_off_24_regular = "\uf113"; - public const string album_20_regular = "\ue00f"; - public const string album_24_regular = "\ue010"; - public const string album_add_20_regular = "\ue011"; - public const string album_add_24_regular = "\ue012"; - public const string alert_12_regular = "\ue013"; - public const string alert_16_regular = "\ue014"; - public const string alert_20_regular = "\uf114"; - public const string alert_24_regular = "\uf115"; - public const string alert_28_regular = "\uf116"; - public const string alert_32_regular = "\ue015"; - public const string alert_48_regular = "\ue016"; - public const string alert_badge_16_regular = "\ue017"; - public const string alert_badge_20_regular = "\ue018"; - public const string alert_badge_24_regular = "\ue019"; - public const string alert_off_16_regular = "\uf117"; - public const string alert_off_20_regular = "\uf118"; - public const string alert_off_24_regular = "\uf119"; - public const string alert_off_28_regular = "\uf11a"; - public const string alert_on_16_regular = "\U000f03d0"; - public const string alert_on_20_regular = "\ue01a"; - public const string alert_on_24_regular = "\uf11b"; - public const string alert_snooze_12_regular = "\ue01b"; - public const string alert_snooze_16_regular = "\ue01c"; - public const string alert_snooze_20_regular = "\uf11c"; - public const string alert_snooze_24_regular = "\uf11d"; - public const string alert_urgent_16_regular = "\ue01d"; - public const string alert_urgent_20_regular = "\uf11e"; - public const string alert_urgent_24_regular = "\uf11f"; - public const string align_bottom_16_regular = "\ue01e"; - public const string align_bottom_20_regular = "\ue01f"; - public const string align_bottom_24_regular = "\ue020"; - public const string align_bottom_28_regular = "\ue021"; - public const string align_bottom_32_regular = "\ue022"; - public const string align_bottom_48_regular = "\ue023"; - public const string align_center_horizontal_16_regular = "\ue024"; - public const string align_center_horizontal_20_regular = "\ue025"; - public const string align_center_horizontal_24_regular = "\ue026"; - public const string align_center_horizontal_28_regular = "\ue027"; - public const string align_center_horizontal_32_regular = "\ue028"; - public const string align_center_horizontal_48_regular = "\ue029"; - public const string align_center_vertical_16_regular = "\ue02a"; - public const string align_center_vertical_20_regular = "\ue02b"; - public const string align_center_vertical_24_regular = "\ue02c"; - public const string align_center_vertical_28_regular = "\ue02d"; - public const string align_center_vertical_32_regular = "\ue02e"; - public const string align_center_vertical_48_regular = "\ue02f"; - public const string align_distribute_bottom_16_regular = "\uf09c"; - public const string align_distribute_left_16_regular = "\uf09d"; - public const string align_distribute_right_16_regular = "\uf09e"; - public const string align_distribute_top_16_regular = "\uf09f"; - public const string align_end_horizontal_20_regular = "\ue030"; - public const string align_end_vertical_20_regular = "\ue031"; - public const string align_left_16_regular = "\ue032"; - public const string align_left_20_regular = "\ue033"; - public const string align_left_24_regular = "\ue034"; - public const string align_left_28_regular = "\ue035"; - public const string align_left_32_regular = "\ue036"; - public const string align_left_48_regular = "\ue037"; - public const string align_right_16_regular = "\ue038"; - public const string align_right_20_regular = "\ue039"; - public const string align_right_24_regular = "\ue03a"; - public const string align_right_28_regular = "\ue03b"; - public const string align_right_32_regular = "\ue03c"; - public const string align_right_48_regular = "\ue03d"; - public const string align_space_around_horizontal_20_regular = "\ue03e"; - public const string align_space_around_vertical_20_regular = "\ue03f"; - public const string align_space_between_horizontal_20_regular = "\ue040"; - public const string align_space_between_vertical_20_regular = "\ue041"; - public const string align_space_evenly_horizontal_20_regular = "\ue042"; - public const string align_space_evenly_horizontal_24_regular = "\ue0f0"; - public const string align_space_evenly_vertical_20_regular = "\ue043"; - public const string align_space_evenly_vertical_24_regular = "\U000f01b5"; - public const string align_space_fit_vertical_20_regular = "\ue044"; - public const string align_start_horizontal_20_regular = "\ue045"; - public const string align_start_vertical_20_regular = "\ue046"; - public const string align_straighten_20_regular = "\U000f01b6"; - public const string align_straighten_24_regular = "\U000f01b7"; - public const string align_stretch_horizontal_16_regular = "\uf0a0"; - public const string align_stretch_horizontal_20_regular = "\ue047"; - public const string align_stretch_vertical_16_regular = "\uf0a1"; - public const string align_stretch_vertical_20_regular = "\ue048"; - public const string align_top_16_regular = "\ue049"; - public const string align_top_20_regular = "\ue04a"; - public const string align_top_24_regular = "\ue04b"; - public const string align_top_28_regular = "\ue04c"; - public const string align_top_32_regular = "\ue04d"; - public const string align_top_48_regular = "\ue04e"; - public const string animal_cat_16_regular = "\uf106"; - public const string animal_cat_20_regular = "\uf126"; - public const string animal_cat_24_regular = "\uf127"; - public const string animal_cat_28_regular = "\uf128"; - public const string animal_dog_16_regular = "\ue04f"; - public const string animal_dog_20_regular = "\uf120"; - public const string animal_dog_24_regular = "\uf121"; - public const string animal_rabbit_16_regular = "\ue050"; - public const string animal_rabbit_20_regular = "\ue051"; - public const string animal_rabbit_24_regular = "\ue052"; - public const string animal_rabbit_28_regular = "\ue053"; - public const string animal_rabbit_32_regular = "\ueec1"; - public const string animal_rabbit_off_20_regular = "\ueee4"; - public const string animal_rabbit_off_32_regular = "\ueee5"; - public const string animal_turtle_16_regular = "\ue054"; - public const string animal_turtle_20_regular = "\ue055"; - public const string animal_turtle_24_regular = "\ue056"; - public const string animal_turtle_28_regular = "\ue057"; - public const string app_folder_16_regular = "\ue058"; - public const string app_folder_20_regular = "\uf122"; - public const string app_folder_24_regular = "\uf123"; - public const string app_folder_28_regular = "\ue059"; - public const string app_folder_32_regular = "\ue05a"; - public const string app_folder_48_regular = "\ue05b"; - public const string app_generic_20_regular = "\ue05c"; - public const string app_generic_24_regular = "\uf124"; - public const string app_generic_32_regular = "\uefb9"; - public const string app_generic_48_regular = "\U000f015e"; - public const string app_recent_20_regular = "\ue05d"; - public const string app_recent_24_regular = "\uf125"; - public const string app_store_24_regular = "\uf12a"; - public const string app_title_20_regular = "\ue05e"; - public const string app_title_24_regular = "\uf12b"; - public const string approvals_app_16_regular = "\ue05f"; - public const string approvals_app_20_regular = "\ue060"; - public const string approvals_app_24_regular = "\uf130"; - public const string approvals_app_28_regular = "\uf131"; - public const string approvals_app_32_regular = "\ue061"; - public const string apps_16_regular = "\uf132"; - public const string apps_20_regular = "\uf133"; - public const string apps_24_regular = "\uf134"; - public const string apps_28_regular = "\uf135"; - public const string apps_32_regular = "\ueebd"; - public const string apps_48_regular = "\uf599"; - public const string apps_add_in_16_regular = "\ue062"; - public const string apps_add_in_20_regular = "\uf136"; - public const string apps_add_in_24_regular = "\uf137"; - public const string apps_add_in_28_regular = "\ue063"; - public const string apps_list_20_regular = "\uf8cb"; - public const string apps_list_24_regular = "\uf138"; - public const string apps_list_detail_20_regular = "\ue064"; - public const string apps_list_detail_24_regular = "\ue065"; - public const string apps_settings_16_regular = "\U000f059c"; - public const string apps_settings_20_regular = "\U000f059d"; - public const string apps_shield_16_regular = "\U000f059e"; - public const string apps_shield_20_regular = "\U000f059f"; - public const string archive_16_regular = "\uf8cc"; - public const string archive_20_regular = "\uf139"; - public const string archive_24_regular = "\uf13a"; - public const string archive_28_regular = "\uf13b"; - public const string archive_32_regular = "\ue066"; - public const string archive_48_regular = "\uf13c"; - public const string archive_arrow_back_16_regular = "\ue067"; - public const string archive_arrow_back_20_regular = "\ue068"; - public const string archive_arrow_back_24_regular = "\ue069"; - public const string archive_arrow_back_28_regular = "\ue06a"; - public const string archive_arrow_back_32_regular = "\ue06b"; - public const string archive_arrow_back_48_regular = "\ue06c"; - public const string archive_multiple_16_regular = "\ue06d"; - public const string archive_multiple_20_regular = "\ue06e"; - public const string archive_multiple_24_regular = "\ue06f"; - public const string archive_settings_16_regular = "\uf129"; - public const string archive_settings_20_regular = "\ue070"; - public const string archive_settings_24_regular = "\ue071"; - public const string archive_settings_28_regular = "\ue072"; - public const string archive_settings_32_regular = "\U000f0423"; - public const string arrow_autofit_content_20_regular = "\ue073"; - public const string arrow_autofit_content_24_regular = "\ue074"; - public const string arrow_autofit_down_20_regular = "\ue075"; - public const string arrow_autofit_down_24_regular = "\ue076"; - public const string arrow_autofit_height_20_regular = "\ue077"; - public const string arrow_autofit_height_24_regular = "\uf8cd"; - public const string arrow_autofit_height_dotted_20_regular = "\ue078"; - public const string arrow_autofit_height_dotted_24_regular = "\ue079"; - public const string arrow_autofit_height_in_20_regular = "\U000f010e"; - public const string arrow_autofit_height_in_24_regular = "\U000f010f"; - public const string arrow_autofit_up_20_regular = "\ue07a"; - public const string arrow_autofit_up_24_regular = "\ue07b"; - public const string arrow_autofit_width_20_regular = "\ue07c"; - public const string arrow_autofit_width_24_regular = "\uf8ce"; - public const string arrow_autofit_width_dotted_20_regular = "\ue07d"; - public const string arrow_autofit_width_dotted_24_regular = "\ue07e"; - public const string arrow_between_down_20_regular = "\ue07f"; - public const string arrow_between_down_24_regular = "\ue080"; - public const string arrow_between_up_20_regular = "\ue081"; - public const string arrow_bidirectional_left_right_16_regular = "\U000f02a0"; - public const string arrow_bidirectional_left_right_20_regular = "\U000f02a1"; - public const string arrow_bidirectional_left_right_24_regular = "\U000f02a2"; - public const string arrow_bidirectional_left_right_28_regular = "\U000f02a3"; - public const string arrow_bidirectional_up_down_12_regular = "\ue082"; - public const string arrow_bidirectional_up_down_16_regular = "\ue083"; - public const string arrow_bidirectional_up_down_20_regular = "\ue084"; - public const string arrow_bidirectional_up_down_24_regular = "\ue085"; - public const string arrow_bounce_16_regular = "\ue086"; - public const string arrow_bounce_20_regular = "\ue087"; - public const string arrow_bounce_24_regular = "\ue088"; - public const string arrow_circle_down_12_regular = "\ue089"; - public const string arrow_circle_down_16_regular = "\ue08a"; - public const string arrow_circle_down_20_regular = "\uf12c"; - public const string arrow_circle_down_24_regular = "\uf12d"; - public const string arrow_circle_down_28_regular = "\ue08b"; - public const string arrow_circle_down_32_regular = "\ue08c"; - public const string arrow_circle_down_48_regular = "\ue08d"; - public const string arrow_circle_down_double_20_regular = "\uf12e"; - public const string arrow_circle_down_double_24_regular = "\uf12f"; - public const string arrow_circle_down_right_16_regular = "\ue08e"; - public const string arrow_circle_down_right_20_regular = "\ue08f"; - public const string arrow_circle_down_right_24_regular = "\ue090"; - public const string arrow_circle_down_split_20_regular = "\uf143"; - public const string arrow_circle_down_split_24_regular = "\uf144"; - public const string arrow_circle_down_up_20_regular = "\ue091"; - public const string arrow_circle_left_12_regular = "\ue092"; - public const string arrow_circle_left_16_regular = "\ue093"; - public const string arrow_circle_left_20_regular = "\ue094"; - public const string arrow_circle_left_24_regular = "\ue095"; - public const string arrow_circle_left_28_regular = "\ue096"; - public const string arrow_circle_left_32_regular = "\ue097"; - public const string arrow_circle_left_48_regular = "\ue098"; - public const string arrow_circle_right_12_regular = "\ue099"; - public const string arrow_circle_right_16_regular = "\ue09a"; - public const string arrow_circle_right_20_regular = "\ue09b"; - public const string arrow_circle_right_24_regular = "\ue09c"; - public const string arrow_circle_right_28_regular = "\ue09d"; - public const string arrow_circle_right_32_regular = "\ue09e"; - public const string arrow_circle_right_48_regular = "\ue09f"; - public const string arrow_circle_up_12_regular = "\ue0a0"; - public const string arrow_circle_up_16_regular = "\ue0a1"; - public const string arrow_circle_up_20_regular = "\ue0a2"; - public const string arrow_circle_up_24_regular = "\ue0a3"; - public const string arrow_circle_up_28_regular = "\ue0a4"; - public const string arrow_circle_up_32_regular = "\ue0a5"; - public const string arrow_circle_up_48_regular = "\ue0a6"; - public const string arrow_circle_up_left_20_regular = "\ue0a7"; - public const string arrow_circle_up_left_24_regular = "\ue0a8"; - public const string arrow_circle_up_right_20_regular = "\U000f00ce"; - public const string arrow_circle_up_right_24_regular = "\U000f00cf"; - public const string arrow_clockwise_12_regular = "\ue0a9"; - public const string arrow_clockwise_16_regular = "\ue0aa"; - public const string arrow_clockwise_20_regular = "\uf13d"; - public const string arrow_clockwise_24_regular = "\uf13e"; - public const string arrow_clockwise_28_regular = "\ue0ab"; - public const string arrow_clockwise_32_regular = "\ue0ac"; - public const string arrow_clockwise_48_regular = "\ue0ad"; - public const string arrow_clockwise_dashes_16_regular = "\U000f0462"; - public const string arrow_clockwise_dashes_20_regular = "\ue0ae"; - public const string arrow_clockwise_dashes_24_regular = "\ue0af"; - public const string arrow_clockwise_dashes_32_regular = "\U000f0463"; - public const string arrow_collapse_all_16_regular = "\U000f0621"; - public const string arrow_collapse_all_20_regular = "\ue0b0"; - public const string arrow_collapse_all_24_regular = "\ue0b1"; - public const string arrow_counterclockwise_12_regular = "\ue0b2"; - public const string arrow_counterclockwise_16_regular = "\ue0b3"; - public const string arrow_counterclockwise_20_regular = "\uf13f"; - public const string arrow_counterclockwise_24_regular = "\uf140"; - public const string arrow_counterclockwise_28_regular = "\uf8cf"; - public const string arrow_counterclockwise_32_regular = "\ue0b4"; - public const string arrow_counterclockwise_48_regular = "\ue0b5"; - public const string arrow_counterclockwise_dashes_20_regular = "\ue0b6"; - public const string arrow_counterclockwise_dashes_24_regular = "\ue0b7"; - public const string arrow_curve_down_left_16_regular = "\ue0b8"; - public const string arrow_curve_down_left_20_regular = "\uf141"; - public const string arrow_curve_down_left_24_regular = "\ue0b9"; - public const string arrow_curve_down_left_28_regular = "\ue0ba"; - public const string arrow_curve_down_right_20_regular = "\uf142"; - public const string arrow_curve_up_left_20_regular = "\uf145"; - public const string arrow_curve_up_right_20_regular = "\uf146"; - public const string arrow_down_12_regular = "\uf8d0"; - public const string arrow_down_16_regular = "\uf147"; - public const string arrow_down_20_regular = "\uf148"; - public const string arrow_down_24_regular = "\uf149"; - public const string arrow_down_28_regular = "\uf14a"; - public const string arrow_down_32_regular = "\uf14c"; - public const string arrow_down_48_regular = "\uf14d"; - public const string arrow_down_exclamation_16_regular = "\U000f03d1"; - public const string arrow_down_exclamation_20_regular = "\U000f03d2"; - public const string arrow_down_exclamation_24_regular = "\U000f0555"; - public const string arrow_down_left_16_regular = "\uf8d1"; - public const string arrow_down_left_20_regular = "\ue0bb"; - public const string arrow_down_left_24_regular = "\uf14b"; - public const string arrow_down_left_32_regular = "\ue0bc"; - public const string arrow_down_left_48_regular = "\ue0bd"; - public const string arrow_download_16_regular = "\uf14f"; - public const string arrow_download_20_regular = "\uf150"; - public const string arrow_download_24_regular = "\uf151"; - public const string arrow_download_28_regular = "\U000f0380"; - public const string arrow_download_32_regular = "\U000f0381"; - public const string arrow_download_48_regular = "\uf152"; - public const string arrow_download_off_16_regular = "\U000f03a8"; - public const string arrow_download_off_20_regular = "\U000f03a9"; - public const string arrow_download_off_24_regular = "\U000f03aa"; - public const string arrow_download_off_28_regular = "\U000f03ab"; - public const string arrow_download_off_32_regular = "\U000f03ac"; - public const string arrow_download_off_48_regular = "\U000f03ad"; - public const string arrow_eject_20_regular = "\ue0be"; - public const string arrow_enter_16_regular = "\U000f015f"; - public const string arrow_enter_20_regular = "\ue0bf"; - public const string arrow_enter_left_20_regular = "\ue0c0"; - public const string arrow_enter_left_24_regular = "\ue0c1"; - public const string arrow_enter_up_20_regular = "\ue0c2"; - public const string arrow_enter_up_24_regular = "\ue0c3"; - public const string arrow_exit_20_regular = "\ue0c4"; - public const string arrow_expand_16_regular = "\U000f0382"; - public const string arrow_expand_20_regular = "\ue0c5"; - public const string arrow_expand_24_regular = "\uf154"; - public const string arrow_expand_all_16_regular = "\U000f0622"; - public const string arrow_expand_all_20_regular = "\U000f0623"; - public const string arrow_expand_all_24_regular = "\U000f0624"; - public const string arrow_export_ltr_16_regular = "\ue0c6"; - public const string arrow_export_ltr_20_regular = "\ue0c7"; - public const string arrow_export_ltr_24_regular = "\ue0c8"; - public const string arrow_export_rtl_16_regular = "\ue0c9"; - public const string arrow_export_rtl_20_regular = "\uf8d2"; - public const string arrow_export_rtl_24_regular = "\ue0ca"; - public const string arrow_export_up_16_regular = "\U000f0383"; - public const string arrow_export_up_20_regular = "\ue0cb"; - public const string arrow_export_up_24_regular = "\ue0cc"; - public const string arrow_fit_16_regular = "\uf14e"; - public const string arrow_fit_20_regular = "\ue0cd"; - public const string arrow_fit_24_regular = "\U000f03d3"; - public const string arrow_fit_in_16_regular = "\ue0ce"; - public const string arrow_fit_in_20_regular = "\ue0cf"; - public const string arrow_fit_in_24_regular = "\U000f03d4"; - public const string arrow_flow_diagonal_up_right_16_regular = "\U000f01b8"; - public const string arrow_flow_diagonal_up_right_20_regular = "\U000f01b9"; - public const string arrow_flow_diagonal_up_right_24_regular = "\U000f01ba"; - public const string arrow_flow_diagonal_up_right_32_regular = "\U000f01bb"; - public const string arrow_flow_up_right_16_regular = "\U000f01bc"; - public const string arrow_flow_up_right_20_regular = "\U000f01bd"; - public const string arrow_flow_up_right_24_regular = "\U000f01be"; - public const string arrow_flow_up_right_32_regular = "\U000f01bf"; - public const string arrow_flow_up_right_rectangle_multiple_20_regular = "\U000f01c0"; - public const string arrow_flow_up_right_rectangle_multiple_24_regular = "\U000f01c1"; - public const string arrow_forward_16_regular = "\uf156"; - public const string arrow_forward_20_regular = "\uf157"; - public const string arrow_forward_24_regular = "\uf158"; - public const string arrow_forward_28_regular = "\ue0d0"; - public const string arrow_forward_32_regular = "\U000f0424"; - public const string arrow_forward_48_regular = "\ue0d1"; - public const string arrow_forward_down_lightning_20_regular = "\ue0d2"; - public const string arrow_forward_down_lightning_24_regular = "\ue0d3"; - public const string arrow_forward_down_person_20_regular = "\ue0d4"; - public const string arrow_forward_down_person_24_regular = "\ue0d5"; - public const string arrow_hook_down_left_16_regular = "\uf8d5"; - public const string arrow_hook_down_left_20_regular = "\uf8d6"; - public const string arrow_hook_down_left_24_regular = "\uf8d7"; - public const string arrow_hook_down_left_28_regular = "\uf8d8"; - public const string arrow_hook_down_right_16_regular = "\uf8d9"; - public const string arrow_hook_down_right_20_regular = "\uf8da"; - public const string arrow_hook_down_right_24_regular = "\uf8db"; - public const string arrow_hook_down_right_28_regular = "\uf8dc"; - public const string arrow_hook_up_left_16_regular = "\uf8dd"; - public const string arrow_hook_up_left_20_regular = "\uf8de"; - public const string arrow_hook_up_left_24_regular = "\uf8df"; - public const string arrow_hook_up_left_28_regular = "\uf8e0"; - public const string arrow_hook_up_right_16_regular = "\uf8e1"; - public const string arrow_hook_up_right_20_regular = "\uf8e2"; - public const string arrow_hook_up_right_24_regular = "\uf8e3"; - public const string arrow_hook_up_right_28_regular = "\uf8e4"; - public const string arrow_import_16_regular = "\U000f0384"; - public const string arrow_import_20_regular = "\uf159"; - public const string arrow_import_24_regular = "\uf15a"; - public const string arrow_join_20_regular = "\ue0d6"; - public const string arrow_left_12_regular = "\ue0d7"; - public const string arrow_left_16_regular = "\uf184"; - public const string arrow_left_20_regular = "\uf15b"; - public const string arrow_left_24_regular = "\uf15c"; - public const string arrow_left_28_regular = "\uf15d"; - public const string arrow_left_32_regular = "\uf189"; - public const string arrow_left_48_regular = "\uf19e"; - public const string arrow_maximize_16_regular = "\uf15e"; - public const string arrow_maximize_20_regular = "\uf15f"; - public const string arrow_maximize_24_regular = "\uf160"; - public const string arrow_maximize_28_regular = "\uf161"; - public const string arrow_maximize_32_regular = "\ue0d8"; - public const string arrow_maximize_48_regular = "\ue0d9"; - public const string arrow_maximize_vertical_20_regular = "\uf162"; - public const string arrow_maximize_vertical_24_regular = "\uf163"; - public const string arrow_maximize_vertical_48_regular = "\ue0da"; - public const string arrow_minimize_16_regular = "\uf164"; - public const string arrow_minimize_20_regular = "\uf165"; - public const string arrow_minimize_24_regular = "\uf166"; - public const string arrow_minimize_28_regular = "\uf167"; - public const string arrow_minimize_vertical_20_regular = "\ue0db"; - public const string arrow_minimize_vertical_24_regular = "\uf168"; - public const string arrow_move_20_regular = "\uf8e5"; - public const string arrow_move_24_regular = "\uf169"; - public const string arrow_move_inward_20_regular = "\ue0dc"; - public const string arrow_next_12_regular = "\ue0dd"; - public const string arrow_next_16_regular = "\uf0a2"; - public const string arrow_next_20_regular = "\uf16a"; - public const string arrow_next_24_regular = "\uf16b"; - public const string arrow_outline_down_left_16_regular = "\U000f01fd"; - public const string arrow_outline_down_left_20_regular = "\U000f01fe"; - public const string arrow_outline_down_left_24_regular = "\U000f01ff"; - public const string arrow_outline_down_left_28_regular = "\U000f0200"; - public const string arrow_outline_down_left_32_regular = "\U000f0201"; - public const string arrow_outline_down_left_48_regular = "\U000f0202"; - public const string arrow_outline_up_right_20_regular = "\ue0de"; - public const string arrow_outline_up_right_24_regular = "\ue0df"; - public const string arrow_outline_up_right_32_regular = "\ue0e0"; - public const string arrow_outline_up_right_48_regular = "\ue0e1"; - public const string text_paragraph_16_regular = "\ued41"; - public const string arrow_paragraph_20_regular = "\ue0e2"; - public const string text_paragraph_24_regular = "\ued43"; - public const string arrow_previous_12_regular = "\ue0e3"; - public const string arrow_previous_16_regular = "\uf0a3"; - public const string arrow_previous_20_regular = "\uf16c"; - public const string arrow_previous_24_regular = "\uf16d"; - public const string arrow_redo_16_regular = "\ue0e4"; - public const string arrow_redo_20_regular = "\uf16e"; - public const string arrow_redo_24_regular = "\uf16f"; - public const string arrow_redo_28_regular = "\ue0e5"; - public const string arrow_redo_32_regular = "\uf8e6"; - public const string arrow_redo_48_regular = "\uf8e7"; - public const string arrow_repeat_1_16_regular = "\uef32"; - public const string arrow_repeat_1_20_regular = "\uef33"; - public const string arrow_repeat_1_24_regular = "\uef34"; - public const string arrow_repeat_all_16_regular = "\uf170"; - public const string arrow_repeat_all_20_regular = "\uf171"; - public const string arrow_repeat_all_24_regular = "\uf172"; - public const string arrow_repeat_all_off_16_regular = "\uf173"; - public const string arrow_repeat_all_off_20_regular = "\uf174"; - public const string arrow_repeat_all_off_24_regular = "\uf175"; - public const string arrow_reply_16_regular = "\uf176"; - public const string arrow_reply_20_regular = "\uf177"; - public const string arrow_reply_24_regular = "\uf178"; - public const string arrow_reply_28_regular = "\ue0e6"; - public const string arrow_reply_32_regular = "\U000f0425"; - public const string arrow_reply_48_regular = "\uf179"; - public const string arrow_reply_all_16_regular = "\uf17a"; - public const string arrow_reply_all_20_regular = "\uf17b"; - public const string arrow_reply_all_24_regular = "\uf17c"; - public const string arrow_reply_all_28_regular = "\ue0e7"; - public const string arrow_reply_all_32_regular = "\U000f0426"; - public const string arrow_reply_all_48_regular = "\uf17d"; - public const string arrow_reply_down_16_regular = "\uf17e"; - public const string arrow_reply_down_20_regular = "\uf17f"; - public const string arrow_reply_down_24_regular = "\uf180"; - public const string arrow_reset_20_regular = "\uf19f"; - public const string arrow_reset_24_regular = "\uf1a0"; - public const string arrow_reset_32_regular = "\ue0e8"; - public const string arrow_reset_48_regular = "\ue0e9"; - public const string arrow_right_12_regular = "\ue0ea"; - public const string arrow_right_16_regular = "\ue0eb"; - public const string arrow_right_20_regular = "\uf181"; - public const string arrow_right_24_regular = "\uf182"; - public const string arrow_right_28_regular = "\uf183"; - public const string arrow_right_32_regular = "\uf1a2"; - public const string arrow_right_48_regular = "\uf1a7"; - public const string arrow_rotate_clockwise_16_regular = "\ue0ec"; - public const string arrow_rotate_clockwise_20_regular = "\uf185"; - public const string arrow_rotate_clockwise_24_regular = "\uf186"; - public const string arrow_rotate_counterclockwise_20_regular = "\uf187"; - public const string arrow_rotate_counterclockwise_24_regular = "\uf188"; - public const string arrow_shuffle_16_regular = "\uef35"; - public const string arrow_shuffle_20_regular = "\uef36"; - public const string arrow_shuffle_24_regular = "\uef37"; - public const string arrow_shuffle_28_regular = "\uef38"; - public const string arrow_shuffle_32_regular = "\uef39"; - public const string arrow_shuffle_48_regular = "\uef3a"; - public const string arrow_shuffle_off_16_regular = "\uef3b"; - public const string arrow_shuffle_off_20_regular = "\uef3c"; - public const string arrow_shuffle_off_24_regular = "\uef3d"; - public const string arrow_shuffle_off_28_regular = "\uef3e"; - public const string arrow_shuffle_off_32_regular = "\uef3f"; - public const string arrow_shuffle_off_48_regular = "\uef40"; - public const string arrow_sort_16_regular = "\uf1ab"; - public const string arrow_sort_20_regular = "\uf18a"; - public const string arrow_sort_24_regular = "\uf18b"; - public const string arrow_sort_28_regular = "\uf18c"; - public const string arrow_sort_down_16_regular = "\uf1ac"; - public const string arrow_sort_down_20_regular = "\uf805"; - public const string arrow_sort_down_24_regular = "\uf811"; - public const string arrow_sort_down_lines_16_regular = "\uf1ad"; - public const string arrow_sort_down_lines_20_regular = "\ue0f1"; - public const string arrow_sort_down_lines_24_regular = "\ue0f2"; - public const string arrow_sort_up_16_regular = "\uf1b3"; - public const string arrow_sort_up_20_regular = "\uf812"; - public const string arrow_sort_up_24_regular = "\uf821"; - public const string arrow_sort_up_lines_16_regular = "\U000f0556"; - public const string arrow_sort_up_lines_20_regular = "\U000f0557"; - public const string arrow_sort_up_lines_24_regular = "\U000f0558"; - public const string arrow_split_16_regular = "\ue0f3"; - public const string arrow_split_20_regular = "\ue0f4"; - public const string arrow_split_24_regular = "\ue0f5"; - public const string arrow_sprint_16_regular = "\U000f0160"; - public const string arrow_sprint_20_regular = "\U000f0161"; - public const string arrow_square_down_20_regular = "\ue0f6"; - public const string arrow_square_down_24_regular = "\ue0f7"; - public const string arrow_square_up_right_20_regular = "\U000f01c2"; - public const string arrow_square_up_right_24_regular = "\U000f01c3"; - public const string arrow_step_back_16_regular = "\ue0f8"; - public const string arrow_step_back_20_regular = "\ue0f9"; - public const string arrow_step_in_12_regular = "\ue0fa"; - public const string arrow_step_in_16_regular = "\ue0fb"; - public const string arrow_step_in_20_regular = "\ue0fc"; - public const string arrow_step_in_24_regular = "\ue0fd"; - public const string arrow_step_in_28_regular = "\ue0fe"; - public const string arrow_step_in_diagonal_down_left_16_regular = "\U000f0203"; - public const string arrow_step_in_diagonal_down_left_20_regular = "\U000f0204"; - public const string arrow_step_in_diagonal_down_left_24_regular = "\U000f0205"; - public const string arrow_step_in_diagonal_down_left_28_regular = "\U000f0206"; - public const string arrow_step_in_left_12_regular = "\ue0ff"; - public const string arrow_step_in_left_16_regular = "\ue100"; - public const string arrow_step_in_left_20_regular = "\ue101"; - public const string arrow_step_in_left_24_regular = "\ue102"; - public const string arrow_step_in_left_28_regular = "\ue103"; - public const string arrow_step_in_right_12_regular = "\ue104"; - public const string arrow_step_in_right_16_regular = "\ue105"; - public const string arrow_step_in_right_20_regular = "\ue106"; - public const string arrow_step_in_right_24_regular = "\ue107"; - public const string arrow_step_in_right_28_regular = "\ue108"; - public const string arrow_step_out_12_regular = "\ue109"; - public const string arrow_step_out_16_regular = "\ue10a"; - public const string arrow_step_out_20_regular = "\ue10b"; - public const string arrow_step_out_24_regular = "\ue10c"; - public const string arrow_step_out_28_regular = "\ue10d"; - public const string arrow_step_over_16_regular = "\ue10e"; - public const string arrow_step_over_20_regular = "\ue10f"; - public const string arrow_swap_16_regular = "\U000f02a4"; - public const string arrow_swap_20_regular = "\uf18d"; - public const string arrow_swap_24_regular = "\uf18e"; - public const string arrow_swap_28_regular = "\U000f02a5"; - public const string arrow_sync_12_regular = "\uf18f"; - public const string arrow_sync_16_regular = "\ue110"; - public const string arrow_sync_20_regular = "\uf190"; - public const string arrow_sync_24_regular = "\uf191"; - public const string arrow_sync_checkmark_20_regular = "\ue111"; - public const string arrow_sync_checkmark_24_regular = "\ue112"; - public const string arrow_sync_circle_16_regular = "\uf192"; - public const string arrow_sync_circle_20_regular = "\uf193"; - public const string arrow_sync_circle_24_regular = "\uf194"; - public const string arrow_sync_dismiss_20_regular = "\ue113"; - public const string arrow_sync_dismiss_24_regular = "\ue114"; - public const string arrow_sync_off_12_regular = "\uf195"; - public const string arrow_sync_off_16_regular = "\ue115"; - public const string arrow_sync_off_20_regular = "\ue116"; - public const string arrow_trending_12_regular = "\uefd6"; - public const string arrow_trending_16_regular = "\uf196"; - public const string arrow_trending_20_regular = "\uf197"; - public const string arrow_trending_24_regular = "\uf198"; - public const string arrow_trending_checkmark_20_regular = "\ue117"; - public const string arrow_trending_checkmark_24_regular = "\ue118"; - public const string arrow_trending_down_16_regular = "\ue119"; - public const string arrow_trending_down_20_regular = "\ue11a"; - public const string arrow_trending_down_24_regular = "\ue11b"; - public const string arrow_trending_lines_20_regular = "\ue11c"; - public const string arrow_trending_lines_24_regular = "\ue11d"; - public const string arrow_trending_settings_20_regular = "\ue11e"; - public const string arrow_trending_settings_24_regular = "\ue11f"; - public const string arrow_trending_sparkle_20_regular = "\uf59a"; - public const string arrow_trending_sparkle_24_regular = "\uf59b"; - public const string arrow_trending_text_20_regular = "\ue120"; - public const string arrow_trending_text_24_regular = "\ue121"; - public const string arrow_trending_wrench_20_regular = "\ue122"; - public const string arrow_trending_wrench_24_regular = "\ue123"; - public const string arrow_turn_bidirectional_down_right_20_regular = "\ue124"; - public const string arrow_turn_bidirectional_down_right_24_regular = "\uf822"; - public const string arrow_turn_down_left_20_regular = "\uf067"; - public const string arrow_turn_down_left_48_regular = "\uf068"; - public const string arrow_turn_down_right_20_regular = "\uf00e"; - public const string arrow_turn_down_right_48_regular = "\uf00f"; - public const string arrow_turn_down_up_20_regular = "\uf010"; - public const string arrow_turn_down_up_48_regular = "\uf011"; - public const string arrow_turn_left_down_20_regular = "\uf012"; - public const string arrow_turn_left_down_48_regular = "\uf013"; - public const string arrow_turn_left_right_20_regular = "\uf014"; - public const string arrow_turn_left_right_48_regular = "\uf015"; - public const string arrow_turn_left_up_20_regular = "\uf016"; - public const string arrow_turn_left_up_48_regular = "\uf017"; - public const string arrow_turn_right_16_regular = "\U000f05d3"; - public const string arrow_turn_right_20_regular = "\ue125"; - public const string arrow_turn_right_24_regular = "\uf839"; - public const string arrow_turn_right_48_regular = "\uf018"; - public const string arrow_turn_right_down_20_regular = "\uf019"; - public const string arrow_turn_right_down_48_regular = "\uf01a"; - public const string arrow_turn_right_left_20_regular = "\uf01b"; - public const string arrow_turn_right_left_48_regular = "\uf01c"; - public const string arrow_turn_right_up_20_regular = "\uf01d"; - public const string arrow_turn_right_up_48_regular = "\uf01e"; - public const string arrow_turn_up_down_20_regular = "\uf01f"; - public const string arrow_turn_up_down_48_regular = "\uf020"; - public const string arrow_turn_up_left_20_regular = "\uf021"; - public const string arrow_turn_up_left_48_regular = "\uf022"; - public const string arrow_undo_16_regular = "\ue126"; - public const string arrow_undo_20_regular = "\uf199"; - public const string arrow_undo_24_regular = "\uf19a"; - public const string arrow_undo_28_regular = "\ue127"; - public const string arrow_undo_32_regular = "\ue128"; - public const string arrow_undo_48_regular = "\ue129"; - public const string arrow_up_12_regular = "\ue12a"; - public const string arrow_up_16_regular = "\uf1b4"; - public const string arrow_up_20_regular = "\uf19b"; - public const string arrow_up_24_regular = "\uf19c"; - public const string arrow_up_28_regular = "\uf19d"; - public const string arrow_up_32_regular = "\uf1b8"; - public const string arrow_up_48_regular = "\uf1b9"; - public const string arrow_up_exclamation_16_regular = "\U000f0559"; - public const string arrow_up_exclamation_20_regular = "\U000f055a"; - public const string arrow_up_exclamation_24_regular = "\U000f055b"; - public const string arrow_up_left_16_regular = "\ue12b"; - public const string arrow_up_left_20_regular = "\ue12c"; - public const string arrow_up_left_24_regular = "\uf1a1"; - public const string arrow_up_left_48_regular = "\ue12d"; - public const string arrow_up_right_16_regular = "\uf8eb"; - public const string arrow_up_right_20_regular = "\ue12e"; - public const string arrow_up_right_24_regular = "\uf1a3"; - public const string arrow_up_right_32_regular = "\ue12f"; - public const string arrow_up_right_48_regular = "\ue130"; - public const string arrow_up_right_dashes_16_regular = "\U000f0385"; - public const string arrow_up_square_settings_24_regular = "\U000f0207"; - public const string arrow_upload_16_regular = "\ue131"; - public const string arrow_upload_20_regular = "\uf1a4"; - public const string arrow_upload_24_regular = "\uf1a5"; - public const string arrow_upload_32_regular = "\U000f05a0"; - public const string arrow_wrap_20_regular = "\ue132"; - public const string arrow_wrap_off_20_regular = "\ue133"; - public const string arrows_bidirectional_20_regular = "\ue134"; - public const string arrows_bidirectional_24_regular = "\uf1a6"; - public const string attach_12_regular = "\ue135"; - public const string attach_16_regular = "\uf1a8"; - public const string attach_20_regular = "\uf1a9"; - public const string attach_24_regular = "\uf1aa"; - public const string attach_32_regular = "\U000f0427"; - public const string attach_arrow_right_20_regular = "\uf8ec"; - public const string attach_arrow_right_24_regular = "\uf8ed"; - public const string attach_text_20_regular = "\ue136"; - public const string attach_text_24_regular = "\uf8ee"; - public const string auto_fit_height_20_regular = "\ue137"; - public const string auto_fit_height_24_regular = "\ue138"; - public const string auto_fit_width_20_regular = "\ue139"; - public const string auto_fit_width_24_regular = "\ue13a"; - public const string autocorrect_20_regular = "\ue13b"; - public const string autocorrect_24_regular = "\uf1ae"; - public const string autocorrect_32_regular = "\U000f0428"; - public const string autosum_16_regular = "\uf069"; - public const string autosum_20_regular = "\uf1af"; - public const string autosum_24_regular = "\uf1b0"; - public const string backpack_12_regular = "\uf8f0"; - public const string backpack_16_regular = "\uf8f1"; - public const string backpack_20_regular = "\uf8f2"; - public const string backpack_24_regular = "\uf8f3"; - public const string backpack_28_regular = "\uf8f4"; - public const string backpack_32_regular = "\ue13c"; - public const string backpack_48_regular = "\uf8f5"; - public const string backpack_add_20_regular = "\ue13d"; - public const string backpack_add_24_regular = "\ue13e"; - public const string backpack_add_28_regular = "\ue13f"; - public const string backpack_add_48_regular = "\ue140"; - public const string backspace_16_regular = "\U000f00d0"; - public const string backspace_20_regular = "\uf1b1"; - public const string backspace_24_regular = "\uf1b2"; - public const string badge_20_regular = "\ue141"; - public const string badge_24_regular = "\uf1b5"; - public const string balloon_12_regular = "\ue142"; - public const string balloon_16_regular = "\uf8f6"; - public const string balloon_20_regular = "\uf1b6"; - public const string balloon_24_regular = "\uf1b7"; - public const string barcode_scanner_20_regular = "\uf1ba"; - public const string barcode_scanner_24_regular = "\uf1e4"; - public const string battery_0_20_regular = "\uf1bb"; - public const string battery_0_24_regular = "\uf1bc"; - public const string battery_1_20_regular = "\uf1bd"; - public const string battery_1_24_regular = "\uf1be"; - public const string battery_10_16_regular = "\U000f0386"; - public const string battery_10_20_regular = "\ue143"; - public const string battery_10_24_regular = "\ue144"; - public const string battery_2_20_regular = "\uf1bf"; - public const string battery_2_24_regular = "\uf1c0"; - public const string battery_3_20_regular = "\uf1c1"; - public const string battery_3_24_regular = "\uf1c2"; - public const string battery_4_20_regular = "\uf1c3"; - public const string battery_4_24_regular = "\uf1c4"; - public const string battery_5_20_regular = "\uf1c5"; - public const string battery_5_24_regular = "\uf1c6"; - public const string battery_6_20_regular = "\uf1c7"; - public const string battery_6_24_regular = "\uf1c8"; - public const string battery_7_20_regular = "\uf1c9"; - public const string battery_7_24_regular = "\uf1ca"; - public const string battery_8_20_regular = "\uf1cb"; - public const string battery_8_24_regular = "\uf1cc"; - public const string battery_9_20_regular = "\uf1cd"; - public const string battery_9_24_regular = "\uf1ce"; - public const string battery_charge_20_regular = "\uf1cf"; - public const string battery_charge_24_regular = "\uf1d0"; - public const string battery_checkmark_20_regular = "\ue145"; - public const string battery_checkmark_24_regular = "\ue146"; - public const string battery_saver_20_regular = "\uf1d3"; - public const string battery_saver_24_regular = "\uf1d4"; - public const string battery_warning_20_regular = "\ue147"; - public const string battery_warning_24_regular = "\uf1d5"; - public const string beach_16_regular = "\ue148"; - public const string beach_20_regular = "\ue149"; - public const string beach_24_regular = "\ue14a"; - public const string beach_28_regular = "\ue14b"; - public const string beach_32_regular = "\ue14c"; - public const string beach_48_regular = "\ue14d"; - public const string beaker_16_regular = "\uf1d6"; - public const string beaker_20_regular = "\uf1d7"; - public const string beaker_24_regular = "\uf1d8"; - public const string beaker_32_regular = "\ueec0"; - public const string beaker_add_20_regular = "\U000f0338"; - public const string beaker_add_24_regular = "\U000f0339"; - public const string beaker_dismiss_20_regular = "\U000f033a"; - public const string beaker_dismiss_24_regular = "\U000f033b"; - public const string beaker_edit_20_regular = "\uf1e5"; - public const string beaker_edit_24_regular = "\uf1e6"; - public const string beaker_empty_16_regular = "\U000f0387"; - public const string beaker_off_20_regular = "\ueee6"; - public const string beaker_off_32_regular = "\ueee7"; - public const string beaker_settings_16_regular = "\U000f0162"; - public const string beaker_settings_20_regular = "\U000f0163"; - public const string bed_16_regular = "\uf8f7"; - public const string bed_20_regular = "\uf1d9"; - public const string bed_24_regular = "\uf1da"; - public const string bench_20_regular = "\U000f055c"; - public const string bench_24_regular = "\U000f055d"; - public const string bezier_curve_square_12_regular = "\ue14e"; - public const string bezier_curve_square_20_regular = "\ue14f"; - public const string bin_full_20_regular = "\ue150"; - public const string bin_full_24_regular = "\ue151"; - public const string bin_recycle_20_regular = "\U000f01c4"; - public const string bin_recycle_24_regular = "\U000f01c5"; - public const string bin_recycle_full_20_regular = "\U000f01c6"; - public const string bin_recycle_full_24_regular = "\U000f01c7"; - public const string binder_triangle_16_regular = "\U000f0164"; - public const string binder_triangle_20_regular = "\U000f00d1"; - public const string binder_triangle_24_regular = "\U000f00d2"; - public const string binder_triangle_32_regular = "\U000f00d3"; - public const string bluetooth_16_regular = "\uf59c"; - public const string bluetooth_20_regular = "\uf1de"; - public const string bluetooth_24_regular = "\uf1df"; - public const string bluetooth_28_regular = "\uf8f8"; - public const string bluetooth_32_regular = "\uf59d"; - public const string bluetooth_48_regular = "\uf670"; - public const string bluetooth_connected_20_regular = "\ue152"; - public const string bluetooth_connected_24_regular = "\uf1e0"; - public const string bluetooth_disabled_20_regular = "\ue153"; - public const string bluetooth_disabled_24_regular = "\uf1e1"; - public const string bluetooth_searching_20_regular = "\ue154"; - public const string bluetooth_searching_24_regular = "\uf1e2"; - public const string blur_16_regular = "\uf8f9"; - public const string blur_20_regular = "\uf8fa"; - public const string blur_24_regular = "\uf8fb"; - public const string blur_28_regular = "\uf8fc"; - public const string board_16_regular = "\ue155"; - public const string board_20_regular = "\ue156"; - public const string board_24_regular = "\uf1e3"; - public const string board_28_regular = "\ue157"; - public const string board_games_20_regular = "\ue158"; - public const string board_heart_16_regular = "\ue159"; - public const string board_heart_20_regular = "\ue15a"; - public const string board_heart_24_regular = "\ue15b"; - public const string board_split_16_regular = "\ue15c"; - public const string board_split_20_regular = "\ue15d"; - public const string board_split_24_regular = "\ue15e"; - public const string board_split_28_regular = "\ue15f"; - public const string board_split_48_regular = "\ue160"; - public const string book_16_regular = "\U000f0388"; - public const string book_20_regular = "\uf8fd"; - public const string book_24_regular = "\uf8fe"; - public const string book_28_regular = "\U000f05bc"; - public const string book_32_regular = "\U000f03d5"; - public const string book_48_regular = "\U000f05bd"; - public const string book_add_20_regular = "\uf8ff"; - public const string book_add_24_regular = "\ue161"; - public const string book_add_28_regular = "\U000f01ea"; - public const string book_arrow_clockwise_20_regular = "\ue162"; - public const string book_arrow_clockwise_24_regular = "\ue163"; - public const string book_clock_20_regular = "\ue164"; - public const string book_clock_24_regular = "\ue165"; - public const string book_coins_20_regular = "\ue166"; - public const string book_coins_24_regular = "\ue167"; - public const string book_compass_20_regular = "\ue168"; - public const string book_compass_24_regular = "\ue169"; - public const string book_contacts_20_regular = "\ue16a"; - public const string book_contacts_24_regular = "\ue16b"; - public const string book_contacts_28_regular = "\ue16c"; - public const string book_contacts_32_regular = "\ue16d"; - public const string book_database_16_regular = "\U000f03d6"; - public const string book_database_20_regular = "\ue16e"; - public const string book_database_24_regular = "\ue16f"; - public const string book_database_32_regular = "\U000f03d7"; - public const string book_default_28_regular = "\U000f01eb"; - public const string book_dismiss_16_regular = "\U000f0165"; - public const string book_dismiss_20_regular = "\U000f0166"; - public const string book_exclamation_mark_20_regular = "\ue170"; - public const string book_exclamation_mark_24_regular = "\ue171"; - public const string book_globe_20_regular = "\ue172"; - public const string book_globe_24_regular = "\uf1f0"; - public const string book_information_20_regular = "\ue173"; - public const string book_information_24_regular = "\ue174"; - public const string book_letter_20_regular = "\ue175"; - public const string book_letter_24_regular = "\ue176"; - public const string book_number_16_regular = "\uf1f1"; - public const string book_number_20_regular = "\uf1f2"; - public const string book_number_24_regular = "\uf1f3"; - public const string book_open_16_regular = "\ue177"; - public const string book_open_20_regular = "\ue178"; - public const string book_open_24_regular = "\ue179"; - public const string book_open_28_regular = "\ue17a"; - public const string book_open_32_regular = "\ue17b"; - public const string book_open_48_regular = "\ue17c"; - public const string book_open_globe_20_regular = "\ue17d"; - public const string book_open_globe_24_regular = "\ue17e"; - public const string book_open_microphone_20_regular = "\ue17f"; - public const string book_open_microphone_24_regular = "\ue180"; - public const string book_open_microphone_28_regular = "\ue181"; - public const string book_open_microphone_32_regular = "\ue182"; - public const string book_open_microphone_48_regular = "\ue183"; - public const string book_pulse_20_regular = "\ue184"; - public const string book_pulse_24_regular = "\ue185"; - public const string book_question_mark_20_regular = "\ue186"; - public const string book_question_mark_24_regular = "\ue187"; - public const string book_question_mark_rtl_20_regular = "\ue188"; - public const string book_question_mark_rtl_24_regular = "\uf83a"; - public const string book_search_20_regular = "\ue189"; - public const string book_search_24_regular = "\ue18a"; - public const string book_star_20_regular = "\ue18b"; - public const string book_star_24_regular = "\ue18c"; - public const string book_template_20_regular = "\ue18d"; - public const string book_theta_20_regular = "\ue18e"; - public const string book_theta_24_regular = "\ue18f"; - public const string book_toolbox_16_regular = "\U000f03d8"; - public const string book_toolbox_20_regular = "\uf1e7"; - public const string book_toolbox_24_regular = "\ue190"; - public const string bookmark_16_regular = "\uf1f4"; - public const string bookmark_20_regular = "\uf1f5"; - public const string bookmark_24_regular = "\uf1f6"; - public const string bookmark_28_regular = "\uf1f7"; - public const string bookmark_32_regular = "\ue191"; - public const string bookmark_add_20_regular = "\uf1e8"; - public const string bookmark_add_24_regular = "\uf1e9"; - public const string bookmark_multiple_16_regular = "\ue192"; - public const string bookmark_multiple_20_regular = "\ue193"; - public const string bookmark_multiple_24_regular = "\ue194"; - public const string bookmark_multiple_28_regular = "\ue195"; - public const string bookmark_multiple_32_regular = "\ue196"; - public const string bookmark_multiple_48_regular = "\ue197"; - public const string bookmark_off_20_regular = "\ue198"; - public const string bookmark_off_24_regular = "\uf1f8"; - public const string bookmark_search_20_regular = "\ue199"; - public const string bookmark_search_24_regular = "\ue19a"; - public const string border_all_16_regular = "\ue19b"; - public const string border_all_20_regular = "\ue19c"; - public const string border_all_24_regular = "\ue19d"; - public const string border_bottom_20_regular = "\ue19e"; - public const string border_bottom_24_regular = "\ue19f"; - public const string border_bottom_double_20_regular = "\ue1a0"; - public const string border_bottom_double_24_regular = "\ue1a1"; - public const string border_bottom_thick_20_regular = "\ue1a2"; - public const string border_bottom_thick_24_regular = "\ue1a3"; - public const string border_inside_16_regular = "\U000f03ae"; - public const string border_inside_20_regular = "\U000f03af"; - public const string border_inside_24_regular = "\U000f03b0"; - public const string border_left_20_regular = "\ue1a4"; - public const string border_left_24_regular = "\ue1a5"; - public const string border_left_right_20_regular = "\ue1a6"; - public const string border_left_right_24_regular = "\ue1a7"; - public const string border_none_16_regular = "\U000f0389"; - public const string border_none_20_regular = "\ue1a8"; - public const string border_none_24_regular = "\ue1a9"; - public const string border_outside_20_regular = "\ue1aa"; - public const string border_outside_24_regular = "\ue1ab"; - public const string border_outside_thick_20_regular = "\ue1ac"; - public const string border_outside_thick_24_regular = "\ue1ad"; - public const string border_right_20_regular = "\ue1ae"; - public const string border_right_24_regular = "\ue1af"; - public const string border_top_20_regular = "\ue1b0"; - public const string border_top_24_regular = "\ue1b1"; - public const string border_top_bottom_20_regular = "\ue1b2"; - public const string border_top_bottom_24_regular = "\ue1b3"; - public const string border_top_bottom_double_20_regular = "\ue1b4"; - public const string border_top_bottom_double_24_regular = "\ue1b5"; - public const string border_top_bottom_thick_20_regular = "\ue1b6"; - public const string border_top_bottom_thick_24_regular = "\ue1b7"; - public const string bot_20_regular = "\ue1b8"; - public const string bot_24_regular = "\uf1f9"; - public const string bot_add_20_regular = "\ue1b9"; - public const string bot_add_24_regular = "\uf1fa"; - public const string bot_sparkle_20_regular = "\uf6a5"; - public const string bot_sparkle_24_regular = "\uf6a6"; - public const string bow_tie_20_regular = "\U000f00d4"; - public const string bow_tie_24_regular = "\U000f00d5"; - public const string bowl_chopsticks_16_regular = "\uf1ea"; - public const string bowl_chopsticks_20_regular = "\uf1eb"; - public const string bowl_chopsticks_24_regular = "\uf1ec"; - public const string bowl_chopsticks_28_regular = "\uf1ed"; - public const string bowl_salad_20_regular = "\ueee8"; - public const string bowl_salad_24_regular = "\ueee9"; - public const string box_16_regular = "\ue1ba"; - public const string box_20_regular = "\ue1bb"; - public const string box_24_regular = "\ue1bc"; - public const string box_arrow_left_20_regular = "\ue1bd"; - public const string box_arrow_left_24_regular = "\ue1be"; - public const string box_arrow_up_20_regular = "\ue1bf"; - public const string box_arrow_up_24_regular = "\ue1c0"; - public const string box_checkmark_20_regular = "\ue1c1"; - public const string box_checkmark_24_regular = "\ue1c2"; - public const string box_dismiss_20_regular = "\ue1c3"; - public const string box_dismiss_24_regular = "\ue1c4"; - public const string box_edit_20_regular = "\ue1c5"; - public const string box_edit_24_regular = "\ue1c6"; - public const string box_multiple_20_regular = "\ue1c7"; - public const string box_multiple_24_regular = "\ue1c8"; - public const string box_multiple_arrow_left_20_regular = "\ue1c9"; - public const string box_multiple_arrow_left_24_regular = "\ue1ca"; - public const string box_multiple_arrow_right_20_regular = "\ue1cb"; - public const string box_multiple_arrow_right_24_regular = "\ue1cc"; - public const string box_multiple_checkmark_20_regular = "\ue1cd"; - public const string box_multiple_checkmark_24_regular = "\ue1ce"; - public const string box_multiple_search_20_regular = "\ue1cf"; - public const string box_multiple_search_24_regular = "\ue1d0"; - public const string box_search_16_regular = "\uf6a7"; - public const string box_search_20_regular = "\ue1d1"; - public const string box_search_24_regular = "\ue1d2"; - public const string box_toolbox_20_regular = "\ue1d3"; - public const string box_toolbox_24_regular = "\ue1d4"; - public const string braces_16_regular = "\uee90"; - public const string braces_20_regular = "\ue1d5"; - public const string braces_24_regular = "\ue1d6"; - public const string braces_28_regular = "\uee91"; - public const string braces_32_regular = "\uee92"; - public const string braces_48_regular = "\uee93"; - public const string braces_checkmark_16_regular = "\uf0a4"; - public const string braces_dismiss_16_regular = "\uf0a5"; - public const string braces_variable_20_regular = "\ue1d7"; - public const string braces_variable_24_regular = "\ue1d8"; - public const string braces_variable_48_regular = "\U000f0267"; - public const string brain_circuit_20_regular = "\uf1ee"; - public const string brain_circuit_24_regular = "\uf83b"; - public const string branch_16_regular = "\uf0a6"; - public const string branch_20_regular = "\ue1d9"; - public const string branch_24_regular = "\uf1fb"; - public const string branch_compare_16_regular = "\ue1da"; - public const string branch_compare_20_regular = "\ue1db"; - public const string branch_compare_24_regular = "\ue1dc"; - public const string branch_fork_16_regular = "\ue1dd"; - public const string branch_fork_20_regular = "\ue1de"; - public const string branch_fork_24_regular = "\ue1df"; - public const string branch_fork_32_regular = "\uee94"; - public const string branch_fork_hint_20_regular = "\ue1e0"; - public const string branch_fork_hint_24_regular = "\ue1e1"; - public const string branch_fork_link_20_regular = "\ue1e2"; - public const string branch_fork_link_24_regular = "\ue1e3"; - public const string branch_request_16_regular = "\U000f038a"; - public const string branch_request_20_regular = "\ue1e4"; - public const string breakout_room_20_regular = "\ue1e5"; - public const string breakout_room_24_regular = "\ue1e6"; - public const string breakout_room_28_regular = "\ue1e7"; - public const string breakout_room_32_regular = "\U000f05f8"; - public const string briefcase_12_regular = "\ue1e8"; - public const string briefcase_16_regular = "\ue1e9"; - public const string briefcase_20_regular = "\uf1fc"; - public const string briefcase_24_regular = "\uf1fd"; - public const string briefcase_28_regular = "\ue1ea"; - public const string briefcase_32_regular = "\ue1eb"; - public const string briefcase_48_regular = "\ue1ec"; - public const string briefcase_medical_16_regular = "\ue1ed"; - public const string briefcase_medical_20_regular = "\uf1ef"; - public const string briefcase_medical_24_regular = "\ue1ee"; - public const string briefcase_medical_32_regular = "\ue1ef"; - public const string briefcase_off_16_regular = "\ue1f0"; - public const string briefcase_off_20_regular = "\ue1f1"; - public const string briefcase_off_24_regular = "\ue1f2"; - public const string briefcase_off_28_regular = "\ue1f3"; - public const string briefcase_off_32_regular = "\ue1f4"; - public const string briefcase_off_48_regular = "\ue1f5"; - public const string briefcase_person_24_regular = "\U000f0208"; - public const string briefcase_search_20_regular = "\U000f01c8"; - public const string briefcase_search_24_regular = "\U000f01c9"; - public const string brightness_high_16_regular = "\ue1f6"; - public const string brightness_high_20_regular = "\ue1f7"; - public const string brightness_high_24_regular = "\ue1f8"; - public const string brightness_high_28_regular = "\ue1f9"; - public const string brightness_high_32_regular = "\ue1fa"; - public const string brightness_high_48_regular = "\ue1fb"; - public const string brightness_low_16_regular = "\ue1fc"; - public const string brightness_low_20_regular = "\ue1fd"; - public const string brightness_low_24_regular = "\ue1fe"; - public const string brightness_low_28_regular = "\ue1ff"; - public const string brightness_low_32_regular = "\ue200"; - public const string brightness_low_48_regular = "\ue201"; - public const string broad_activity_feed_16_regular = "\ue202"; - public const string broad_activity_feed_20_regular = "\ue203"; - public const string broad_activity_feed_24_regular = "\uf200"; - public const string broom_16_regular = "\uf1fe"; - public const string broom_20_regular = "\uf201"; - public const string broom_24_regular = "\uf202"; - public const string broom_28_regular = "\ue204"; - public const string broom_32_regular = "\U000f0429"; - public const string bubble_multiple_20_regular = "\uf06a"; - public const string bug_16_regular = "\ue205"; - public const string bug_20_regular = "\ue206"; - public const string bug_24_regular = "\ue207"; - public const string bug_arrow_counterclockwise_20_regular = "\ue208"; - public const string bug_prohibited_20_regular = "\ue209"; - public const string building_16_regular = "\ue20a"; - public const string building_20_regular = "\ue20b"; - public const string building_24_regular = "\uf205"; - public const string building_32_regular = "\uf6df"; - public const string building_48_regular = "\uf6e0"; - public const string building_bank_16_regular = "\ue20c"; - public const string building_bank_20_regular = "\ue20d"; - public const string building_bank_24_regular = "\ue20e"; - public const string building_bank_28_regular = "\ue20f"; - public const string building_bank_48_regular = "\ue210"; - public const string building_bank_link_16_regular = "\ue211"; - public const string building_bank_link_20_regular = "\ue212"; - public const string building_bank_link_24_regular = "\ue213"; - public const string building_bank_link_28_regular = "\ue214"; - public const string building_bank_link_48_regular = "\ue215"; - public const string building_bank_toolbox_20_regular = "\uf1ff"; - public const string building_bank_toolbox_24_regular = "\uf83c"; - public const string building_cloud_24_regular = "\U000f0209"; - public const string building_desktop_16_regular = "\uef41"; - public const string building_desktop_20_regular = "\uef42"; - public const string building_desktop_24_regular = "\uef43"; - public const string building_desktop_32_regular = "\U000f03d9"; - public const string building_factory_16_regular = "\ue216"; - public const string building_factory_20_regular = "\ue217"; - public const string building_factory_24_regular = "\ue218"; - public const string building_factory_28_regular = "\ue219"; - public const string building_factory_32_regular = "\ue21a"; - public const string building_factory_48_regular = "\ue21b"; - public const string building_government_16_regular = "\U000f03da"; - public const string building_government_20_regular = "\ue21c"; - public const string building_government_24_regular = "\ue21d"; - public const string building_government_32_regular = "\ue21e"; - public const string building_government_search_16_regular = "\U000f03db"; - public const string building_government_search_20_regular = "\U000f03dc"; - public const string building_government_search_24_regular = "\U000f03dd"; - public const string building_government_search_32_regular = "\U000f03de"; - public const string building_home_16_regular = "\ue21f"; - public const string building_home_20_regular = "\ue220"; - public const string building_home_24_regular = "\ue221"; - public const string building_lighthouse_16_regular = "\U000f04fe"; - public const string building_lighthouse_20_regular = "\ue222"; - public const string building_lighthouse_24_regular = "\U000f04e6"; - public const string building_lighthouse_28_regular = "\U000f055e"; - public const string building_lighthouse_32_regular = "\U000f04e7"; - public const string building_lighthouse_48_regular = "\U000f04e8"; - public const string building_mosque_12_regular = "\U000f02a6"; - public const string building_mosque_16_regular = "\U000f02a7"; - public const string building_mosque_20_regular = "\U000f02a8"; - public const string building_mosque_24_regular = "\U000f02a9"; - public const string building_mosque_28_regular = "\U000f02aa"; - public const string building_mosque_32_regular = "\U000f02ab"; - public const string building_mosque_48_regular = "\U000f02ac"; - public const string building_multiple_20_regular = "\ue223"; - public const string building_multiple_24_regular = "\ue224"; - public const string building_people_16_regular = "\uefd7"; - public const string building_people_20_regular = "\uefd8"; - public const string building_people_24_regular = "\uefd9"; - public const string building_retail_20_regular = "\ue225"; - public const string building_retail_24_regular = "\uf209"; - public const string building_retail_money_20_regular = "\ue226"; - public const string building_retail_money_24_regular = "\ue227"; - public const string building_retail_more_20_regular = "\ue228"; - public const string building_retail_more_24_regular = "\ueeea"; - public const string building_retail_more_32_regular = "\ueec2"; - public const string building_retail_shield_20_regular = "\ue229"; - public const string building_retail_shield_24_regular = "\ue22a"; - public const string building_retail_toolbox_20_regular = "\ue22b"; - public const string building_retail_toolbox_24_regular = "\ue22c"; - public const string building_shop_16_regular = "\ue22d"; - public const string building_shop_20_regular = "\ue22e"; - public const string building_shop_24_regular = "\ue22f"; - public const string building_skyscraper_16_regular = "\ue230"; - public const string building_skyscraper_20_regular = "\ue231"; - public const string building_skyscraper_24_regular = "\ue232"; - public const string building_swap_16_regular = "\U000f0464"; - public const string building_swap_20_regular = "\U000f0465"; - public const string building_swap_24_regular = "\U000f0466"; - public const string building_swap_32_regular = "\U000f0467"; - public const string building_swap_48_regular = "\U000f0468"; - public const string building_townhouse_20_regular = "\uf023"; - public const string building_townhouse_24_regular = "\uf024"; - public const string building_townhouse_32_regular = "\uf025"; - public const string button_16_regular = "\U000f0167"; - public const string button_20_regular = "\U000f0168"; - public const string calculator_16_regular = "\uf06b"; - public const string calculator_20_regular = "\uf20a"; - public const string calculator_24_regular = "\ue233"; - public const string calculator_arrow_clockwise_20_regular = "\ue234"; - public const string calculator_arrow_clockwise_24_regular = "\ue235"; - public const string calculator_multiple_16_regular = "\uf06c"; - public const string calculator_multiple_20_regular = "\ue236"; - public const string calculator_multiple_24_regular = "\ue237"; - public const string calendar_ltr_12_regular = "\ue24c"; - public const string calendar_ltr_16_regular = "\ue24d"; - public const string calendar_ltr_20_regular = "\ue24e"; - public const string calendar_ltr_24_regular = "\ue24f"; - public const string calendar_ltr_28_regular = "\ue250"; - public const string calendar_3_day_16_regular = "\ue238"; - public const string calendar_3_day_20_regular = "\uf20e"; - public const string calendar_3_day_24_regular = "\uf20f"; - public const string calendar_3_day_28_regular = "\uf210"; - public const string calendar_32_regular = "\U000f0287"; - public const string calendar_ltr_48_regular = "\ue252"; - public const string calendar_add_16_regular = "\ue239"; - public const string calendar_add_20_regular = "\uf211"; - public const string calendar_add_24_regular = "\uf212"; - public const string calendar_add_28_regular = "\ue23a"; - public const string calendar_agenda_20_regular = "\uf213"; - public const string calendar_agenda_24_regular = "\uf214"; - public const string calendar_agenda_28_regular = "\uf215"; - public const string calendar_arrow_counterclockwise_16_regular = "\uf0a7"; - public const string calendar_arrow_counterclockwise_20_regular = "\uf0a8"; - public const string calendar_arrow_counterclockwise_24_regular = "\uf0a9"; - public const string calendar_arrow_counterclockwise_28_regular = "\uf0aa"; - public const string calendar_arrow_counterclockwise_32_regular = "\uf0ab"; - public const string calendar_arrow_counterclockwise_48_regular = "\uf0ac"; - public const string calendar_arrow_down_20_regular = "\ue23b"; - public const string calendar_arrow_down_24_regular = "\ue23c"; - public const string calendar_arrow_right_16_regular = "\ue23d"; - public const string calendar_arrow_right_20_regular = "\uf216"; - public const string calendar_arrow_right_24_regular = "\ue23e"; - public const string calendar_assistant_16_regular = "\ue23f"; - public const string calendar_assistant_20_regular = "\uf217"; - public const string calendar_assistant_24_regular = "\uf218"; - public const string calendar_cancel_16_regular = "\ue240"; - public const string calendar_cancel_20_regular = "\uf219"; - public const string calendar_cancel_24_regular = "\uf21a"; - public const string calendar_chat_20_regular = "\ue241"; - public const string calendar_chat_24_regular = "\ue242"; - public const string calendar_checkmark_16_regular = "\uf21b"; - public const string calendar_checkmark_20_regular = "\uf21c"; - public const string calendar_checkmark_24_regular = "\uf8c9"; - public const string calendar_checkmark_28_regular = "\uf85f"; - public const string calendar_clock_16_regular = "\ue243"; - public const string calendar_clock_20_regular = "\uf21d"; - public const string calendar_clock_24_regular = "\uf21e"; - public const string calendar_data_bar_16_regular = "\uee95"; - public const string calendar_data_bar_20_regular = "\uee96"; - public const string calendar_data_bar_24_regular = "\uee97"; - public const string calendar_data_bar_28_regular = "\uee98"; - public const string calendar_date_20_regular = "\U000f0289"; - public const string calendar_date_24_regular = "\U000f028a"; - public const string calendar_date_28_regular = "\U000f028b"; - public const string calendar_day_16_regular = "\ue244"; - public const string calendar_day_20_regular = "\uf222"; - public const string calendar_day_24_regular = "\uf223"; - public const string calendar_day_28_regular = "\uf224"; - public const string calendar_edit_16_regular = "\ue245"; - public const string calendar_edit_20_regular = "\ue246"; - public const string calendar_edit_24_regular = "\ue247"; - public const string calendar_edit_32_regular = "\U000f05a1"; - public const string calendar_empty_16_regular = "\uf225"; - public const string calendar_empty_20_regular = "\uf226"; - public const string calendar_empty_24_regular = "\uf227"; - public const string calendar_empty_28_regular = "\uf228"; - public const string calendar_empty_32_regular = "\ue248"; - public const string calendar_empty_48_regular = "\uef44"; - public const string calendar_error_16_regular = "\uf6e1"; - public const string calendar_error_20_regular = "\ue249"; - public const string calendar_error_24_regular = "\ue24a"; - public const string calendar_eye_20_regular = "\U000f020a"; - public const string calendar_info_16_regular = "\uf203"; - public const string calendar_info_20_regular = "\ue24b"; - public const string calendar_link_24_regular = "\U000f04e9"; - public const string calendar_link_28_regular = "\U000f04ea"; - public const string calendar_lock_16_regular = "\uef45"; - public const string calendar_lock_20_regular = "\uef46"; - public const string calendar_lock_24_regular = "\uef47"; - public const string calendar_lock_28_regular = "\uef48"; - public const string calendar_lock_32_regular = "\uef49"; - public const string calendar_lock_48_regular = "\uef4a"; - public const string calendar_ltr_32_regular = "\ue251"; - public const string calendar_mail_16_regular = "\ue253"; - public const string calendar_mail_20_regular = "\ue254"; - public const string calendar_mention_20_regular = "\ue255"; - public const string calendar_month_20_regular = "\uf22a"; - public const string calendar_month_24_regular = "\uf22b"; - public const string calendar_month_28_regular = "\uf22c"; - public const string calendar_month_32_regular = "\ueec3"; - public const string calendar_multiple_16_regular = "\uf204"; - public const string calendar_multiple_20_regular = "\uf22d"; - public const string calendar_multiple_24_regular = "\uf22e"; - public const string calendar_multiple_28_regular = "\ue256"; - public const string calendar_multiple_32_regular = "\ue257"; - public const string calendar_note_16_regular = "\U000f042a"; - public const string calendar_note_20_regular = "\U000f042b"; - public const string calendar_note_24_regular = "\U000f042c"; - public const string calendar_note_32_regular = "\U000f042d"; - public const string calendar_pattern_16_regular = "\ue258"; - public const string calendar_pattern_20_regular = "\ue259"; - public const string calendar_person_16_regular = "\ue25a"; - public const string calendar_person_20_regular = "\uf230"; - public const string calendar_person_24_regular = "\ue25b"; - public const string calendar_phone_16_regular = "\ue25c"; - public const string calendar_phone_20_regular = "\ue25d"; - public const string calendar_play_16_regular = "\uf0ad"; - public const string calendar_play_20_regular = "\uf0ae"; - public const string calendar_play_24_regular = "\uf0af"; - public const string calendar_play_28_regular = "\uf0b0"; - public const string calendar_question_mark_16_regular = "\ue25e"; - public const string calendar_question_mark_20_regular = "\ue25f"; - public const string calendar_question_mark_24_regular = "\ue260"; - public const string calendar_record_16_regular = "\U000f03df"; - public const string calendar_record_20_regular = "\U000f03e0"; - public const string calendar_record_24_regular = "\U000f03e1"; - public const string calendar_record_28_regular = "\U000f03e2"; - public const string calendar_record_32_regular = "\U000f03e3"; - public const string calendar_record_48_regular = "\U000f03e4"; - public const string calendar_reply_16_regular = "\uf231"; - public const string calendar_reply_20_regular = "\uf232"; - public const string calendar_reply_24_regular = "\uf233"; - public const string calendar_reply_28_regular = "\uf234"; - public const string calendar_rtl_12_regular = "\ue261"; - public const string calendar_rtl_16_regular = "\ue262"; - public const string calendar_rtl_20_regular = "\ue263"; - public const string calendar_rtl_24_regular = "\ue264"; - public const string calendar_rtl_28_regular = "\ue265"; - public const string calendar_rtl_32_regular = "\ue266"; - public const string calendar_rtl_48_regular = "\ue267"; - public const string calendar_search_16_regular = "\uf860"; - public const string calendar_search_20_regular = "\ue268"; - public const string calendar_settings_16_regular = "\ue269"; - public const string calendar_settings_20_regular = "\uf235"; - public const string calendar_settings_24_regular = "\uef4b"; - public const string calendar_settings_28_regular = "\uef4c"; - public const string calendar_settings_32_regular = "\uef4d"; - public const string calendar_settings_48_regular = "\uef4e"; - public const string calendar_shield_16_regular = "\uf0b1"; - public const string calendar_shield_20_regular = "\uf0b2"; - public const string calendar_shield_24_regular = "\uf0b3"; - public const string calendar_shield_28_regular = "\uf0b4"; - public const string calendar_shield_32_regular = "\uf0b5"; - public const string calendar_shield_48_regular = "\uf0b6"; - public const string calendar_sparkle_16_regular = "\U000f04ff"; - public const string calendar_sparkle_20_regular = "\U000f0500"; - public const string calendar_sparkle_24_regular = "\U000f0501"; - public const string calendar_sparkle_28_regular = "\U000f0502"; - public const string calendar_sparkle_32_regular = "\U000f0503"; - public const string calendar_sparkle_48_regular = "\U000f0504"; - public const string calendar_star_16_regular = "\ue26a"; - public const string calendar_star_20_regular = "\uf236"; - public const string calendar_star_24_regular = "\uf237"; - public const string calendar_sync_16_regular = "\uf238"; - public const string calendar_sync_20_regular = "\uf239"; - public const string calendar_sync_24_regular = "\uf23a"; - public const string calendar_template_20_regular = "\U000f0505"; - public const string calendar_template_24_regular = "\U000f0506"; - public const string calendar_template_32_regular = "\U000f0507"; - public const string calendar_today_16_regular = "\uf23b"; - public const string calendar_today_20_regular = "\uf23c"; - public const string calendar_today_24_regular = "\uf23d"; - public const string calendar_today_28_regular = "\uf23e"; - public const string calendar_toolbox_20_regular = "\ue26b"; - public const string calendar_toolbox_24_regular = "\ue26c"; - public const string calendar_video_20_regular = "\U000f055f"; - public const string calendar_video_24_regular = "\U000f04eb"; - public const string calendar_video_28_regular = "\U000f04ec"; - public const string calendar_week_numbers_20_regular = "\ue26d"; - public const string calendar_week_numbers_24_regular = "\uf23f"; - public const string calendar_week_start_20_regular = "\uf240"; - public const string calendar_week_start_24_regular = "\uf241"; - public const string calendar_week_start_28_regular = "\uf242"; - public const string calendar_work_week_16_regular = "\uf243"; - public const string calendar_work_week_20_regular = "\uf244"; - public const string calendar_work_week_24_regular = "\uf245"; - public const string calendar_work_week_28_regular = "\ue26e"; - public const string call_12_regular = "\uef4f"; - public const string call_16_regular = "\ue26f"; - public const string call_20_regular = "\ue270"; - public const string call_24_regular = "\ue271"; - public const string call_28_regular = "\ue272"; - public const string call_32_regular = "\ue273"; - public const string call_48_regular = "\ue274"; - public const string call_add_16_regular = "\ue275"; - public const string call_add_20_regular = "\ue276"; - public const string call_add_24_regular = "\uf246"; - public const string call_checkmark_20_regular = "\uf207"; - public const string call_checkmark_24_regular = "\ue277"; - public const string call_connecting_20_regular = "\ue278"; - public const string call_dismiss_16_regular = "\ue279"; - public const string call_dismiss_20_regular = "\uf208"; - public const string call_dismiss_24_regular = "\uf20b"; - public const string call_end_12_regular = "\U000f02fa"; - public const string call_end_16_regular = "\ue27a"; - public const string call_end_20_regular = "\uf247"; - public const string call_end_24_regular = "\uf248"; - public const string call_end_28_regular = "\uf249"; - public const string call_end_32_regular = "\U000f02fb"; - public const string call_end_48_regular = "\U000f02fc"; - public const string call_exclamation_20_regular = "\ue27b"; - public const string call_forward_16_regular = "\ue27c"; - public const string call_forward_20_regular = "\ue27d"; - public const string call_forward_24_regular = "\uf24a"; - public const string call_forward_28_regular = "\ue27e"; - public const string call_forward_32_regular = "\uf6e7"; - public const string call_forward_48_regular = "\ue27f"; - public const string call_inbound_16_regular = "\uf24b"; - public const string call_inbound_20_regular = "\ue280"; - public const string call_inbound_24_regular = "\uf24c"; - public const string call_inbound_28_regular = "\ue281"; - public const string call_inbound_48_regular = "\ue282"; - public const string call_missed_12_regular = "\uef50"; - public const string call_missed_16_regular = "\uf24d"; - public const string call_missed_20_regular = "\ue283"; - public const string call_missed_24_regular = "\uf24e"; - public const string call_missed_28_regular = "\ue284"; - public const string call_missed_48_regular = "\ue285"; - public const string call_outbound_16_regular = "\uf24f"; - public const string call_outbound_20_regular = "\ue286"; - public const string call_outbound_24_regular = "\uf250"; - public const string call_outbound_28_regular = "\ue287"; - public const string call_outbound_48_regular = "\ue288"; - public const string call_park_16_regular = "\ue289"; - public const string call_park_20_regular = "\ue28a"; - public const string call_park_24_regular = "\uf251"; - public const string call_park_28_regular = "\ue28b"; - public const string call_park_32_regular = "\uf861"; - public const string call_park_48_regular = "\ue28c"; - public const string call_pause_20_regular = "\uf20c"; - public const string call_pause_24_regular = "\uf20d"; - public const string call_prohibited_16_regular = "\ue28d"; - public const string call_prohibited_20_regular = "\ue28e"; - public const string call_prohibited_24_regular = "\ue28f"; - public const string call_prohibited_28_regular = "\ue290"; - public const string call_prohibited_48_regular = "\ue291"; - public const string call_transfer_16_regular = "\ue292"; - public const string call_transfer_20_regular = "\ue293"; - public const string call_transfer_24_regular = "\uf0b7"; - public const string call_transfer_32_regular = "\uf0b8"; - public const string call_warning_16_regular = "\ue294"; - public const string call_warning_20_regular = "\ue295"; - public const string calligraphy_pen_20_regular = "\uf252"; - public const string calligraphy_pen_24_regular = "\uf253"; - public const string calligraphy_pen_checkmark_20_regular = "\ue296"; - public const string calligraphy_pen_error_20_regular = "\ue297"; - public const string calligraphy_pen_question_mark_20_regular = "\ue298"; - public const string camera_16_regular = "\ue299"; - public const string camera_20_regular = "\uf254"; - public const string camera_24_regular = "\uf255"; - public const string camera_28_regular = "\uf256"; - public const string camera_add_20_regular = "\uf257"; - public const string camera_add_24_regular = "\uf258"; - public const string camera_add_48_regular = "\uf259"; - public const string camera_arrow_up_16_regular = "\U000f05be"; - public const string camera_arrow_up_20_regular = "\U000f05bf"; - public const string camera_arrow_up_24_regular = "\U000f05c0"; - public const string camera_dome_16_regular = "\ue29a"; - public const string camera_dome_20_regular = "\ue29b"; - public const string camera_dome_24_regular = "\ue29c"; - public const string camera_dome_28_regular = "\ue29d"; - public const string camera_dome_48_regular = "\ue29e"; - public const string camera_edit_20_regular = "\ue29f"; - public const string camera_off_16_regular = "\uf0b9"; - public const string camera_off_20_regular = "\ue2a0"; - public const string camera_off_24_regular = "\ue2a1"; - public const string camera_sparkles_16_regular = "\uf06d"; - public const string camera_sparkles_20_regular = "\uf026"; - public const string camera_sparkles_24_regular = "\uf027"; - public const string camera_switch_20_regular = "\ue2a2"; - public const string camera_switch_24_regular = "\uf25a"; - public const string card_ui_20_regular = "\U000f0169"; - public const string card_ui_24_regular = "\U000f016a"; - public const string card_ui_portrait_flip_16_regular = "\U000f05f9"; - public const string card_ui_portrait_flip_20_regular = "\U000f05fa"; - public const string card_ui_portrait_flip_24_regular = "\U000f05fb"; - public const string caret_down_12_regular = "\uf25f"; - public const string caret_down_16_regular = "\uf260"; - public const string caret_down_20_regular = "\uf261"; - public const string caret_down_24_regular = "\uf262"; - public const string caret_down_right_12_regular = "\ue2a3"; - public const string caret_down_right_16_regular = "\ue2a4"; - public const string caret_down_right_20_regular = "\ue2a5"; - public const string caret_down_right_24_regular = "\ue2a6"; - public const string caret_left_12_regular = "\uf263"; - public const string caret_left_16_regular = "\uf264"; - public const string caret_left_20_regular = "\uf265"; - public const string caret_left_24_regular = "\uf266"; - public const string caret_right_12_regular = "\uf267"; - public const string caret_right_16_regular = "\uf268"; - public const string caret_right_20_regular = "\uf269"; - public const string caret_right_24_regular = "\uf26a"; - public const string caret_up_12_regular = "\ue2a7"; - public const string caret_up_16_regular = "\ue2a8"; - public const string caret_up_20_regular = "\ue2a9"; - public const string caret_up_24_regular = "\ue2aa"; - public const string cart_16_regular = "\ue2ab"; - public const string cart_20_regular = "\ue2ac"; - public const string cart_24_regular = "\uf26b"; - public const string cast_20_regular = "\uf26c"; - public const string cast_24_regular = "\uf26d"; - public const string cast_28_regular = "\uf26e"; - public const string cast_multiple_20_regular = "\U000f02d0"; - public const string cast_multiple_24_regular = "\U000f02d1"; - public const string cast_multiple_28_regular = "\U000f02d2"; - public const string catch_up_16_regular = "\ue2ad"; - public const string catch_up_20_regular = "\ue2ae"; - public const string catch_up_24_regular = "\ue2af"; - public const string cd_16_regular = "\uf0ba"; - public const string cellular_3g_20_regular = "\ue2b0"; - public const string cellular_3g_24_regular = "\uf26f"; - public const string cellular_4g_20_regular = "\ue2b1"; - public const string cellular_4g_24_regular = "\uf270"; - public const string cellular_5g_20_regular = "\ue2b2"; - public const string cellular_5g_24_regular = "\ue2b3"; - public const string cellular_data_1_20_regular = "\uf271"; - public const string cellular_data_1_24_regular = "\uf272"; - public const string cellular_data_2_20_regular = "\uf273"; - public const string cellular_data_2_24_regular = "\uf274"; - public const string cellular_data_3_20_regular = "\uf275"; - public const string cellular_data_3_24_regular = "\uf276"; - public const string cellular_data_4_20_regular = "\uf277"; - public const string cellular_data_4_24_regular = "\uf278"; - public const string cellular_data_5_20_regular = "\uf279"; - public const string cellular_data_5_24_regular = "\uf27a"; - public const string cellular_off_20_regular = "\ue2b4"; - public const string cellular_off_24_regular = "\ue2b5"; - public const string cellular_warning_20_regular = "\ue2b6"; - public const string cellular_warning_24_regular = "\ue2b7"; - public const string center_horizontal_20_regular = "\ue2b8"; - public const string center_horizontal_24_regular = "\ue2b9"; - public const string center_vertical_20_regular = "\ue2ba"; - public const string center_vertical_24_regular = "\ue2bb"; - public const string certificate_16_regular = "\uf0bb"; - public const string certificate_20_regular = "\uf27e"; - public const string certificate_24_regular = "\uf27f"; - public const string certificate_32_regular = "\U000f0469"; - public const string channel_16_regular = "\uf280"; - public const string channel_20_regular = "\uf281"; - public const string channel_24_regular = "\uf282"; - public const string channel_28_regular = "\ue2bc"; - public const string channel_48_regular = "\ue2bd"; - public const string channel_add_16_regular = "\ue2be"; - public const string channel_add_20_regular = "\ue2bf"; - public const string channel_add_24_regular = "\ue2c0"; - public const string channel_add_28_regular = "\ue2c1"; - public const string channel_add_48_regular = "\ue2c2"; - public const string channel_alert_16_regular = "\ue2c3"; - public const string channel_alert_20_regular = "\ue2c4"; - public const string channel_alert_24_regular = "\ue2c5"; - public const string channel_alert_28_regular = "\ue2c6"; - public const string channel_alert_48_regular = "\ue2c7"; - public const string channel_arrow_left_16_regular = "\ue2c8"; - public const string channel_arrow_left_20_regular = "\ue2c9"; - public const string channel_arrow_left_24_regular = "\ue2ca"; - public const string channel_arrow_left_28_regular = "\ue2cb"; - public const string channel_arrow_left_48_regular = "\ue2cc"; - public const string channel_dismiss_16_regular = "\ue2cd"; - public const string channel_dismiss_20_regular = "\ue2ce"; - public const string channel_dismiss_24_regular = "\ue2cf"; - public const string channel_dismiss_28_regular = "\ue2d0"; - public const string channel_dismiss_48_regular = "\ue2d1"; - public const string channel_share_12_regular = "\ue2d2"; - public const string channel_share_16_regular = "\ue2d3"; - public const string channel_share_20_regular = "\ue2d4"; - public const string channel_share_24_regular = "\ue2d5"; - public const string channel_share_28_regular = "\ue2d6"; - public const string channel_share_48_regular = "\ue2d7"; - public const string channel_subtract_16_regular = "\ue2d8"; - public const string channel_subtract_20_regular = "\ue2d9"; - public const string channel_subtract_24_regular = "\ue2da"; - public const string channel_subtract_28_regular = "\ue2db"; - public const string channel_subtract_48_regular = "\ue2dc"; - public const string chart_multiple_16_regular = "\U000f05d4"; - public const string chart_multiple_20_regular = "\ue2dd"; - public const string chart_multiple_24_regular = "\ue2de"; - public const string chart_person_20_regular = "\ue2df"; - public const string chart_person_24_regular = "\ue2e0"; - public const string chart_person_28_regular = "\ue2e1"; - public const string chart_person_48_regular = "\ue2e2"; - public const string chat_12_regular = "\ue2e3"; - public const string chat_16_regular = "\ue2e4"; - public const string chat_20_regular = "\uf286"; - public const string chat_24_regular = "\uf287"; - public const string chat_28_regular = "\uf288"; - public const string chat_32_regular = "\ue2e5"; - public const string chat_48_regular = "\ue2e6"; - public const string chat_add_16_regular = "\uef51"; - public const string chat_add_20_regular = "\uef52"; - public const string chat_add_24_regular = "\uef53"; - public const string chat_add_28_regular = "\uef54"; - public const string chat_add_32_regular = "\uef55"; - public const string chat_add_48_regular = "\uef56"; - public const string chat_arrow_back_16_regular = "\ue2e7"; - public const string chat_arrow_back_20_regular = "\ue2e8"; - public const string chat_arrow_back_down_16_regular = "\U000f0625"; - public const string chat_arrow_back_down_20_regular = "\U000f0626"; - public const string chat_arrow_back_down_24_regular = "\U000f0627"; - public const string chat_arrow_back_down_28_regular = "\U000f0628"; - public const string chat_arrow_back_down_32_regular = "\U000f0629"; - public const string chat_arrow_back_down_48_regular = "\U000f062a"; - public const string chat_arrow_double_back_16_regular = "\ue2e9"; - public const string chat_arrow_double_back_20_regular = "\ue2ea"; - public const string chat_bubbles_question_16_regular = "\uf8a8"; - public const string chat_bubbles_question_20_regular = "\ue2eb"; - public const string chat_bubbles_question_24_regular = "\uf289"; - public const string chat_bubbles_question_28_regular = "\uf02a"; - public const string chat_bubbles_question_32_regular = "\uf02b"; - public const string chat_cursor_16_regular = "\uef57"; - public const string chat_cursor_20_regular = "\uef58"; - public const string chat_cursor_24_regular = "\uef59"; - public const string chat_dismiss_16_regular = "\ue2ec"; - public const string chat_dismiss_20_regular = "\ue2ed"; - public const string chat_dismiss_24_regular = "\ue2ee"; - public const string chat_empty_12_regular = "\uef5a"; - public const string chat_empty_16_regular = "\uef5b"; - public const string chat_empty_20_regular = "\uef5c"; - public const string chat_empty_24_regular = "\uef5d"; - public const string chat_empty_28_regular = "\uef5e"; - public const string chat_empty_32_regular = "\uef5f"; - public const string chat_empty_48_regular = "\uef60"; - public const string chat_help_20_regular = "\uf220"; - public const string chat_help_24_regular = "\uf28a"; - public const string chat_lock_16_regular = "\U000f03b1"; - public const string chat_lock_20_regular = "\U000f03b2"; - public const string chat_lock_24_regular = "\U000f03b3"; - public const string chat_lock_28_regular = "\U000f03b4"; - public const string chat_mail_20_regular = "\ue2ef"; - public const string chat_multiple_16_regular = "\uf8a9"; - public const string chat_multiple_20_regular = "\uf8c8"; - public const string chat_multiple_24_regular = "\uf8d3"; - public const string chat_multiple_28_regular = "\uecdb"; - public const string chat_multiple_32_regular = "\uecdc"; - public const string chat_multiple_heart_16_regular = "\uf793"; - public const string chat_multiple_heart_20_regular = "\uf794"; - public const string chat_multiple_heart_24_regular = "\uf7cf"; - public const string chat_multiple_heart_28_regular = "\uf7d0"; - public const string chat_multiple_heart_32_regular = "\uf7d1"; - public const string chat_off_20_regular = "\ue2f0"; - public const string chat_off_24_regular = "\uf28b"; - public const string chat_settings_16_regular = "\U000f05c1"; - public const string chat_settings_20_regular = "\uf221"; - public const string chat_settings_24_regular = "\uf229"; - public const string chat_sparkle_16_regular = "\uf7d2"; - public const string chat_sparkle_20_regular = "\uf7d3"; - public const string chat_sparkle_24_regular = "\uf7d4"; - public const string chat_sparkle_28_regular = "\uf7d5"; - public const string chat_sparkle_32_regular = "\uf7d6"; - public const string chat_sparkle_48_regular = "\uf7f2"; - public const string chat_video_20_regular = "\ue2f1"; - public const string chat_video_24_regular = "\ue2f2"; - public const string chat_warning_16_regular = "\ue2f3"; - public const string chat_warning_20_regular = "\ue2f4"; - public const string chat_warning_24_regular = "\uf28c"; - public const string check_20_regular = "\uf27b"; - public const string check_24_regular = "\ue2f5"; - public const string checkbox_1_20_regular = "\ue2f6"; - public const string checkbox_1_24_regular = "\ue2f7"; - public const string checkbox_2_20_regular = "\ue2f8"; - public const string checkbox_2_24_regular = "\ue2f9"; - public const string checkbox_arrow_right_20_regular = "\ue2fa"; - public const string checkbox_arrow_right_24_regular = "\ue2fb"; - public const string checkbox_checked_16_regular = "\uf27c"; - public const string checkbox_checked_20_regular = "\uf28d"; - public const string checkbox_checked_24_regular = "\uf28e"; - public const string checkbox_checked_sync_16_regular = "\uf27d"; - public const string checkbox_checked_sync_20_regular = "\ue2fc"; - public const string checkbox_indeterminate_16_regular = "\ue2fd"; - public const string checkbox_indeterminate_20_regular = "\ue2fe"; - public const string checkbox_indeterminate_24_regular = "\ue2ff"; - public const string checkbox_person_16_regular = "\ue300"; - public const string checkbox_person_20_regular = "\ue301"; - public const string checkbox_person_24_regular = "\ue302"; - public const string square_12_regular = "\ueb73"; - public const string square_16_regular = "\ueb74"; - public const string square_24_regular = "\ueb76"; - public const string checkbox_warning_20_regular = "\ue303"; - public const string checkbox_warning_24_regular = "\ue304"; - public const string checkmark_12_regular = "\uf293"; - public const string checkmark_16_regular = "\ue305"; - public const string checkmark_20_regular = "\uf294"; - public const string checkmark_24_regular = "\uf295"; - public const string checkmark_28_regular = "\uf296"; - public const string checkmark_32_regular = "\uf8d4"; - public const string checkmark_48_regular = "\ue306"; - public const string checkmark_circle_12_regular = "\ue307"; - public const string checkmark_circle_16_regular = "\uf297"; - public const string checkmark_circle_20_regular = "\uf298"; - public const string checkmark_circle_24_regular = "\uf299"; - public const string checkmark_circle_32_regular = "\uf8e8"; - public const string checkmark_circle_48_regular = "\uf29a"; - public const string checkmark_circle_square_16_regular = "\U000f02ad"; - public const string checkmark_circle_square_20_regular = "\U000f02ae"; - public const string checkmark_circle_square_24_regular = "\U000f02af"; - public const string checkmark_circle_warning_16_regular = "\U000f0521"; - public const string checkmark_circle_warning_20_regular = "\U000f0522"; - public const string checkmark_circle_warning_24_regular = "\U000f0523"; - public const string checkmark_lock_16_regular = "\uf29b"; - public const string checkmark_lock_20_regular = "\uf29c"; - public const string checkmark_lock_24_regular = "\uf29d"; - public const string checkmark_note_20_regular = "\ue308"; - public const string checkmark_square_20_regular = "\ue309"; - public const string checkmark_square_24_regular = "\uf29e"; - public const string checkmark_starburst_16_regular = "\uf283"; - public const string checkmark_starburst_20_regular = "\ue30a"; - public const string checkmark_starburst_24_regular = "\ue30b"; - public const string checkmark_underline_circle_16_regular = "\uf29f"; - public const string checkmark_underline_circle_20_regular = "\uf2a0"; - public const string checkmark_underline_circle_24_regular = "\U000f042e"; - public const string chess_20_regular = "\ue30c"; - public const string chevron_circle_down_12_regular = "\ue30d"; - public const string chevron_circle_down_16_regular = "\ue30e"; - public const string chevron_circle_down_20_regular = "\ue30f"; - public const string chevron_circle_down_24_regular = "\ue310"; - public const string chevron_circle_down_28_regular = "\ue311"; - public const string chevron_circle_down_32_regular = "\ue312"; - public const string chevron_circle_down_48_regular = "\ue313"; - public const string chevron_circle_left_12_regular = "\ue314"; - public const string chevron_circle_left_16_regular = "\ue315"; - public const string chevron_circle_left_20_regular = "\ue316"; - public const string chevron_circle_left_24_regular = "\ue317"; - public const string chevron_circle_left_28_regular = "\ue318"; - public const string chevron_circle_left_32_regular = "\ue319"; - public const string chevron_circle_left_48_regular = "\ue31a"; - public const string chevron_circle_right_12_regular = "\ue31b"; - public const string chevron_circle_right_16_regular = "\ue31c"; - public const string chevron_circle_right_20_regular = "\ue31d"; - public const string chevron_circle_right_24_regular = "\ue31e"; - public const string chevron_circle_right_28_regular = "\ue31f"; - public const string chevron_circle_right_32_regular = "\ue320"; - public const string chevron_circle_right_48_regular = "\ue321"; - public const string chevron_circle_up_12_regular = "\ue322"; - public const string chevron_circle_up_16_regular = "\ue323"; - public const string chevron_circle_up_20_regular = "\ue324"; - public const string chevron_circle_up_24_regular = "\ue325"; - public const string chevron_circle_up_28_regular = "\ue326"; - public const string chevron_circle_up_32_regular = "\ue327"; - public const string chevron_circle_up_48_regular = "\ue328"; - public const string chevron_double_down_16_regular = "\uf284"; - public const string chevron_double_down_20_regular = "\ue329"; - public const string chevron_double_left_16_regular = "\uf285"; - public const string chevron_double_left_20_regular = "\ue32a"; - public const string chevron_double_right_16_regular = "\uf2a7"; - public const string chevron_double_right_20_regular = "\ue32b"; - public const string chevron_double_up_16_regular = "\ue32c"; - public const string chevron_double_up_20_regular = "\ue32d"; - public const string chevron_down_12_regular = "\uf2a1"; - public const string chevron_down_16_regular = "\uf2a2"; - public const string chevron_down_20_regular = "\uf2a3"; - public const string chevron_down_24_regular = "\uf2a4"; - public const string chevron_down_28_regular = "\uf2a5"; - public const string chevron_down_32_regular = "\U000f0320"; - public const string chevron_down_48_regular = "\uf2a6"; - public const string chevron_down_up_16_regular = "\U000f016b"; - public const string chevron_down_up_20_regular = "\U000f016c"; - public const string chevron_down_up_24_regular = "\U000f016d"; - public const string chevron_left_12_regular = "\uf2a8"; - public const string chevron_left_16_regular = "\uf2a9"; - public const string chevron_left_20_regular = "\uf2aa"; - public const string chevron_left_24_regular = "\uf2ab"; - public const string chevron_left_28_regular = "\uf2ac"; - public const string chevron_left_32_regular = "\U000f0321"; - public const string chevron_left_48_regular = "\uf2ad"; - public const string chevron_right_12_regular = "\uf2ae"; - public const string chevron_right_16_regular = "\uf2af"; - public const string chevron_right_20_regular = "\uf2b0"; - public const string chevron_right_24_regular = "\uf2b1"; - public const string chevron_right_28_regular = "\uf2b2"; - public const string chevron_right_32_regular = "\U000f0322"; - public const string chevron_right_48_regular = "\uf2b3"; - public const string chevron_up_12_regular = "\uf2b4"; - public const string chevron_up_16_regular = "\uf2b5"; - public const string chevron_up_20_regular = "\uf2b6"; - public const string chevron_up_24_regular = "\uf2b7"; - public const string chevron_up_28_regular = "\uf2b8"; - public const string chevron_up_32_regular = "\U000f0323"; - public const string chevron_up_48_regular = "\uf2b9"; - public const string chevron_up_down_16_regular = "\ue32e"; - public const string chevron_up_down_20_regular = "\ue32f"; - public const string chevron_up_down_24_regular = "\ue330"; - public const string circle_12_regular = "\ue331"; - public const string circle_16_regular = "\uf2ba"; - public const string circle_20_regular = "\uf2bb"; - public const string circle_24_regular = "\uf2bc"; - public const string circle_28_regular = "\U000f00d6"; - public const string circle_32_regular = "\ue332"; - public const string circle_48_regular = "\ue333"; - public const string circle_edit_20_regular = "\ue334"; - public const string circle_edit_24_regular = "\ue335"; - public const string circle_eraser_20_regular = "\ue336"; - public const string circle_half_fill_12_regular = "\ue337"; - public const string circle_half_fill_16_regular = "\uf30a"; - public const string circle_half_fill_20_regular = "\uf2bd"; - public const string circle_half_fill_24_regular = "\uf2be"; - public const string circle_highlight_20_regular = "\U000f05c2"; - public const string circle_highlight_24_regular = "\U000f05c3"; - public const string circle_hint_16_regular = "\U000f0110"; - public const string circle_hint_20_regular = "\U000f0111"; - public const string circle_hint_24_regular = "\U000f05c4"; - public const string circle_hint_half_vertical_16_regular = "\U000f02d3"; - public const string circle_hint_half_vertical_20_regular = "\U000f02d4"; - public const string circle_hint_half_vertical_24_regular = "\U000f02d5"; - public const string circle_image_16_regular = "\uef61"; - public const string circle_image_20_regular = "\ue338"; - public const string circle_image_24_regular = "\uef62"; - public const string circle_image_28_regular = "\uef63"; - public const string circle_line_12_regular = "\ue339"; - public const string circle_line_16_regular = "\U000f01ca"; - public const string circle_line_20_regular = "\ue33a"; - public const string circle_line_24_regular = "\uf2bf"; - public const string circle_multiple_subtract_checkmark_20_regular = "\ue33b"; - public const string circle_off_16_regular = "\ue33c"; - public const string circle_off_20_regular = "\ue33d"; - public const string circle_shadow_20_regular = "\U000f05c5"; - public const string circle_shadow_24_regular = "\U000f05c6"; - public const string circle_small_20_regular = "\ue33e"; - public const string circle_small_24_regular = "\uf2c0"; - public const string city_16_regular = "\uf2c1"; - public const string city_20_regular = "\uf2c2"; - public const string city_24_regular = "\uf2c3"; - public const string class_20_regular = "\ue33f"; - public const string class_24_regular = "\uf2c4"; - public const string classification_16_regular = "\uf2c5"; - public const string classification_20_regular = "\uf2c6"; - public const string classification_24_regular = "\uf2c7"; - public const string classification_32_regular = "\U000f0580"; - public const string clear_formatting_16_regular = "\ue340"; - public const string clear_formatting_20_regular = "\ue341"; - public const string clear_formatting_24_regular = "\uf2c8"; - public const string clipboard_12_regular = "\U000f0508"; - public const string clipboard_16_regular = "\ue342"; - public const string clipboard_20_regular = "\uf2c9"; - public const string clipboard_24_regular = "\uf2ca"; - public const string clipboard_28_regular = "\U000f03e5"; - public const string clipboard_3_day_16_regular = "\uee99"; - public const string clipboard_3_day_20_regular = "\uee9a"; - public const string clipboard_3_day_24_regular = "\uee9b"; - public const string clipboard_32_regular = "\ue343"; - public const string clipboard_48_regular = "\U000f0509"; - public const string clipboard_arrow_right_16_regular = "\ue344"; - public const string clipboard_arrow_right_20_regular = "\ue345"; - public const string clipboard_arrow_right_24_regular = "\ue346"; - public const string clipboard_brush_16_regular = "\U000f046a"; - public const string clipboard_brush_20_regular = "\U000f046b"; - public const string clipboard_brush_24_regular = "\U000f046c"; - public const string clipboard_brush_28_regular = "\U000f046d"; - public const string clipboard_brush_32_regular = "\U000f046e"; - public const string clipboard_bullet_list_ltr_16_regular = "\ue347"; - public const string clipboard_bullet_list_ltr_20_regular = "\ue348"; - public const string clipboard_bullet_list_rtl_16_regular = "\ue349"; - public const string clipboard_bullet_list_rtl_20_regular = "\ue34a"; - public const string clipboard_checkmark_16_regular = "\uf7f3"; - public const string clipboard_checkmark_20_regular = "\ue34b"; - public const string clipboard_checkmark_24_regular = "\ue34c"; - public const string clipboard_clock_20_regular = "\ue34d"; - public const string clipboard_clock_24_regular = "\ue34e"; - public const string clipboard_code_16_regular = "\uf2cb"; - public const string clipboard_code_20_regular = "\uf2cc"; - public const string clipboard_code_24_regular = "\uf2cd"; - public const string clipboard_data_bar_20_regular = "\ue34f"; - public const string clipboard_data_bar_24_regular = "\ue350"; - public const string clipboard_data_bar_32_regular = "\ue351"; - public const string clipboard_day_16_regular = "\uee9c"; - public const string clipboard_day_20_regular = "\uee9d"; - public const string clipboard_day_24_regular = "\uee9e"; - public const string clipboard_edit_20_regular = "\ue352"; - public const string clipboard_error_16_regular = "\uf0bc"; - public const string clipboard_error_20_regular = "\ue353"; - public const string clipboard_error_24_regular = "\ue354"; - public const string clipboard_heart_20_regular = "\uf30b"; - public const string clipboard_heart_24_regular = "\ue355"; - public const string clipboard_image_20_regular = "\ue356"; - public const string clipboard_image_24_regular = "\ue357"; - public const string clipboard_letter_16_regular = "\uf2ce"; - public const string clipboard_letter_20_regular = "\uf2cf"; - public const string clipboard_letter_24_regular = "\uf2d0"; - public const string clipboard_link_16_regular = "\uf2d1"; - public const string clipboard_link_20_regular = "\uf2d2"; - public const string clipboard_link_24_regular = "\uf2d3"; - public const string clipboard_math_formula_16_regular = "\U000f03e6"; - public const string clipboard_math_formula_20_regular = "\U000f03e7"; - public const string clipboard_math_formula_24_regular = "\U000f03e8"; - public const string clipboard_math_formula_28_regular = "\U000f03e9"; - public const string clipboard_math_formula_32_regular = "\U000f03ea"; - public const string clipboard_month_16_regular = "\uee9f"; - public const string clipboard_month_20_regular = "\ueea0"; - public const string clipboard_month_24_regular = "\ueea1"; - public const string clipboard_more_20_regular = "\ue358"; - public const string clipboard_more_24_regular = "\uf2d4"; - public const string clipboard_multiple_16_regular = "\uf0bd"; - public const string clipboard_note_16_regular = "\uf0be"; - public const string clipboard_note_20_regular = "\ue359"; - public const string clipboard_number_123_16_regular = "\U000f03eb"; - public const string clipboard_number_123_20_regular = "\U000f03ec"; - public const string clipboard_number_123_24_regular = "\U000f03ed"; - public const string clipboard_number_123_28_regular = "\U000f03ee"; - public const string clipboard_number_123_32_regular = "\U000f03ef"; - public const string clipboard_paste_16_regular = "\ue35a"; - public const string clipboard_paste_20_regular = "\uf2d5"; - public const string clipboard_paste_24_regular = "\uf2d6"; - public const string clipboard_paste_32_regular = "\U000f020b"; - public const string clipboard_pulse_20_regular = "\uf322"; - public const string clipboard_pulse_24_regular = "\ue35b"; - public const string clipboard_search_20_regular = "\uf2d7"; - public const string clipboard_search_24_regular = "\uf2d8"; - public const string clipboard_settings_20_regular = "\uf32d"; - public const string clipboard_settings_24_regular = "\ue35c"; - public const string clipboard_task_16_regular = "\uf0bf"; - public const string clipboard_task_20_regular = "\ue35d"; - public const string clipboard_task_24_regular = "\ue35e"; - public const string clipboard_task_add_20_regular = "\ue35f"; - public const string clipboard_task_add_24_regular = "\ue360"; - public const string clipboard_task_list_16_regular = "\U000f038b"; - public const string clipboard_task_list_ltr_20_regular = "\ue361"; - public const string clipboard_task_list_ltr_24_regular = "\ue362"; - public const string clipboard_task_list_rtl_20_regular = "\ue363"; - public const string clipboard_task_list_rtl_24_regular = "\ue364"; - public const string clipboard_text_32_regular = "\ue365"; - public const string clipboard_text_edit_20_regular = "\ue366"; - public const string clipboard_text_edit_24_regular = "\ue367"; - public const string clipboard_text_edit_32_regular = "\ue368"; - public const string clipboard_text_ltr_16_regular = "\uf0c0"; - public const string clipboard_text_ltr_20_regular = "\ue369"; - public const string clipboard_text_ltr_24_regular = "\ue36a"; - public const string clipboard_text_rtl_16_regular = "\uf0c1"; - public const string clipboard_text_rtl_20_regular = "\ue36c"; - public const string clipboard_text_rtl_24_regular = "\ue36d"; - public const string clock_12_regular = "\uf2db"; - public const string clock_16_regular = "\uf2dc"; - public const string clock_20_regular = "\uf2dd"; - public const string clock_24_regular = "\uf2de"; - public const string clock_28_regular = "\uf2df"; - public const string clock_32_regular = "\ue36e"; - public const string clock_48_regular = "\uf2e0"; - public const string clock_alarm_16_regular = "\ue36f"; - public const string clock_alarm_20_regular = "\uf2e1"; - public const string clock_alarm_24_regular = "\uf2e2"; - public const string clock_alarm_32_regular = "\ue370"; - public const string clock_arrow_download_20_regular = "\uf32e"; - public const string clock_arrow_download_24_regular = "\ue371"; - public const string clock_bill_16_regular = "\U000f0560"; - public const string clock_bill_20_regular = "\U000f0561"; - public const string clock_bill_24_regular = "\U000f0562"; - public const string clock_bill_32_regular = "\U000f0563"; - public const string clock_dismiss_20_regular = "\ue372"; - public const string clock_dismiss_24_regular = "\ue373"; - public const string clock_lock_16_regular = "\uf819"; - public const string clock_lock_20_regular = "\uf81a"; - public const string clock_lock_24_regular = "\uf83d"; - public const string clock_pause_20_regular = "\ue374"; - public const string clock_pause_24_regular = "\ue375"; - public const string clock_toolbox_20_regular = "\ue376"; - public const string clock_toolbox_24_regular = "\ue377"; - public const string closed_caption_16_regular = "\ue378"; - public const string closed_caption_20_regular = "\ue379"; - public const string closed_caption_24_regular = "\uf2e3"; - public const string closed_caption_28_regular = "\ue37a"; - public const string closed_caption_32_regular = "\ue37b"; - public const string closed_caption_48_regular = "\ue37c"; - public const string closed_caption_off_16_regular = "\ue37d"; - public const string closed_caption_off_20_regular = "\ue37e"; - public const string closed_caption_off_24_regular = "\ue37f"; - public const string closed_caption_off_28_regular = "\ue380"; - public const string closed_caption_off_48_regular = "\ue381"; - public const string cloud_16_regular = "\ue382"; - public const string cloud_20_regular = "\uf2e4"; - public const string cloud_24_regular = "\uf2e5"; - public const string cloud_28_regular = "\ue383"; - public const string cloud_32_regular = "\ue384"; - public const string cloud_48_regular = "\uf2e6"; - public const string cloud_add_16_regular = "\uf32f"; - public const string cloud_add_20_regular = "\ue385"; - public const string cloud_add_24_regular = "\uf0c2"; - public const string cloud_archive_16_regular = "\ue386"; - public const string cloud_archive_20_regular = "\ue387"; - public const string cloud_archive_24_regular = "\ue388"; - public const string cloud_archive_28_regular = "\ue389"; - public const string cloud_archive_32_regular = "\ue38a"; - public const string cloud_archive_48_regular = "\ue38b"; - public const string cloud_arrow_down_16_regular = "\ue38c"; - public const string cloud_arrow_down_20_regular = "\ue38d"; - public const string cloud_arrow_down_24_regular = "\ue38e"; - public const string cloud_arrow_down_28_regular = "\ue38f"; - public const string cloud_arrow_down_32_regular = "\ue390"; - public const string cloud_arrow_down_48_regular = "\ue391"; - public const string cloud_arrow_right_16_regular = "\U000f0524"; - public const string cloud_arrow_right_20_regular = "\U000f0525"; - public const string cloud_arrow_right_24_regular = "\U000f0526"; - public const string cloud_arrow_up_16_regular = "\ue392"; - public const string cloud_arrow_up_20_regular = "\ue393"; - public const string cloud_arrow_up_24_regular = "\ue394"; - public const string cloud_arrow_up_28_regular = "\ue395"; - public const string cloud_arrow_up_32_regular = "\ue396"; - public const string cloud_arrow_up_48_regular = "\ue397"; - public const string cloud_beaker_16_regular = "\U000f046f"; - public const string cloud_beaker_20_regular = "\U000f0470"; - public const string cloud_beaker_24_regular = "\U000f0471"; - public const string cloud_beaker_28_regular = "\U000f0472"; - public const string cloud_beaker_32_regular = "\U000f0473"; - public const string cloud_beaker_48_regular = "\U000f0474"; - public const string cloud_bidirectional_20_regular = "\U000f020c"; - public const string cloud_bidirectional_24_regular = "\U000f020d"; - public const string cloud_checkmark_16_regular = "\ue398"; - public const string cloud_checkmark_20_regular = "\ue399"; - public const string cloud_checkmark_24_regular = "\ue39a"; - public const string cloud_checkmark_28_regular = "\ue39b"; - public const string cloud_checkmark_32_regular = "\ue39c"; - public const string cloud_checkmark_48_regular = "\ue39d"; - public const string cloud_cube_16_regular = "\U000f0475"; - public const string cloud_cube_20_regular = "\U000f0476"; - public const string cloud_cube_24_regular = "\U000f0477"; - public const string cloud_cube_28_regular = "\U000f0478"; - public const string cloud_cube_32_regular = "\U000f0479"; - public const string cloud_cube_48_regular = "\U000f047a"; - public const string cloud_database_20_regular = "\U000f0112"; - public const string cloud_desktop_20_regular = "\U000f0113"; - public const string cloud_dismiss_16_regular = "\ue39e"; - public const string cloud_dismiss_20_regular = "\ue39f"; - public const string cloud_dismiss_24_regular = "\ue3a0"; - public const string cloud_dismiss_28_regular = "\ue3a1"; - public const string cloud_dismiss_32_regular = "\ue3a2"; - public const string cloud_dismiss_48_regular = "\ue3a3"; - public const string cloud_edit_16_regular = "\uf330"; - public const string cloud_edit_20_regular = "\ue3a4"; - public const string cloud_edit_24_regular = "\uf0c3"; - public const string cloud_error_16_regular = "\uefda"; - public const string cloud_error_20_regular = "\uefdb"; - public const string cloud_error_24_regular = "\uefdc"; - public const string cloud_error_28_regular = "\uefdd"; - public const string cloud_error_32_regular = "\uefde"; - public const string cloud_error_48_regular = "\uefdf"; - public const string cloud_flow_20_regular = "\uf337"; - public const string cloud_flow_24_regular = "\ue3a5"; - public const string cloud_link_16_regular = "\uf338"; - public const string cloud_link_20_regular = "\ue3a6"; - public const string cloud_link_24_regular = "\uf0c4"; - public const string cloud_off_16_regular = "\ue3a7"; - public const string cloud_off_20_regular = "\ue3a8"; - public const string cloud_off_24_regular = "\uf2ea"; - public const string cloud_off_28_regular = "\ue3a9"; - public const string cloud_off_32_regular = "\ue3aa"; - public const string cloud_off_48_regular = "\uf2eb"; - public const string cloud_swap_20_regular = "\ue3ab"; - public const string cloud_swap_24_regular = "\ue3ac"; - public const string cloud_sync_16_regular = "\ue3ad"; - public const string cloud_sync_20_regular = "\ue3ae"; - public const string cloud_sync_24_regular = "\ue3af"; - public const string cloud_sync_28_regular = "\ue3b0"; - public const string cloud_sync_32_regular = "\ue3b1"; - public const string cloud_sync_48_regular = "\ue3b2"; - public const string cloud_words_16_regular = "\ue3b3"; - public const string cloud_words_20_regular = "\ue3b4"; - public const string cloud_words_24_regular = "\ue3b5"; - public const string cloud_words_28_regular = "\ue3b6"; - public const string cloud_words_32_regular = "\ue3b7"; - public const string cloud_words_48_regular = "\ue3b8"; - public const string clover_16_regular = "\uf83e"; - public const string clover_20_regular = "\uf8b4"; - public const string clover_24_regular = "\uf8e9"; - public const string clover_28_regular = "\uf8ea"; - public const string clover_32_regular = "\uf8ef"; - public const string clover_48_regular = "\U000f0000"; - public const string code_16_regular = "\uf339"; - public const string code_20_regular = "\uf2ef"; - public const string code_24_regular = "\uf2f0"; - public const string code_block_16_regular = "\uefba"; - public const string code_block_20_regular = "\uefbb"; - public const string code_block_24_regular = "\uefbc"; - public const string code_block_28_regular = "\uefbd"; - public const string code_block_32_regular = "\uefbe"; - public const string code_block_48_regular = "\uefbf"; - public const string code_circle_20_regular = "\ue3b9"; - public const string code_circle_24_regular = "\U000f0114"; - public const string code_circle_32_regular = "\U000f0115"; - public const string code_cs_16_regular = "\uf0c5"; - public const string code_cs_rectangle_16_regular = "\uf0c6"; - public const string code_fs_16_regular = "\uf0c7"; - public const string code_fs_rectangle_16_regular = "\uf0c8"; - public const string code_js_16_regular = "\uf0c9"; - public const string code_js_rectangle_16_regular = "\uf0ca"; - public const string code_py_16_regular = "\uf0cb"; - public const string code_py_rectangle_16_regular = "\uf0cc"; - public const string code_rb_16_regular = "\uf0cd"; - public const string code_rb_rectangle_16_regular = "\uf0ce"; - public const string code_text_16_regular = "\uef64"; - public const string code_text_20_regular = "\ue3ba"; - public const string code_text_edit_20_regular = "\ue3bb"; - public const string code_text_off_16_regular = "\uf0cf"; - public const string code_ts_16_regular = "\uf0d0"; - public const string code_ts_rectangle_16_regular = "\uf0d1"; - public const string code_vb_16_regular = "\uf0d2"; - public const string code_vb_rectangle_16_regular = "\uf0d3"; - public const string collections_16_regular = "\U000f03f0"; - public const string collections_20_regular = "\uf2f1"; - public const string collections_24_regular = "\uf2f2"; - public const string collections_add_20_regular = "\uf2f3"; - public const string collections_add_24_regular = "\uf2f4"; - public const string color_16_regular = "\ue3bc"; - public const string color_20_regular = "\uf2f5"; - public const string color_24_regular = "\uf2f6"; - public const string color_background_20_regular = "\uf2f7"; - public const string color_background_24_regular = "\uf2f8"; - public const string color_background_accent_20_regular = "\ue3bd"; - public const string color_background_accent_24_regular = "\ue3be"; - public const string color_fill_16_regular = "\ue3bf"; - public const string color_fill_20_regular = "\uf2f9"; - public const string color_fill_24_regular = "\uf2fa"; - public const string color_fill_28_regular = "\ue3c0"; - public const string color_fill_accent_16_regular = "\ue3c1"; - public const string color_fill_accent_20_regular = "\ue3c2"; - public const string color_fill_accent_24_regular = "\ue3c3"; - public const string color_fill_accent_28_regular = "\ue3c4"; - public const string color_line_16_regular = "\ue3c5"; - public const string color_line_20_regular = "\uf2fb"; - public const string color_line_24_regular = "\uf2fc"; - public const string color_line_accent_16_regular = "\ue3c6"; - public const string color_line_accent_20_regular = "\ue3c7"; - public const string color_line_accent_24_regular = "\ue3c8"; - public const string column_20_regular = "\ue3c9"; - public const string column_24_regular = "\U000f05d5"; - public const string column_arrow_right_20_regular = "\ue3ca"; - public const string column_double_compare_20_regular = "\ue3cb"; - public const string column_edit_20_regular = "\ue3cc"; - public const string column_edit_24_regular = "\ue3cd"; - public const string column_single_16_regular = "\U000f0116"; - public const string column_single_compare_16_regular = "\U000f016e"; - public const string column_single_compare_20_regular = "\U000f016f"; - public const string column_triple_20_regular = "\ue3ce"; - public const string column_triple_24_regular = "\uf2fd"; - public const string column_triple_edit_20_regular = "\ue3cf"; - public const string column_triple_edit_24_regular = "\ue3d0"; - public const string comma_20_regular = "\ue3d1"; - public const string comma_24_regular = "\ue3d2"; - public const string comment_12_regular = "\ue3d3"; - public const string comment_16_regular = "\uf2fe"; - public const string comment_20_regular = "\uf2ff"; - public const string comment_24_regular = "\uf300"; - public const string comment_28_regular = "\ue3d4"; - public const string comment_32_regular = "\U000f05e6"; - public const string comment_48_regular = "\ue3d5"; - public const string comment_add_12_regular = "\ue3d6"; - public const string comment_add_16_regular = "\ue3d7"; - public const string comment_add_20_regular = "\ue3d8"; - public const string comment_add_24_regular = "\uf301"; - public const string comment_add_28_regular = "\ue3d9"; - public const string comment_add_32_regular = "\U000f05e7"; - public const string comment_add_48_regular = "\ue3da"; - public const string comment_arrow_left_12_regular = "\ue3db"; - public const string comment_arrow_left_16_regular = "\ue3dc"; - public const string comment_arrow_left_20_regular = "\ue3dd"; - public const string comment_arrow_left_24_regular = "\ue3de"; - public const string comment_arrow_left_28_regular = "\ue3df"; - public const string comment_arrow_left_48_regular = "\ue3e0"; - public const string comment_arrow_right_12_regular = "\ue3e1"; - public const string comment_arrow_right_16_regular = "\ue3e2"; - public const string comment_arrow_right_20_regular = "\ue3e3"; - public const string comment_arrow_right_24_regular = "\ue3e4"; - public const string comment_arrow_right_28_regular = "\ue3e5"; - public const string comment_arrow_right_48_regular = "\ue3e6"; - public const string comment_checkmark_12_regular = "\ue3e7"; - public const string comment_checkmark_16_regular = "\ue3e8"; - public const string comment_checkmark_20_regular = "\ue3e9"; - public const string comment_checkmark_24_regular = "\ue3ea"; - public const string comment_checkmark_28_regular = "\ue3eb"; - public const string comment_checkmark_48_regular = "\ue3ec"; - public const string comment_dismiss_20_regular = "\ue3ed"; - public const string comment_dismiss_24_regular = "\ue3ee"; - public const string comment_edit_16_regular = "\U000f020e"; - public const string comment_edit_20_regular = "\ue3ef"; - public const string comment_edit_24_regular = "\ue3f0"; - public const string comment_error_16_regular = "\uf350"; - public const string comment_error_20_regular = "\ue3f1"; - public const string comment_error_24_regular = "\ue3f2"; - public const string comment_lightning_20_regular = "\uf351"; - public const string comment_lightning_24_regular = "\uf361"; - public const string comment_link_16_regular = "\U000f0001"; - public const string comment_link_20_regular = "\U000f0002"; - public const string comment_link_24_regular = "\U000f0003"; - public const string comment_link_28_regular = "\U000f0004"; - public const string comment_link_48_regular = "\U000f0005"; - public const string comment_mention_16_regular = "\uf303"; - public const string comment_mention_20_regular = "\uf304"; - public const string comment_mention_24_regular = "\uf305"; - public const string comment_multiple_16_regular = "\uf306"; - public const string comment_multiple_20_regular = "\uf307"; - public const string comment_multiple_24_regular = "\uf308"; - public const string comment_multiple_28_regular = "\ue3f3"; - public const string comment_multiple_32_regular = "\ue3f4"; - public const string comment_multiple_checkmark_16_regular = "\ue3f5"; - public const string comment_multiple_checkmark_20_regular = "\ue3f6"; - public const string comment_multiple_checkmark_24_regular = "\ue3f7"; - public const string comment_multiple_checkmark_28_regular = "\ue3f8"; - public const string comment_multiple_link_16_regular = "\ue3f9"; - public const string comment_multiple_link_20_regular = "\ue3fa"; - public const string comment_multiple_link_24_regular = "\ue3fb"; - public const string comment_multiple_link_28_regular = "\ue3fc"; - public const string comment_multiple_link_32_regular = "\ue3fd"; - public const string comment_note_20_regular = "\ue3fe"; - public const string comment_note_24_regular = "\ue3ff"; - public const string comment_off_16_regular = "\ue400"; - public const string comment_off_20_regular = "\ue401"; - public const string comment_off_24_regular = "\ue402"; - public const string comment_off_28_regular = "\ue403"; - public const string comment_off_48_regular = "\ue404"; - public const string communication_16_regular = "\uf30c"; - public const string communication_20_regular = "\uf30d"; - public const string communication_24_regular = "\uf30e"; - public const string communication_person_20_regular = "\ue405"; - public const string communication_person_24_regular = "\ue406"; - public const string communication_shield_16_regular = "\U000f03f1"; - public const string communication_shield_20_regular = "\U000f03f2"; - public const string communication_shield_24_regular = "\U000f03f3"; - public const string compass_northwest_16_regular = "\uf30f"; - public const string compass_northwest_20_regular = "\uf310"; - public const string compass_northwest_24_regular = "\uf311"; - public const string compass_northwest_28_regular = "\uf312"; - public const string component_2_double_tap_swipe_down_24_regular = "\ue407"; - public const string component_2_double_tap_swipe_up_24_regular = "\ue408"; - public const string compose_12_regular = "\U000f050a"; - public const string compose_16_regular = "\uf313"; - public const string compose_20_regular = "\uf314"; - public const string compose_24_regular = "\uf315"; - public const string compose_28_regular = "\uf316"; - public const string compose_32_regular = "\U000f050b"; - public const string compose_48_regular = "\U000f050c"; - public const string cone_16_regular = "\uf0d4"; - public const string conference_room_16_regular = "\uf317"; - public const string conference_room_20_regular = "\uf318"; - public const string conference_room_24_regular = "\uf319"; - public const string conference_room_28_regular = "\uf31a"; - public const string conference_room_48_regular = "\uf31b"; - public const string connected_16_regular = "\ueeeb"; - public const string connected_20_regular = "\ueeec"; - public const string connector_16_regular = "\uf31c"; - public const string connector_20_regular = "\uf31d"; - public const string connector_24_regular = "\uf31e"; - public const string contact_card_16_regular = "\uf362"; - public const string contact_card_20_regular = "\uf31f"; - public const string contact_card_24_regular = "\uf320"; - public const string contact_card_28_regular = "\ue409"; - public const string contact_card_32_regular = "\ue40a"; - public const string contact_card_48_regular = "\ue40b"; - public const string contact_card_group_16_regular = "\ue40c"; - public const string contact_card_group_20_regular = "\ue40d"; - public const string contact_card_group_24_regular = "\uf321"; - public const string contact_card_group_28_regular = "\ue40e"; - public const string contact_card_group_48_regular = "\ue40f"; - public const string contact_card_link_16_regular = "\uf363"; - public const string contact_card_link_20_regular = "\ue410"; - public const string contact_card_ribbon_16_regular = "\ue411"; - public const string contact_card_ribbon_20_regular = "\ue412"; - public const string contact_card_ribbon_24_regular = "\ue413"; - public const string contact_card_ribbon_28_regular = "\ue414"; - public const string contact_card_ribbon_32_regular = "\ue415"; - public const string contact_card_ribbon_48_regular = "\ue416"; - public const string content_settings_16_regular = "\uf323"; - public const string content_settings_20_regular = "\uf324"; - public const string content_settings_24_regular = "\uf325"; - public const string content_settings_32_regular = "\ue417"; - public const string content_view_16_regular = "\U000f05c7"; - public const string content_view_20_regular = "\ue418"; - public const string content_view_24_regular = "\ueec4"; - public const string content_view_28_regular = "\ueec5"; - public const string content_view_32_regular = "\ue419"; - public const string content_view_gallery_16_regular = "\U000f02fd"; - public const string content_view_gallery_20_regular = "\ue41a"; - public const string content_view_gallery_24_regular = "\ueea2"; - public const string content_view_gallery_28_regular = "\ueea3"; - public const string content_view_gallery_lightning_16_regular = "\U000f02fe"; - public const string content_view_gallery_lightning_20_regular = "\U000f02ff"; - public const string content_view_gallery_lightning_24_regular = "\U000f0300"; - public const string content_view_gallery_lightning_28_regular = "\U000f0301"; - public const string contract_down_left_16_regular = "\uf364"; - public const string contract_down_left_20_regular = "\uf373"; - public const string contract_down_left_24_regular = "\uf374"; - public const string contract_down_left_28_regular = "\uf375"; - public const string contract_down_left_32_regular = "\uf37b"; - public const string contract_down_left_48_regular = "\uf397"; - public const string contract_up_right_16_regular = "\U000f047b"; - public const string contract_up_right_20_regular = "\U000f047c"; - public const string contract_up_right_24_regular = "\U000f047d"; - public const string contract_up_right_28_regular = "\U000f047e"; - public const string contract_up_right_32_regular = "\U000f047f"; - public const string contract_up_right_48_regular = "\U000f0480"; - public const string control_button_20_regular = "\ue41b"; - public const string control_button_24_regular = "\ue41c"; - public const string convert_range_20_regular = "\ue41d"; - public const string convert_range_24_regular = "\ue41e"; - public const string cookies_16_regular = "\U000f04ed"; - public const string cookies_20_regular = "\uf328"; - public const string cookies_24_regular = "\uf329"; - public const string cookies_28_regular = "\U000f04ee"; - public const string cookies_32_regular = "\U000f04ef"; - public const string cookies_48_regular = "\U000f04f0"; - public const string copy_16_regular = "\uf32a"; - public const string copy_20_regular = "\uf32b"; - public const string copy_24_regular = "\uf32c"; - public const string copy_32_regular = "\U000f0006"; - public const string copy_add_20_regular = "\ue41f"; - public const string copy_add_24_regular = "\ue420"; - public const string copy_arrow_right_16_regular = "\ue421"; - public const string copy_arrow_right_20_regular = "\ue422"; - public const string copy_arrow_right_24_regular = "\ue423"; - public const string copy_select_20_regular = "\ue424"; - public const string copy_select_24_regular = "\U000f0007"; - public const string couch_12_regular = "\ue425"; - public const string couch_20_regular = "\ue426"; - public const string couch_24_regular = "\ue427"; - public const string couch_32_regular = "\uefe0"; - public const string couch_48_regular = "\uefe1"; - public const string credit_card_clock_20_regular = "\ueec6"; - public const string credit_card_clock_24_regular = "\ueec7"; - public const string credit_card_clock_28_regular = "\ueec8"; - public const string credit_card_clock_32_regular = "\ueec9"; - public const string credit_card_person_20_regular = "\ue428"; - public const string credit_card_person_24_regular = "\ue429"; - public const string credit_card_toolbox_20_regular = "\uf398"; - public const string credit_card_toolbox_24_regular = "\ue42a"; - public const string crop_16_regular = "\uf02c"; - public const string crop_20_regular = "\ue42b"; - public const string crop_24_regular = "\uf331"; - public const string crop_28_regular = "\uf02d"; - public const string crop_32_regular = "\uf02e"; - public const string crop_48_regular = "\uf02f"; - public const string crop_arrow_rotate_16_regular = "\U000f05e8"; - public const string crop_arrow_rotate_20_regular = "\U000f05e9"; - public const string crop_arrow_rotate_24_regular = "\U000f05ea"; - public const string crop_interim_20_regular = "\ue42c"; - public const string crop_interim_24_regular = "\uf332"; - public const string crop_interim_off_20_regular = "\ue42d"; - public const string crop_interim_off_24_regular = "\uf333"; - public const string crop_sparkle_24_regular = "\U000f0170"; - public const string crown_16_regular = "\uf06e"; - public const string crown_20_regular = "\uf06f"; - public const string crown_24_regular = "\U000f020f"; - public const string crown_subtract_24_regular = "\U000f0210"; - public const string cube_12_regular = "\ue42e"; - public const string cube_16_regular = "\uf334"; - public const string cube_20_regular = "\uf335"; - public const string cube_24_regular = "\uf336"; - public const string cube_32_regular = "\ueeca"; - public const string cube_48_regular = "\U000f0268"; - public const string cube_add_20_regular = "\ue42f"; - public const string cube_arrow_curve_down_20_regular = "\ue430"; - public const string cube_link_20_regular = "\ue431"; - public const string cube_multiple_20_regular = "\ue432"; - public const string cube_multiple_24_regular = "\ue433"; - public const string cube_quick_16_regular = "\ue434"; - public const string cube_quick_20_regular = "\ue435"; - public const string cube_quick_24_regular = "\ue436"; - public const string cube_quick_28_regular = "\ue437"; - public const string cube_rotate_20_regular = "\ue438"; - public const string cube_sync_20_regular = "\ue439"; - public const string cube_sync_24_regular = "\ue43a"; - public const string cube_tree_20_regular = "\ue43b"; - public const string cube_tree_24_regular = "\ue43c"; - public const string currency_dollar_euro_16_regular = "\ue43d"; - public const string currency_dollar_euro_20_regular = "\ue43e"; - public const string currency_dollar_euro_24_regular = "\ue43f"; - public const string currency_dollar_rupee_16_regular = "\ue440"; - public const string currency_dollar_rupee_20_regular = "\ue441"; - public const string currency_dollar_rupee_24_regular = "\ue442"; - public const string cursor_16_regular = "\U000f0171"; - public const string cursor_20_regular = "\ue443"; - public const string cursor_24_regular = "\ue444"; - public const string cursor_28_regular = "\U000f05fc"; - public const string cursor_32_regular = "\U000f05fd"; - public const string cursor_click_20_regular = "\ue445"; - public const string cursor_click_24_regular = "\ue446"; - public const string cursor_hover_16_regular = "\ue447"; - public const string cursor_hover_20_regular = "\ue448"; - public const string cursor_hover_24_regular = "\ue449"; - public const string cursor_hover_28_regular = "\ue44a"; - public const string cursor_hover_32_regular = "\ue44b"; - public const string cursor_hover_48_regular = "\ue44c"; - public const string cursor_hover_off_16_regular = "\ue44d"; - public const string cursor_hover_off_20_regular = "\ue44e"; - public const string cursor_hover_off_24_regular = "\ue44f"; - public const string cursor_hover_off_28_regular = "\ue450"; - public const string cursor_hover_off_48_regular = "\ue451"; - public const string cursor_prohibited_16_regular = "\U000f0172"; - public const string cursor_prohibited_20_regular = "\U000f0173"; - public const string cut_16_regular = "\U000f038c"; - public const string cut_20_regular = "\uf33a"; - public const string cut_24_regular = "\uf33b"; - public const string dark_theme_20_regular = "\ue452"; - public const string dark_theme_24_regular = "\uf33c"; - public const string data_area_20_regular = "\ue453"; - public const string data_area_24_regular = "\uf33d"; - public const string data_bar_horizontal_20_regular = "\uf39b"; - public const string data_bar_horizontal_24_regular = "\uf33e"; - public const string data_bar_horizontal_descending_16_regular = "\uf0d5"; - public const string data_bar_vertical_16_regular = "\ueea4"; - public const string data_bar_vertical_20_regular = "\uf33f"; - public const string data_bar_vertical_24_regular = "\uf340"; - public const string data_bar_vertical_32_regular = "\ueecb"; - public const string data_bar_vertical_add_20_regular = "\ue454"; - public const string data_bar_vertical_add_24_regular = "\ue455"; - public const string data_bar_vertical_arrow_down_16_regular = "\U000f05a2"; - public const string data_bar_vertical_arrow_down_20_regular = "\U000f05a3"; - public const string data_bar_vertical_arrow_down_24_regular = "\U000f05a4"; - public const string data_bar_vertical_ascending_16_regular = "\uf0d6"; - public const string data_bar_vertical_ascending_20_regular = "\U000f042f"; - public const string data_bar_vertical_ascending_24_regular = "\U000f0430"; - public const string data_bar_vertical_star_16_regular = "\uefc0"; - public const string data_bar_vertical_star_20_regular = "\uefc1"; - public const string data_bar_vertical_star_24_regular = "\uefc2"; - public const string data_bar_vertical_star_32_regular = "\uefc3"; - public const string data_funnel_20_regular = "\ue456"; - public const string data_funnel_24_regular = "\uf341"; - public const string data_histogram_16_regular = "\U000f0174"; - public const string data_histogram_20_regular = "\ue457"; - public const string data_histogram_24_regular = "\uf342"; - public const string data_line_20_regular = "\ue458"; - public const string data_line_24_regular = "\uf343"; - public const string data_pie_16_regular = "\U000f05d6"; - public const string data_pie_20_regular = "\uf344"; - public const string data_pie_24_regular = "\uf345"; - public const string data_scatter_20_regular = "\ue459"; - public const string data_scatter_24_regular = "\uf346"; - public const string data_sunburst_20_regular = "\ue45a"; - public const string data_sunburst_24_regular = "\uf347"; - public const string data_treemap_20_regular = "\ue45b"; - public const string data_treemap_24_regular = "\uf348"; - public const string data_trending_16_regular = "\ue45c"; - public const string data_trending_20_regular = "\ue45d"; - public const string data_trending_24_regular = "\ue45e"; - public const string data_trending_28_regular = "\uf030"; - public const string data_trending_32_regular = "\uf031"; - public const string data_trending_48_regular = "\uf032"; - public const string data_usage_16_regular = "\U000f0564"; - public const string data_usage_20_regular = "\ue45f"; - public const string data_usage_24_regular = "\uf349"; - public const string data_usage_edit_20_regular = "\uf3b2"; - public const string data_usage_edit_24_regular = "\ue460"; - public const string data_usage_settings_16_regular = "\U000f0565"; - public const string data_usage_settings_20_regular = "\ue461"; - public const string data_usage_settings_24_regular = "\U000f0566"; - public const string data_usage_toolbox_20_regular = "\ue462"; - public const string data_usage_toolbox_24_regular = "\ue463"; - public const string data_waterfall_20_regular = "\ue464"; - public const string data_waterfall_24_regular = "\uf34a"; - public const string data_whisker_20_regular = "\ue465"; - public const string data_whisker_24_regular = "\uf34b"; - public const string database_16_regular = "\uf0d7"; - public const string database_20_regular = "\ue466"; - public const string database_24_regular = "\ue467"; - public const string database_32_regular = "\ueecc"; - public const string database_48_regular = "\U000f0008"; - public const string database_arrow_down_20_regular = "\ue468"; - public const string database_arrow_right_20_regular = "\ue469"; - public const string database_arrow_right_24_regular = "\uefe2"; - public const string database_arrow_right_32_regular = "\uefc4"; - public const string database_arrow_up_20_regular = "\ue46a"; - public const string database_lightning_20_regular = "\ue46b"; - public const string database_link_20_regular = "\ue46c"; - public const string database_link_24_regular = "\ue46d"; - public const string database_multiple_20_regular = "\ue46e"; - public const string database_multiple_32_regular = "\U000f0009"; - public const string database_person_20_regular = "\ue46f"; - public const string database_person_24_regular = "\ue470"; - public const string database_plug_connected_20_regular = "\ue471"; - public const string database_search_20_regular = "\ue472"; - public const string database_search_24_regular = "\ue473"; - public const string database_stack_16_regular = "\uf0d8"; - public const string database_switch_20_regular = "\ue474"; - public const string database_warning_20_regular = "\ue475"; - public const string database_window_20_regular = "\ue476"; - public const string decimal_arrow_left_20_regular = "\ue477"; - public const string decimal_arrow_left_24_regular = "\ue478"; - public const string decimal_arrow_right_20_regular = "\ue479"; - public const string decimal_arrow_right_24_regular = "\ue47a"; - public const string delete_12_regular = "\ueea5"; - public const string delete_16_regular = "\ue47b"; - public const string delete_20_regular = "\uf34c"; - public const string delete_24_regular = "\uf34d"; - public const string delete_28_regular = "\uf34e"; - public const string delete_32_regular = "\ueea6"; - public const string delete_48_regular = "\uf34f"; - public const string delete_arrow_back_16_regular = "\ue47c"; - public const string delete_arrow_back_20_regular = "\ue47d"; - public const string delete_dismiss_20_regular = "\ue47e"; - public const string delete_dismiss_24_regular = "\ue47f"; - public const string delete_dismiss_28_regular = "\ue480"; - public const string delete_lines_20_regular = "\ue481"; - public const string delete_off_20_regular = "\uf352"; - public const string delete_off_24_regular = "\uf353"; - public const string dentist_12_regular = "\ue482"; - public const string dentist_16_regular = "\ue483"; - public const string dentist_20_regular = "\ue484"; - public const string dentist_24_regular = "\uf354"; - public const string dentist_28_regular = "\ue485"; - public const string dentist_48_regular = "\ue486"; - public const string design_ideas_16_regular = "\uf355"; - public const string design_ideas_20_regular = "\uf356"; - public const string design_ideas_24_regular = "\uf357"; - public const string desk_16_regular = "\U000f0269"; - public const string desk_20_regular = "\U000f01cb"; - public const string desk_24_regular = "\U000f01cc"; - public const string desk_28_regular = "\U000f026a"; - public const string desk_32_regular = "\U000f026b"; - public const string desk_48_regular = "\U000f026c"; - public const string desktop_16_regular = "\uf358"; - public const string desktop_20_regular = "\uf359"; - public const string desktop_24_regular = "\uf35a"; - public const string desktop_28_regular = "\uf35b"; - public const string desktop_32_regular = "\ue487"; - public const string desktop_arrow_down_16_regular = "\U000f0117"; - public const string desktop_arrow_down_20_regular = "\U000f0118"; - public const string desktop_arrow_down_24_regular = "\U000f0119"; - public const string desktop_arrow_down_32_regular = "\U000f062b"; - public const string desktop_arrow_right_16_regular = "\ue488"; - public const string desktop_arrow_right_20_regular = "\ue489"; - public const string desktop_arrow_right_24_regular = "\ue48a"; - public const string desktop_checkmark_16_regular = "\uef65"; - public const string desktop_checkmark_20_regular = "\uef66"; - public const string desktop_checkmark_24_regular = "\uef67"; - public const string desktop_cursor_16_regular = "\ue48b"; - public const string desktop_cursor_20_regular = "\ue48c"; - public const string desktop_cursor_24_regular = "\ue48d"; - public const string desktop_cursor_28_regular = "\ue48e"; - public const string desktop_edit_16_regular = "\ue48f"; - public const string desktop_edit_20_regular = "\ue490"; - public const string desktop_edit_24_regular = "\ue491"; - public const string desktop_flow_20_regular = "\ue492"; - public const string desktop_flow_24_regular = "\ue493"; - public const string desktop_keyboard_16_regular = "\ue494"; - public const string desktop_keyboard_20_regular = "\ue495"; - public const string desktop_keyboard_24_regular = "\ue496"; - public const string desktop_keyboard_28_regular = "\ue497"; - public const string desktop_mac_16_regular = "\ue498"; - public const string desktop_mac_20_regular = "\ue499"; - public const string desktop_mac_24_regular = "\ue49a"; - public const string desktop_mac_32_regular = "\ue49b"; - public const string desktop_off_20_regular = "\U000f05eb"; - public const string desktop_off_24_regular = "\U000f05ec"; - public const string desktop_pulse_16_regular = "\ue49c"; - public const string desktop_pulse_20_regular = "\ue49d"; - public const string desktop_pulse_24_regular = "\ue49e"; - public const string desktop_pulse_28_regular = "\ue49f"; - public const string desktop_pulse_32_regular = "\ue4a0"; - public const string desktop_pulse_48_regular = "\ue4a1"; - public const string desktop_signal_20_regular = "\ue4a2"; - public const string desktop_signal_24_regular = "\ue4a3"; - public const string desktop_speaker_20_regular = "\ue4a4"; - public const string desktop_speaker_24_regular = "\ue4a5"; - public const string desktop_speaker_off_20_regular = "\ue4a6"; - public const string desktop_speaker_off_24_regular = "\ue4a7"; - public const string desktop_sync_16_regular = "\uf3b3"; - public const string desktop_sync_20_regular = "\ue4a8"; - public const string desktop_sync_24_regular = "\ue4a9"; - public const string desktop_toolbox_20_regular = "\ue4aa"; - public const string desktop_toolbox_24_regular = "\ue4ab"; - public const string desktop_tower_20_regular = "\U000f011a"; - public const string desktop_tower_24_regular = "\U000f011b"; - public const string developer_board_16_regular = "\uf0d9"; - public const string developer_board_20_regular = "\ue4ac"; - public const string developer_board_24_regular = "\uf35c"; - public const string developer_board_lightning_20_regular = "\ue4ad"; - public const string developer_board_lightning_toolbox_20_regular = "\ue4ae"; - public const string developer_board_search_20_regular = "\ue4af"; - public const string developer_board_search_24_regular = "\ue4b0"; - public const string device_eq_16_regular = "\U000f000a"; - public const string device_eq_20_regular = "\ue4b1"; - public const string device_eq_24_regular = "\uf35d"; - public const string device_meeting_room_16_regular = "\uf3b4"; - public const string device_meeting_room_20_regular = "\ue4b2"; - public const string device_meeting_room_24_regular = "\uf3b5"; - public const string device_meeting_room_28_regular = "\uf3b6"; - public const string device_meeting_room_32_regular = "\uf3b7"; - public const string device_meeting_room_48_regular = "\uf3bc"; - public const string device_meeting_room_remote_16_regular = "\uf3bd"; - public const string device_meeting_room_remote_20_regular = "\ue4b3"; - public const string device_meeting_room_remote_24_regular = "\uf3c2"; - public const string device_meeting_room_remote_28_regular = "\uf3cd"; - public const string device_meeting_room_remote_32_regular = "\uf3ed"; - public const string device_meeting_room_remote_48_regular = "\uf3ee"; - public const string diagram_20_regular = "\ue4b4"; - public const string diagram_24_regular = "\ue4b5"; - public const string dialpad_20_regular = "\uf35e"; - public const string dialpad_24_regular = "\uf35f"; - public const string dialpad_28_regular = "\ue4b6"; - public const string dialpad_32_regular = "\ue4b7"; - public const string dialpad_48_regular = "\ue4b8"; - public const string dialpad_off_20_regular = "\ue4b9"; - public const string dialpad_off_24_regular = "\uf360"; - public const string dialpad_question_mark_20_regular = "\U000f03f4"; - public const string dialpad_question_mark_24_regular = "\U000f03f5"; - public const string diamond_16_regular = "\ue4ba"; - public const string diamond_20_regular = "\ue4bb"; - public const string diamond_24_regular = "\ue4bc"; - public const string diamond_28_regular = "\ue4bd"; - public const string diamond_32_regular = "\ue4be"; - public const string diamond_48_regular = "\ue4bf"; - public const string directions_16_regular = "\ue4c0"; - public const string directions_20_regular = "\uf365"; - public const string directions_24_regular = "\uf366"; - public const string dishwasher_20_regular = "\uefe3"; - public const string dishwasher_24_regular = "\uefe4"; - public const string dishwasher_32_regular = "\uefe5"; - public const string dishwasher_48_regular = "\uefe6"; - public const string dismiss_12_regular = "\uf367"; - public const string dismiss_16_regular = "\uf368"; - public const string dismiss_20_regular = "\uf369"; - public const string dismiss_24_regular = "\uf36a"; - public const string dismiss_28_regular = "\uf36b"; - public const string dismiss_32_regular = "\uf3f3"; - public const string dismiss_48_regular = "\uf400"; - public const string dismiss_circle_12_regular = "\ue4c1"; - public const string dismiss_circle_16_regular = "\uf36c"; - public const string dismiss_circle_20_regular = "\uf36d"; - public const string dismiss_circle_24_regular = "\uf36e"; - public const string dismiss_circle_28_regular = "\ue4c2"; - public const string dismiss_circle_32_regular = "\ue4c3"; - public const string dismiss_circle_48_regular = "\uf36f"; - public const string dismiss_square_20_regular = "\ue4c4"; - public const string dismiss_square_24_regular = "\ue4c5"; - public const string dismiss_square_multiple_16_regular = "\ue4c6"; - public const string dismiss_square_multiple_20_regular = "\ue4c7"; - public const string diversity_16_regular = "\U000f0431"; - public const string diversity_20_regular = "\ue4c8"; - public const string diversity_24_regular = "\ue4c9"; - public const string diversity_28_regular = "\ue4ca"; - public const string diversity_48_regular = "\ue4cb"; - public const string divider_short_16_regular = "\ue4cc"; - public const string divider_short_20_regular = "\ue4cd"; - public const string divider_short_24_regular = "\uf370"; - public const string divider_tall_16_regular = "\ue4ce"; - public const string divider_tall_20_regular = "\ue4cf"; - public const string divider_tall_24_regular = "\uf371"; - public const string dock_20_regular = "\ue4d0"; - public const string dock_24_regular = "\uf372"; - public const string dock_row_20_regular = "\ue4d1"; - public const string dock_row_24_regular = "\uf376"; - public const string doctor_12_regular = "\ue4d2"; - public const string doctor_16_regular = "\ue4d3"; - public const string doctor_20_regular = "\ue4d4"; - public const string doctor_24_regular = "\uf377"; - public const string doctor_28_regular = "\ue4d5"; - public const string doctor_48_regular = "\ue4d6"; - public const string document_100_16_regular = "\U000f000b"; - public const string document_100_20_regular = "\U000f000c"; - public const string document_100_24_regular = "\U000f000d"; - public const string document_16_regular = "\ue4d7"; - public const string document_20_regular = "\uf378"; - public const string document_24_regular = "\uf379"; - public const string document_28_regular = "\uf37a"; - public const string document_32_regular = "\ue4d8"; - public const string document_48_regular = "\ue4d9"; - public const string document_add_16_regular = "\ue4da"; - public const string document_add_20_regular = "\ue4db"; - public const string document_add_24_regular = "\ue4dc"; - public const string document_add_28_regular = "\ue4dd"; - public const string document_add_48_regular = "\ue4de"; - public const string document_arrow_down_16_regular = "\ue4df"; - public const string document_arrow_down_20_regular = "\ue4e0"; - public const string document_arrow_down_24_regular = "\U000f0527"; - public const string document_arrow_left_16_regular = "\ue4e1"; - public const string document_arrow_left_20_regular = "\ue4e2"; - public const string document_arrow_left_24_regular = "\ue4e3"; - public const string document_arrow_left_28_regular = "\ue4e4"; - public const string document_arrow_left_48_regular = "\ue4e5"; - public const string document_arrow_right_20_regular = "\ue4e6"; - public const string document_arrow_right_24_regular = "\ue4e7"; - public const string document_arrow_up_16_regular = "\uf401"; - public const string document_arrow_up_20_regular = "\ue4e8"; - public const string document_border_20_regular = "\U000f000e"; - public const string document_border_24_regular = "\U000f000f"; - public const string document_border_32_regular = "\U000f0010"; - public const string document_border_print_20_regular = "\U000f0011"; - public const string document_border_print_24_regular = "\U000f0012"; - public const string document_border_print_32_regular = "\U000f0013"; - public const string document_briefcase_16_regular = "\U000f03f6"; - public const string document_briefcase_20_regular = "\uf37c"; - public const string document_briefcase_24_regular = "\uf37d"; - public const string document_briefcase_32_regular = "\U000f03f7"; - public const string document_bullet_list_16_regular = "\U000f0014"; - public const string document_bullet_list_20_regular = "\uf402"; - public const string document_bullet_list_24_regular = "\uf403"; - public const string document_bullet_list_arrow_left_16_regular = "\U000f0015"; - public const string document_bullet_list_arrow_left_20_regular = "\U000f0016"; - public const string document_bullet_list_arrow_left_24_regular = "\U000f0017"; - public const string document_bullet_list_clock_20_regular = "\ue4e9"; - public const string document_bullet_list_clock_24_regular = "\ue4ea"; - public const string document_bullet_list_cube_16_regular = "\U000f0018"; - public const string document_bullet_list_cube_20_regular = "\U000f0019"; - public const string document_bullet_list_cube_24_regular = "\U000f001a"; - public const string document_bullet_list_multiple_20_regular = "\ue4eb"; - public const string document_bullet_list_multiple_24_regular = "\ue4ec"; - public const string document_bullet_list_off_20_regular = "\ue4ed"; - public const string document_bullet_list_off_24_regular = "\ue4ee"; - public const string document_catch_up_16_regular = "\ue4ef"; - public const string document_catch_up_20_regular = "\ue4f0"; - public const string document_catch_up_24_regular = "\uf37e"; - public const string document_checkmark_16_regular = "\U000f011c"; - public const string document_checkmark_20_regular = "\ue4f1"; - public const string document_checkmark_24_regular = "\ue4f2"; - public const string document_chevron_double_20_regular = "\ue4f3"; - public const string document_chevron_double_24_regular = "\ue4f4"; - public const string document_contract_16_regular = "\uf0da"; - public const string document_copy_16_regular = "\uf37f"; - public const string document_copy_20_regular = "\uf380"; - public const string document_copy_24_regular = "\uf381"; - public const string document_copy_48_regular = "\uf382"; - public const string document_cs_16_regular = "\uf0db"; - public const string document_css_16_regular = "\uf0dc"; - public const string document_css_20_regular = "\ue4f5"; - public const string document_css_24_regular = "\ue4f6"; - public const string document_cube_20_regular = "\U000f033c"; - public const string document_cube_24_regular = "\U000f033d"; - public const string document_data_16_regular = "\uf0dd"; - public const string document_data_20_regular = "\ue4f7"; - public const string document_data_24_regular = "\ue4f8"; - public const string document_data_32_regular = "\ueecd"; - public const string document_data_link_16_regular = "\U000f001b"; - public const string document_data_link_20_regular = "\U000f001c"; - public const string document_data_link_24_regular = "\U000f001d"; - public const string document_data_link_32_regular = "\U000f001e"; - public const string document_data_lock_16_regular = "\U000f0481"; - public const string document_data_lock_20_regular = "\U000f0482"; - public const string document_data_lock_24_regular = "\U000f0483"; - public const string document_data_lock_32_regular = "\U000f0484"; - public const string document_database_20_regular = "\uf033"; - public const string document_database_24_regular = "\uf034"; - public const string document_dismiss_16_regular = "\ue4f9"; - public const string document_dismiss_20_regular = "\uf383"; - public const string document_dismiss_24_regular = "\uf384"; - public const string document_edit_16_regular = "\uf385"; - public const string document_edit_20_regular = "\uf386"; - public const string document_edit_24_regular = "\uf387"; - public const string document_endnote_20_regular = "\uf388"; - public const string document_endnote_24_regular = "\uf389"; - public const string document_error_16_regular = "\uf38a"; - public const string document_error_20_regular = "\uf38b"; - public const string document_error_24_regular = "\uf38c"; - public const string document_fit_16_regular = "\U000f001f"; - public const string document_fit_20_regular = "\U000f0020"; - public const string document_fit_24_regular = "\U000f0021"; - public const string document_flowchart_20_regular = "\ue4fa"; - public const string document_flowchart_24_regular = "\ue4fb"; - public const string document_folder_16_regular = "\U000f0022"; - public const string document_folder_20_regular = "\U000f0023"; - public const string document_folder_24_regular = "\U000f0024"; - public const string document_footer_16_regular = "\ue4fc"; - public const string document_footer_20_regular = "\ue4fd"; - public const string document_footer_24_regular = "\uf38d"; - public const string document_footer_dismiss_20_regular = "\ue4fe"; - public const string document_footer_dismiss_24_regular = "\ue4ff"; - public const string document_fs_16_regular = "\uf0de"; - public const string document_header_16_regular = "\ue500"; - public const string document_header_20_regular = "\ue501"; - public const string document_header_24_regular = "\uf38f"; - public const string document_header_arrow_down_16_regular = "\ue502"; - public const string document_header_arrow_down_20_regular = "\ue503"; - public const string document_header_arrow_down_24_regular = "\ue504"; - public const string document_header_dismiss_20_regular = "\ue505"; - public const string document_header_dismiss_24_regular = "\ue506"; - public const string document_header_footer_16_regular = "\ue507"; - public const string document_header_footer_20_regular = "\uf390"; - public const string document_header_footer_24_regular = "\uf391"; - public const string document_heart_20_regular = "\ue508"; - public const string document_heart_24_regular = "\ue509"; - public const string document_heart_pulse_20_regular = "\ue50a"; - public const string document_heart_pulse_24_regular = "\ue50b"; - public const string document_image_16_regular = "\U000f0175"; - public const string document_image_20_regular = "\U000f0176"; - public const string document_java_16_regular = "\U000f0177"; - public const string document_java_20_regular = "\U000f0178"; - public const string document_javascript_20_regular = "\ue50c"; - public const string document_javascript_24_regular = "\ue50d"; - public const string document_js_16_regular = "\uf0df"; - public const string document_key_20_regular = "\U000f011d"; - public const string document_landscape_20_regular = "\uf393"; - public const string document_landscape_24_regular = "\uf394"; - public const string document_landscape_data_20_regular = "\ue50e"; - public const string document_landscape_data_24_regular = "\ue50f"; - public const string document_landscape_split_20_regular = "\ue510"; - public const string document_landscape_split_24_regular = "\ue511"; - public const string document_landscape_split_hint_20_regular = "\ue512"; - public const string document_landscape_split_hint_24_regular = "\uecdd"; - public const string document_lightning_16_regular = "\U000f0324"; - public const string document_lightning_20_regular = "\U000f0325"; - public const string document_lightning_24_regular = "\U000f0326"; - public const string document_lightning_28_regular = "\U000f0327"; - public const string document_lightning_32_regular = "\U000f0328"; - public const string document_lightning_48_regular = "\U000f0329"; - public const string document_link_16_regular = "\ue513"; - public const string document_link_20_regular = "\uf404"; - public const string document_link_24_regular = "\uf405"; - public const string document_lock_16_regular = "\ue514"; - public const string document_lock_20_regular = "\ue515"; - public const string document_lock_24_regular = "\ue516"; - public const string document_lock_28_regular = "\ue517"; - public const string document_lock_32_regular = "\ue518"; - public const string document_lock_48_regular = "\ue519"; - public const string document_margins_20_regular = "\uf395"; - public const string document_margins_24_regular = "\uf396"; - public const string document_mention_16_regular = "\ue51a"; - public const string document_mention_20_regular = "\ue51b"; - public const string document_mention_24_regular = "\ue51c"; - public const string document_mention_28_regular = "\ue51d"; - public const string document_mention_48_regular = "\ue51e"; - public const string document_multiple_16_regular = "\ue51f"; - public const string document_multiple_20_regular = "\ue520"; - public const string document_multiple_24_regular = "\ue521"; - public const string document_multiple_percent_20_regular = "\ue522"; - public const string document_multiple_percent_24_regular = "\ue523"; - public const string document_multiple_prohibited_20_regular = "\ue524"; - public const string document_multiple_prohibited_24_regular = "\ue525"; - public const string document_multiple_sync_20_regular = "\ue526"; - public const string document_number_1_16_regular = "\uf0e0"; - public const string document_one_page_16_regular = "\U000f0025"; - public const string document_one_page_20_regular = "\uf399"; - public const string document_one_page_24_regular = "\uf39a"; - public const string document_one_page_add_16_regular = "\U000f0026"; - public const string document_one_page_add_20_regular = "\U000f0027"; - public const string document_one_page_add_24_regular = "\U000f0028"; - public const string document_one_page_beaker_16_regular = "\U000f0179"; - public const string document_one_page_columns_20_regular = "\U000f0029"; - public const string document_one_page_columns_24_regular = "\U000f002a"; - public const string document_one_page_link_16_regular = "\U000f002b"; - public const string document_one_page_link_20_regular = "\U000f002c"; - public const string document_one_page_link_24_regular = "\U000f002d"; - public const string document_one_page_multiple_16_regular = "\U000f017a"; - public const string document_one_page_multiple_20_regular = "\U000f017b"; - public const string document_one_page_multiple_24_regular = "\U000f017c"; - public const string document_one_page_sparkle_16_regular = "\U000f00d7"; - public const string document_one_page_sparkle_20_regular = "\U000f00d8"; - public const string document_one_page_sparkle_24_regular = "\U000f00d9"; - public const string document_page_bottom_center_20_regular = "\uf39c"; - public const string document_page_bottom_center_24_regular = "\uf39d"; - public const string document_page_bottom_left_20_regular = "\uf39e"; - public const string document_page_bottom_left_24_regular = "\uf39f"; - public const string document_page_bottom_right_20_regular = "\uf3a0"; - public const string document_page_bottom_right_24_regular = "\uf3a1"; - public const string document_page_break_20_regular = "\ue527"; - public const string document_page_break_24_regular = "\uf3a2"; - public const string document_page_number_20_regular = "\uf3a3"; - public const string document_page_number_24_regular = "\uf3a4"; - public const string document_page_top_center_20_regular = "\uf3a5"; - public const string document_page_top_center_24_regular = "\uf3a6"; - public const string document_page_top_left_20_regular = "\uf3a7"; - public const string document_page_top_left_24_regular = "\uf3a8"; - public const string document_page_top_right_20_regular = "\uf3a9"; - public const string document_page_top_right_24_regular = "\uf3aa"; - public const string document_pdf_16_regular = "\uf3ab"; - public const string document_pdf_20_regular = "\uf3ac"; - public const string document_pdf_24_regular = "\uf3ad"; - public const string document_pdf_32_regular = "\ue528"; - public const string document_percent_20_regular = "\ue529"; - public const string document_percent_24_regular = "\ue52a"; - public const string document_person_16_regular = "\uf421"; - public const string document_person_20_regular = "\ue52b"; - public const string document_pill_20_regular = "\ue52c"; - public const string document_pill_24_regular = "\ue52d"; - public const string document_print_20_regular = "\U000f002e"; - public const string document_print_24_regular = "\U000f002f"; - public const string document_print_28_regular = "\U000f0030"; - public const string document_print_32_regular = "\U000f0031"; - public const string document_print_48_regular = "\U000f0032"; - public const string document_prohibited_20_regular = "\ue52e"; - public const string document_prohibited_24_regular = "\ue52f"; - public const string document_py_16_regular = "\uf0e1"; - public const string document_question_mark_16_regular = "\ue530"; - public const string document_question_mark_20_regular = "\ue531"; - public const string document_question_mark_24_regular = "\ue532"; - public const string document_queue_20_regular = "\ue533"; - public const string document_queue_24_regular = "\ue534"; - public const string document_queue_add_20_regular = "\ue535"; - public const string document_queue_add_24_regular = "\ue536"; - public const string document_queue_multiple_20_regular = "\ue537"; - public const string document_queue_multiple_24_regular = "\ue538"; - public const string document_rb_16_regular = "\uf0e2"; - public const string document_ribbon_16_regular = "\ue539"; - public const string document_ribbon_20_regular = "\ue53a"; - public const string document_ribbon_24_regular = "\ue53b"; - public const string document_ribbon_28_regular = "\ue53c"; - public const string document_ribbon_32_regular = "\ue53d"; - public const string document_ribbon_48_regular = "\ue53e"; - public const string document_sass_16_regular = "\U000f017d"; - public const string document_sass_20_regular = "\U000f017e"; - public const string document_save_20_regular = "\ue53f"; - public const string document_save_24_regular = "\ue540"; - public const string document_search_16_regular = "\ue541"; - public const string document_search_20_regular = "\uf3ae"; - public const string document_search_24_regular = "\uf3af"; - public const string document_search_32_regular = "\U000f03f8"; - public const string document_settings_16_regular = "\uf422"; - public const string document_settings_20_regular = "\ue542"; - public const string document_signature_16_regular = "\U000f0528"; - public const string document_signature_20_regular = "\U000f0529"; - public const string document_signature_24_regular = "\U000f052a"; - public const string document_signature_28_regular = "\U000f052b"; - public const string document_signature_32_regular = "\U000f052c"; - public const string document_signature_48_regular = "\U000f052d"; - public const string document_split_hint_16_regular = "\ue543"; - public const string document_split_hint_20_regular = "\ue544"; - public const string document_split_hint_24_regular = "\uf423"; - public const string document_split_hint_off_16_regular = "\ue545"; - public const string document_split_hint_off_20_regular = "\ue546"; - public const string document_split_hint_off_24_regular = "\uf424"; - public const string document_sync_16_regular = "\ue547"; - public const string document_sync_20_regular = "\ue548"; - public const string document_sync_24_regular = "\ue549"; - public const string document_sync_32_regular = "\uefc5"; - public const string document_table_16_regular = "\ue54a"; - public const string document_table_20_regular = "\ue54b"; - public const string document_table_24_regular = "\ue54c"; - public const string document_table_arrow_right_20_regular = "\ue54d"; - public const string document_table_arrow_right_24_regular = "\ue54e"; - public const string document_table_checkmark_20_regular = "\ue54f"; - public const string document_table_checkmark_24_regular = "\ue550"; - public const string document_table_cube_20_regular = "\ue551"; - public const string document_table_cube_24_regular = "\ue552"; - public const string document_table_search_20_regular = "\ue553"; - public const string document_table_search_24_regular = "\ue554"; - public const string document_table_truck_20_regular = "\ue555"; - public const string document_table_truck_24_regular = "\ue556"; - public const string document_target_16_regular = "\uf0e3"; - public const string document_target_20_regular = "\U000f0581"; - public const string document_target_24_regular = "\U000f0582"; - public const string document_target_32_regular = "\U000f0583"; - public const string document_text_16_regular = "\ueeed"; - public const string document_text_20_regular = "\ue557"; - public const string document_text_24_regular = "\ue558"; - public const string document_text_clock_20_regular = "\ue559"; - public const string document_text_clock_24_regular = "\ue55a"; - public const string document_text_extract_20_regular = "\ue55b"; - public const string document_text_extract_24_regular = "\ue55c"; - public const string document_text_link_20_regular = "\ue55d"; - public const string document_text_link_24_regular = "\ue55e"; - public const string document_text_toolbox_20_regular = "\ue55f"; - public const string document_text_toolbox_24_regular = "\ue560"; - public const string document_toolbox_20_regular = "\uf3b0"; - public const string document_toolbox_24_regular = "\uf3b1"; - public const string document_ts_16_regular = "\uf0e4"; - public const string document_vb_16_regular = "\uf0e5"; - public const string document_width_20_regular = "\uf3b8"; - public const string document_width_24_regular = "\uf3b9"; - public const string document_yml_16_regular = "\U000f017f"; - public const string document_yml_20_regular = "\U000f0180"; - public const string door_16_regular = "\ue561"; - public const string door_20_regular = "\ue562"; - public const string door_28_regular = "\ue563"; - public const string door_arrow_left_16_regular = "\ue564"; - public const string door_arrow_left_20_regular = "\ue565"; - public const string door_arrow_left_24_regular = "\ue566"; - public const string door_arrow_right_16_regular = "\ue567"; - public const string door_arrow_right_20_regular = "\ue568"; - public const string door_arrow_right_28_regular = "\ue569"; - public const string door_tag_20_regular = "\ue56a"; - public const string door_tag_24_regular = "\ue56b"; - public const string double_swipe_down_20_regular = "\ue56c"; - public const string double_swipe_down_24_regular = "\uf3ba"; - public const string double_swipe_up_20_regular = "\ue56d"; - public const string double_swipe_up_24_regular = "\uf3bb"; - public const string double_tap_swipe_down_16_regular = "\U000f05c8"; - public const string double_tap_swipe_down_20_regular = "\ue56e"; - public const string double_tap_swipe_down_24_regular = "\ue56f"; - public const string double_tap_swipe_up_16_regular = "\U000f05c9"; - public const string double_tap_swipe_up_20_regular = "\ue570"; - public const string double_tap_swipe_up_24_regular = "\ue571"; - public const string drafts_16_regular = "\uf3be"; - public const string drafts_20_regular = "\uf3bf"; - public const string drafts_24_regular = "\uf3c0"; - public const string drag_20_regular = "\ue572"; - public const string drag_24_regular = "\uf3c1"; - public const string draw_image_20_regular = "\ue573"; - public const string draw_image_24_regular = "\ue574"; - public const string draw_shape_20_regular = "\ue575"; - public const string draw_shape_24_regular = "\ue576"; - public const string draw_text_20_regular = "\ue577"; - public const string draw_text_24_regular = "\ue578"; - public const string drawer_20_regular = "\U000f033e"; - public const string drawer_24_regular = "\U000f033f"; - public const string drawer_add_20_regular = "\ue579"; - public const string drawer_add_24_regular = "\ue57a"; - public const string drawer_arrow_download_20_regular = "\ue57b"; - public const string drawer_arrow_download_24_regular = "\ue57c"; - public const string drawer_dismiss_20_regular = "\ue57d"; - public const string drawer_dismiss_24_regular = "\ue57e"; - public const string drawer_play_20_regular = "\ue57f"; - public const string drawer_play_24_regular = "\ue580"; - public const string drawer_subtract_20_regular = "\ue581"; - public const string drawer_subtract_24_regular = "\ue582"; - public const string drink_beer_16_regular = "\ue583"; - public const string drink_beer_20_regular = "\ue584"; - public const string drink_beer_24_regular = "\uf3c3"; - public const string drink_bottle_20_regular = "\ueeee"; - public const string drink_bottle_32_regular = "\ueeef"; - public const string drink_bottle_off_20_regular = "\ueef0"; - public const string drink_bottle_off_32_regular = "\ueef1"; - public const string drink_coffee_16_regular = "\ue585"; - public const string drink_coffee_20_regular = "\uf3c4"; - public const string drink_coffee_24_regular = "\uf3c5"; - public const string drink_margarita_16_regular = "\ue586"; - public const string drink_margarita_20_regular = "\ue587"; - public const string drink_margarita_24_regular = "\uf3c6"; - public const string drink_to_go_20_regular = "\ue588"; - public const string drink_to_go_24_regular = "\ue589"; - public const string drink_wine_16_regular = "\ue58a"; - public const string drink_wine_20_regular = "\ue58b"; - public const string drink_wine_24_regular = "\uf3c7"; - public const string drive_train_20_regular = "\ue58c"; - public const string drive_train_24_regular = "\ue58d"; - public const string drop_12_regular = "\ue58e"; - public const string drop_16_regular = "\ue58f"; - public const string drop_20_regular = "\ue590"; - public const string drop_24_regular = "\ue591"; - public const string drop_28_regular = "\ue592"; - public const string drop_48_regular = "\ue593"; - public const string dual_screen_20_regular = "\ue594"; - public const string dual_screen_24_regular = "\uf3c8"; - public const string dual_screen_add_20_regular = "\ue595"; - public const string dual_screen_add_24_regular = "\uf3c9"; - public const string dual_screen_arrow_right_20_regular = "\ue596"; - public const string dual_screen_arrow_right_24_regular = "\uf3ca"; - public const string dual_screen_arrow_up_20_regular = "\ue597"; - public const string dual_screen_arrow_up_24_regular = "\ue598"; - public const string dual_screen_clock_20_regular = "\ue599"; - public const string dual_screen_clock_24_regular = "\uf3cb"; - public const string dual_screen_closed_alert_20_regular = "\ue59a"; - public const string dual_screen_closed_alert_24_regular = "\ue59b"; - public const string dual_screen_desktop_20_regular = "\ue59c"; - public const string dual_screen_desktop_24_regular = "\uf3cc"; - public const string dual_screen_dismiss_20_regular = "\ue59d"; - public const string dual_screen_dismiss_24_regular = "\ue59e"; - public const string dual_screen_group_20_regular = "\ue59f"; - public const string dual_screen_group_24_regular = "\uf3ce"; - public const string dual_screen_header_20_regular = "\ue5a0"; - public const string dual_screen_header_24_regular = "\uf3cf"; - public const string dual_screen_lock_20_regular = "\ue5a1"; - public const string dual_screen_lock_24_regular = "\uf3d0"; - public const string dual_screen_mirror_20_regular = "\ue5a2"; - public const string dual_screen_mirror_24_regular = "\uf3d1"; - public const string dual_screen_pagination_20_regular = "\ue5a3"; - public const string dual_screen_pagination_24_regular = "\uf3d2"; - public const string dual_screen_settings_20_regular = "\ue5a4"; - public const string dual_screen_settings_24_regular = "\uf3d3"; - public const string dual_screen_span_20_regular = "\ue5a5"; - public const string dual_screen_span_24_regular = "\ue5a6"; - public const string dual_screen_speaker_20_regular = "\ue5a7"; - public const string dual_screen_speaker_24_regular = "\ue5a8"; - public const string dual_screen_status_bar_20_regular = "\ue5a9"; - public const string dual_screen_status_bar_24_regular = "\uf3d4"; - public const string dual_screen_tablet_20_regular = "\ue5aa"; - public const string dual_screen_tablet_24_regular = "\uf3d5"; - public const string dual_screen_update_20_regular = "\ue5ab"; - public const string dual_screen_update_24_regular = "\uf3d6"; - public const string dual_screen_vertical_scroll_20_regular = "\ue5ac"; - public const string dual_screen_vertical_scroll_24_regular = "\uf3d7"; - public const string dual_screen_vibrate_20_regular = "\ue5ad"; - public const string dual_screen_vibrate_24_regular = "\uf3d8"; - public const string dumbbell_16_regular = "\ue5ae"; - public const string dumbbell_20_regular = "\ue5af"; - public const string dumbbell_24_regular = "\ue5b0"; - public const string dumbbell_28_regular = "\ue5b1"; - public const string dust_20_regular = "\U000f011e"; - public const string dust_24_regular = "\U000f011f"; - public const string dust_28_regular = "\U000f0120"; - public const string earth_16_regular = "\uf3d9"; - public const string earth_20_regular = "\uf3da"; - public const string earth_24_regular = "\uf3db"; - public const string earth_32_regular = "\ueef2"; - public const string earth_48_regular = "\uf035"; - public const string earth_leaf_16_regular = "\ueef3"; - public const string earth_leaf_20_regular = "\ueef4"; - public const string earth_leaf_24_regular = "\ueef5"; - public const string earth_leaf_32_regular = "\ueef6"; - public const string earth_leaf_48_regular = "\uf036"; - public const string edit_12_regular = "\U000f032a"; - public const string edit_16_regular = "\uf3dc"; - public const string edit_20_regular = "\uf3dd"; - public const string edit_24_regular = "\uf3de"; - public const string edit_28_regular = "\ue5b2"; - public const string edit_32_regular = "\ue5b3"; - public const string edit_48_regular = "\ue5b4"; - public const string edit_arrow_back_16_regular = "\uf429"; - public const string edit_arrow_back_20_regular = "\ue5b5"; - public const string edit_arrow_back_24_regular = "\U000f0121"; - public const string edit_line_horizontal_3_20_regular = "\U000f062c"; - public const string edit_line_horizontal_3_24_regular = "\U000f062d"; - public const string edit_off_16_regular = "\ue5b6"; - public const string edit_off_20_regular = "\ue5b7"; - public const string edit_off_24_regular = "\ue5b8"; - public const string edit_off_28_regular = "\ue5b9"; - public const string edit_off_32_regular = "\ue5ba"; - public const string edit_off_48_regular = "\ue5bb"; - public const string edit_person_20_regular = "\U000f0567"; - public const string edit_person_24_regular = "\U000f0568"; - public const string edit_prohibited_16_regular = "\ue5bc"; - public const string edit_prohibited_20_regular = "\ue5bd"; - public const string edit_prohibited_24_regular = "\ue5be"; - public const string edit_prohibited_28_regular = "\ue5bf"; - public const string edit_prohibited_32_regular = "\ue5c0"; - public const string edit_prohibited_48_regular = "\ue5c1"; - public const string edit_settings_20_regular = "\ue5c2"; - public const string edit_settings_24_regular = "\ue5c3"; - public const string elevator_20_regular = "\uefe7"; - public const string elevator_24_regular = "\uefe8"; - public const string elevator_32_regular = "\uefe9"; - public const string elevator_48_regular = "\uf037"; - public const string emoji_16_regular = "\uf3df"; - public const string emoji_20_regular = "\uf3e0"; - public const string emoji_24_regular = "\uf3e1"; - public const string emoji_28_regular = "\ue5c4"; - public const string emoji_32_regular = "\ue5c5"; - public const string emoji_48_regular = "\ue5c6"; - public const string emoji_add_16_regular = "\ue5c7"; - public const string emoji_add_20_regular = "\ue5c8"; - public const string emoji_add_24_regular = "\uf3e2"; - public const string emoji_angry_16_regular = "\U000f0033"; - public const string emoji_angry_20_regular = "\uf3e3"; - public const string emoji_angry_24_regular = "\uf3e4"; - public const string emoji_edit_16_regular = "\ue5c9"; - public const string emoji_edit_20_regular = "\ue5ca"; - public const string emoji_edit_24_regular = "\ue5cb"; - public const string emoji_edit_28_regular = "\ue5cc"; - public const string emoji_edit_48_regular = "\ue5cd"; - public const string emoji_hand_16_regular = "\U000f0034"; - public const string emoji_hand_20_regular = "\ue5ce"; - public const string emoji_hand_24_regular = "\ue5cf"; - public const string emoji_hand_28_regular = "\ue5d0"; - public const string emoji_hand_32_regular = "\U000f00da"; - public const string emoji_hand_48_regular = "\U000f00db"; - public const string emoji_hint_16_regular = "\U000f0122"; - public const string emoji_hint_20_regular = "\U000f0123"; - public const string emoji_hint_24_regular = "\U000f0124"; - public const string emoji_hint_28_regular = "\U000f0125"; - public const string emoji_hint_32_regular = "\U000f0126"; - public const string emoji_hint_48_regular = "\U000f0127"; - public const string emoji_laugh_16_regular = "\ue5d1"; - public const string emoji_laugh_20_regular = "\uf3e5"; - public const string emoji_laugh_24_regular = "\uf3e6"; - public const string emoji_meh_16_regular = "\U000f0035"; - public const string emoji_meh_20_regular = "\uf3e7"; - public const string emoji_meh_24_regular = "\uf3e8"; - public const string emoji_meme_16_regular = "\U000f0584"; - public const string emoji_meme_20_regular = "\U000f0585"; - public const string emoji_meme_24_regular = "\U000f0586"; - public const string emoji_multiple_20_regular = "\ue5d2"; - public const string emoji_multiple_24_regular = "\ue5d3"; - public const string emoji_sad_16_regular = "\ue5d4"; - public const string emoji_sad_20_regular = "\uf3e9"; - public const string emoji_sad_24_regular = "\uf3ea"; - public const string emoji_sad_slight_20_regular = "\ue5d5"; - public const string emoji_sad_slight_24_regular = "\ue5d6"; - public const string emoji_smile_slight_20_regular = "\ue5d7"; - public const string emoji_smile_slight_24_regular = "\ue5d8"; - public const string emoji_sparkle_16_regular = "\ue5d9"; - public const string emoji_sparkle_20_regular = "\ue5da"; - public const string emoji_sparkle_24_regular = "\ue5db"; - public const string emoji_sparkle_28_regular = "\ue5dc"; - public const string emoji_sparkle_32_regular = "\ue5dd"; - public const string emoji_sparkle_48_regular = "\ue5de"; - public const string emoji_surprise_20_regular = "\uf3eb"; - public const string emoji_surprise_24_regular = "\uf3ec"; - public const string engine_20_regular = "\ue5df"; - public const string engine_24_regular = "\ue5e0"; - public const string equal_circle_20_regular = "\ue5e1"; - public const string equal_circle_24_regular = "\ue5e2"; - public const string equal_off_12_regular = "\uefc6"; - public const string equal_off_16_regular = "\uefc7"; - public const string equal_off_20_regular = "\uf42a"; - public const string equal_off_24_regular = "\ue5e3"; - public const string eraser_20_regular = "\ue5e4"; - public const string eraser_24_regular = "\ue5e5"; - public const string eraser_medium_20_regular = "\ue5e6"; - public const string eraser_medium_24_regular = "\ue5e7"; - public const string eraser_segment_20_regular = "\ue5e8"; - public const string eraser_segment_24_regular = "\ue5e9"; - public const string eraser_small_20_regular = "\ue5ea"; - public const string eraser_small_24_regular = "\ue5eb"; - public const string eraser_tool_20_regular = "\ue5ec"; - public const string eraser_tool_24_regular = "\uf3ef"; - public const string error_circle_12_regular = "\ue5ed"; - public const string error_circle_16_regular = "\uf3f0"; - public const string error_circle_20_regular = "\uf3f1"; - public const string error_circle_24_regular = "\uf3f2"; - public const string error_circle_48_regular = "\U000f03b5"; - public const string error_circle_settings_16_regular = "\uf42b"; - public const string error_circle_settings_20_regular = "\ue5ee"; - public const string expand_up_left_16_regular = "\uf42c"; - public const string expand_up_left_20_regular = "\uf431"; - public const string expand_up_left_24_regular = "\uf432"; - public const string expand_up_left_28_regular = "\uf433"; - public const string expand_up_left_32_regular = "\uf44b"; - public const string expand_up_left_48_regular = "\uf44c"; - public const string expand_up_right_16_regular = "\uf44f"; - public const string expand_up_right_20_regular = "\uf450"; - public const string expand_up_right_24_regular = "\uf46d"; - public const string expand_up_right_28_regular = "\uf495"; - public const string expand_up_right_32_regular = "\uf496"; - public const string expand_up_right_48_regular = "\uf497"; - public const string extended_dock_20_regular = "\ue5ef"; - public const string extended_dock_24_regular = "\uf3f4"; - public const string eye_12_regular = "\ue5f0"; - public const string eye_16_regular = "\ue5f1"; - public const string eye_20_regular = "\ue5f2"; - public const string eye_24_regular = "\ue5f3"; - public const string eye_28_regular = "\uefc8"; - public const string eye_32_regular = "\uefc9"; - public const string eye_48_regular = "\uefca"; - public const string eye_lines_20_regular = "\uefcb"; - public const string eye_lines_24_regular = "\uefcc"; - public const string eye_lines_28_regular = "\uefcd"; - public const string eye_lines_32_regular = "\uefce"; - public const string eye_lines_48_regular = "\uefcf"; - public const string eye_off_16_regular = "\ue5f4"; - public const string eye_off_20_regular = "\ue5f5"; - public const string eye_off_24_regular = "\ue5f6"; - public const string eye_tracking_16_regular = "\ue5f7"; - public const string eye_tracking_20_regular = "\ue5f8"; - public const string eye_tracking_24_regular = "\ue5f9"; - public const string eye_tracking_off_16_regular = "\ue5fa"; - public const string eye_tracking_off_20_regular = "\ue5fb"; - public const string eye_tracking_off_24_regular = "\ue5fc"; - public const string eyedropper_16_regular = "\uf0e6"; - public const string eyedropper_20_regular = "\ue5fd"; - public const string eyedropper_24_regular = "\ue5fe"; - public const string eyedropper_off_20_regular = "\ue5ff"; - public const string eyedropper_off_24_regular = "\ue600"; - public const string f_stop_16_regular = "\ue601"; - public const string f_stop_20_regular = "\ue602"; - public const string f_stop_24_regular = "\ue603"; - public const string f_stop_28_regular = "\ue604"; - public const string fast_acceleration_20_regular = "\ue605"; - public const string fast_acceleration_24_regular = "\uf3fd"; - public const string fast_forward_16_regular = "\ue606"; - public const string fast_forward_20_regular = "\uf3fe"; - public const string fast_forward_24_regular = "\uf3ff"; - public const string fast_forward_28_regular = "\ue607"; - public const string fax_16_regular = "\uf4ae"; - public const string fax_20_regular = "\ue608"; - public const string feed_16_regular = "\ueef7"; - public const string feed_20_regular = "\ueef8"; - public const string feed_24_regular = "\ueef9"; - public const string feed_28_regular = "\ueefa"; - public const string feed_32_regular = "\uefea"; - public const string feed_48_regular = "\uefeb"; - public const string filmstrip_16_regular = "\U000f0036"; - public const string filmstrip_20_regular = "\ueefb"; - public const string filmstrip_24_regular = "\ueefc"; - public const string filmstrip_32_regular = "\U000f0037"; - public const string filmstrip_48_regular = "\U000f01cd"; - public const string filmstrip_image_20_regular = "\U000f0340"; - public const string filmstrip_image_24_regular = "\U000f0341"; - public const string filmstrip_off_48_regular = "\U000f01ce"; - public const string filmstrip_play_16_regular = "\U000f0038"; - public const string filmstrip_play_20_regular = "\U000f0039"; - public const string filmstrip_play_24_regular = "\U000f003a"; - public const string filmstrip_play_32_regular = "\U000f003b"; - public const string filmstrip_split_16_regular = "\U000f0181"; - public const string filmstrip_split_20_regular = "\U000f0182"; - public const string filmstrip_split_24_regular = "\U000f0183"; - public const string filmstrip_split_32_regular = "\U000f0184"; - public const string filter_12_regular = "\ue609"; - public const string filter_16_regular = "\ue60a"; - public const string filter_20_regular = "\uf406"; - public const string filter_24_regular = "\uf407"; - public const string filter_28_regular = "\uf408"; - public const string filter_32_regular = "\U000f0432"; - public const string filter_add_20_regular = "\ue60b"; - public const string filter_dismiss_16_regular = "\ue60c"; - public const string filter_dismiss_20_regular = "\ue60d"; - public const string filter_dismiss_24_regular = "\ue60e"; - public const string filter_sync_20_regular = "\ue60f"; - public const string filter_sync_24_regular = "\ue610"; - public const string fingerprint_16_regular = "\U000f03f9"; - public const string fingerprint_20_regular = "\ue611"; - public const string fingerprint_24_regular = "\uf409"; - public const string fingerprint_32_regular = "\U000f03fa"; - public const string fingerprint_48_regular = "\ue612"; - public const string fire_16_regular = "\uef68"; - public const string fire_20_regular = "\uef69"; - public const string fire_24_regular = "\uef6a"; - public const string fireplace_20_regular = "\uefec"; - public const string fireplace_24_regular = "\uefed"; - public const string fireplace_32_regular = "\uefee"; - public const string fireplace_48_regular = "\uefef"; - public const string fixed_width_20_regular = "\ue613"; - public const string fixed_width_24_regular = "\ue614"; - public const string flag_16_regular = "\uf40a"; - public const string flag_20_regular = "\uf40b"; - public const string flag_24_regular = "\uf40c"; - public const string flag_28_regular = "\uf40d"; - public const string flag_32_regular = "\U000f003c"; - public const string flag_48_regular = "\uf40e"; - public const string flag_checkered_20_regular = "\uf070"; - public const string flag_clock_16_regular = "\U000f003d"; - public const string flag_clock_20_regular = "\U000f003e"; - public const string flag_clock_24_regular = "\U000f003f"; - public const string flag_clock_28_regular = "\U000f0040"; - public const string flag_clock_32_regular = "\U000f0041"; - public const string flag_clock_48_regular = "\U000f0042"; - public const string flag_off_16_regular = "\ue615"; - public const string flag_off_20_regular = "\ue616"; - public const string flag_off_24_regular = "\uf40f"; - public const string flag_off_28_regular = "\uf410"; - public const string flag_off_48_regular = "\uf411"; - public const string flash_16_regular = "\ue617"; - public const string flash_20_regular = "\ue618"; - public const string flash_24_regular = "\ue619"; - public const string flash_28_regular = "\ue61a"; - public const string flash_32_regular = "\U000f01cf"; - public const string flash_add_20_regular = "\ue61b"; - public const string flash_auto_20_regular = "\ue61c"; - public const string flash_auto_24_regular = "\uf412"; - public const string flash_checkmark_16_regular = "\ue61d"; - public const string flash_checkmark_20_regular = "\ue61e"; - public const string flash_checkmark_24_regular = "\ue61f"; - public const string flash_checkmark_28_regular = "\ue620"; - public const string flash_flow_16_regular = "\ue621"; - public const string flash_flow_20_regular = "\ue622"; - public const string flash_flow_24_regular = "\ue623"; - public const string flash_off_20_regular = "\ue624"; - public const string flash_off_24_regular = "\uf413"; - public const string flash_play_20_regular = "\ue625"; - public const string flash_settings_20_regular = "\ue626"; - public const string flash_settings_24_regular = "\ue627"; - public const string flash_sparkle_16_regular = "\U000f05ca"; - public const string flash_sparkle_20_regular = "\U000f02d6"; - public const string flash_sparkle_24_regular = "\U000f02d7"; - public const string flashlight_16_regular = "\ue628"; - public const string flashlight_20_regular = "\ue629"; - public const string flashlight_24_regular = "\uf416"; - public const string flashlight_off_20_regular = "\ue62a"; - public const string flashlight_off_24_regular = "\uf417"; - public const string flip_horizontal_16_regular = "\ue62b"; - public const string flip_horizontal_20_regular = "\ue62c"; - public const string flip_horizontal_24_regular = "\ue62d"; - public const string flip_horizontal_28_regular = "\ue62e"; - public const string flip_horizontal_32_regular = "\ue62f"; - public const string flip_horizontal_48_regular = "\ue630"; - public const string flip_vertical_16_regular = "\ue631"; - public const string flip_vertical_20_regular = "\ue632"; - public const string flip_vertical_24_regular = "\ue633"; - public const string flip_vertical_28_regular = "\ue634"; - public const string flip_vertical_32_regular = "\ue635"; - public const string flip_vertical_48_regular = "\ue636"; - public const string flow_16_regular = "\uf4af"; - public const string flow_20_regular = "\ue637"; - public const string flow_24_regular = "\U000f01d0"; - public const string flow_32_regular = "\U000f01d1"; - public const string flowchart_16_regular = "\U000f04c8"; - public const string flowchart_20_regular = "\ue638"; - public const string flowchart_24_regular = "\ue639"; - public const string flowchart_32_regular = "\U000f04c9"; - public const string flowchart_circle_20_regular = "\ue63a"; - public const string flowchart_circle_24_regular = "\ue63b"; - public const string fluent_20_regular = "\ue63c"; - public const string fluent_24_regular = "\ue63d"; - public const string fluent_32_regular = "\ue63e"; - public const string fluent_48_regular = "\ue63f"; - public const string fluid_16_regular = "\ue640"; - public const string fluid_20_regular = "\ue641"; - public const string fluid_24_regular = "\ue642"; - public const string folder_16_regular = "\ue643"; - public const string folder_20_regular = "\uf418"; - public const string folder_24_regular = "\uf419"; - public const string folder_28_regular = "\uf41a"; - public const string folder_32_regular = "\ue644"; - public const string folder_48_regular = "\uf41b"; - public const string folder_add_16_regular = "\ue645"; - public const string folder_add_20_regular = "\uf41c"; - public const string folder_add_24_regular = "\uf41d"; - public const string folder_add_28_regular = "\uf41e"; - public const string folder_add_32_regular = "\U000f0211"; - public const string folder_add_48_regular = "\uf41f"; - public const string folder_arrow_left_16_regular = "\ue646"; - public const string folder_arrow_left_20_regular = "\ue647"; - public const string folder_arrow_left_24_regular = "\ue648"; - public const string folder_arrow_left_28_regular = "\ue649"; - public const string folder_arrow_left_32_regular = "\ue64a"; - public const string folder_arrow_left_48_regular = "\U000f0212"; - public const string folder_arrow_right_16_regular = "\ue64b"; - public const string folder_arrow_right_20_regular = "\ue64c"; - public const string folder_arrow_right_24_regular = "\ue64d"; - public const string folder_arrow_right_28_regular = "\ue64e"; - public const string folder_arrow_right_32_regular = "\U000f0213"; - public const string folder_arrow_right_48_regular = "\ue64f"; - public const string folder_arrow_up_16_regular = "\ue650"; - public const string folder_arrow_up_20_regular = "\ue651"; - public const string folder_arrow_up_24_regular = "\ue652"; - public const string folder_arrow_up_28_regular = "\ue653"; - public const string folder_arrow_up_32_regular = "\U000f0214"; - public const string folder_arrow_up_48_regular = "\ue654"; - public const string folder_briefcase_20_regular = "\uf420"; - public const string folder_globe_16_regular = "\uf4b1"; - public const string folder_globe_20_regular = "\ue655"; - public const string folder_lightning_16_regular = "\U000f01ec"; - public const string folder_lightning_20_regular = "\U000f01ed"; - public const string folder_lightning_24_regular = "\U000f01ee"; - public const string folder_link_16_regular = "\U000f0215"; - public const string folder_link_20_regular = "\uf425"; - public const string folder_link_24_regular = "\uf426"; - public const string folder_link_28_regular = "\uf427"; - public const string folder_link_32_regular = "\U000f0216"; - public const string folder_link_48_regular = "\uf428"; - public const string folder_list_16_regular = "\U000f0128"; - public const string folder_list_20_regular = "\U000f0129"; - public const string folder_mail_16_regular = "\ue656"; - public const string folder_mail_20_regular = "\ue657"; - public const string folder_mail_24_regular = "\ue658"; - public const string folder_mail_28_regular = "\ue659"; - public const string folder_mail_32_regular = "\U000f0433"; - public const string folder_multiple_16_regular = "\uf0e7"; - public const string folder_open_16_regular = "\uf42d"; - public const string folder_open_20_regular = "\uf42e"; - public const string folder_open_24_regular = "\uf42f"; - public const string folder_open_vertical_16_regular = "\uf0e8"; - public const string folder_open_vertical_20_regular = "\uf430"; - public const string folder_open_vertical_24_regular = "\U000f026d"; - public const string folder_people_20_regular = "\ueece"; - public const string folder_people_24_regular = "\ueecf"; - public const string folder_person_16_regular = "\uf4c6"; - public const string folder_person_20_regular = "\ue65a"; - public const string folder_person_24_regular = "\U000f03fb"; - public const string folder_person_28_regular = "\U000f03fc"; - public const string folder_person_32_regular = "\U000f03fd"; - public const string folder_person_48_regular = "\U000f03fe"; - public const string folder_prohibited_16_regular = "\ue65b"; - public const string folder_prohibited_20_regular = "\ue65c"; - public const string folder_prohibited_24_regular = "\ue65d"; - public const string folder_prohibited_28_regular = "\ue65e"; - public const string folder_prohibited_32_regular = "\U000f0217"; - public const string folder_prohibited_48_regular = "\ue65f"; - public const string folder_search_16_regular = "\U000f038d"; - public const string folder_search_20_regular = "\U000f038e"; - public const string folder_search_24_regular = "\U000f038f"; - public const string folder_swap_16_regular = "\ue660"; - public const string folder_swap_20_regular = "\ue661"; - public const string folder_swap_24_regular = "\ue662"; - public const string folder_sync_16_regular = "\ue663"; - public const string folder_sync_20_regular = "\ue664"; - public const string folder_sync_24_regular = "\ue665"; - public const string folder_zip_16_regular = "\uf434"; - public const string folder_zip_20_regular = "\uf435"; - public const string folder_zip_24_regular = "\uf436"; - public const string font_decrease_20_regular = "\uf437"; - public const string font_decrease_24_regular = "\uf438"; - public const string font_increase_20_regular = "\uf439"; - public const string font_increase_24_regular = "\uf43a"; - public const string font_space_tracking_in_16_regular = "\uf43b"; - public const string font_space_tracking_in_20_regular = "\uf43c"; - public const string font_space_tracking_in_24_regular = "\uf43d"; - public const string font_space_tracking_in_28_regular = "\uf43e"; - public const string font_space_tracking_out_16_regular = "\uf43f"; - public const string font_space_tracking_out_20_regular = "\uf440"; - public const string font_space_tracking_out_24_regular = "\uf441"; - public const string font_space_tracking_out_28_regular = "\uf442"; - public const string food_16_regular = "\ue666"; - public const string food_20_regular = "\uf443"; - public const string food_24_regular = "\uf444"; - public const string food_28_regular = "\U000f05ed"; - public const string food_32_regular = "\U000f05ee"; - public const string food_48_regular = "\U000f05ef"; - public const string food_apple_20_regular = "\ue667"; - public const string food_apple_24_regular = "\ue668"; - public const string food_cake_12_regular = "\ue669"; - public const string food_cake_16_regular = "\ue66a"; - public const string food_cake_20_regular = "\ue66b"; - public const string food_cake_24_regular = "\uf445"; - public const string food_carrot_20_regular = "\ueefd"; - public const string food_carrot_24_regular = "\ueefe"; - public const string food_chicken_leg_16_regular = "\uef17"; - public const string food_chicken_leg_20_regular = "\uef18"; - public const string food_chicken_leg_24_regular = "\uef19"; - public const string food_chicken_leg_32_regular = "\uef1a"; - public const string food_egg_16_regular = "\ue66c"; - public const string food_egg_20_regular = "\ue66d"; - public const string food_egg_24_regular = "\uf446"; - public const string food_fish_20_regular = "\ueeff"; - public const string food_fish_24_regular = "\uef00"; - public const string food_grains_20_regular = "\ue66e"; - public const string food_grains_24_regular = "\ue66f"; - public const string food_pizza_20_regular = "\ue670"; - public const string food_pizza_24_regular = "\ue671"; - public const string food_toast_16_regular = "\ue672"; - public const string food_toast_20_regular = "\ue673"; - public const string food_toast_24_regular = "\uf447"; - public const string form_20_regular = "\ueea7"; - public const string form_24_regular = "\ueea8"; - public const string form_28_regular = "\ueea9"; - public const string form_48_regular = "\ueeaa"; - public const string form_multiple_20_regular = "\uef1b"; - public const string form_multiple_24_regular = "\uef1c"; - public const string form_multiple_28_regular = "\uef1d"; - public const string form_multiple_48_regular = "\uef1e"; - public const string form_new_20_regular = "\ue674"; - public const string form_new_24_regular = "\uf448"; - public const string form_new_28_regular = "\uf449"; - public const string form_new_48_regular = "\uf44a"; - public const string fps_120_20_regular = "\ue675"; - public const string fps_120_24_regular = "\ue676"; - public const string fps_240_20_regular = "\ue677"; - public const string fps_240_24_regular = "\uf44d"; - public const string fps_30_16_regular = "\ue678"; - public const string fps_30_20_regular = "\ue679"; - public const string fps_30_24_regular = "\ue67a"; - public const string fps_30_28_regular = "\ue67b"; - public const string fps_30_48_regular = "\ue67c"; - public const string fps_60_16_regular = "\ue67d"; - public const string fps_60_20_regular = "\ue67e"; - public const string fps_60_24_regular = "\ue67f"; - public const string fps_60_28_regular = "\ue680"; - public const string fps_60_48_regular = "\ue681"; - public const string fps_960_20_regular = "\ue682"; - public const string fps_960_24_regular = "\uf44e"; - public const string frame_16_regular = "\U000f00dc"; - public const string frame_20_regular = "\U000f00dd"; - public const string frame_24_regular = "\U000f00de"; - public const string full_screen_maximize_16_regular = "\ue683"; - public const string full_screen_maximize_20_regular = "\ue684"; - public const string full_screen_maximize_24_regular = "\ue685"; - public const string full_screen_maximize_28_regular = "\U000f03b6"; - public const string full_screen_maximize_32_regular = "\U000f03b7"; - public const string full_screen_minimize_16_regular = "\ue686"; - public const string full_screen_minimize_20_regular = "\ue687"; - public const string full_screen_minimize_24_regular = "\ue688"; - public const string full_screen_minimize_28_regular = "\U000f03b8"; - public const string full_screen_minimize_32_regular = "\U000f03b9"; - public const string games_16_regular = "\ue689"; - public const string games_20_regular = "\ue68a"; - public const string games_24_regular = "\uf451"; - public const string games_28_regular = "\ue68b"; - public const string games_32_regular = "\ue68c"; - public const string games_48_regular = "\ue68d"; - public const string gantt_chart_16_regular = "\uf0e9"; - public const string gantt_chart_20_regular = "\ue68e"; - public const string gantt_chart_24_regular = "\ue68f"; - public const string gas_20_regular = "\ue690"; - public const string gas_24_regular = "\ue691"; - public const string gas_pump_20_regular = "\ue692"; - public const string gas_pump_24_regular = "\ue693"; - public const string gather_20_regular = "\ue694"; - public const string gauge_20_regular = "\uf4c7"; - public const string gauge_24_regular = "\uf4c8"; - public const string gauge_32_regular = "\ueed0"; - public const string gauge_add_20_regular = "\ue695"; - public const string gavel_16_regular = "\U000f0185"; - public const string gavel_20_regular = "\ue696"; - public const string gavel_24_regular = "\ue697"; - public const string gavel_32_regular = "\ue698"; - public const string gavel_prohibited_16_regular = "\U000f0186"; - public const string gavel_prohibited_20_regular = "\U000f0187"; - public const string gesture_20_regular = "\ue699"; - public const string gesture_24_regular = "\uf452"; - public const string gif_16_regular = "\ue69a"; - public const string gif_20_regular = "\uf453"; - public const string gif_24_regular = "\uf454"; - public const string gift_16_regular = "\ue69b"; - public const string gift_20_regular = "\uf455"; - public const string gift_24_regular = "\uf456"; - public const string gift_card_16_regular = "\uf4cd"; - public const string gift_card_20_regular = "\uf4ce"; - public const string gift_card_24_regular = "\ue69c"; - public const string gift_card_add_20_regular = "\uf4cf"; - public const string gift_card_add_24_regular = "\ue69d"; - public const string gift_card_arrow_right_20_regular = "\ue69e"; - public const string gift_card_arrow_right_24_regular = "\ue69f"; - public const string gift_card_money_20_regular = "\ue6a0"; - public const string gift_card_money_24_regular = "\ue6a1"; - public const string gift_card_multiple_20_regular = "\ue6a2"; - public const string gift_card_multiple_24_regular = "\ue6a3"; - public const string gift_open_16_regular = "\U000f0188"; - public const string gift_open_20_regular = "\U000f0189"; - public const string gift_open_24_regular = "\U000f018a"; - public const string gift_open_32_regular = "\U000f062e"; - public const string glance_default_12_regular = "\ue6a5"; - public const string glance_20_regular = "\ue6a4"; - public const string glance_24_regular = "\uf457"; - public const string glance_horizontal_12_regular = "\ue6a6"; - public const string glance_horizontal_16_regular = "\uf071"; - public const string glance_horizontal_20_regular = "\ue6a7"; - public const string glance_horizontal_24_regular = "\ue6a8"; - public const string glance_horizontal_32_regular = "\U000f0434"; - public const string glance_horizontal_sparkle_32_regular = "\U000f0435"; - public const string glance_horizontal_sparkles_16_regular = "\uf072"; - public const string glance_horizontal_sparkles_20_regular = "\U000f0485"; - public const string glance_horizontal_sparkles_24_regular = "\uf073"; - public const string glasses_16_regular = "\ue6a9"; - public const string glasses_20_regular = "\ue6aa"; - public const string glasses_24_regular = "\uf458"; - public const string glasses_28_regular = "\ue6ab"; - public const string glasses_32_regular = "\U000f0043"; - public const string glasses_48_regular = "\ue6ac"; - public const string glasses_off_16_regular = "\ue6ad"; - public const string glasses_off_20_regular = "\ue6ae"; - public const string glasses_off_24_regular = "\uf459"; - public const string glasses_off_28_regular = "\ue6af"; - public const string glasses_off_32_regular = "\U000f0044"; - public const string glasses_off_48_regular = "\ue6b0"; - public const string globe_12_regular = "\U000f018b"; - public const string globe_16_regular = "\ue6b1"; - public const string globe_20_regular = "\uf45a"; - public const string globe_24_regular = "\uf45b"; - public const string globe_28_regular = "\U000f050d"; - public const string globe_32_regular = "\ue6b2"; - public const string globe_48_regular = "\U000f026e"; - public const string globe_add_20_regular = "\ue6b3"; - public const string globe_add_24_regular = "\uf45c"; - public const string globe_arrow_forward_16_regular = "\U000f0302"; - public const string globe_arrow_forward_20_regular = "\U000f0303"; - public const string globe_arrow_forward_24_regular = "\U000f0304"; - public const string globe_arrow_forward_32_regular = "\U000f0305"; - public const string globe_arrow_up_16_regular = "\U000f0436"; - public const string globe_arrow_up_20_regular = "\U000f0437"; - public const string globe_arrow_up_24_regular = "\U000f0438"; - public const string globe_clock_16_regular = "\ue6b4"; - public const string globe_clock_20_regular = "\ue6b5"; - public const string globe_clock_24_regular = "\uf45d"; - public const string globe_desktop_20_regular = "\ue6b6"; - public const string globe_desktop_24_regular = "\uf45e"; - public const string globe_error_16_regular = "\U000f0439"; - public const string globe_error_20_regular = "\U000f043a"; - public const string globe_error_24_regular = "\U000f043b"; - public const string globe_location_20_regular = "\uf4dc"; - public const string globe_location_24_regular = "\uf45f"; - public const string globe_person_20_regular = "\ue6b7"; - public const string globe_person_24_regular = "\ue6b8"; - public const string globe_prohibited_16_regular = "\U000f043c"; - public const string globe_prohibited_20_regular = "\ue6b9"; - public const string globe_prohibited_24_regular = "\U000f043d"; - public const string globe_search_20_regular = "\ue6ba"; - public const string globe_search_24_regular = "\uf460"; - public const string globe_shield_20_regular = "\ue6bb"; - public const string globe_shield_24_regular = "\ue6bc"; - public const string globe_shield_48_regular = "\U000f026f"; - public const string globe_star_16_regular = "\uf4eb"; - public const string globe_star_20_regular = "\ue6bd"; - public const string globe_surface_20_regular = "\ue6be"; - public const string globe_surface_24_regular = "\ue6bf"; - public const string globe_surface_32_regular = "\U000f0045"; - public const string globe_sync_16_regular = "\U000f043e"; - public const string globe_sync_20_regular = "\U000f043f"; - public const string globe_sync_24_regular = "\U000f0440"; - public const string globe_video_20_regular = "\uf4fd"; - public const string globe_video_24_regular = "\uf461"; - public const string globe_video_28_regular = "\ue6c0"; - public const string globe_video_32_regular = "\ue6c1"; - public const string globe_video_48_regular = "\ue6c2"; - public const string globe_warning_16_regular = "\U000f0441"; - public const string globe_warning_20_regular = "\U000f0442"; - public const string globe_warning_24_regular = "\U000f0443"; - public const string grid_16_regular = "\ue6c3"; - public const string grid_20_regular = "\uf462"; - public const string grid_24_regular = "\uf463"; - public const string grid_28_regular = "\uf464"; - public const string grid_circles_24_regular = "\uf074"; - public const string grid_circles_28_regular = "\uf075"; - public const string grid_dots_20_regular = "\ue6c4"; - public const string grid_dots_24_regular = "\ue6c5"; - public const string grid_dots_28_regular = "\ue6c6"; - public const string grid_kanban_16_regular = "\U000f018c"; - public const string grid_kanban_20_regular = "\ue6c7"; - public const string group_20_regular = "\uf465"; - public const string group_24_regular = "\uf466"; - public const string group_dismiss_20_regular = "\ue6c8"; - public const string group_dismiss_24_regular = "\ue6c9"; - public const string group_list_20_regular = "\ue6ca"; - public const string group_list_24_regular = "\uf467"; - public const string group_return_20_regular = "\ue6cb"; - public const string group_return_24_regular = "\ue6cc"; - public const string guardian_20_regular = "\ue6cd"; - public const string guardian_24_regular = "\ue6ce"; - public const string guardian_28_regular = "\ue6cf"; - public const string guardian_48_regular = "\ue6d0"; - public const string guest_12_regular = "\U000f050e"; - public const string guest_16_regular = "\uf468"; - public const string guest_20_regular = "\uf469"; - public const string guest_24_regular = "\uf46a"; - public const string guest_28_regular = "\uf46b"; - public const string guest_32_regular = "\U000f050f"; - public const string guest_48_regular = "\U000f0510"; - public const string guest_add_20_regular = "\ue6d1"; - public const string guest_add_24_regular = "\uf46c"; - public const string guitar_16_regular = "\ue6d2"; - public const string guitar_20_regular = "\ue6d3"; - public const string guitar_24_regular = "\ue6d4"; - public const string guitar_28_regular = "\ue6d5"; - public const string hand_draw_16_regular = "\ue6d6"; - public const string hand_draw_20_regular = "\ue6d7"; - public const string hand_draw_24_regular = "\ue6d8"; - public const string hand_draw_28_regular = "\ue6d9"; - public const string hand_left_16_regular = "\ue6da"; - public const string hand_left_20_regular = "\ue6db"; - public const string hand_left_24_regular = "\ue6dc"; - public const string hand_left_28_regular = "\ue6dd"; - public const string hand_left_chat_16_regular = "\ueed1"; - public const string hand_left_chat_20_regular = "\ueed2"; - public const string hand_left_chat_24_regular = "\ueed3"; - public const string hand_left_chat_28_regular = "\ueed4"; - public const string hand_open_heart_20_regular = "\uef01"; - public const string hand_open_heart_32_regular = "\uef02"; - public const string hand_point_16_regular = "\U000f0587"; - public const string hand_point_20_regular = "\U000f0588"; - public const string hand_point_24_regular = "\U000f0589"; - public const string hand_point_28_regular = "\U000f058a"; - public const string hand_point_32_regular = "\U000f058b"; - public const string hand_point_48_regular = "\U000f058c"; - public const string hand_right_16_regular = "\ue6de"; - public const string hand_right_20_regular = "\ue6df"; - public const string hand_right_24_regular = "\ue6e0"; - public const string hand_right_28_regular = "\ue6e1"; - public const string hand_right_off_16_regular = "\U000f0270"; - public const string hand_right_off_20_regular = "\ue6e2"; - public const string hand_right_off_24_regular = "\U000f0271"; - public const string hand_right_off_28_regular = "\U000f0272"; - public const string hand_wave_16_regular = "\uef03"; - public const string hand_wave_20_regular = "\uef04"; - public const string hand_wave_24_regular = "\uef05"; - public const string handshake_16_regular = "\uf46e"; - public const string handshake_20_regular = "\uf46f"; - public const string handshake_24_regular = "\uf470"; - public const string handshake_32_regular = "\uef06"; - public const string haptic_strong_16_regular = "\U000f05a5"; - public const string haptic_strong_20_regular = "\U000f05a6"; - public const string haptic_strong_24_regular = "\U000f05a7"; - public const string haptic_weak_16_regular = "\U000f05a8"; - public const string haptic_weak_20_regular = "\U000f05a9"; - public const string haptic_weak_24_regular = "\U000f05aa"; - public const string hard_drive_16_regular = "\uf0ea"; - public const string hard_drive_20_regular = "\ue6e3"; - public const string hard_drive_24_regular = "\U000f0306"; - public const string hard_drive_28_regular = "\U000f04f1"; - public const string hard_drive_32_regular = "\U000f0307"; - public const string hard_drive_48_regular = "\U000f04f2"; - public const string hard_drive_call_24_regular = "\U000f0308"; - public const string hard_drive_call_32_regular = "\U000f0309"; - public const string hat_graduation_12_regular = "\ue6e4"; - public const string hat_graduation_16_regular = "\ue6e5"; - public const string hat_graduation_20_regular = "\ue6e6"; - public const string hat_graduation_24_regular = "\ue6e7"; - public const string hat_graduation_28_regular = "\U000f01ef"; - public const string hat_graduation_add_16_regular = "\U000f03ff"; - public const string hat_graduation_add_20_regular = "\U000f0400"; - public const string hat_graduation_add_24_regular = "\U000f0401"; - public const string hat_graduation_sparkle_16_regular = "\U000f0273"; - public const string hat_graduation_sparkle_20_regular = "\U000f0218"; - public const string hat_graduation_sparkle_24_regular = "\U000f0219"; - public const string hat_graduation_sparkle_28_regular = "\U000f021a"; - public const string hd_16_regular = "\ue6e8"; - public const string hd_20_regular = "\ue6e9"; - public const string hd_24_regular = "\ue6ea"; - public const string hdr_20_regular = "\ue6eb"; - public const string hdr_24_regular = "\uf471"; - public const string hdr_off_20_regular = "\ue6ec"; - public const string hdr_off_24_regular = "\ue6ed"; - public const string headphones_20_regular = "\ue6ee"; - public const string headphones_24_regular = "\uf472"; - public const string headphones_28_regular = "\uf473"; - public const string headphones_32_regular = "\ue6ef"; - public const string headphones_48_regular = "\ue6f0"; - public const string headphones_sound_wave_20_regular = "\ue6f1"; - public const string headphones_sound_wave_24_regular = "\ue6f2"; - public const string headphones_sound_wave_28_regular = "\ue6f3"; - public const string headphones_sound_wave_32_regular = "\ue6f4"; - public const string headphones_sound_wave_48_regular = "\ue6f5"; - public const string headset_16_regular = "\ue6f6"; - public const string headset_20_regular = "\ue6f7"; - public const string headset_24_regular = "\uf474"; - public const string headset_28_regular = "\uf475"; - public const string headset_32_regular = "\ue6f8"; - public const string headset_48_regular = "\ue6f9"; - public const string headset_add_20_regular = "\uf4fe"; - public const string headset_add_24_regular = "\uf4ff"; - public const string headset_vr_20_regular = "\uf476"; - public const string headset_vr_24_regular = "\uf477"; - public const string heart_12_regular = "\ue6fa"; - public const string heart_16_regular = "\uf478"; - public const string heart_20_regular = "\uf479"; - public const string heart_24_regular = "\uf47a"; - public const string heart_28_regular = "\uf500"; - public const string heart_32_regular = "\ue6fb"; - public const string heart_48_regular = "\ue6fc"; - public const string heart_broken_16_regular = "\uf501"; - public const string heart_broken_20_regular = "\ue6fd"; - public const string heart_broken_24_regular = "\uef25"; - public const string heart_circle_16_regular = "\ue6fe"; - public const string heart_circle_20_regular = "\ue6ff"; - public const string heart_circle_24_regular = "\ue700"; - public const string heart_circle_hint_16_regular = "\uf076"; - public const string heart_circle_hint_20_regular = "\uf077"; - public const string heart_circle_hint_24_regular = "\uf078"; - public const string heart_circle_hint_28_regular = "\uf079"; - public const string heart_circle_hint_32_regular = "\uf07a"; - public const string heart_circle_hint_48_regular = "\uf07b"; - public const string heart_off_16_regular = "\U000f02b0"; - public const string heart_off_20_regular = "\U000f02b1"; - public const string heart_off_24_regular = "\U000f02b2"; - public const string heart_pulse_20_regular = "\ue701"; - public const string heart_pulse_24_regular = "\ue702"; - public const string heart_pulse_32_regular = "\ue703"; - public const string heart_pulse_checkmark_20_regular = "\U000f01d2"; - public const string heart_pulse_error_20_regular = "\U000f01d3"; - public const string heart_pulse_warning_20_regular = "\U000f01d4"; - public const string hexagon_12_regular = "\U000f02d8"; - public const string hexagon_16_regular = "\U000f02b3"; - public const string hexagon_20_regular = "\U000f02b4"; - public const string hexagon_24_regular = "\U000f02d9"; - public const string hexagon_28_regular = "\U000f0390"; - public const string hexagon_32_regular = "\U000f0391"; - public const string hexagon_48_regular = "\U000f0392"; - public const string hexagon_sparkle_20_regular = "\U000f05ab"; - public const string hexagon_sparkle_24_regular = "\U000f05ac"; - public const string hexagon_three_12_regular = "\U000f02da"; - public const string hexagon_three_16_regular = "\U000f02b5"; - public const string hexagon_three_20_regular = "\U000f02b6"; - public const string hexagon_three_24_regular = "\U000f02db"; - public const string highlight_16_regular = "\uf47b"; - public const string highlight_20_regular = "\uf47c"; - public const string highlight_24_regular = "\uf47d"; - public const string highlight_link_20_regular = "\ue704"; - public const string highway_20_regular = "\U000f0569"; - public const string highway_24_regular = "\U000f056a"; - public const string history_16_regular = "\ue705"; - public const string history_20_regular = "\uf47e"; - public const string history_24_regular = "\uf47f"; - public const string history_28_regular = "\ue706"; - public const string history_32_regular = "\ue707"; - public const string history_48_regular = "\ue708"; - public const string history_dismiss_20_regular = "\ue709"; - public const string history_dismiss_24_regular = "\ue70a"; - public const string history_dismiss_28_regular = "\ue70b"; - public const string history_dismiss_32_regular = "\ue70c"; - public const string history_dismiss_48_regular = "\ue70d"; - public const string home_12_regular = "\ue70e"; - public const string home_16_regular = "\ue70f"; - public const string home_20_regular = "\uf480"; - public const string home_24_regular = "\uf481"; - public const string home_28_regular = "\uf482"; - public const string home_32_regular = "\ue710"; - public const string home_48_regular = "\ue711"; - public const string home_add_20_regular = "\ue712"; - public const string home_add_24_regular = "\uf483"; - public const string home_checkmark_16_regular = "\ue713"; - public const string home_checkmark_20_regular = "\ue714"; - public const string home_checkmark_24_regular = "\uf484"; - public const string home_database_20_regular = "\ue715"; - public const string home_database_24_regular = "\ueed5"; - public const string home_database_32_regular = "\ueed6"; - public const string home_garage_20_regular = "\U000f052e"; - public const string home_garage_24_regular = "\U000f052f"; - public const string home_heart_16_regular = "\U000f01d5"; - public const string home_heart_20_regular = "\U000f01d6"; - public const string home_heart_24_regular = "\U000f01d7"; - public const string home_heart_32_regular = "\U000f01d8"; - public const string home_more_20_regular = "\ue716"; - public const string home_more_24_regular = "\ueed7"; - public const string home_more_32_regular = "\ueed8"; - public const string home_more_48_regular = "\U000f0046"; - public const string home_person_20_regular = "\ue717"; - public const string home_person_24_regular = "\ue718"; - public const string home_split_20_regular = "\uf038"; - public const string home_split_24_regular = "\uf039"; - public const string home_split_32_regular = "\uf03a"; - public const string home_split_48_regular = "\uf03b"; - public const string hourglass_16_regular = "\uf0eb"; - public const string hourglass_20_regular = "\uef6b"; - public const string hourglass_24_regular = "\uef6c"; - public const string hourglass_half_16_regular = "\uf0ec"; - public const string hourglass_half_20_regular = "\uef6d"; - public const string hourglass_half_24_regular = "\uef6e"; - public const string hourglass_one_quarter_16_regular = "\uf0ed"; - public const string hourglass_one_quarter_20_regular = "\uef6f"; - public const string hourglass_one_quarter_24_regular = "\uef70"; - public const string hourglass_three_quarter_16_regular = "\uf0ee"; - public const string hourglass_three_quarter_20_regular = "\uef71"; - public const string hourglass_three_quarter_24_regular = "\uef72"; - public const string icons_20_regular = "\uf485"; - public const string icons_24_regular = "\uf486"; - public const string image_16_regular = "\uf487"; - public const string image_20_regular = "\uf488"; - public const string image_24_regular = "\uf489"; - public const string image_28_regular = "\uf48a"; - public const string image_32_regular = "\ue719"; - public const string image_48_regular = "\uf48b"; - public const string image_add_20_regular = "\ue71a"; - public const string image_add_24_regular = "\uf48c"; - public const string image_alt_text_16_regular = "\ue71b"; - public const string image_alt_text_20_regular = "\uf48d"; - public const string image_alt_text_24_regular = "\uf48e"; - public const string image_arrow_back_20_regular = "\ue71c"; - public const string image_arrow_back_24_regular = "\ue71d"; - public const string image_arrow_counterclockwise_20_regular = "\ue71e"; - public const string image_arrow_counterclockwise_24_regular = "\ue71f"; - public const string image_arrow_forward_20_regular = "\ue720"; - public const string image_arrow_forward_24_regular = "\ue721"; - public const string image_border_16_regular = "\U000f0047"; - public const string image_border_20_regular = "\U000f0048"; - public const string image_border_24_regular = "\U000f0049"; - public const string image_border_28_regular = "\U000f004a"; - public const string image_border_32_regular = "\U000f004b"; - public const string image_border_48_regular = "\U000f004c"; - public const string image_circle_16_regular = "\U000f004d"; - public const string image_circle_20_regular = "\U000f004e"; - public const string image_circle_24_regular = "\U000f004f"; - public const string image_circle_28_regular = "\U000f0050"; - public const string image_circle_32_regular = "\U000f0051"; - public const string image_circle_48_regular = "\U000f0052"; - public const string image_copy_20_regular = "\uf48f"; - public const string image_copy_24_regular = "\uf490"; - public const string image_copy_28_regular = "\uf491"; - public const string image_edit_16_regular = "\uf492"; - public const string image_edit_20_regular = "\uf493"; - public const string image_edit_24_regular = "\uf494"; - public const string image_globe_20_regular = "\ue722"; - public const string image_globe_24_regular = "\ue723"; - public const string image_multiple_16_regular = "\ue724"; - public const string image_multiple_20_regular = "\ue725"; - public const string image_multiple_24_regular = "\ue726"; - public const string image_multiple_28_regular = "\ue727"; - public const string image_multiple_32_regular = "\ue728"; - public const string image_multiple_48_regular = "\ue729"; - public const string image_multiple_off_16_regular = "\ue72a"; - public const string image_multiple_off_20_regular = "\ue72b"; - public const string image_off_20_regular = "\ue72c"; - public const string image_off_24_regular = "\uf498"; - public const string image_off_28_regular = "\U000f01d9"; - public const string image_off_32_regular = "\U000f01da"; - public const string image_off_48_regular = "\U000f01db"; - public const string image_prohibited_20_regular = "\ue72d"; - public const string image_prohibited_24_regular = "\ue72e"; - public const string image_reflection_20_regular = "\ue72f"; - public const string image_reflection_24_regular = "\ue730"; - public const string image_search_20_regular = "\uf499"; - public const string image_search_24_regular = "\uf49a"; - public const string image_shadow_20_regular = "\ue731"; - public const string image_shadow_24_regular = "\ue732"; - public const string image_sparkle_16_regular = "\U000f01f0"; - public const string image_sparkle_20_regular = "\U000f01f1"; - public const string image_sparkle_24_regular = "\U000f01f2"; - public const string image_split_20_regular = "\U000f0530"; - public const string image_split_24_regular = "\U000f0531"; - public const string image_stack_16_regular = "\U000f018d"; - public const string image_stack_20_regular = "\U000f018e"; - public const string image_table_16_regular = "\U000f0053"; - public const string image_table_20_regular = "\U000f0054"; - public const string image_table_24_regular = "\U000f0055"; - public const string image_table_28_regular = "\U000f0056"; - public const string image_table_32_regular = "\U000f0057"; - public const string image_table_48_regular = "\U000f0058"; - public const string immersive_reader_16_regular = "\ue733"; - public const string immersive_reader_20_regular = "\uf49b"; - public const string immersive_reader_24_regular = "\uf49c"; - public const string immersive_reader_28_regular = "\ue734"; - public const string important_12_regular = "\uf49d"; - public const string important_16_regular = "\uf49e"; - public const string important_20_regular = "\uf49f"; - public const string important_24_regular = "\uf4a0"; - public const string important_32_regular = "\U000f0444"; - public const string incognito_20_regular = "\ue735"; - public const string incognito_24_regular = "\uf4a1"; - public const string info_12_regular = "\ue736"; - public const string info_16_regular = "\uf4a2"; - public const string info_20_regular = "\uf4a3"; - public const string info_24_regular = "\uf4a4"; - public const string info_28_regular = "\uf4a5"; - public const string info_32_regular = "\U000f0059"; - public const string info_48_regular = "\U000f005a"; - public const string info_shield_20_regular = "\ue737"; - public const string ink_stroke_20_regular = "\ue738"; - public const string ink_stroke_24_regular = "\ue739"; - public const string ink_stroke_arrow_down_20_regular = "\uef73"; - public const string ink_stroke_arrow_down_24_regular = "\uef74"; - public const string ink_stroke_arrow_up_down_20_regular = "\uef75"; - public const string ink_stroke_arrow_up_down_24_regular = "\uef76"; - public const string inking_tool_16_regular = "\uf4a6"; - public const string inking_tool_20_regular = "\uf4a7"; - public const string inking_tool_24_regular = "\uf4a8"; - public const string inking_tool_32_regular = "\ue73a"; - public const string inprivate_account_16_regular = "\uf4a9"; - public const string inprivate_account_20_regular = "\uf4aa"; - public const string inprivate_account_24_regular = "\uf4ab"; - public const string inprivate_account_28_regular = "\uf4ac"; - public const string insert_20_regular = "\uf4ad"; - public const string ios_arrow_ltr_24_regular = "\ue73b"; - public const string ios_arrow_rtl_24_regular = "\ue73c"; - public const string ios_chevron_right_20_regular = "\uf4b2"; - public const string iot_16_regular = "\U000f005b"; - public const string iot_20_regular = "\ue73d"; - public const string iot_24_regular = "\ue73e"; - public const string iot_alert_16_regular = "\U000f005c"; - public const string iot_alert_20_regular = "\U000f005d"; - public const string iot_alert_24_regular = "\U000f005e"; - public const string javascript_16_regular = "\uf4b3"; - public const string javascript_20_regular = "\uf4b4"; - public const string javascript_24_regular = "\uf4b5"; - public const string joystick_20_regular = "\ue73f"; - public const string key_16_regular = "\ue740"; - public const string key_20_regular = "\uf4b6"; - public const string key_24_regular = "\uf4b7"; - public const string key_32_regular = "\ue741"; - public const string key_command_16_regular = "\ue742"; - public const string key_command_20_regular = "\ue743"; - public const string key_command_24_regular = "\ue744"; - public const string key_multiple_16_regular = "\U000f0274"; - public const string key_multiple_20_regular = "\ue745"; - public const string key_multiple_24_regular = "\U000f0275"; - public const string key_reset_20_regular = "\ue746"; - public const string key_reset_24_regular = "\ue747"; - public const string keyboard_123_20_regular = "\ue748"; - public const string keyboard_123_24_regular = "\ue749"; - public const string keyboard_16_regular = "\ue74a"; - public const string keyboard_20_regular = "\uf4b8"; - public const string keyboard_24_regular = "\uf4b9"; - public const string keyboard_dock_20_regular = "\ue74b"; - public const string keyboard_dock_24_regular = "\uf4ba"; - public const string keyboard_layout_float_20_regular = "\ue74c"; - public const string keyboard_layout_float_24_regular = "\uf4bb"; - public const string keyboard_layout_one_handed_left_20_regular = "\ue74d"; - public const string keyboard_layout_one_handed_left_24_regular = "\uf4bc"; - public const string keyboard_layout_resize_20_regular = "\ue74e"; - public const string keyboard_layout_resize_24_regular = "\uf4bd"; - public const string keyboard_layout_split_20_regular = "\ue74f"; - public const string keyboard_layout_split_24_regular = "\uf4be"; - public const string keyboard_mouse_16_regular = "\uf0ef"; - public const string keyboard_shift_16_regular = "\ue750"; - public const string keyboard_shift_20_regular = "\ue751"; - public const string keyboard_shift_24_regular = "\uf4bf"; - public const string keyboard_shift_uppercase_16_regular = "\ue752"; - public const string keyboard_shift_uppercase_20_regular = "\ue753"; - public const string keyboard_shift_uppercase_24_regular = "\uf4c0"; - public const string keyboard_tab_20_regular = "\ue754"; - public const string keyboard_tab_24_regular = "\uf4c1"; - public const string kiosk_24_regular = "\U000f021b"; - public const string laptop_16_regular = "\uf4c2"; - public const string laptop_20_regular = "\uf4c3"; - public const string laptop_24_regular = "\uf4c4"; - public const string laptop_28_regular = "\uf4c5"; - public const string laptop_32_regular = "\U000f04f3"; - public const string laptop_48_regular = "\U000f0532"; - public const string laptop_briefcase_20_regular = "\U000f0511"; - public const string laptop_briefcase_24_regular = "\U000f0512"; - public const string laptop_briefcase_32_regular = "\U000f0513"; - public const string laptop_dismiss_16_regular = "\uf505"; - public const string laptop_dismiss_20_regular = "\ue755"; - public const string laptop_multiple_24_regular = "\U000f021c"; - public const string laptop_person_20_regular = "\U000f056b"; - public const string laptop_person_24_regular = "\U000f056c"; - public const string laptop_person_48_regular = "\U000f056d"; - public const string laptop_settings_20_regular = "\U000f04f4"; - public const string laptop_settings_24_regular = "\U000f04f5"; - public const string laptop_settings_32_regular = "\U000f04f6"; - public const string laptop_shield_16_regular = "\U000f018f"; - public const string laptop_shield_20_regular = "\U000f0190"; - public const string laser_tool_20_regular = "\uef1f"; - public const string lasso_20_regular = "\ue756"; - public const string lasso_24_regular = "\uf4c9"; - public const string lasso_28_regular = "\ue757"; - public const string launcher_settings_20_regular = "\ue758"; - public const string launcher_settings_24_regular = "\uf4ca"; - public const string layer_20_regular = "\uf4cb"; - public const string layer_24_regular = "\uf4cc"; - public const string layer_diagonal_16_regular = "\U000f0445"; - public const string layer_diagonal_20_regular = "\uef26"; - public const string layer_diagonal_24_regular = "\U000f04ca"; - public const string layer_diagonal_add_20_regular = "\U000f0402"; - public const string layer_diagonal_add_24_regular = "\U000f05f0"; - public const string layer_diagonal_person_16_regular = "\U000f0446"; - public const string layer_diagonal_person_20_regular = "\uef27"; - public const string layer_diagonal_person_24_regular = "\U000f04cb"; - public const string layer_diagonal_sparkle_16_regular = "\U000f0514"; - public const string layer_diagonal_sparkle_20_regular = "\U000f0515"; - public const string layer_diagonal_sparkle_24_regular = "\U000f0516"; - public const string layout_cell_four_16_regular = "\U000f0486"; - public const string layout_cell_four_20_regular = "\U000f0487"; - public const string table_simple_24_regular = "\uec52"; - public const string layout_column_four_16_regular = "\U000f0489"; - public const string layout_column_four_20_regular = "\U000f048a"; - public const string layout_column_four_24_regular = "\U000f048b"; - public const string layout_column_one_third_left_16_regular = "\U000f048c"; - public const string layout_column_one_third_left_20_regular = "\U000f048d"; - public const string layout_column_one_third_left_24_regular = "\U000f048e"; - public const string layout_column_one_third_right_16_regular = "\U000f048f"; - public const string layout_column_one_third_right_20_regular = "\U000f0490"; - public const string layout_column_one_third_right_24_regular = "\U000f0491"; - public const string layout_column_one_third_right_hint_16_regular = "\U000f0492"; - public const string layout_column_one_third_right_hint_20_regular = "\U000f0493"; - public const string layout_column_one_third_right_hint_24_regular = "\U000f0494"; - public const string layout_column_three_16_regular = "\U000f0495"; - public const string layout_column_three_20_regular = "\U000f0496"; - public const string layout_column_three_24_regular = "\U000f0497"; - public const string layout_column_two_16_regular = "\U000f0498"; - public const string layout_column_two_20_regular = "\U000f0499"; - public const string layout_column_two_24_regular = "\U000f049a"; - public const string layout_column_two_32_regular = "\U000f05d7"; - public const string layout_column_two_split_left_16_regular = "\U000f049b"; - public const string layout_column_two_split_left_20_regular = "\U000f049c"; - public const string layout_column_two_split_left_24_regular = "\U000f049d"; - public const string layout_column_two_split_right_16_regular = "\U000f049e"; - public const string layout_column_two_split_right_20_regular = "\U000f049f"; - public const string layout_column_two_split_right_24_regular = "\U000f04a0"; - public const string layout_row_four_16_regular = "\U000f04a1"; - public const string layout_row_four_20_regular = "\U000f04a2"; - public const string layout_row_four_24_regular = "\U000f04a3"; - public const string layout_row_three_16_regular = "\U000f04a4"; - public const string layout_row_three_20_regular = "\U000f04a5"; - public const string layout_row_three_24_regular = "\U000f04a6"; - public const string layout_row_two_16_regular = "\U000f04a7"; - public const string layout_row_two_20_regular = "\U000f04a8"; - public const string layout_row_two_24_regular = "\U000f04a9"; - public const string layout_row_two_28_regular = "\U000f05fe"; - public const string layout_row_two_32_regular = "\U000f05d8"; - public const string layout_row_two_48_regular = "\U000f05ff"; - public const string layout_row_two_split_bottom_16_regular = "\U000f04aa"; - public const string layout_row_two_split_bottom_20_regular = "\U000f04ab"; - public const string layout_row_two_split_bottom_24_regular = "\U000f04ac"; - public const string layout_row_two_split_top_16_regular = "\U000f04ad"; - public const string layout_row_two_split_top_20_regular = "\U000f04ae"; - public const string layout_row_two_split_top_24_regular = "\U000f04af"; - public const string leaf_one_16_regular = "\ue759"; - public const string leaf_one_20_regular = "\ue75a"; - public const string leaf_one_24_regular = "\ue75b"; - public const string leaf_one_32_regular = "\uef07"; - public const string leaf_three_16_regular = "\ue75c"; - public const string leaf_three_20_regular = "\ue75d"; - public const string leaf_three_24_regular = "\ue75e"; - public const string leaf_two_16_regular = "\uf4d0"; - public const string leaf_two_20_regular = "\uf4d1"; - public const string leaf_two_24_regular = "\uf4d2"; - public const string leaf_two_32_regular = "\uef08"; - public const string leaf_two_48_regular = "\uf03c"; - public const string learning_app_20_regular = "\ue75f"; - public const string learning_app_24_regular = "\ue760"; - public const string library_16_regular = "\ue761"; - public const string library_20_regular = "\ue762"; - public const string library_24_regular = "\uf4d3"; - public const string library_28_regular = "\uf4d4"; - public const string library_32_regular = "\U000f0403"; - public const string lightbulb_16_regular = "\uf4d5"; - public const string lightbulb_20_regular = "\uf4d6"; - public const string lightbulb_24_regular = "\uf4d7"; - public const string lightbulb_28_regular = "\uf07c"; - public const string lightbulb_32_regular = "\uf07d"; - public const string lightbulb_48_regular = "\uf07e"; - public const string lightbulb_checkmark_20_regular = "\U000f012a"; - public const string lightbulb_circle_20_regular = "\ue763"; - public const string lightbulb_circle_24_regular = "\uf4d8"; - public const string lightbulb_filament_16_regular = "\uf4d9"; - public const string lightbulb_filament_20_regular = "\uf4da"; - public const string lightbulb_filament_24_regular = "\uf4db"; - public const string lightbulb_filament_32_regular = "\U000f0404"; - public const string lightbulb_filament_48_regular = "\ue764"; - public const string lightbulb_person_16_regular = "\uf07f"; - public const string lightbulb_person_20_regular = "\uf080"; - public const string lightbulb_person_24_regular = "\uf081"; - public const string lightbulb_person_28_regular = "\uf082"; - public const string lightbulb_person_32_regular = "\uf083"; - public const string lightbulb_person_48_regular = "\uf084"; - public const string likert_16_regular = "\uf4dd"; - public const string likert_20_regular = "\uf4de"; - public const string likert_24_regular = "\uf4df"; - public const string line_20_regular = "\ue765"; - public const string line_24_regular = "\ue766"; - public const string line_32_regular = "\ue767"; - public const string line_48_regular = "\ue768"; - public const string line_dashes_20_regular = "\ue769"; - public const string line_dashes_24_regular = "\ue76a"; - public const string line_dashes_32_regular = "\ue76b"; - public const string line_dashes_48_regular = "\ue76c"; - public const string line_flow_diagonal_up_right_16_regular = "\U000f0533"; - public const string line_flow_diagonal_up_right_20_regular = "\U000f0534"; - public const string line_flow_diagonal_up_right_24_regular = "\U000f0535"; - public const string line_flow_diagonal_up_right_32_regular = "\U000f0536"; - public const string line_horizontal_1_16_regular = "\U000f02b7"; - public const string line_horizontal_1_20_regular = "\uf4e0"; - public const string line_horizontal_1_24_regular = "\U000f02b8"; - public const string line_horizontal_1_28_regular = "\U000f02b9"; - public const string line_horizontal_1_dashes_16_regular = "\U000f02ba"; - public const string line_horizontal_1_dashes_20_regular = "\U000f02bb"; - public const string line_horizontal_1_dashes_24_regular = "\U000f02bc"; - public const string line_horizontal_1_dashes_28_regular = "\U000f02bd"; - public const string line_horizontal_2_dashes_solid_16_regular = "\U000f02be"; - public const string line_horizontal_2_dashes_solid_20_regular = "\U000f02bf"; - public const string line_horizontal_2_dashes_solid_24_regular = "\U000f02c0"; - public const string line_horizontal_2_dashes_solid_28_regular = "\U000f02c1"; - public const string line_horizontal_3_20_regular = "\uf4e1"; - public const string line_horizontal_4_16_regular = "\U000f012b"; - public const string line_horizontal_4_20_regular = "\U000f005f"; - public const string line_horizontal_4_search_16_regular = "\U000f012c"; - public const string line_horizontal_4_search_20_regular = "\U000f0060"; - public const string line_horizontal_5_20_regular = "\uf4e2"; - public const string line_horizontal_5_error_20_regular = "\ue76d"; - public const string line_style_20_regular = "\ue76e"; - public const string line_style_24_regular = "\ue76f"; - public const string line_thickness_20_regular = "\U000f0061"; - public const string line_thickness_24_regular = "\U000f0062"; - public const string link_12_regular = "\ue770"; - public const string link_16_regular = "\uf4e3"; - public const string link_20_regular = "\uf4e4"; - public const string link_24_regular = "\uf4e5"; - public const string link_28_regular = "\uf4e6"; - public const string link_32_regular = "\ue771"; - public const string link_48_regular = "\uf4e7"; - public const string link_add_16_regular = "\U000f0405"; - public const string link_add_20_regular = "\U000f0406"; - public const string link_add_24_regular = "\U000f021d"; - public const string link_dismiss_16_regular = "\ue772"; - public const string link_dismiss_20_regular = "\ue773"; - public const string link_dismiss_24_regular = "\ue774"; - public const string link_edit_16_regular = "\uf4e8"; - public const string link_edit_20_regular = "\uf4e9"; - public const string link_edit_24_regular = "\uf4ea"; - public const string link_multiple_16_regular = "\U000f0276"; - public const string link_multiple_20_regular = "\U000f0277"; - public const string link_multiple_24_regular = "\U000f0278"; - public const string link_person_16_regular = "\U000f03ba"; - public const string link_person_20_regular = "\U000f03bb"; - public const string link_person_24_regular = "\U000f03bc"; - public const string link_person_32_regular = "\U000f03bd"; - public const string link_person_48_regular = "\U000f03be"; - public const string link_settings_24_regular = "\U000f021e"; - public const string link_square_12_regular = "\ue775"; - public const string link_square_16_regular = "\ue776"; - public const string link_square_20_regular = "\ue777"; - public const string link_square_24_regular = "\uf4ec"; - public const string link_toolbox_20_regular = "\ue778"; - public const string list_16_regular = "\ue779"; - public const string list_20_regular = "\uf4ed"; - public const string list_24_regular = "\uf4ee"; - public const string list_28_regular = "\uf4ef"; - public const string list_bar_16_regular = "\U000f0191"; - public const string list_bar_20_regular = "\U000f0192"; - public const string list_bar_tree_16_regular = "\U000f0193"; - public const string list_bar_tree_20_regular = "\U000f0194"; - public const string list_bar_tree_offset_16_regular = "\U000f0195"; - public const string list_bar_tree_offset_20_regular = "\U000f0196"; - public const string list_rtl_16_regular = "\U000f0197"; - public const string list_rtl_20_regular = "\U000f0198"; - public const string live_20_regular = "\uf4f0"; - public const string live_24_regular = "\uf4f1"; - public const string live_off_20_regular = "\ue77a"; - public const string live_off_24_regular = "\ue77b"; - public const string local_language_16_regular = "\uf4f2"; - public const string local_language_20_regular = "\uf4f3"; - public const string local_language_24_regular = "\uf4f4"; - public const string local_language_28_regular = "\uf4f5"; - public const string location_12_regular = "\uf4f6"; - public const string location_16_regular = "\uf4f7"; - public const string location_20_regular = "\uf4f8"; - public const string location_24_regular = "\uf4f9"; - public const string location_28_regular = "\uf4fa"; - public const string location_48_regular = "\ue77c"; - public const string location_add_16_regular = "\ue77d"; - public const string location_add_20_regular = "\ue77e"; - public const string location_add_24_regular = "\ue77f"; - public const string location_add_left_20_regular = "\ue780"; - public const string location_add_right_20_regular = "\ue781"; - public const string location_add_up_20_regular = "\ue782"; - public const string location_arrow_12_regular = "\U000f0063"; - public const string location_arrow_16_regular = "\U000f0064"; - public const string location_arrow_20_regular = "\U000f0065"; - public const string location_arrow_24_regular = "\U000f0066"; - public const string location_arrow_28_regular = "\U000f0067"; - public const string location_arrow_32_regular = "\U000f0068"; - public const string location_arrow_48_regular = "\U000f0069"; - public const string location_arrow_left_16_regular = "\U000f006a"; - public const string location_arrow_left_48_regular = "\ue783"; - public const string location_arrow_right_16_regular = "\U000f006b"; - public const string location_arrow_right_48_regular = "\ue784"; - public const string location_arrow_up_16_regular = "\U000f006c"; - public const string location_arrow_up_48_regular = "\ue785"; - public const string location_dismiss_20_regular = "\ue786"; - public const string location_dismiss_24_regular = "\ue787"; - public const string location_live_20_regular = "\uf4fb"; - public const string location_live_24_regular = "\uf4fc"; - public const string location_off_16_regular = "\ue788"; - public const string location_off_20_regular = "\ue789"; - public const string location_off_24_regular = "\ue78a"; - public const string location_off_28_regular = "\ue78b"; - public const string location_off_48_regular = "\ue78c"; - public const string location_ripple_12_regular = "\U000f05cb"; - public const string location_ripple_16_regular = "\U000f056e"; - public const string location_ripple_20_regular = "\U000f056f"; - public const string location_ripple_24_regular = "\U000f0570"; - public const string location_target_square_16_regular = "\U000f04b0"; - public const string location_target_square_20_regular = "\U000f04b1"; - public const string location_target_square_24_regular = "\U000f04b2"; - public const string location_target_square_32_regular = "\U000f04b3"; - public const string lock_closed_12_regular = "\ue78d"; - public const string lock_closed_16_regular = "\ue78e"; - public const string lock_closed_20_regular = "\ue78f"; - public const string lock_closed_24_regular = "\ue790"; - public const string lock_closed_28_regular = "\U000f021f"; - public const string lock_closed_32_regular = "\ue791"; - public const string lock_closed_48_regular = "\U000f0220"; - public const string lock_closed_key_16_regular = "\U000f00df"; - public const string lock_closed_key_20_regular = "\U000f00e0"; - public const string lock_closed_key_24_regular = "\U000f00e1"; - public const string lock_multiple_20_regular = "\ue792"; - public const string lock_multiple_24_regular = "\ue793"; - public const string lock_open_12_regular = "\U000f0221"; - public const string lock_open_16_regular = "\ue794"; - public const string lock_open_20_regular = "\ue795"; - public const string lock_open_24_regular = "\ue796"; - public const string lock_open_28_regular = "\ue797"; - public const string lock_open_32_regular = "\U000f0222"; - public const string lock_open_48_regular = "\U000f0223"; - public const string lock_shield_16_regular = "\U000f0407"; - public const string lock_shield_20_regular = "\uf502"; - public const string lock_shield_24_regular = "\uf503"; - public const string lock_shield_28_regular = "\U000f0408"; - public const string lock_shield_32_regular = "\U000f0409"; - public const string lock_shield_48_regular = "\uf504"; - public const string lottery_20_regular = "\ue798"; - public const string lottery_24_regular = "\ue799"; - public const string luggage_16_regular = "\ue79a"; - public const string luggage_20_regular = "\ue79b"; - public const string luggage_24_regular = "\ue79c"; - public const string luggage_28_regular = "\ue79d"; - public const string luggage_32_regular = "\ue79e"; - public const string luggage_48_regular = "\ue79f"; - public const string mail_12_regular = "\ue7a0"; - public const string mail_16_regular = "\ue7a1"; - public const string mail_20_regular = "\uf506"; - public const string mail_24_regular = "\uf507"; - public const string mail_28_regular = "\uf508"; - public const string mail_32_regular = "\U000f01f3"; - public const string mail_48_regular = "\uf509"; - public const string mail_add_16_regular = "\uf50d"; - public const string mail_add_20_regular = "\uf51f"; - public const string mail_add_24_regular = "\uf50a"; - public const string mail_alert_16_regular = "\uf520"; - public const string mail_alert_20_regular = "\uf52a"; - public const string mail_alert_24_regular = "\uf52b"; - public const string mail_alert_28_regular = "\ue7a2"; - public const string mail_alert_32_regular = "\U000f05f1"; - public const string mail_all_read_16_regular = "\ue7a3"; - public const string mail_all_read_20_regular = "\uf50e"; - public const string mail_all_read_24_regular = "\ue7a4"; - public const string mail_all_read_28_regular = "\ue7a5"; - public const string mail_all_unread_20_regular = "\uf50f"; - public const string mail_arrow_clockwise_16_regular = "\U000f0537"; - public const string mail_arrow_clockwise_20_regular = "\U000f0538"; - public const string mail_arrow_clockwise_24_regular = "\U000f0539"; - public const string mail_arrow_clockwise_32_regular = "\U000f05f2"; - public const string mail_arrow_double_back_16_regular = "\ue7a6"; - public const string mail_arrow_double_back_20_regular = "\ue7a7"; - public const string mail_arrow_double_back_24_regular = "\U000f006d"; - public const string mail_arrow_double_back_32_regular = "\U000f0571"; - public const string mail_arrow_down_16_regular = "\uf52c"; - public const string mail_arrow_down_20_regular = "\ue7a8"; - public const string mail_arrow_forward_16_regular = "\ue7a9"; - public const string mail_arrow_forward_20_regular = "\ue7aa"; - public const string mail_arrow_up_16_regular = "\ue7ab"; - public const string mail_arrow_up_20_regular = "\uf52d"; - public const string mail_arrow_up_24_regular = "\uf54b"; - public const string mail_attach_16_regular = "\ue7ac"; - public const string mail_attach_20_regular = "\ue7ad"; - public const string mail_attach_24_regular = "\ue7ae"; - public const string mail_attach_28_regular = "\ue7af"; - public const string mail_briefcase_48_regular = "\U000f0572"; - public const string mail_checkmark_16_regular = "\uf54c"; - public const string mail_checkmark_20_regular = "\ue7b0"; - public const string mail_checkmark_24_regular = "\U000f006e"; - public const string mail_clock_16_regular = "\uf551"; - public const string mail_clock_20_regular = "\uf510"; - public const string mail_clock_24_regular = "\uf552"; - public const string mail_copy_20_regular = "\uf511"; - public const string mail_copy_24_regular = "\uf512"; - public const string mail_copy_32_regular = "\U000f05d9"; - public const string mail_dismiss_16_regular = "\ue7b1"; - public const string mail_dismiss_20_regular = "\uf553"; - public const string mail_dismiss_24_regular = "\uf554"; - public const string mail_dismiss_28_regular = "\ue7b2"; - public const string mail_edit_20_regular = "\ue7b3"; - public const string mail_edit_24_regular = "\ue7b4"; - public const string mail_edit_32_regular = "\U000f05ad"; - public const string mail_error_16_regular = "\ue7b5"; - public const string mail_error_20_regular = "\uf555"; - public const string mail_error_24_regular = "\uf55d"; - public const string mail_inbox_16_regular = "\uf513"; - public const string mail_inbox_20_regular = "\uf514"; - public const string mail_inbox_24_regular = "\uf515"; - public const string mail_inbox_28_regular = "\uf516"; - public const string mail_inbox_add_16_regular = "\uf517"; - public const string mail_inbox_add_20_regular = "\uf518"; - public const string mail_inbox_add_24_regular = "\uf519"; - public const string mail_inbox_add_28_regular = "\uf51a"; - public const string mail_inbox_all_20_regular = "\ue7b6"; - public const string mail_inbox_all_24_regular = "\ue7b7"; - public const string mail_inbox_arrow_down_16_regular = "\uf55e"; - public const string mail_inbox_arrow_down_20_regular = "\ue7b8"; - public const string mail_inbox_arrow_right_20_regular = "\ue7b9"; - public const string mail_inbox_arrow_right_24_regular = "\ue7ba"; - public const string mail_inbox_arrow_up_20_regular = "\ue7bb"; - public const string mail_inbox_arrow_up_24_regular = "\ue7bc"; - public const string mail_inbox_checkmark_16_regular = "\ue7bd"; - public const string mail_inbox_checkmark_20_regular = "\ue7be"; - public const string mail_inbox_checkmark_24_regular = "\ue7bf"; - public const string mail_inbox_checkmark_28_regular = "\ue7c0"; - public const string mail_inbox_dismiss_16_regular = "\uf51b"; - public const string mail_inbox_dismiss_20_regular = "\uf51c"; - public const string mail_inbox_dismiss_24_regular = "\uf51d"; - public const string mail_inbox_dismiss_28_regular = "\uf51e"; - public const string mail_link_20_regular = "\uf585"; - public const string mail_link_24_regular = "\uf58c"; - public const string mail_list_16_regular = "\ue7c1"; - public const string mail_list_20_regular = "\ue7c2"; - public const string mail_list_24_regular = "\ue7c3"; - public const string mail_list_28_regular = "\ue7c4"; - public const string mail_multiple_16_regular = "\ue7c5"; - public const string mail_multiple_20_regular = "\ue7c6"; - public const string mail_multiple_24_regular = "\ue7c7"; - public const string mail_multiple_28_regular = "\ue7c8"; - public const string mail_multiple_32_regular = "\U000f0447"; - public const string mail_off_16_regular = "\U000f0279"; - public const string mail_off_20_regular = "\ue7c9"; - public const string mail_off_24_regular = "\ue7ca"; - public const string mail_open_person_16_regular = "\ue7cb"; - public const string mail_open_person_20_regular = "\ue7cc"; - public const string mail_open_person_24_regular = "\ue7cd"; - public const string mail_pause_16_regular = "\uf5a6"; - public const string mail_pause_20_regular = "\ue7ce"; - public const string mail_prohibited_16_regular = "\ue7cf"; - public const string mail_prohibited_20_regular = "\uf5cb"; - public const string mail_prohibited_24_regular = "\uf5e2"; - public const string mail_prohibited_28_regular = "\ue7d0"; - public const string mail_read_16_regular = "\ue7d1"; - public const string mail_read_20_regular = "\uf521"; - public const string mail_read_24_regular = "\uf522"; - public const string mail_read_28_regular = "\uf523"; - public const string mail_read_32_regular = "\U000f0448"; - public const string mail_read_48_regular = "\uf524"; - public const string mail_read_briefcase_48_regular = "\U000f058d"; - public const string mail_read_multiple_20_regular = "\ueeab"; - public const string mail_read_multiple_32_regular = "\ueeac"; - public const string mail_rewind_16_regular = "\U000f030a"; - public const string mail_rewind_20_regular = "\U000f030b"; - public const string mail_rewind_24_regular = "\U000f030c"; - public const string mail_settings_16_regular = "\uf5e3"; - public const string mail_settings_20_regular = "\ue7d5"; - public const string mail_shield_16_regular = "\uf5e8"; - public const string mail_shield_20_regular = "\ue7d6"; - public const string mail_template_16_regular = "\ue7d7"; - public const string mail_template_20_regular = "\uf5e9"; - public const string mail_template_24_regular = "\uf5ed"; - public const string mail_unread_12_regular = "\U000f006f"; - public const string mail_unread_16_regular = "\uf525"; - public const string mail_unread_20_regular = "\uf526"; - public const string mail_unread_24_regular = "\uf527"; - public const string mail_unread_28_regular = "\uf528"; - public const string mail_unread_32_regular = "\U000f0449"; - public const string mail_unread_48_regular = "\uf529"; - public const string mail_warning_16_regular = "\uf5ee"; - public const string mail_warning_20_regular = "\ue7d8"; - public const string mail_warning_24_regular = "\ue7d9"; - public const string mailbox_16_regular = "\U000f044a"; - public const string mailbox_20_regular = "\U000f044b"; - public const string map_16_regular = "\U000f0070"; - public const string map_20_regular = "\ue7da"; - public const string map_24_regular = "\uf52e"; - public const string map_drive_16_regular = "\uf52f"; - public const string map_drive_20_regular = "\uf530"; - public const string map_drive_24_regular = "\uf531"; - public const string markdown_20_regular = "\ue7db"; - public const string match_app_layout_20_regular = "\ue7dc"; - public const string match_app_layout_24_regular = "\uf532"; - public const string math_format_linear_20_regular = "\ue7dd"; - public const string math_format_linear_24_regular = "\ue7de"; - public const string math_format_professional_16_regular = "\U000f012d"; - public const string math_format_professional_20_regular = "\ue7df"; - public const string math_format_professional_24_regular = "\ue7e0"; - public const string math_formula_16_regular = "\ue7e1"; - public const string math_formula_20_regular = "\ue7e2"; - public const string math_formula_24_regular = "\ue7e3"; - public const string math_formula_32_regular = "\ue7e4"; - public const string math_symbols_16_regular = "\ue7e5"; - public const string math_symbols_20_regular = "\ue7e6"; - public const string math_symbols_24_regular = "\ue7e7"; - public const string math_symbols_28_regular = "\ue7e8"; - public const string math_symbols_32_regular = "\ue7e9"; - public const string math_symbols_48_regular = "\ue7ea"; - public const string maximize_16_regular = "\uf533"; - public const string maximize_20_regular = "\ue7eb"; - public const string maximize_24_regular = "\ue7ec"; - public const string maximize_28_regular = "\ue7ed"; - public const string maximize_48_regular = "\ue7ee"; - public const string meet_now_16_regular = "\ue7ef"; - public const string meet_now_20_regular = "\uf534"; - public const string meet_now_24_regular = "\uf535"; - public const string meet_now_28_regular = "\uf5f6"; - public const string meet_now_32_regular = "\uf5f7"; - public const string meet_now_48_regular = "\uf631"; - public const string megaphone_16_regular = "\uf536"; - public const string megaphone_20_regular = "\uf537"; - public const string megaphone_24_regular = "\uf538"; - public const string megaphone_28_regular = "\uf539"; - public const string megaphone_circle_20_regular = "\uef77"; - public const string megaphone_circle_24_regular = "\uef78"; - public const string megaphone_loud_16_regular = "\ueead"; - public const string megaphone_loud_20_regular = "\uf64b"; - public const string megaphone_loud_24_regular = "\ue7f0"; - public const string megaphone_loud_28_regular = "\uf085"; - public const string megaphone_loud_32_regular = "\uf086"; - public const string megaphone_off_16_regular = "\ue7f1"; - public const string megaphone_off_20_regular = "\ue7f2"; - public const string megaphone_off_24_regular = "\uf53a"; - public const string megaphone_off_28_regular = "\ue7f3"; - public const string memory_16_regular = "\uf0f0"; - public const string mention_12_regular = "\ueff0"; - public const string mention_16_regular = "\uf53b"; - public const string mention_20_regular = "\uf53c"; - public const string mention_24_regular = "\uf53d"; - public const string mention_32_regular = "\U000f0071"; - public const string mention_48_regular = "\U000f0072"; - public const string mention_arrow_down_20_regular = "\ue7f4"; - public const string mention_brackets_20_regular = "\ue7f5"; - public const string merge_16_regular = "\ue7f6"; - public const string merge_20_regular = "\ue7f7"; - public const string merge_24_regular = "\uf53e"; - public const string mic_16_regular = "\ue7f8"; - public const string mic_20_regular = "\ue7f9"; - public const string mic_24_regular = "\ue7fa"; - public const string mic_28_regular = "\ue7fb"; - public const string mic_32_regular = "\ue7fc"; - public const string mic_48_regular = "\ue7fd"; - public const string mic_off_12_regular = "\uf53f"; - public const string mic_off_16_regular = "\uf540"; - public const string mic_off_20_regular = "\ue7fe"; - public const string mic_off_24_regular = "\uf541"; - public const string mic_off_28_regular = "\uf542"; - public const string mic_off_32_regular = "\ue7ff"; - public const string mic_off_48_regular = "\ue800"; - public const string mic_prohibited_16_regular = "\ue801"; - public const string mic_prohibited_20_regular = "\ue802"; - public const string mic_prohibited_24_regular = "\ue803"; - public const string mic_prohibited_28_regular = "\ue804"; - public const string mic_prohibited_48_regular = "\ue805"; - public const string mic_pulse_16_regular = "\ue806"; - public const string mic_pulse_20_regular = "\ue807"; - public const string mic_pulse_24_regular = "\ue808"; - public const string mic_pulse_28_regular = "\ue809"; - public const string mic_pulse_32_regular = "\ue80a"; - public const string mic_pulse_48_regular = "\ue80b"; - public const string mic_pulse_off_16_regular = "\ue80c"; - public const string mic_pulse_off_20_regular = "\ue80d"; - public const string mic_pulse_off_24_regular = "\ue80e"; - public const string mic_pulse_off_28_regular = "\ue80f"; - public const string mic_pulse_off_32_regular = "\ue810"; - public const string mic_pulse_off_48_regular = "\ue811"; - public const string mic_record_20_regular = "\U000f02c2"; - public const string mic_record_24_regular = "\U000f02c3"; - public const string mic_record_28_regular = "\U000f02c4"; - public const string mic_settings_20_regular = "\ue812"; - public const string mic_settings_24_regular = "\uf548"; - public const string mic_sparkle_16_regular = "\ue813"; - public const string mic_sparkle_20_regular = "\ue814"; - public const string mic_sparkle_24_regular = "\ue815"; - public const string mic_sync_20_regular = "\ue816"; - public const string microscope_20_regular = "\uf64c"; - public const string microscope_24_regular = "\uf64f"; - public const string midi_20_regular = "\uf549"; - public const string midi_24_regular = "\uf54a"; - public const string mobile_optimized_20_regular = "\ue817"; - public const string mobile_optimized_24_regular = "\uf54d"; - public const string mold_20_regular = "\U000f012e"; - public const string mold_24_regular = "\U000f012f"; - public const string mold_28_regular = "\U000f0130"; - public const string molecule_16_regular = "\uf650"; - public const string molecule_20_regular = "\uf659"; - public const string molecule_24_regular = "\uf65a"; - public const string molecule_28_regular = "\uf65d"; - public const string molecule_32_regular = "\uf65e"; - public const string molecule_48_regular = "\uf65f"; - public const string money_16_regular = "\uf54e"; - public const string money_20_regular = "\uf54f"; - public const string money_24_regular = "\uf550"; - public const string money_calculator_20_regular = "\ue818"; - public const string money_calculator_24_regular = "\ue819"; - public const string money_dismiss_20_regular = "\ue81a"; - public const string money_dismiss_24_regular = "\ue81b"; - public const string money_hand_16_regular = "\U000f01dc"; - public const string money_hand_20_regular = "\ue81c"; - public const string money_hand_24_regular = "\ue81d"; - public const string money_off_20_regular = "\ue81e"; - public const string money_off_24_regular = "\ue81f"; - public const string money_settings_16_regular = "\U000f01dd"; - public const string money_settings_20_regular = "\ue820"; - public const string money_settings_24_regular = "\U000f01de"; - public const string more_circle_16_regular = "\uf0f1"; - public const string more_circle_20_regular = "\ue821"; - public const string more_circle_24_regular = "\uf0f2"; - public const string more_circle_28_regular = "\uf0f3"; - public const string more_circle_32_regular = "\ue822"; - public const string more_circle_48_regular = "\uf0f4"; - public const string more_horizontal_16_regular = "\ue823"; - public const string more_horizontal_24_regular = "\ue825"; - public const string more_horizontal_28_regular = "\ue826"; - public const string more_horizontal_32_regular = "\ue827"; - public const string more_horizontal_48_regular = "\ue828"; - public const string more_vertical_16_regular = "\ue829"; - public const string more_vertical_20_regular = "\uf556"; - public const string more_vertical_24_regular = "\uf557"; - public const string more_vertical_28_regular = "\uf558"; - public const string more_vertical_32_regular = "\ue82a"; - public const string more_vertical_48_regular = "\uf559"; - public const string mountain_location_bottom_20_regular = "\U000f00e2"; - public const string mountain_location_bottom_24_regular = "\U000f00e3"; - public const string mountain_location_bottom_28_regular = "\U000f00e4"; - public const string mountain_location_top_20_regular = "\U000f00e5"; - public const string mountain_location_top_24_regular = "\U000f00e6"; - public const string mountain_location_top_28_regular = "\U000f00e7"; - public const string mountain_trail_20_regular = "\U000f00e8"; - public const string mountain_trail_24_regular = "\U000f00e9"; - public const string mountain_trail_28_regular = "\U000f00ea"; - public const string movies_and_tv_16_regular = "\ue82b"; - public const string movies_and_tv_20_regular = "\ue82c"; - public const string movies_and_tv_24_regular = "\uf55a"; - public const string multiplier_1_2x_20_regular = "\ue82d"; - public const string multiplier_1_2x_24_regular = "\ue82e"; - public const string multiplier_1_2x_28_regular = "\ue82f"; - public const string multiplier_1_2x_32_regular = "\ue830"; - public const string multiplier_1_2x_48_regular = "\ue831"; - public const string multiplier_1_5x_20_regular = "\ue832"; - public const string multiplier_1_5x_24_regular = "\ue833"; - public const string multiplier_1_5x_28_regular = "\ue834"; - public const string multiplier_1_5x_32_regular = "\ue835"; - public const string multiplier_1_5x_48_regular = "\ue836"; - public const string multiplier_1_8x_20_regular = "\ue837"; - public const string multiplier_1_8x_24_regular = "\ue838"; - public const string multiplier_1_8x_28_regular = "\ue839"; - public const string multiplier_1_8x_32_regular = "\ue83a"; - public const string multiplier_1_8x_48_regular = "\ue83b"; - public const string multiplier_1x_20_regular = "\ue83c"; - public const string multiplier_1x_24_regular = "\ue83d"; - public const string multiplier_1x_28_regular = "\ue83e"; - public const string multiplier_1x_32_regular = "\ue83f"; - public const string multiplier_1x_48_regular = "\ue840"; - public const string multiplier_2x_20_regular = "\ue841"; - public const string multiplier_2x_24_regular = "\ue842"; - public const string multiplier_2x_28_regular = "\ue843"; - public const string multiplier_2x_32_regular = "\ue844"; - public const string multiplier_2x_48_regular = "\ue845"; - public const string multiplier_5x_20_regular = "\ue846"; - public const string multiplier_5x_24_regular = "\ue847"; - public const string multiplier_5x_28_regular = "\ue848"; - public const string multiplier_5x_32_regular = "\ue849"; - public const string multiplier_5x_48_regular = "\ue84a"; - public const string multiselect_ltr_16_regular = "\ue84b"; - public const string multiselect_ltr_20_regular = "\ue84c"; - public const string multiselect_ltr_24_regular = "\ue84d"; - public const string multiselect_rtl_16_regular = "\ue84e"; - public const string multiselect_rtl_20_regular = "\ue84f"; - public const string multiselect_rtl_24_regular = "\ue850"; - public const string music_note_1_20_regular = "\ue851"; - public const string music_note_1_24_regular = "\ue852"; - public const string music_note_2_16_regular = "\ue853"; - public const string music_note_2_20_regular = "\ue854"; - public const string music_note_2_24_regular = "\ue855"; - public const string music_note_2_play_20_regular = "\ue856"; - public const string music_note_off_1_20_regular = "\ue857"; - public const string music_note_off_1_24_regular = "\ue858"; - public const string music_note_off_2_16_regular = "\ue859"; - public const string music_note_off_2_20_regular = "\ue85a"; - public const string music_note_off_2_24_regular = "\ue85b"; - public const string my_location_12_regular = "\ue85c"; - public const string my_location_16_regular = "\ue85d"; - public const string my_location_20_regular = "\ue85e"; - public const string my_location_24_regular = "\uf55f"; - public const string navigation_16_regular = "\ue85f"; - public const string navigation_24_regular = "\uf561"; - public const string navigation_location_target_20_regular = "\ue860"; - public const string navigation_play_20_regular = "\ue861"; - public const string navigation_unread_20_regular = "\ue862"; - public const string navigation_unread_24_regular = "\ue863"; - public const string network_adapter_16_regular = "\uf0f5"; - public const string network_check_20_regular = "\ue864"; - public const string network_check_24_regular = "\uf562"; - public const string new_16_regular = "\uf563"; - public const string new_20_regular = "\ue865"; - public const string new_24_regular = "\uf564"; - public const string news_16_regular = "\ue866"; - public const string news_20_regular = "\uf565"; - public const string news_24_regular = "\uf566"; - public const string news_28_regular = "\uf567"; - public const string next_16_regular = "\uf568"; - public const string next_20_regular = "\uf569"; - public const string next_24_regular = "\uf56a"; - public const string next_28_regular = "\ue867"; - public const string next_32_regular = "\ue868"; - public const string next_48_regular = "\ue869"; - public const string next_frame_20_regular = "\U000f02dc"; - public const string next_frame_24_regular = "\U000f02dd"; - public const string note_16_regular = "\uf663"; - public const string note_20_regular = "\uf56b"; - public const string note_24_regular = "\uf56c"; - public const string note_28_regular = "\ue86a"; - public const string note_48_regular = "\ue86b"; - public const string note_add_16_regular = "\uf56d"; - public const string note_add_20_regular = "\uf56e"; - public const string note_add_24_regular = "\uf56f"; - public const string note_add_28_regular = "\ue86c"; - public const string note_add_48_regular = "\ue86d"; - public const string note_edit_20_regular = "\ue86e"; - public const string note_edit_24_regular = "\ue86f"; - public const string note_pin_16_regular = "\uf664"; - public const string note_pin_20_regular = "\ue870"; - public const string notebook_16_regular = "\uef09"; - public const string notebook_20_regular = "\ue871"; - public const string notebook_24_regular = "\uf570"; - public const string notebook_32_regular = "\ueed9"; - public const string notebook_add_20_regular = "\ue872"; - public const string notebook_add_24_regular = "\ue873"; - public const string notebook_arrow_curve_down_20_regular = "\ue874"; - public const string notebook_error_20_regular = "\ue875"; - public const string notebook_error_24_regular = "\uf571"; - public const string notebook_eye_20_regular = "\ue876"; - public const string notebook_lightning_20_regular = "\ue877"; - public const string notebook_lightning_24_regular = "\uf572"; - public const string notebook_question_mark_20_regular = "\ue878"; - public const string notebook_question_mark_24_regular = "\uf573"; - public const string notebook_section_20_regular = "\ue879"; - public const string notebook_section_24_regular = "\uf574"; - public const string notebook_section_arrow_right_20_regular = "\uef7c"; - public const string notebook_section_arrow_right_24_regular = "\ue87a"; - public const string notebook_subsection_20_regular = "\ue87b"; - public const string notebook_subsection_24_regular = "\ue87c"; - public const string notebook_sync_20_regular = "\ue87d"; - public const string notebook_sync_24_regular = "\uf575"; - public const string notepad_12_regular = "\ue87e"; - public const string notepad_16_regular = "\uf665"; - public const string notepad_20_regular = "\uf576"; - public const string notepad_24_regular = "\uf577"; - public const string notepad_28_regular = "\uf578"; - public const string notepad_32_regular = "\ue87f"; - public const string notepad_edit_16_regular = "\uf666"; - public const string notepad_edit_20_regular = "\ue880"; - public const string notepad_person_16_regular = "\ue881"; - public const string notepad_person_20_regular = "\ue882"; - public const string notepad_person_24_regular = "\ue883"; - public const string notepad_sparkle_16_regular = "\U000f0600"; - public const string notepad_sparkle_20_regular = "\U000f0601"; - public const string notepad_sparkle_24_regular = "\U000f0602"; - public const string notepad_sparkle_28_regular = "\U000f0603"; - public const string notepad_sparkle_32_regular = "\U000f0604"; - public const string number_circle_0_16_regular = "\U000f0342"; - public const string number_circle_0_20_regular = "\U000f0343"; - public const string number_circle_0_24_regular = "\U000f0344"; - public const string number_circle_0_28_regular = "\U000f0345"; - public const string number_circle_0_32_regular = "\U000f0346"; - public const string number_circle_0_48_regular = "\U000f0347"; - public const string number_circle_1_16_regular = "\ue884"; - public const string number_circle_1_20_regular = "\ue885"; - public const string number_circle_1_24_regular = "\ue886"; - public const string number_circle_1_28_regular = "\U000f024b"; - public const string number_circle_1_32_regular = "\U000f024c"; - public const string number_circle_1_48_regular = "\U000f024d"; - public const string number_circle_2_16_regular = "\U000f024e"; - public const string number_circle_2_20_regular = "\U000f024f"; - public const string number_circle_2_24_regular = "\U000f0250"; - public const string number_circle_2_28_regular = "\U000f0251"; - public const string number_circle_2_32_regular = "\U000f0252"; - public const string number_circle_2_48_regular = "\U000f0253"; - public const string number_circle_3_16_regular = "\U000f0254"; - public const string number_circle_3_20_regular = "\U000f0255"; - public const string number_circle_3_24_regular = "\U000f0256"; - public const string number_circle_3_28_regular = "\U000f0257"; - public const string number_circle_3_32_regular = "\U000f0258"; - public const string number_circle_3_48_regular = "\U000f0259"; - public const string number_circle_4_16_regular = "\U000f025a"; - public const string number_circle_4_20_regular = "\U000f025b"; - public const string number_circle_4_24_regular = "\U000f025c"; - public const string number_circle_4_28_regular = "\U000f025d"; - public const string number_circle_4_32_regular = "\U000f025e"; - public const string number_circle_4_48_regular = "\U000f025f"; - public const string number_circle_5_16_regular = "\U000f0260"; - public const string number_circle_5_20_regular = "\U000f0261"; - public const string number_circle_5_24_regular = "\U000f0262"; - public const string number_circle_5_28_regular = "\U000f0263"; - public const string number_circle_5_32_regular = "\U000f0264"; - public const string number_circle_5_48_regular = "\U000f0265"; - public const string number_circle_6_16_regular = "\U000f0348"; - public const string number_circle_6_20_regular = "\U000f0349"; - public const string number_circle_6_24_regular = "\U000f034a"; - public const string number_circle_6_28_regular = "\U000f034b"; - public const string number_circle_6_32_regular = "\U000f034c"; - public const string number_circle_6_48_regular = "\U000f034d"; - public const string number_circle_7_16_regular = "\U000f034e"; - public const string number_circle_7_20_regular = "\U000f034f"; - public const string number_circle_7_24_regular = "\U000f0350"; - public const string number_circle_7_28_regular = "\U000f0351"; - public const string number_circle_7_32_regular = "\U000f0352"; - public const string number_circle_7_48_regular = "\U000f0353"; - public const string number_circle_8_16_regular = "\U000f0354"; - public const string number_circle_8_20_regular = "\U000f0355"; - public const string number_circle_8_24_regular = "\U000f0356"; - public const string number_circle_8_28_regular = "\U000f0357"; - public const string number_circle_8_32_regular = "\U000f0358"; - public const string number_circle_8_48_regular = "\U000f0359"; - public const string number_circle_9_16_regular = "\U000f035a"; - public const string number_circle_9_20_regular = "\U000f035b"; - public const string number_circle_9_24_regular = "\U000f035c"; - public const string number_circle_9_28_regular = "\U000f035d"; - public const string number_circle_9_32_regular = "\U000f035e"; - public const string number_circle_9_48_regular = "\U000f035f"; - public const string number_row_16_regular = "\uf579"; - public const string number_row_20_regular = "\uf57a"; - public const string number_row_24_regular = "\uf57b"; - public const string number_symbol_16_regular = "\uf57c"; - public const string number_symbol_20_regular = "\uf57d"; - public const string number_symbol_24_regular = "\uf57e"; - public const string number_symbol_28_regular = "\ue887"; - public const string number_symbol_32_regular = "\ue888"; - public const string number_symbol_48_regular = "\ue889"; - public const string number_symbol_dismiss_20_regular = "\ue88a"; - public const string number_symbol_dismiss_24_regular = "\ue88b"; - public const string number_symbol_square_20_regular = "\ue88c"; - public const string number_symbol_square_24_regular = "\ue88d"; - public const string open_12_regular = "\U000f02c5"; - public const string open_16_regular = "\uf581"; - public const string open_20_regular = "\uf582"; - public const string open_24_regular = "\uf583"; - public const string open_28_regular = "\ue88e"; - public const string open_32_regular = "\uf667"; - public const string open_48_regular = "\ue88f"; - public const string open_folder_16_regular = "\ue890"; - public const string open_folder_20_regular = "\ue891"; - public const string open_folder_24_regular = "\uf584"; - public const string open_folder_28_regular = "\ue892"; - public const string open_folder_48_regular = "\ue893"; - public const string open_off_16_regular = "\ue894"; - public const string open_off_20_regular = "\ue895"; - public const string open_off_24_regular = "\ue896"; - public const string open_off_28_regular = "\ue897"; - public const string open_off_48_regular = "\ue898"; - public const string options_16_regular = "\uf586"; - public const string options_20_regular = "\uf587"; - public const string options_24_regular = "\uf588"; - public const string options_28_regular = "\U000f0573"; - public const string options_32_regular = "\U000f0574"; - public const string options_48_regular = "\ue899"; - public const string organization_12_regular = "\ue89a"; - public const string organization_16_regular = "\ue89b"; - public const string organization_20_regular = "\uf589"; - public const string organization_24_regular = "\uf58a"; - public const string organization_28_regular = "\uf58b"; - public const string organization_32_regular = "\ue89c"; - public const string organization_48_regular = "\ue89d"; - public const string organization_horizontal_16_regular = "\U000f044c"; - public const string organization_horizontal_20_regular = "\ue89e"; - public const string organization_horizontal_24_regular = "\U000f044d"; - public const string orientation_20_regular = "\ue89f"; - public const string orientation_24_regular = "\ue8a0"; - public const string oval_16_regular = "\ue8a1"; - public const string oval_20_regular = "\ue8a2"; - public const string oval_24_regular = "\ue8a3"; - public const string oval_28_regular = "\ue8a4"; - public const string oval_32_regular = "\ue8a5"; - public const string oval_48_regular = "\ue8a6"; - public const string oven_20_regular = "\ueff1"; - public const string oven_24_regular = "\ueff2"; - public const string oven_32_regular = "\ueff3"; - public const string oven_48_regular = "\ueff4"; - public const string padding_down_20_regular = "\uf681"; - public const string padding_down_24_regular = "\uf682"; - public const string padding_left_20_regular = "\uf695"; - public const string padding_left_24_regular = "\uf69e"; - public const string padding_right_20_regular = "\uf69f"; - public const string padding_right_24_regular = "\uf6a0"; - public const string padding_top_20_regular = "\uf6b4"; - public const string padding_top_24_regular = "\uf6b9"; - public const string page_fit_16_regular = "\uf58e"; - public const string page_fit_20_regular = "\uf58f"; - public const string page_fit_24_regular = "\uf590"; - public const string paint_brush_16_regular = "\uf591"; - public const string paint_brush_20_regular = "\uf592"; - public const string paint_brush_24_regular = "\uf593"; - public const string paint_brush_28_regular = "\U000f0605"; - public const string paint_brush_32_regular = "\U000f0224"; - public const string paint_brush_arrow_down_20_regular = "\ue8a7"; - public const string paint_brush_arrow_down_24_regular = "\ue8a8"; - public const string paint_brush_arrow_up_20_regular = "\ue8a9"; - public const string paint_brush_arrow_up_24_regular = "\ue8aa"; - public const string paint_brush_sparkle_20_regular = "\U000f05da"; - public const string paint_brush_sparkle_24_regular = "\U000f05db"; - public const string paint_brush_subtract_16_regular = "\U000f0606"; - public const string paint_brush_subtract_20_regular = "\U000f0607"; - public const string paint_brush_subtract_24_regular = "\U000f0608"; - public const string paint_brush_subtract_28_regular = "\U000f0609"; - public const string paint_brush_subtract_32_regular = "\U000f060a"; - public const string paint_bucket_16_regular = "\uf594"; - public const string paint_bucket_20_regular = "\uf595"; - public const string paint_bucket_24_regular = "\uf596"; - public const string pair_20_regular = "\ue8ab"; - public const string pair_24_regular = "\uf597"; - public const string panel_bottom_20_regular = "\ue8ac"; - public const string panel_bottom_contract_20_regular = "\ue8ad"; - public const string panel_bottom_expand_20_regular = "\ue8ae"; - public const string panel_left_16_regular = "\ue8af"; - public const string panel_left_20_regular = "\ue8b0"; - public const string panel_left_24_regular = "\ue8b1"; - public const string panel_left_28_regular = "\ue8b2"; - public const string panel_left_32_regular = "\ueff6"; - public const string panel_left_48_regular = "\ue8b3"; - public const string panel_left_add_16_regular = "\ueff7"; - public const string panel_left_add_20_regular = "\ueff8"; - public const string panel_left_add_24_regular = "\ueff9"; - public const string panel_left_add_28_regular = "\ueffa"; - public const string panel_left_add_32_regular = "\ueffb"; - public const string panel_left_add_48_regular = "\ueffc"; - public const string panel_left_contract_16_regular = "\ue8b4"; - public const string panel_left_contract_20_regular = "\ue8b5"; - public const string panel_left_contract_24_regular = "\ue8b6"; - public const string panel_left_contract_28_regular = "\ue8b7"; - public const string panel_left_expand_16_regular = "\ue8b8"; - public const string panel_left_expand_20_regular = "\ue8b9"; - public const string panel_left_expand_24_regular = "\ue8ba"; - public const string panel_left_expand_28_regular = "\ue8bb"; - public const string panel_left_header_16_regular = "\U000f0073"; - public const string panel_left_header_20_regular = "\U000f0074"; - public const string panel_left_header_24_regular = "\U000f0075"; - public const string panel_left_header_28_regular = "\U000f0076"; - public const string panel_left_header_32_regular = "\U000f0077"; - public const string panel_left_header_48_regular = "\U000f0078"; - public const string panel_left_header_add_16_regular = "\U000f0079"; - public const string panel_left_header_add_20_regular = "\U000f007a"; - public const string panel_left_header_add_24_regular = "\U000f007b"; - public const string panel_left_header_add_28_regular = "\U000f007c"; - public const string panel_left_header_add_32_regular = "\U000f007d"; - public const string panel_left_header_add_48_regular = "\U000f007e"; - public const string panel_left_header_key_16_regular = "\U000f007f"; - public const string panel_left_header_key_20_regular = "\U000f0080"; - public const string panel_left_header_key_24_regular = "\U000f0081"; - public const string panel_left_key_16_regular = "\ueffd"; - public const string panel_left_key_20_regular = "\ueffe"; - public const string panel_left_key_24_regular = "\uefff"; - public const string panel_left_text_16_regular = "\U000f0199"; - public const string panel_left_text_20_regular = "\U000f019a"; - public const string panel_left_text_24_regular = "\U000f019b"; - public const string panel_left_text_28_regular = "\U000f019c"; - public const string panel_left_text_32_regular = "\U000f019d"; - public const string panel_left_text_48_regular = "\U000f019e"; - public const string panel_left_text_add_16_regular = "\U000f019f"; - public const string panel_left_text_add_20_regular = "\U000f01a0"; - public const string panel_left_text_add_24_regular = "\U000f01a1"; - public const string panel_left_text_add_28_regular = "\U000f01a2"; - public const string panel_left_text_add_32_regular = "\U000f01a3"; - public const string panel_left_text_add_48_regular = "\U000f01a4"; - public const string panel_left_text_dismiss_16_regular = "\U000f01a5"; - public const string panel_left_text_dismiss_20_regular = "\U000f01a6"; - public const string panel_left_text_dismiss_24_regular = "\U000f01a7"; - public const string panel_left_text_dismiss_28_regular = "\U000f01a8"; - public const string panel_left_text_dismiss_32_regular = "\U000f01a9"; - public const string panel_left_text_dismiss_48_regular = "\U000f01aa"; - public const string panel_right_16_regular = "\ue8bc"; - public const string panel_right_20_regular = "\ue8bd"; - public const string panel_right_24_regular = "\ue8be"; - public const string panel_right_28_regular = "\ue8bf"; - public const string panel_right_32_regular = "\uf000"; - public const string panel_right_48_regular = "\ue8c0"; - public const string panel_right_add_20_regular = "\ueeae"; - public const string panel_right_contract_16_regular = "\ue8c1"; - public const string panel_right_contract_20_regular = "\ue8c2"; - public const string panel_right_contract_24_regular = "\ue8c3"; - public const string panel_right_cursor_20_regular = "\uf03d"; - public const string panel_right_cursor_24_regular = "\uf03e"; - public const string panel_right_expand_20_regular = "\ue8c4"; - public const string panel_right_gallery_16_regular = "\U000f030d"; - public const string panel_right_gallery_20_regular = "\U000f030e"; - public const string panel_right_gallery_24_regular = "\U000f030f"; - public const string panel_right_gallery_28_regular = "\U000f0310"; - public const string panel_separate_window_20_regular = "\ue8c5"; - public const string panel_top_contract_20_regular = "\ue8c6"; - public const string panel_top_expand_20_regular = "\ue8c7"; - public const string panel_top_gallery_16_regular = "\U000f0311"; - public const string panel_top_gallery_20_regular = "\U000f0312"; - public const string panel_top_gallery_24_regular = "\U000f0313"; - public const string panel_top_gallery_28_regular = "\U000f0314"; - public const string password_16_regular = "\ue8c8"; - public const string password_20_regular = "\ue8c9"; - public const string password_24_regular = "\uf59e"; - public const string password_32_regular = "\U000f05ae"; - public const string password_48_regular = "\U000f05af"; - public const string password_clock_48_regular = "\U000f05b0"; - public const string password_reset_48_regular = "\U000f05b1"; - public const string patch_20_regular = "\uf6ba"; - public const string patch_24_regular = "\uf6bb"; - public const string patient_20_regular = "\ue8ca"; - public const string patient_24_regular = "\uf59f"; - public const string patient_32_regular = "\ue8cb"; - public const string pause_12_regular = "\ue8cc"; - public const string pause_16_regular = "\uf5a0"; - public const string pause_20_regular = "\uf5a1"; - public const string pause_24_regular = "\uf5a2"; - public const string pause_28_regular = "\ue8cd"; - public const string pause_32_regular = "\ue8ce"; - public const string pause_48_regular = "\uf5a3"; - public const string pause_circle_20_regular = "\uf6bc"; - public const string pause_circle_24_regular = "\ue8cf"; - public const string pause_circle_32_regular = "\U000f0225"; - public const string pause_circle_48_regular = "\U000f0226"; - public const string pause_off_16_regular = "\ue8d0"; - public const string pause_off_20_regular = "\ue8d1"; - public const string pause_settings_16_regular = "\ue8d2"; - public const string pause_settings_20_regular = "\ue8d3"; - public const string payment_16_regular = "\ue8d4"; - public const string payment_20_regular = "\uf5a4"; - public const string payment_24_regular = "\uf5a5"; - public const string payment_28_regular = "\ue8d5"; - public const string payment_32_regular = "\ueeda"; - public const string payment_48_regular = "\ueedb"; - public const string payment_wireless_16_regular = "\U000f0517"; - public const string payment_wireless_20_regular = "\U000f0518"; - public const string payment_wireless_24_regular = "\U000f0519"; - public const string payment_wireless_28_regular = "\U000f051a"; - public const string payment_wireless_32_regular = "\U000f051b"; - public const string payment_wireless_48_regular = "\U000f051c"; - public const string pen_16_regular = "\ue8d6"; - public const string pen_20_regular = "\ue8d7"; - public const string pen_24_regular = "\ue8d8"; - public const string pen_28_regular = "\ue8d9"; - public const string pen_32_regular = "\ue8da"; - public const string pen_48_regular = "\ue8db"; - public const string pen_dismiss_16_regular = "\U000f00eb"; - public const string pen_dismiss_20_regular = "\U000f00ec"; - public const string pen_dismiss_24_regular = "\U000f00ed"; - public const string pen_dismiss_28_regular = "\U000f00ee"; - public const string pen_dismiss_32_regular = "\U000f00ef"; - public const string pen_dismiss_48_regular = "\U000f00f0"; - public const string pen_off_16_regular = "\ue8dc"; - public const string pen_off_20_regular = "\ue8dd"; - public const string pen_off_24_regular = "\ue8de"; - public const string pen_off_28_regular = "\ue8df"; - public const string pen_off_32_regular = "\ue8e0"; - public const string pen_off_48_regular = "\ue8e1"; - public const string pen_prohibited_16_regular = "\ue8e2"; - public const string pen_prohibited_20_regular = "\ue8e3"; - public const string pen_prohibited_24_regular = "\ue8e4"; - public const string pen_prohibited_28_regular = "\ue8e5"; - public const string pen_prohibited_32_regular = "\ue8e6"; - public const string pen_prohibited_48_regular = "\ue8e7"; - public const string pen_sparkle_16_regular = "\U000f0227"; - public const string pen_sparkle_20_regular = "\U000f0228"; - public const string pen_sparkle_24_regular = "\U000f0229"; - public const string pen_sparkle_28_regular = "\U000f022a"; - public const string pen_sparkle_32_regular = "\U000f022b"; - public const string pen_sparkle_48_regular = "\U000f022c"; - public const string pentagon_20_regular = "\ue8e8"; - public const string pentagon_32_regular = "\ue8e9"; - public const string pentagon_48_regular = "\ue8ea"; - public const string people_12_regular = "\ue8eb"; - public const string people_16_regular = "\uf5a7"; - public const string people_20_regular = "\uf5a8"; - public const string people_24_regular = "\uf5a9"; - public const string people_28_regular = "\uf5aa"; - public const string people_32_regular = "\ue8ec"; - public const string people_48_regular = "\ue8ed"; - public const string people_add_16_regular = "\uf5ab"; - public const string people_add_20_regular = "\uf5ac"; - public const string people_add_24_regular = "\uf5ad"; - public const string people_add_28_regular = "\ue8ee"; - public const string people_add_32_regular = "\U000f0575"; - public const string people_audience_20_regular = "\ue8ef"; - public const string people_audience_24_regular = "\uf5ae"; - public const string people_audience_32_regular = "\U000f04f7"; - public const string people_call_16_regular = "\ue8f0"; - public const string people_call_20_regular = "\ue8f1"; - public const string people_call_24_regular = "\U000f0082"; - public const string people_chat_16_regular = "\U000f03bf"; - public const string people_chat_20_regular = "\U000f03c0"; - public const string people_chat_24_regular = "\U000f03c1"; - public const string people_checkmark_16_regular = "\ue8f2"; - public const string people_checkmark_20_regular = "\ue8f3"; - public const string people_checkmark_24_regular = "\ue8f4"; - public const string people_community_12_regular = "\U000f05dc"; - public const string people_community_16_regular = "\uf5af"; - public const string people_community_20_regular = "\uf5b0"; - public const string people_community_24_regular = "\uf5b1"; - public const string people_community_28_regular = "\uf5b2"; - public const string people_community_32_regular = "\U000f0083"; - public const string people_community_48_regular = "\U000f0084"; - public const string people_community_add_20_regular = "\ue8f5"; - public const string people_community_add_24_regular = "\uf5b3"; - public const string people_community_add_28_regular = "\ue8f6"; - public const string people_edit_16_regular = "\U000f01df"; - public const string people_edit_20_regular = "\ue8f7"; - public const string people_edit_24_regular = "\U000f01e0"; - public const string people_error_16_regular = "\ue8f8"; - public const string people_error_20_regular = "\ue8f9"; - public const string people_error_24_regular = "\ue8fa"; - public const string people_eye_16_regular = "\U000f05b2"; - public const string people_eye_20_regular = "\U000f05b3"; - public const string people_list_16_regular = "\ue8fb"; - public const string people_list_20_regular = "\ue8fc"; - public const string people_list_24_regular = "\ue8fd"; - public const string people_list_28_regular = "\ue8fe"; - public const string people_list_32_regular = "\U000f044e"; - public const string people_lock_20_regular = "\ue8ff"; - public const string people_lock_24_regular = "\ue900"; - public const string people_money_20_regular = "\ue901"; - public const string people_money_24_regular = "\ue902"; - public const string people_prohibited_16_regular = "\ue903"; - public const string people_prohibited_20_regular = "\uf5b4"; - public const string people_prohibited_24_regular = "\ue904"; - public const string people_queue_20_regular = "\ue905"; - public const string people_queue_24_regular = "\ue906"; - public const string people_search_20_regular = "\ue907"; - public const string person_search_24_regular = "\uef7e"; - public const string people_settings_20_regular = "\uf5b6"; - public const string people_settings_24_regular = "\ue908"; - public const string people_settings_28_regular = "\ue909"; - public const string people_star_16_regular = "\uf0f6"; - public const string people_star_20_regular = "\uf0f7"; - public const string people_star_24_regular = "\uf0f8"; - public const string people_star_28_regular = "\uf0f9"; - public const string people_star_32_regular = "\uf0fa"; - public const string people_star_48_regular = "\uf0fb"; - public const string people_subtract_20_regular = "\U000f058e"; - public const string people_subtract_24_regular = "\U000f058f"; - public const string people_subtract_32_regular = "\U000f0590"; - public const string people_swap_16_regular = "\ue90a"; - public const string people_swap_20_regular = "\ue90b"; - public const string people_swap_24_regular = "\ue90c"; - public const string people_swap_28_regular = "\ue90d"; - public const string people_sync_16_regular = "\uf6bd"; - public const string people_sync_20_regular = "\ue90e"; - public const string people_sync_28_regular = "\ue90f"; - public const string people_team_16_regular = "\uf5b7"; - public const string people_team_20_regular = "\uf5b8"; - public const string people_team_24_regular = "\uf5b9"; - public const string people_team_28_regular = "\uf5ba"; - public const string people_team_32_regular = "\ue910"; - public const string people_team_48_regular = "\U000f0131"; - public const string people_team_add_20_regular = "\ue911"; - public const string people_team_add_24_regular = "\ue912"; - public const string people_team_delete_16_regular = "\ue913"; - public const string people_team_delete_20_regular = "\ue914"; - public const string people_team_delete_24_regular = "\ue915"; - public const string people_team_delete_28_regular = "\ue916"; - public const string people_team_delete_32_regular = "\ue917"; - public const string people_team_toolbox_20_regular = "\ue918"; - public const string people_team_toolbox_24_regular = "\ue919"; - public const string people_toolbox_16_regular = "\uf6ca"; - public const string people_toolbox_20_regular = "\ue91a"; - public const string person_12_regular = "\uf5bb"; - public const string person_16_regular = "\uf5bc"; - public const string person_20_regular = "\uf5bd"; - public const string person_24_regular = "\uf5be"; - public const string person_28_regular = "\uf5bf"; - public const string person_32_regular = "\ue91b"; - public const string person_48_regular = "\uf5c0"; - public const string person_5_20_regular = "\ue91c"; - public const string person_5_32_regular = "\ue91d"; - public const string person_6_20_regular = "\ue91e"; - public const string person_6_32_regular = "\ue91f"; - public const string person_accounts_20_regular = "\ue920"; - public const string person_accounts_24_regular = "\uf5c1"; - public const string person_add_16_regular = "\ue921"; - public const string person_add_20_regular = "\uf5c2"; - public const string person_add_24_regular = "\uf5c3"; - public const string person_add_28_regular = "\ue922"; - public const string person_add_32_regular = "\U000f044f"; - public const string person_alert_16_regular = "\uef91"; - public const string person_alert_20_regular = "\uef92"; - public const string person_alert_24_regular = "\uef93"; - public const string person_alert_32_regular = "\U000f0576"; - public const string person_alert_off_16_regular = "\U000f0591"; - public const string person_alert_off_20_regular = "\U000f0592"; - public const string person_alert_off_24_regular = "\U000f0593"; - public const string person_alert_off_32_regular = "\U000f0594"; - public const string person_arrow_back_16_regular = "\uef94"; - public const string person_arrow_back_20_regular = "\uef95"; - public const string person_arrow_back_24_regular = "\uef96"; - public const string person_arrow_back_28_regular = "\uef97"; - public const string person_arrow_back_32_regular = "\uef98"; - public const string person_arrow_back_48_regular = "\uef99"; - public const string person_arrow_left_16_regular = "\ue923"; - public const string person_arrow_left_20_regular = "\uf5c4"; - public const string person_arrow_left_24_regular = "\uf5c5"; - public const string person_arrow_right_16_regular = "\uf5c6"; - public const string person_arrow_right_20_regular = "\uf5c7"; - public const string person_arrow_right_24_regular = "\uf5c8"; - public const string person_available_16_regular = "\uf5c9"; - public const string person_available_20_regular = "\ue924"; - public const string person_available_24_regular = "\uf5ca"; - public const string person_board_12_regular = "\U000f05dd"; - public const string person_board_16_regular = "\uf5cc"; - public const string person_board_20_regular = "\uf5cd"; - public const string person_board_24_regular = "\uf5ce"; - public const string person_board_28_regular = "\uf03f"; - public const string person_board_32_regular = "\uf040"; - public const string person_call_16_regular = "\ue925"; - public const string person_call_20_regular = "\ue926"; - public const string person_call_24_regular = "\uf5cf"; - public const string person_chat_16_regular = "\uf6cb"; - public const string person_chat_20_regular = "\uf6d1"; - public const string person_chat_24_regular = "\uf6d3"; - public const string person_circle_12_regular = "\ue927"; - public const string person_circle_20_regular = "\ue928"; - public const string person_circle_24_regular = "\ue929"; - public const string person_circle_28_regular = "\uf041"; - public const string person_circle_32_regular = "\uf042"; - public const string person_clock_16_regular = "\ue92a"; - public const string person_clock_20_regular = "\ue92b"; - public const string person_clock_24_regular = "\ue92c"; - public const string person_delete_16_regular = "\uf5d0"; - public const string person_delete_20_regular = "\ue92d"; - public const string person_delete_24_regular = "\uf5d1"; - public const string person_desktop_20_regular = "\U000f0132"; - public const string person_edit_20_regular = "\ue92e"; - public const string person_edit_24_regular = "\ue92f"; - public const string person_edit_48_regular = "\U000f027a"; - public const string person_feedback_16_regular = "\ue930"; - public const string person_feedback_20_regular = "\uf5d2"; - public const string person_feedback_24_regular = "\uf5d3"; - public const string person_feedback_28_regular = "\U000f0085"; - public const string person_feedback_32_regular = "\U000f0086"; - public const string person_feedback_48_regular = "\U000f0087"; - public const string person_heart_20_regular = "\uef0a"; - public const string person_heart_24_regular = "\ue931"; - public const string person_info_16_regular = "\uf6d6"; - public const string person_info_20_regular = "\ue932"; - public const string person_info_24_regular = "\U000f01f4"; - public const string person_key_20_regular = "\ue933"; - public const string person_lightbulb_20_regular = "\ue934"; - public const string person_lightbulb_24_regular = "\ue935"; - public const string person_lightning_16_regular = "\U000f01ab"; - public const string person_lightning_20_regular = "\U000f01ac"; - public const string person_link_16_regular = "\uef9a"; - public const string person_link_20_regular = "\uef9b"; - public const string person_link_24_regular = "\uef9c"; - public const string person_link_28_regular = "\uef9d"; - public const string person_link_32_regular = "\uef9e"; - public const string person_link_48_regular = "\uef9f"; - public const string person_lock_16_regular = "\uf6d8"; - public const string person_lock_20_regular = "\uf6d9"; - public const string person_lock_24_regular = "\ue936"; - public const string person_mail_16_regular = "\ue937"; - public const string person_mail_20_regular = "\ue938"; - public const string person_mail_24_regular = "\ue939"; - public const string person_mail_28_regular = "\ue93a"; - public const string person_mail_48_regular = "\ue93b"; - public const string person_money_20_regular = "\ue93c"; - public const string person_money_24_regular = "\ue93d"; - public const string person_note_16_regular = "\ueeaf"; - public const string person_note_20_regular = "\ue93e"; - public const string person_note_24_regular = "\ue93f"; - public const string person_passkey_16_regular = "\U000f053a"; - public const string person_passkey_20_regular = "\U000f053b"; - public const string person_passkey_24_regular = "\U000f053c"; - public const string person_passkey_28_regular = "\U000f053d"; - public const string person_passkey_32_regular = "\U000f053e"; - public const string person_passkey_48_regular = "\U000f053f"; - public const string person_phone_24_regular = "\U000f022d"; - public const string person_pill_20_regular = "\ue940"; - public const string person_pill_24_regular = "\ue941"; - public const string person_prohibited_16_regular = "\ue942"; - public const string person_prohibited_20_regular = "\uf5d4"; - public const string person_prohibited_24_regular = "\ue943"; - public const string person_prohibited_28_regular = "\ue944"; - public const string person_prohibited_32_regular = "\U000f0540"; - public const string person_question_mark_16_regular = "\uf5d5"; - public const string person_question_mark_20_regular = "\uf5d6"; - public const string person_question_mark_24_regular = "\uf5d7"; - public const string person_ribbon_16_regular = "\U000f0133"; - public const string person_ribbon_20_regular = "\U000f0134"; - public const string person_ribbon_24_regular = "\U000f0541"; - public const string person_running_20_regular = "\ueedc"; - public const string person_search_16_regular = "\uf0fc"; - public const string person_search_32_regular = "\uf0fd"; - public const string person_settings_16_regular = "\ue945"; - public const string person_settings_20_regular = "\ue946"; - public const string person_square_16_regular = "\U000f0450"; - public const string person_square_20_regular = "\uf043"; - public const string person_square_24_regular = "\uf044"; - public const string person_square_32_regular = "\U000f0451"; - public const string person_square_checkmark_16_regular = "\U000f0452"; - public const string person_square_checkmark_20_regular = "\U000f0453"; - public const string person_square_checkmark_24_regular = "\U000f0454"; - public const string person_square_checkmark_32_regular = "\U000f0455"; - public const string person_standing_16_regular = "\uf0fe"; - public const string person_star_16_regular = "\uef0b"; - public const string person_star_20_regular = "\uef0c"; - public const string person_star_24_regular = "\uef0d"; - public const string person_star_28_regular = "\uef0e"; - public const string person_star_32_regular = "\uef0f"; - public const string person_star_48_regular = "\uef10"; - public const string person_starburst_20_regular = "\uf045"; - public const string person_starburst_24_regular = "\uf046"; - public const string person_subtract_16_regular = "\uf6ed"; - public const string person_subtract_20_regular = "\ue947"; - public const string person_subtract_24_regular = "\U000f022e"; - public const string person_support_16_regular = "\uf5d8"; - public const string person_support_20_regular = "\uf5d9"; - public const string person_support_24_regular = "\uf5da"; - public const string person_support_28_regular = "\U000f03c2"; - public const string person_support_32_regular = "\U000f05f3"; - public const string person_swap_16_regular = "\uf5db"; - public const string person_swap_20_regular = "\uf5dc"; - public const string person_swap_24_regular = "\uf5dd"; - public const string person_sync_16_regular = "\ue948"; - public const string person_sync_20_regular = "\ue949"; - public const string person_sync_24_regular = "\ue94a"; - public const string person_sync_28_regular = "\ue94b"; - public const string person_sync_32_regular = "\ue94c"; - public const string person_sync_48_regular = "\ue94d"; - public const string person_tag_20_regular = "\ue94e"; - public const string person_tag_24_regular = "\ue94f"; - public const string person_tag_28_regular = "\ue950"; - public const string person_tag_32_regular = "\ue951"; - public const string person_tag_48_regular = "\ue952"; - public const string person_tentative_16_regular = "\U000f05de"; - public const string person_tentative_20_regular = "\U000f05df"; - public const string person_tentative_24_regular = "\U000f05e0"; - public const string person_voice_16_regular = "\U000f040a"; - public const string person_voice_20_regular = "\uf5de"; - public const string person_voice_24_regular = "\uf5df"; - public const string person_walking_16_regular = "\uf0ff"; - public const string person_walking_20_regular = "\uf087"; - public const string person_walking_24_regular = "\uf088"; - public const string person_warning_16_regular = "\U000f040b"; - public const string person_warning_20_regular = "\U000f040c"; - public const string person_warning_24_regular = "\U000f040d"; - public const string person_warning_28_regular = "\U000f040e"; - public const string person_warning_32_regular = "\U000f040f"; - public const string person_warning_48_regular = "\U000f0410"; - public const string person_wrench_20_regular = "\U000f0135"; - public const string phone_12_regular = "\ue953"; - public const string phone_16_regular = "\uf6ee"; - public const string phone_20_regular = "\uf5e0"; - public const string phone_24_regular = "\uf5e1"; - public const string phone_28_regular = "\uefa0"; - public const string phone_32_regular = "\uefa1"; - public const string phone_48_regular = "\uefa2"; - public const string phone_add_20_regular = "\ue954"; - public const string phone_add_24_regular = "\ue955"; - public const string phone_arrow_right_20_regular = "\ue956"; - public const string phone_arrow_right_24_regular = "\ue957"; - public const string phone_briefcase_24_regular = "\U000f022f"; - public const string phone_chat_16_regular = "\uefa3"; - public const string phone_chat_20_regular = "\uefa4"; - public const string phone_chat_24_regular = "\uefa5"; - public const string phone_chat_28_regular = "\uefa6"; - public const string phone_checkmark_16_regular = "\uf6ef"; - public const string phone_checkmark_20_regular = "\ue958"; - public const string phone_desktop_16_regular = "\uf5e4"; - public const string phone_desktop_20_regular = "\uf5e5"; - public const string phone_desktop_24_regular = "\uf5e6"; - public const string phone_desktop_28_regular = "\uf5e7"; - public const string phone_desktop_32_regular = "\U000f0088"; - public const string phone_desktop_48_regular = "\U000f0089"; - public const string phone_desktop_add_20_regular = "\ue959"; - public const string phone_dismiss_20_regular = "\ue95a"; - public const string phone_dismiss_24_regular = "\ue95b"; - public const string phone_edit_20_regular = "\U000f00f1"; - public const string phone_edit_24_regular = "\U000f00f2"; - public const string phone_eraser_16_regular = "\ue95c"; - public const string phone_eraser_20_regular = "\ue95d"; - public const string phone_footer_arrow_down_20_regular = "\U000f0456"; - public const string phone_footer_arrow_down_24_regular = "\U000f0457"; - public const string phone_header_arrow_up_20_regular = "\U000f0458"; - public const string phone_header_arrow_up_24_regular = "\U000f0459"; - public const string phone_key_20_regular = "\ue95e"; - public const string phone_key_24_regular = "\ue95f"; - public const string phone_laptop_16_regular = "\ue960"; - public const string phone_laptop_20_regular = "\uf5ea"; - public const string phone_laptop_24_regular = "\uf5eb"; - public const string phone_laptop_32_regular = "\ue961"; - public const string phone_link_setup_20_regular = "\ue962"; - public const string phone_link_setup_24_regular = "\uf5ec"; - public const string phone_lock_20_regular = "\ue963"; - public const string phone_lock_24_regular = "\ue964"; - public const string phone_multiple_24_regular = "\U000f0230"; - public const string phone_multiple_settings_24_regular = "\U000f0231"; - public const string phone_page_header_20_regular = "\ue965"; - public const string phone_page_header_24_regular = "\uf5ef"; - public const string phone_pagination_20_regular = "\ue966"; - public const string phone_pagination_24_regular = "\uf5f0"; - public const string phone_person_24_regular = "\U000f0232"; - public const string phone_screen_time_20_regular = "\ue967"; - public const string phone_screen_time_24_regular = "\uf5f1"; - public const string phone_shake_20_regular = "\ue968"; - public const string phone_shake_24_regular = "\uf5f2"; - public const string phone_span_in_16_regular = "\ue969"; - public const string phone_span_in_20_regular = "\ue96a"; - public const string phone_span_in_24_regular = "\ue96b"; - public const string phone_span_in_28_regular = "\ue96c"; - public const string phone_span_out_16_regular = "\ue96d"; - public const string phone_span_out_20_regular = "\ue96e"; - public const string phone_span_out_24_regular = "\ue96f"; - public const string phone_span_out_28_regular = "\ue970"; - public const string phone_speaker_20_regular = "\ue971"; - public const string phone_speaker_24_regular = "\ue972"; - public const string phone_status_bar_20_regular = "\ue973"; - public const string phone_status_bar_24_regular = "\uf5f3"; - public const string phone_subtract_24_regular = "\U000f0233"; - public const string phone_tablet_20_regular = "\uf5f4"; - public const string phone_tablet_24_regular = "\uf5f5"; - public const string phone_update_20_regular = "\ue974"; - public const string phone_update_24_regular = "\uf5f8"; - public const string phone_update_checkmark_20_regular = "\ue975"; - public const string phone_update_checkmark_24_regular = "\ue976"; - public const string phone_vertical_scroll_20_regular = "\ue977"; - public const string phone_vertical_scroll_24_regular = "\uf5f9"; - public const string phone_vibrate_20_regular = "\ue978"; - public const string phone_vibrate_24_regular = "\uf5fa"; - public const string photo_filter_20_regular = "\ue979"; - public const string photo_filter_24_regular = "\uf5fb"; - public const string pi_20_regular = "\ue97a"; - public const string pi_24_regular = "\ue97b"; - public const string picture_in_picture_16_regular = "\uf5fc"; - public const string picture_in_picture_20_regular = "\uf5fd"; - public const string picture_in_picture_24_regular = "\uf5fe"; - public const string picture_in_picture_enter_16_regular = "\ue97c"; - public const string picture_in_picture_enter_20_regular = "\ue97d"; - public const string picture_in_picture_enter_24_regular = "\ue97e"; - public const string picture_in_picture_exit_16_regular = "\ue97f"; - public const string picture_in_picture_exit_20_regular = "\ue980"; - public const string picture_in_picture_exit_24_regular = "\ue981"; - public const string pill_16_regular = "\uf6f0"; - public const string pill_20_regular = "\uf6f1"; - public const string pill_24_regular = "\uf6f2"; - public const string pill_28_regular = "\uf6f3"; - public const string pin_12_regular = "\uf5ff"; - public const string pin_16_regular = "\uf600"; - public const string pin_20_regular = "\uf601"; - public const string pin_24_regular = "\uf602"; - public const string pin_28_regular = "\ue982"; - public const string pin_32_regular = "\ue983"; - public const string pin_48_regular = "\ue984"; - public const string pin_globe_16_regular = "\U000f05b4"; - public const string pin_globe_20_regular = "\U000f05b5"; - public const string pin_off_16_regular = "\ue985"; - public const string pin_off_20_regular = "\uf603"; - public const string pin_off_24_regular = "\uf604"; - public const string pin_off_28_regular = "\ue986"; - public const string pin_off_32_regular = "\ue987"; - public const string pin_off_48_regular = "\ue988"; - public const string pipeline_20_regular = "\ue989"; - public const string pipeline_24_regular = "\ueedd"; - public const string pipeline_32_regular = "\ueede"; - public const string pipeline_add_20_regular = "\ue98a"; - public const string pipeline_add_32_regular = "\uef11"; - public const string pipeline_arrow_curve_down_20_regular = "\ue98b"; - public const string pipeline_play_20_regular = "\ue98c"; - public const string pivot_20_regular = "\ue98d"; - public const string pivot_24_regular = "\ue98e"; - public const string plant_cattail_20_regular = "\U000f0542"; - public const string plant_cattail_24_regular = "\U000f0543"; - public const string plant_grass_20_regular = "\U000f0136"; - public const string plant_grass_24_regular = "\U000f0137"; - public const string plant_grass_28_regular = "\U000f0138"; - public const string plant_ragweed_20_regular = "\U000f0139"; - public const string plant_ragweed_24_regular = "\U000f013a"; - public const string plant_ragweed_28_regular = "\U000f013b"; - public const string play_12_regular = "\ue98f"; - public const string play_16_regular = "\ue990"; - public const string play_20_regular = "\uf605"; - public const string play_24_regular = "\uf606"; - public const string play_28_regular = "\ue991"; - public const string play_32_regular = "\ue992"; - public const string play_48_regular = "\uf607"; - public const string play_circle_16_regular = "\ue993"; - public const string play_circle_20_regular = "\ue994"; - public const string play_circle_24_regular = "\uf608"; - public const string play_circle_28_regular = "\ue995"; - public const string play_circle_48_regular = "\ue996"; - public const string play_circle_hint_16_regular = "\U000f008a"; - public const string play_circle_hint_20_regular = "\U000f008b"; - public const string play_circle_hint_24_regular = "\U000f008c"; - public const string play_circle_sparkle_16_regular = "\U000f060b"; - public const string play_circle_sparkle_20_regular = "\U000f060c"; - public const string play_circle_sparkle_24_regular = "\U000f060d"; - public const string play_multiple_16_regular = "\uf100"; - public const string play_settings_20_regular = "\ue997"; - public const string playing_cards_20_regular = "\ue998"; - public const string plug_connected_16_regular = "\U000f0393"; - public const string plug_connected_20_regular = "\ue999"; - public const string plug_connected_24_regular = "\ue99a"; - public const string plug_connected_add_20_regular = "\ue99b"; - public const string plug_connected_checkmark_20_regular = "\ue99c"; - public const string plug_connected_settings_20_regular = "\U000f0234"; - public const string plug_connected_settings_24_regular = "\U000f0235"; - public const string plug_disconnected_16_regular = "\U000f0394"; - public const string plug_disconnected_20_regular = "\uf609"; - public const string plug_disconnected_24_regular = "\uf60a"; - public const string plug_disconnected_28_regular = "\uf60b"; - public const string plug_disconnected_48_regular = "\U000f027b"; - public const string point_scan_20_regular = "\ue99d"; - public const string point_scan_24_regular = "\uf60c"; - public const string poll_16_regular = "\ue99e"; - public const string poll_20_regular = "\ue99f"; - public const string poll_24_regular = "\uf60d"; - public const string poll_32_regular = "\U000f045a"; - public const string poll_horizontal_16_regular = "\U000f008d"; - public const string poll_horizontal_20_regular = "\U000f008e"; - public const string poll_horizontal_24_regular = "\U000f008f"; - public const string poll_off_16_regular = "\U000f04cc"; - public const string poll_off_20_regular = "\U000f04cd"; - public const string poll_off_24_regular = "\U000f04ce"; - public const string poll_off_32_regular = "\U000f04cf"; - public const string port_hdmi_20_regular = "\ue9a0"; - public const string port_hdmi_24_regular = "\ue9a1"; - public const string port_micro_usb_20_regular = "\ue9a2"; - public const string port_micro_usb_24_regular = "\ue9a3"; - public const string port_usb_a_20_regular = "\ue9a4"; - public const string port_usb_a_24_regular = "\ue9a5"; - public const string port_usb_c_20_regular = "\ue9a6"; - public const string port_usb_c_24_regular = "\ue9a7"; - public const string position_backward_20_regular = "\ue9a8"; - public const string position_backward_24_regular = "\ue9a9"; - public const string position_forward_20_regular = "\ue9aa"; - public const string position_forward_24_regular = "\ue9ab"; - public const string position_to_back_20_regular = "\ue9ac"; - public const string position_to_back_24_regular = "\ue9ad"; - public const string position_to_front_20_regular = "\ue9ae"; - public const string position_to_front_24_regular = "\ue9af"; - public const string power_20_regular = "\uf60e"; - public const string power_24_regular = "\uf60f"; - public const string power_28_regular = "\uf610"; - public const string predictions_20_regular = "\ue9b0"; - public const string predictions_24_regular = "\uf611"; - public const string premium_12_regular = "\uefa7"; - public const string premium_16_regular = "\uf612"; - public const string premium_20_regular = "\uf613"; - public const string premium_24_regular = "\uf614"; - public const string premium_28_regular = "\uf615"; - public const string premium_32_regular = "\ue9b1"; - public const string premium_person_16_regular = "\ue9b2"; - public const string premium_person_20_regular = "\ue9b3"; - public const string premium_person_24_regular = "\ue9b4"; - public const string presence_available_10_regular = "\ue9b5"; - public const string presence_available_12_regular = "\ue9b6"; - public const string presence_available_16_regular = "\ue9b7"; - public const string presence_available_20_regular = "\ue9b8"; - public const string presence_available_24_regular = "\ue9b9"; - public const string presence_away_10_regular = "\U000f0090"; - public const string presence_away_12_regular = "\U000f0091"; - public const string presence_away_16_regular = "\U000f0092"; - public const string presence_away_20_regular = "\U000f0093"; - public const string presence_away_24_regular = "\U000f0094"; - public const string presence_blocked_10_regular = "\uf616"; - public const string presence_blocked_12_regular = "\uf617"; - public const string presence_blocked_16_regular = "\uf618"; - public const string presence_blocked_20_regular = "\ue9ba"; - public const string presence_blocked_24_regular = "\ue9bb"; - public const string presence_dnd_10_regular = "\ue9bc"; - public const string presence_dnd_12_regular = "\ue9bd"; - public const string presence_dnd_16_regular = "\ue9be"; - public const string presence_dnd_20_regular = "\ue9bf"; - public const string presence_dnd_24_regular = "\ue9c0"; - public const string presence_offline_10_regular = "\uf619"; - public const string presence_offline_12_regular = "\uf61a"; - public const string presence_offline_16_regular = "\uf61b"; - public const string presence_offline_20_regular = "\ue9c1"; - public const string presence_offline_24_regular = "\ue9c2"; - public const string presence_oof_10_regular = "\uf61c"; - public const string presence_oof_12_regular = "\uf61d"; - public const string presence_oof_16_regular = "\uf61e"; - public const string presence_oof_20_regular = "\ue9c3"; - public const string presence_oof_24_regular = "\ue9c4"; - public const string presence_unknown_10_regular = "\uf61f"; - public const string presence_unknown_12_regular = "\uf620"; - public const string presence_unknown_20_regular = "\ue9c5"; - public const string presence_unknown_24_regular = "\ue9c6"; - public const string presenter_20_regular = "\ue9c7"; - public const string presenter_24_regular = "\uf622"; - public const string presenter_off_20_regular = "\ue9c8"; - public const string presenter_off_24_regular = "\uf623"; - public const string preview_link_16_regular = "\uf624"; - public const string preview_link_20_regular = "\uf625"; - public const string preview_link_24_regular = "\uf626"; - public const string previous_16_regular = "\uf627"; - public const string previous_20_regular = "\uf628"; - public const string previous_24_regular = "\uf629"; - public const string previous_28_regular = "\ue9c9"; - public const string previous_32_regular = "\ue9ca"; - public const string previous_48_regular = "\ue9cb"; - public const string previous_frame_20_regular = "\U000f02de"; - public const string previous_frame_24_regular = "\U000f02df"; - public const string print_16_regular = "\uf6fa"; - public const string print_20_regular = "\uf62a"; - public const string print_24_regular = "\uf62b"; - public const string print_28_regular = "\ue9cc"; - public const string print_32_regular = "\ue9cd"; - public const string print_48_regular = "\uf62c"; - public const string print_add_20_regular = "\uf6fc"; - public const string print_add_24_regular = "\ue9ce"; - public const string production_20_regular = "\uf6fd"; - public const string production_24_regular = "\uf6fe"; - public const string production_checkmark_20_regular = "\uf703"; - public const string production_checkmark_24_regular = "\uf704"; - public const string prohibited_12_regular = "\ue9cf"; - public const string prohibited_16_regular = "\uf705"; - public const string prohibited_20_regular = "\uf62d"; - public const string prohibited_24_regular = "\uf62e"; - public const string prohibited_28_regular = "\uf62f"; - public const string prohibited_32_regular = "\U000f01f5"; - public const string prohibited_48_regular = "\uf630"; - public const string prohibited_multiple_16_regular = "\ue9d0"; - public const string prohibited_multiple_20_regular = "\ue9d1"; - public const string prohibited_multiple_24_regular = "\ue9d2"; - public const string prohibited_multiple_28_regular = "\U000f01f6"; - public const string prohibited_note_20_regular = "\ue9d3"; - public const string projection_screen_16_regular = "\ue9d4"; - public const string projection_screen_20_regular = "\ue9d5"; - public const string projection_screen_24_regular = "\ue9d6"; - public const string projection_screen_28_regular = "\ue9d7"; - public const string projection_screen_dismiss_16_regular = "\ue9d8"; - public const string projection_screen_dismiss_20_regular = "\ue9d9"; - public const string projection_screen_dismiss_24_regular = "\ue9da"; - public const string projection_screen_dismiss_28_regular = "\ue9db"; - public const string projection_screen_text_20_regular = "\U000f0395"; - public const string projection_screen_text_24_regular = "\U000f0095"; - public const string prompt_16_regular = "\U000f062f"; - public const string prompt_20_regular = "\U000f0630"; - public const string prompt_24_regular = "\U000f0631"; - public const string prompt_28_regular = "\U000f0632"; - public const string prompt_32_regular = "\U000f0633"; - public const string prompt_48_regular = "\U000f0634"; - public const string protocol_handler_16_regular = "\uf632"; - public const string protocol_handler_20_regular = "\uf633"; - public const string protocol_handler_24_regular = "\uf634"; - public const string pulse_20_regular = "\ue9dc"; - public const string pulse_24_regular = "\ue9dd"; - public const string pulse_28_regular = "\ue9de"; - public const string pulse_32_regular = "\ue9df"; - public const string pulse_square_20_regular = "\ue9e0"; - public const string pulse_square_24_regular = "\ue9e1"; - public const string puzzle_cube_16_regular = "\ue9e2"; - public const string puzzle_cube_20_regular = "\ue9e3"; - public const string puzzle_cube_24_regular = "\ue9e4"; - public const string puzzle_cube_28_regular = "\ue9e5"; - public const string puzzle_cube_48_regular = "\ue9e6"; - public const string puzzle_cube_piece_20_regular = "\ue9e7"; - public const string puzzle_piece_16_regular = "\ue9e8"; - public const string puzzle_piece_20_regular = "\ue9e9"; - public const string puzzle_piece_24_regular = "\ue9ea"; - public const string puzzle_piece_shield_20_regular = "\ue9eb"; - public const string qr_code_20_regular = "\ue9ec"; - public const string qr_code_24_regular = "\uf635"; - public const string qr_code_28_regular = "\uf636"; - public const string question_16_regular = "\uf637"; - public const string question_20_regular = "\uf638"; - public const string question_24_regular = "\uf639"; - public const string question_28_regular = "\uf63a"; - public const string question_32_regular = "\U000f045b"; - public const string question_48_regular = "\uf63b"; - public const string question_circle_12_regular = "\ue9ed"; - public const string question_circle_16_regular = "\uf63c"; - public const string question_circle_20_regular = "\uf63d"; - public const string question_circle_24_regular = "\uf63e"; - public const string question_circle_28_regular = "\uf63f"; - public const string question_circle_32_regular = "\ue9ee"; - public const string question_circle_48_regular = "\uf640"; - public const string quiz_new_20_regular = "\ue9ef"; - public const string quiz_new_24_regular = "\uf641"; - public const string quiz_new_28_regular = "\uf642"; - public const string quiz_new_48_regular = "\uf643"; - public const string radar_20_regular = "\ue9f0"; - public const string radar_checkmark_20_regular = "\ue9f1"; - public const string radar_rectangle_multiple_20_regular = "\ue9f2"; - public const string radio_button_16_regular = "\uf153"; - public const string radio_button_24_regular = "\uf645"; - public const string radio_button_off_16_regular = "\uf155"; - public const string ram_16_regular = "\uf1d1"; - public const string ram_20_regular = "\ue9f3"; - public const string rating_mature_16_regular = "\uf646"; - public const string rating_mature_20_regular = "\uf647"; - public const string rating_mature_24_regular = "\uf648"; - public const string ratio_one_to_one_20_regular = "\uf70a"; - public const string ratio_one_to_one_24_regular = "\uf70b"; - public const string re_order_16_regular = "\uf649"; - public const string reorder_20_regular = "\uea11"; - public const string re_order_24_regular = "\uf64a"; - public const string re_order_dots_horizontal_16_regular = "\ue9f4"; - public const string re_order_dots_horizontal_20_regular = "\ue9f5"; - public const string re_order_dots_horizontal_24_regular = "\ue9f6"; - public const string re_order_dots_vertical_16_regular = "\ue9f7"; - public const string re_order_dots_vertical_20_regular = "\ue9f8"; - public const string re_order_dots_vertical_24_regular = "\ue9f9"; - public const string read_aloud_16_regular = "\ue9fa"; - public const string read_aloud_20_regular = "\uf64d"; - public const string read_aloud_24_regular = "\uf64e"; - public const string read_aloud_28_regular = "\ue9fb"; - public const string reading_list_16_regular = "\uf651"; - public const string reading_list_20_regular = "\uf652"; - public const string reading_list_24_regular = "\uf653"; - public const string reading_list_28_regular = "\uf654"; - public const string reading_list_add_16_regular = "\uf655"; - public const string reading_list_add_20_regular = "\uf656"; - public const string reading_list_add_24_regular = "\uf657"; - public const string reading_list_add_28_regular = "\uf658"; - public const string reading_mode_mobile_20_regular = "\uf65b"; - public const string reading_mode_mobile_24_regular = "\uf65c"; - public const string real_estate_20_regular = "\ue9fc"; - public const string real_estate_24_regular = "\ue9fd"; - public const string receipt_16_regular = "\uf089"; - public const string receipt_20_regular = "\ue9fe"; - public const string receipt_24_regular = "\ue9ff"; - public const string receipt_28_regular = "\uf08a"; - public const string receipt_32_regular = "\U000f0096"; - public const string receipt_add_20_regular = "\uf70c"; - public const string receipt_add_24_regular = "\uea00"; - public const string receipt_bag_20_regular = "\uf715"; - public const string receipt_bag_24_regular = "\uea01"; - public const string receipt_cube_20_regular = "\uf72d"; - public const string receipt_cube_24_regular = "\uea02"; - public const string receipt_money_16_regular = "\U000f0097"; - public const string receipt_money_20_regular = "\uf72e"; - public const string receipt_money_24_regular = "\uea03"; - public const string receipt_play_20_regular = "\uea04"; - public const string receipt_play_24_regular = "\uea05"; - public const string receipt_search_20_regular = "\uea06"; - public const string receipt_sparkles_16_regular = "\uf08b"; - public const string receipt_sparkles_20_regular = "\uf047"; - public const string receipt_sparkles_24_regular = "\uf048"; - public const string record_12_regular = "\uf72f"; - public const string record_16_regular = "\uf660"; - public const string record_20_regular = "\uf661"; - public const string record_24_regular = "\uf662"; - public const string record_28_regular = "\uf735"; - public const string record_32_regular = "\uf736"; - public const string record_48_regular = "\uf737"; - public const string record_stop_12_regular = "\uf758"; - public const string record_stop_16_regular = "\uf759"; - public const string record_stop_20_regular = "\uf75a"; - public const string record_stop_24_regular = "\uf75b"; - public const string record_stop_28_regular = "\uf75c"; - public const string record_stop_32_regular = "\uf764"; - public const string record_stop_48_regular = "\uf765"; - public const string rectangle_landscape_12_regular = "\uea07"; - public const string rectangle_landscape_16_regular = "\uea08"; - public const string rectangle_landscape_20_regular = "\uea09"; - public const string rectangle_landscape_24_regular = "\uea0a"; - public const string rectangle_landscape_28_regular = "\uea0b"; - public const string rectangle_landscape_32_regular = "\uea0c"; - public const string rectangle_landscape_48_regular = "\uea0d"; - public const string rectangle_landscape_hint_copy_16_regular = "\U000f0236"; - public const string rectangle_landscape_hint_copy_20_regular = "\U000f0237"; - public const string rectangle_landscape_hint_copy_24_regular = "\U000f0238"; - public const string rectangle_landscape_sparkle_16_regular = "\U000f0315"; - public const string rectangle_landscape_sparkle_20_regular = "\U000f0316"; - public const string rectangle_landscape_sparkle_24_regular = "\U000f0317"; - public const string rectangle_landscape_sparkle_28_regular = "\U000f0318"; - public const string rectangle_landscape_sparkle_32_regular = "\U000f0319"; - public const string rectangle_landscape_sparkle_48_regular = "\U000f04d0"; - public const string rectangle_landscape_sync_16_regular = "\U000f04d1"; - public const string rectangle_landscape_sync_20_regular = "\U000f04d2"; - public const string rectangle_landscape_sync_24_regular = "\U000f04d3"; - public const string rectangle_landscape_sync_28_regular = "\U000f04d4"; - public const string rectangle_landscape_sync_off_16_regular = "\U000f04d5"; - public const string rectangle_landscape_sync_off_20_regular = "\U000f04d6"; - public const string rectangle_landscape_sync_off_24_regular = "\U000f04d7"; - public const string rectangle_landscape_sync_off_28_regular = "\U000f04d8"; - public const string rectangle_portrait_location_target_20_regular = "\uea0e"; - public const string recycle_20_regular = "\uef12"; - public const string recycle_32_regular = "\uef13"; - public const string remix_add_16_regular = "\U000f02c6"; - public const string remix_add_20_regular = "\U000f02c7"; - public const string remix_add_24_regular = "\U000f02c8"; - public const string remix_add_32_regular = "\U000f02c9"; - public const string remote_16_regular = "\uea0f"; - public const string remote_20_regular = "\uea10"; - public const string rename_16_regular = "\uf668"; - public const string rename_20_regular = "\uf669"; - public const string rename_24_regular = "\uf66a"; - public const string rename_28_regular = "\uf66b"; - public const string replay_16_regular = "\U000f060e"; - public const string replay_20_regular = "\uea12"; - public const string replay_24_regular = "\U000f060f"; - public const string replay_28_regular = "\U000f0610"; - public const string replay_32_regular = "\U000f0611"; - public const string resize_16_regular = "\U000f04b4"; - public const string resize_20_regular = "\uf66c"; - public const string resize_24_regular = "\uea13"; - public const string resize_28_regular = "\U000f04b5"; - public const string resize_32_regular = "\U000f04b6"; - public const string resize_48_regular = "\U000f04b7"; - public const string resize_image_20_regular = "\uea14"; - public const string resize_image_24_regular = "\uf66d"; - public const string resize_large_16_regular = "\uea15"; - public const string resize_large_20_regular = "\uea16"; - public const string resize_large_24_regular = "\uea17"; - public const string resize_small_16_regular = "\uea18"; - public const string resize_small_20_regular = "\uea19"; - public const string resize_small_24_regular = "\uea1a"; - public const string resize_table_20_regular = "\uea1b"; - public const string resize_table_24_regular = "\uf66e"; - public const string resize_video_20_regular = "\uea1c"; - public const string resize_video_24_regular = "\uf66f"; - public const string reward_12_regular = "\uef14"; - public const string reward_16_regular = "\uf671"; - public const string reward_20_regular = "\uf672"; - public const string reward_24_regular = "\uf673"; - public const string rewind_16_regular = "\uea1d"; - public const string rewind_20_regular = "\uf674"; - public const string rewind_24_regular = "\uf675"; - public const string rewind_28_regular = "\uea1e"; - public const string rhombus_16_regular = "\uea1f"; - public const string rhombus_20_regular = "\uea20"; - public const string rhombus_24_regular = "\uea21"; - public const string rhombus_28_regular = "\uea22"; - public const string rhombus_32_regular = "\uea23"; - public const string rhombus_48_regular = "\uea24"; - public const string ribbon_12_regular = "\uea25"; - public const string ribbon_16_regular = "\uea26"; - public const string ribbon_20_regular = "\uea27"; - public const string ribbon_24_regular = "\uea28"; - public const string ribbon_32_regular = "\uea29"; - public const string ribbon_add_20_regular = "\uf766"; - public const string ribbon_add_24_regular = "\uf767"; - public const string ribbon_off_12_regular = "\uea2a"; - public const string ribbon_off_16_regular = "\uea2b"; - public const string ribbon_off_20_regular = "\uea2c"; - public const string ribbon_off_24_regular = "\uea2d"; - public const string ribbon_off_32_regular = "\uea2e"; - public const string ribbon_star_20_regular = "\uea2f"; - public const string ribbon_star_24_regular = "\uea30"; - public const string road_20_regular = "\U000f0577"; - public const string road_24_regular = "\U000f0578"; - public const string road_cone_16_regular = "\uea31"; - public const string road_cone_20_regular = "\uea32"; - public const string road_cone_24_regular = "\uea33"; - public const string road_cone_28_regular = "\uea34"; - public const string road_cone_32_regular = "\uea35"; - public const string road_cone_48_regular = "\uea36"; - public const string rocket_16_regular = "\uf676"; - public const string rocket_20_regular = "\uf677"; - public const string rocket_24_regular = "\uf678"; - public const string rotate_left_20_regular = "\uea37"; - public const string rotate_left_24_regular = "\uea38"; - public const string rotate_right_20_regular = "\uea39"; - public const string rotate_right_24_regular = "\uea3a"; - public const string router_20_regular = "\uea3b"; - public const string router_24_regular = "\uf679"; - public const string row_triple_20_regular = "\uea3c"; - public const string row_triple_24_regular = "\uf67a"; - public const string rss_16_regular = "\U000f0396"; - public const string rss_20_regular = "\uea3d"; - public const string rss_24_regular = "\uea3e"; - public const string ruler_16_regular = "\uf67b"; - public const string ruler_20_regular = "\uf67c"; - public const string ruler_24_regular = "\uf67d"; - public const string ruler_28_regular = "\uf049"; - public const string ruler_32_regular = "\uf04a"; - public const string ruler_48_regular = "\uf04b"; - public const string run_16_regular = "\uea3f"; - public const string run_20_regular = "\uea40"; - public const string run_24_regular = "\uf67e"; - public const string run_28_regular = "\U000f05b6"; - public const string run_32_regular = "\U000f05b7"; - public const string run_48_regular = "\U000f05b8"; - public const string sanitize_20_regular = "\uea41"; - public const string sanitize_24_regular = "\uea42"; - public const string save_16_regular = "\uea43"; - public const string save_20_regular = "\uf67f"; - public const string save_24_regular = "\uf680"; - public const string save_28_regular = "\uea44"; - public const string save_32_regular = "\U000f0579"; - public const string save_arrow_right_20_regular = "\uea45"; - public const string save_arrow_right_24_regular = "\uea46"; - public const string save_copy_20_regular = "\uea47"; - public const string save_copy_24_regular = "\uf683"; - public const string save_edit_20_regular = "\uea48"; - public const string save_edit_24_regular = "\uea49"; - public const string save_image_20_regular = "\uea4a"; - public const string save_multiple_16_regular = "\uf1d2"; - public const string save_multiple_20_regular = "\uea4b"; - public const string save_multiple_24_regular = "\uea4c"; - public const string save_search_20_regular = "\uea4d"; - public const string save_sync_20_regular = "\uea4e"; - public const string savings_16_regular = "\uf684"; - public const string savings_20_regular = "\uf685"; - public const string savings_24_regular = "\uf686"; - public const string scale_fill_20_regular = "\uea4f"; - public const string scale_fill_24_regular = "\uf687"; - public const string scale_fit_16_regular = "\uf688"; - public const string scale_fit_20_regular = "\uf689"; - public const string scale_fit_24_regular = "\uf68a"; - public const string scales_20_regular = "\uea50"; - public const string scales_24_regular = "\uea51"; - public const string scales_32_regular = "\uea52"; - public const string scan_16_regular = "\uea53"; - public const string scan_20_regular = "\uea54"; - public const string scan_24_regular = "\uf68b"; - public const string scan_camera_16_regular = "\uea55"; - public const string scan_camera_20_regular = "\uea56"; - public const string scan_camera_24_regular = "\uea57"; - public const string scan_camera_28_regular = "\uea58"; - public const string scan_camera_48_regular = "\uea59"; - public const string scan_dash_12_regular = "\uea5a"; - public const string scan_dash_16_regular = "\uea5b"; - public const string scan_dash_20_regular = "\uea5c"; - public const string scan_dash_24_regular = "\uea5d"; - public const string scan_dash_28_regular = "\uea5e"; - public const string scan_dash_32_regular = "\uea5f"; - public const string scan_dash_48_regular = "\uea60"; - public const string scan_object_20_regular = "\uea61"; - public const string scan_object_24_regular = "\uea62"; - public const string scan_person_16_regular = "\U000f031a"; - public const string scan_person_20_regular = "\U000f031b"; - public const string scan_person_24_regular = "\U000f031c"; - public const string scan_person_28_regular = "\U000f031d"; - public const string scan_person_48_regular = "\U000f031e"; - public const string scan_qr_code_24_regular = "\uf04c"; - public const string scan_table_20_regular = "\uea63"; - public const string scan_table_24_regular = "\uea64"; - public const string scan_text_16_regular = "\uf08c"; - public const string scan_text_20_regular = "\uea65"; - public const string scan_text_24_regular = "\uea66"; - public const string scan_text_28_regular = "\uf08d"; - public const string scan_thumb_up_16_regular = "\uea67"; - public const string scan_thumb_up_20_regular = "\uea68"; - public const string scan_thumb_up_24_regular = "\uea69"; - public const string scan_thumb_up_28_regular = "\uea6a"; - public const string scan_thumb_up_48_regular = "\uea6b"; - public const string scan_thumb_up_off_16_regular = "\uea6c"; - public const string scan_thumb_up_off_20_regular = "\uea6d"; - public const string scan_thumb_up_off_24_regular = "\uea6e"; - public const string scan_thumb_up_off_28_regular = "\uea6f"; - public const string scan_thumb_up_off_48_regular = "\uea70"; - public const string scan_type_20_regular = "\uea71"; - public const string scan_type_24_regular = "\uea72"; - public const string scan_type_checkmark_20_regular = "\uea73"; - public const string scan_type_checkmark_24_regular = "\uea74"; - public const string scan_type_off_20_regular = "\uea75"; - public const string scan_type_off_24_regular = "\U000f0411"; - public const string scratchpad_20_regular = "\uea76"; - public const string scratchpad_24_regular = "\uf68c"; - public const string screen_cut_20_regular = "\uea77"; - public const string screen_person_20_regular = "\uea78"; - public const string screen_search_20_regular = "\uea79"; - public const string screen_search_24_regular = "\uea7a"; - public const string screenshot_16_regular = "\U000f0412"; - public const string screenshot_20_regular = "\uf68d"; - public const string screenshot_24_regular = "\uf68e"; - public const string screenshot_28_regular = "\U000f045c"; - public const string screenshot_record_16_regular = "\U000f0413"; - public const string screenshot_record_20_regular = "\U000f0414"; - public const string screenshot_record_24_regular = "\U000f0415"; - public const string screenshot_record_28_regular = "\U000f045d"; - public const string script_16_regular = "\uf1db"; - public const string script_20_regular = "\U000f0239"; - public const string script_24_regular = "\U000f023a"; - public const string script_32_regular = "\U000f023b"; - public const string search_12_regular = "\uea7b"; - public const string search_16_regular = "\uea7c"; - public const string search_20_regular = "\uf68f"; - public const string search_24_regular = "\uf690"; - public const string search_28_regular = "\uf691"; - public const string search_32_regular = "\uea7d"; - public const string search_48_regular = "\uea7e"; - public const string search_info_20_regular = "\uf692"; - public const string search_info_24_regular = "\uf693"; - public const string search_settings_20_regular = "\uea7f"; - public const string search_shield_20_regular = "\uea80"; - public const string search_sparkle_16_regular = "\U000f0635"; - public const string search_sparkle_20_regular = "\U000f0636"; - public const string search_sparkle_24_regular = "\U000f0637"; - public const string search_sparkle_28_regular = "\U000f0638"; - public const string search_sparkle_32_regular = "\U000f0639"; - public const string search_sparkle_48_regular = "\U000f063a"; - public const string search_square_16_regular = "\U000f05cc"; - public const string search_square_20_regular = "\uea81"; - public const string search_square_24_regular = "\uf694"; - public const string search_visual_16_regular = "\uea82"; - public const string search_visual_20_regular = "\uea83"; - public const string search_visual_24_regular = "\uea84"; - public const string seat_16_regular = "\U000f04d9"; - public const string seat_20_regular = "\U000f04da"; - public const string seat_24_regular = "\U000f04db"; - public const string seat_add_16_regular = "\U000f04dc"; - public const string seat_add_20_regular = "\U000f04dd"; - public const string seat_add_24_regular = "\U000f04de"; - public const string select_all_off_16_regular = "\U000f04b8"; - public const string select_all_off_20_regular = "\uea85"; - public const string select_all_off_24_regular = "\uf696"; - public const string select_all_on_16_regular = "\U000f04b9"; - public const string select_all_on_20_regular = "\uea86"; - public const string select_all_on_24_regular = "\uea87"; - public const string select_object_20_regular = "\uf697"; - public const string select_object_24_regular = "\uf698"; - public const string select_object_skew_20_regular = "\uea88"; - public const string select_object_skew_24_regular = "\uea89"; - public const string select_object_skew_dismiss_20_regular = "\uea8a"; - public const string select_object_skew_dismiss_24_regular = "\uea8b"; - public const string select_object_skew_edit_20_regular = "\uea8c"; - public const string select_object_skew_edit_24_regular = "\uea8d"; - public const string send_16_regular = "\uea8e"; - public const string send_20_regular = "\uf699"; - public const string send_24_regular = "\uf69a"; - public const string send_28_regular = "\uf69b"; - public const string send_32_regular = "\U000f0098"; - public const string send_48_regular = "\U000f0099"; - public const string send_beaker_16_regular = "\U000f00f3"; - public const string send_beaker_20_regular = "\U000f00f4"; - public const string send_beaker_24_regular = "\U000f00f5"; - public const string send_beaker_28_regular = "\U000f00f6"; - public const string send_beaker_32_regular = "\U000f00f7"; - public const string send_beaker_48_regular = "\U000f00f8"; - public const string send_clock_20_regular = "\uf69c"; - public const string send_clock_24_regular = "\uea8f"; - public const string send_copy_20_regular = "\uea90"; - public const string send_copy_24_regular = "\uf69d"; - public const string send_person_16_regular = "\U000f0612"; - public const string send_person_20_regular = "\U000f0613"; - public const string send_person_24_regular = "\U000f0614"; - public const string serial_port_16_regular = "\uf6a1"; - public const string serial_port_20_regular = "\uf6a2"; - public const string serial_port_24_regular = "\uf6a3"; - public const string server_12_regular = "\U000f0360"; - public const string server_16_regular = "\uf1dc"; - public const string server_20_regular = "\uf769"; - public const string server_24_regular = "\uf76c"; - public const string server_link_16_regular = "\U000f032b"; - public const string server_link_20_regular = "\U000f032c"; - public const string server_link_24_regular = "\U000f023c"; - public const string server_multiple_20_regular = "\uea91"; - public const string server_play_20_regular = "\uea92"; - public const string server_surface_16_regular = "\uf1dd"; - public const string server_surface_multiple_16_regular = "\uf206"; - public const string service_bell_16_regular = "\U000f009a"; - public const string service_bell_20_regular = "\uea93"; - public const string service_bell_24_regular = "\uf6a4"; - public const string settings_16_regular = "\uf6a8"; - public const string settings_20_regular = "\uf6a9"; - public const string settings_24_regular = "\uf6aa"; - public const string settings_28_regular = "\uf6ab"; - public const string settings_32_regular = "\uea94"; - public const string settings_48_regular = "\uea95"; - public const string settings_chat_16_regular = "\U000f05cd"; - public const string settings_chat_20_regular = "\uea96"; - public const string settings_chat_24_regular = "\uea97"; - public const string settings_cog_multiple_20_regular = "\U000f013c"; - public const string settings_cog_multiple_24_regular = "\U000f013d"; - public const string shape_exclude_16_regular = "\uea98"; - public const string shape_exclude_20_regular = "\uea99"; - public const string shape_exclude_24_regular = "\uea9a"; - public const string shape_intersect_16_regular = "\uea9b"; - public const string shape_intersect_20_regular = "\uea9c"; - public const string shape_intersect_24_regular = "\uea9d"; - public const string shape_organic_16_regular = "\U000f0397"; - public const string shape_organic_20_regular = "\U000f0398"; - public const string shape_organic_24_regular = "\U000f0399"; - public const string shape_organic_28_regular = "\U000f039a"; - public const string shape_organic_32_regular = "\U000f039b"; - public const string shape_organic_48_regular = "\U000f039c"; - public const string shape_subtract_16_regular = "\uea9e"; - public const string shape_subtract_20_regular = "\uea9f"; - public const string shape_subtract_24_regular = "\ueaa0"; - public const string shape_union_16_regular = "\ueaa1"; - public const string shape_union_20_regular = "\ueaa2"; - public const string shape_union_24_regular = "\ueaa3"; - public const string shapes_16_regular = "\uf6ac"; - public const string shapes_20_regular = "\uf6ad"; - public const string shapes_24_regular = "\uf6ae"; - public const string shapes_28_regular = "\ueaa4"; - public const string shapes_32_regular = "\U000f03c3"; - public const string shapes_48_regular = "\ueaa5"; - public const string share_16_regular = "\ueaa6"; - public const string share_20_regular = "\uf6af"; - public const string share_24_regular = "\uf6b0"; - public const string share_28_regular = "\ueaa7"; - public const string share_48_regular = "\ueaa8"; - public const string share_android_16_regular = "\U000f04ba"; - public const string share_android_20_regular = "\uf6b1"; - public const string share_android_24_regular = "\uf6b2"; - public const string share_android_32_regular = "\U000f04bb"; - public const string share_close_tray_20_regular = "\ueaa9"; - public const string share_close_tray_24_regular = "\uf6b3"; - public const string share_ios_20_regular = "\uf6b5"; - public const string share_ios_24_regular = "\uf6b6"; - public const string share_ios_28_regular = "\uf6b7"; - public const string share_ios_48_regular = "\uf6b8"; - public const string share_multiple_16_regular = "\U000f05ce"; - public const string share_multiple_20_regular = "\U000f05cf"; - public const string share_multiple_24_regular = "\U000f05d0"; - public const string share_screen_person_16_regular = "\ueaaa"; - public const string share_screen_person_24_regular = "\ueaac"; - public const string share_screen_person_28_regular = "\ueaad"; - public const string share_screen_person_overlay_16_regular = "\ueaae"; - public const string share_screen_person_overlay_20_regular = "\ueaaf"; - public const string share_screen_person_overlay_24_regular = "\ueab0"; - public const string share_screen_person_overlay_28_regular = "\ueab1"; - public const string share_screen_person_overlay_inside_16_regular = "\ueab2"; - public const string share_screen_person_overlay_inside_20_regular = "\ueab3"; - public const string share_screen_person_overlay_inside_24_regular = "\ueab4"; - public const string share_screen_person_overlay_inside_28_regular = "\ueab5"; - public const string share_screen_person_p_16_regular = "\ueab6"; - public const string share_screen_person_p_20_regular = "\ueab7"; - public const string share_screen_person_p_24_regular = "\ueab8"; - public const string share_screen_person_p_28_regular = "\ueab9"; - public const string share_screen_start_20_regular = "\ueaba"; - public const string share_screen_start_24_regular = "\ueabb"; - public const string share_screen_start_28_regular = "\ueabc"; - public const string share_screen_start_48_regular = "\ueabd"; - public const string share_screen_stop_16_regular = "\ueabe"; - public const string share_screen_stop_20_regular = "\ueabf"; - public const string share_screen_stop_24_regular = "\ueac0"; - public const string share_screen_stop_28_regular = "\ueac1"; - public const string share_screen_stop_48_regular = "\ueac2"; - public const string shield_12_regular = "\uf21f"; - public const string shield_16_regular = "\ueac3"; - public const string shield_20_regular = "\uf6be"; - public const string shield_24_regular = "\uf6bf"; - public const string shield_28_regular = "\ueac4"; - public const string shield_32_regular = "\uef20"; - public const string shield_48_regular = "\ueac5"; - public const string shield_add_16_regular = "\uefa8"; - public const string shield_add_20_regular = "\uefa9"; - public const string shield_add_24_regular = "\uefaa"; - public const string shield_badge_20_regular = "\uf76d"; - public const string shield_badge_24_regular = "\ueac6"; - public const string shield_checkmark_16_regular = "\ueac7"; - public const string shield_checkmark_20_regular = "\ueac8"; - public const string shield_checkmark_24_regular = "\ueac9"; - public const string shield_checkmark_28_regular = "\ueaca"; - public const string shield_checkmark_48_regular = "\ueacb"; - public const string shield_dismiss_16_regular = "\ueacc"; - public const string shield_dismiss_20_regular = "\uf6c0"; - public const string shield_dismiss_24_regular = "\uf6c1"; - public const string shield_dismiss_shield_20_regular = "\ueacd"; - public const string shield_error_16_regular = "\ueace"; - public const string shield_error_20_regular = "\uf6c2"; - public const string shield_error_24_regular = "\uf6c3"; - public const string shield_globe_16_regular = "\ueeb0"; - public const string shield_globe_20_regular = "\ueeb1"; - public const string shield_globe_24_regular = "\ueeb2"; - public const string shield_keyhole_16_regular = "\uf6c4"; - public const string shield_keyhole_20_regular = "\uf6c5"; - public const string shield_keyhole_24_regular = "\uf6c6"; - public const string shield_lock_16_regular = "\ueacf"; - public const string shield_lock_20_regular = "\uead0"; - public const string shield_lock_24_regular = "\uead1"; - public const string shield_lock_28_regular = "\uead2"; - public const string shield_lock_48_regular = "\uead3"; - public const string shield_person_20_regular = "\uead4"; - public const string shield_person_add_20_regular = "\uead5"; - public const string shield_prohibited_20_regular = "\uf6c7"; - public const string shield_prohibited_24_regular = "\uf6c8"; - public const string shield_question_16_regular = "\uef21"; - public const string shield_question_20_regular = "\uef22"; - public const string shield_question_24_regular = "\uef23"; - public const string shield_question_32_regular = "\uef24"; - public const string shield_task_16_regular = "\uead6"; - public const string shield_task_20_regular = "\uead7"; - public const string shield_task_24_regular = "\uead8"; - public const string shield_task_28_regular = "\uead9"; - public const string shield_task_48_regular = "\ueada"; - public const string shifts_16_regular = "\ueadb"; - public const string shifts_20_regular = "\ueadc"; - public const string shifts_24_regular = "\uf6c9"; - public const string shifts_28_regular = "\uf6cc"; - public const string shifts_30_minutes_20_regular = "\ueadd"; - public const string shifts_30_minutes_24_regular = "\uf6cd"; - public const string shifts_32_regular = "\ueade"; - public const string shifts_activity_16_regular = "\U000f009b"; - public const string shifts_activity_20_regular = "\uf6ce"; - public const string shifts_activity_24_regular = "\uf6cf"; - public const string shifts_add_20_regular = "\ueadf"; - public const string shifts_add_24_regular = "\uf6d0"; - public const string shifts_availability_20_regular = "\ueae0"; - public const string shifts_availability_24_regular = "\uf6d2"; - public const string shifts_checkmark_20_regular = "\ueae1"; - public const string shifts_checkmark_24_regular = "\ueae2"; - public const string shifts_day_20_regular = "\ueae3"; - public const string shifts_day_24_regular = "\ueae4"; - public const string shifts_open_20_regular = "\uf6d4"; - public const string shifts_open_24_regular = "\uf6d5"; - public const string shifts_prohibited_20_regular = "\ueae5"; - public const string shifts_prohibited_24_regular = "\ueae6"; - public const string shifts_question_mark_20_regular = "\ueae7"; - public const string shifts_question_mark_24_regular = "\ueae8"; - public const string shifts_team_20_regular = "\ueae9"; - public const string shifts_team_24_regular = "\uf6d7"; - public const string shopping_bag_16_regular = "\uf76e"; - public const string shopping_bag_20_regular = "\uf76f"; - public const string shopping_bag_24_regular = "\uf770"; - public const string shopping_bag_add_16_regular = "\U000f0595"; - public const string shopping_bag_add_20_regular = "\U000f04f8"; - public const string shopping_bag_add_24_regular = "\U000f04f9"; - public const string shopping_bag_arrow_left_20_regular = "\ueaea"; - public const string shopping_bag_arrow_left_24_regular = "\ueaeb"; - public const string shopping_bag_dismiss_20_regular = "\ueaec"; - public const string shopping_bag_dismiss_24_regular = "\ueaed"; - public const string shopping_bag_pause_20_regular = "\ueaee"; - public const string shopping_bag_pause_24_regular = "\ueaef"; - public const string shopping_bag_percent_20_regular = "\ueaf0"; - public const string shopping_bag_percent_24_regular = "\ueaf1"; - public const string shopping_bag_play_20_regular = "\ueaf2"; - public const string shopping_bag_play_24_regular = "\ueaf3"; - public const string shopping_bag_tag_20_regular = "\ueaf4"; - public const string shopping_bag_tag_24_regular = "\ueaf5"; - public const string shortpick_20_regular = "\ueaf6"; - public const string shortpick_24_regular = "\ueaf7"; - public const string showerhead_20_regular = "\uf04d"; - public const string showerhead_24_regular = "\uf04e"; - public const string showerhead_32_regular = "\uf04f"; - public const string sidebar_search_ltr_20_regular = "\ueaf8"; - public const string sidebar_search_rtl_20_regular = "\ueaf9"; - public const string sign_out_20_regular = "\ueafa"; - public const string sign_out_24_regular = "\uf6da"; - public const string signature_16_regular = "\uf6db"; - public const string signature_20_regular = "\uf6dc"; - public const string signature_24_regular = "\uf6dd"; - public const string signature_28_regular = "\uf6de"; - public const string signature_32_regular = "\U000f023d"; - public const string sim_16_regular = "\uf6e2"; - public const string sim_20_regular = "\uf6e3"; - public const string sim_24_regular = "\uf6e4"; - public const string skip_back_10_20_regular = "\ueafb"; - public const string skip_back_10_24_regular = "\ueafc"; - public const string skip_back_10_28_regular = "\ueafd"; - public const string skip_back_10_32_regular = "\ueafe"; - public const string skip_back_10_48_regular = "\ueaff"; - public const string skip_forward_10_20_regular = "\ueb00"; - public const string skip_forward_10_24_regular = "\ueb01"; - public const string skip_forward_10_28_regular = "\ueb02"; - public const string skip_forward_10_32_regular = "\ueb03"; - public const string skip_forward_10_48_regular = "\ueb04"; - public const string skip_forward_30_20_regular = "\ueb05"; - public const string skip_forward_30_24_regular = "\ueb06"; - public const string skip_forward_30_28_regular = "\ueb07"; - public const string skip_forward_30_32_regular = "\ueb08"; - public const string skip_forward_30_48_regular = "\ueb09"; - public const string skip_forward_tab_20_regular = "\ueb0a"; - public const string skip_forward_tab_24_regular = "\ueb0b"; - public const string slash_forward_12_regular = "\U000f009c"; - public const string slash_forward_16_regular = "\U000f009d"; - public const string slash_forward_20_regular = "\U000f009e"; - public const string slash_forward_24_regular = "\U000f009f"; - public const string sleep_20_regular = "\ueb0c"; - public const string sleep_24_regular = "\uf6e5"; - public const string slide_add_16_regular = "\ueb0d"; - public const string slide_add_20_regular = "\ueb0e"; - public const string slide_add_24_regular = "\uf6e6"; - public const string slide_add_28_regular = "\ueb0f"; - public const string slide_add_32_regular = "\ueb10"; - public const string slide_add_48_regular = "\ueb11"; - public const string slide_arrow_right_20_regular = "\ueb12"; - public const string slide_arrow_right_24_regular = "\ueb13"; - public const string slide_content_24_regular = "\U000f013e"; - public const string slide_eraser_16_regular = "\ueb14"; - public const string slide_eraser_20_regular = "\ueb15"; - public const string slide_eraser_24_regular = "\ueb16"; - public const string slide_grid_20_regular = "\ueb17"; - public const string slide_grid_24_regular = "\ueb18"; - public const string slide_hide_20_regular = "\ueb19"; - public const string slide_hide_24_regular = "\uf6e8"; - public const string slide_layout_20_regular = "\uf6e9"; - public const string slide_layout_24_regular = "\uf6ea"; - public const string slide_link_20_regular = "\uef15"; - public const string slide_link_24_regular = "\uef16"; - public const string slide_microphone_20_regular = "\ueb1a"; - public const string slide_microphone_24_regular = "\uf6eb"; - public const string slide_microphone_32_regular = "\ueb1b"; - public const string slide_multiple_20_regular = "\ueb1c"; - public const string slide_multiple_24_regular = "\ueb1d"; - public const string slide_multiple_arrow_right_20_regular = "\ueb1e"; - public const string slide_multiple_arrow_right_24_regular = "\ueb1f"; - public const string slide_multiple_search_20_regular = "\uf773"; - public const string slide_multiple_search_24_regular = "\uf774"; - public const string slide_play_20_regular = "\U000f05d1"; - public const string slide_play_24_regular = "\U000f05d2"; - public const string slide_record_16_regular = "\U000f013f"; - public const string slide_record_20_regular = "\U000f0140"; - public const string slide_record_24_regular = "\U000f0141"; - public const string slide_record_28_regular = "\U000f0142"; - public const string slide_record_48_regular = "\U000f0143"; - public const string slide_search_16_regular = "\U000f0416"; - public const string slide_search_20_regular = "\ueb20"; - public const string slide_search_24_regular = "\ueb21"; - public const string slide_search_28_regular = "\ueb22"; - public const string slide_search_32_regular = "\U000f0417"; - public const string slide_settings_20_regular = "\ueb23"; - public const string slide_settings_24_regular = "\ueb24"; - public const string slide_size_20_regular = "\ueb25"; - public const string slide_size_24_regular = "\ueb26"; - public const string slide_text_16_regular = "\ueb27"; - public const string slide_text_20_regular = "\ueb28"; - public const string slide_text_24_regular = "\uf6ec"; - public const string slide_text_28_regular = "\ueb29"; - public const string slide_text_48_regular = "\ueb2a"; - public const string slide_text_call_16_regular = "\U000f063b"; - public const string slide_text_call_20_regular = "\U000f063c"; - public const string slide_text_call_24_regular = "\U000f063d"; - public const string slide_text_call_28_regular = "\U000f063e"; - public const string slide_text_call_48_regular = "\U000f063f"; - public const string slide_text_cursor_20_regular = "\U000f0640"; - public const string slide_text_cursor_24_regular = "\U000f0641"; - public const string slide_text_edit_16_regular = "\U000f03c4"; - public const string slide_text_edit_20_regular = "\U000f03c5"; - public const string slide_text_edit_24_regular = "\U000f03c6"; - public const string slide_text_edit_28_regular = "\U000f03c7"; - public const string slide_text_multiple_16_regular = "\uf050"; - public const string slide_text_multiple_20_regular = "\uf051"; - public const string slide_text_multiple_24_regular = "\uf052"; - public const string slide_text_multiple_32_regular = "\uf053"; - public const string slide_text_person_16_regular = "\uf22f"; - public const string slide_text_person_20_regular = "\uf25b"; - public const string slide_text_person_24_regular = "\uf25c"; - public const string slide_text_person_28_regular = "\uf25d"; - public const string slide_text_person_32_regular = "\uf25e"; - public const string slide_text_person_48_regular = "\uf2d9"; - public const string slide_text_sparkle_16_regular = "\U000f00f9"; - public const string slide_text_sparkle_20_regular = "\U000f00fa"; - public const string slide_text_sparkle_24_regular = "\U000f00fb"; - public const string slide_text_sparkle_28_regular = "\U000f00fc"; - public const string slide_text_sparkle_32_regular = "\U000f00fd"; - public const string slide_text_sparkle_48_regular = "\U000f00fe"; - public const string slide_transition_20_regular = "\ueb2b"; - public const string slide_transition_24_regular = "\ueb2c"; - public const string smartwatch_20_regular = "\uf775"; - public const string smartwatch_24_regular = "\uf776"; - public const string smartwatch_dot_20_regular = "\uf786"; - public const string smartwatch_dot_24_regular = "\uf787"; - public const string snooze_16_regular = "\uf6f4"; - public const string snooze_20_regular = "\ueb2d"; - public const string snooze_24_regular = "\uf6f5"; - public const string sound_source_20_regular = "\ueb2e"; - public const string sound_source_24_regular = "\uf6f6"; - public const string sound_source_28_regular = "\uf6f7"; - public const string sound_wave_circle_20_regular = "\ueb2f"; - public const string sound_wave_circle_24_regular = "\ueb30"; - public const string space_3d_16_regular = "\U000f00a0"; - public const string space_3d_20_regular = "\U000f00a1"; - public const string space_3d_24_regular = "\U000f00a2"; - public const string space_3d_28_regular = "\U000f00a3"; - public const string space_3d_32_regular = "\U000f00a4"; - public const string space_3d_48_regular = "\U000f00a5"; - public const string spacebar_20_regular = "\ueb31"; - public const string spacebar_24_regular = "\uf6f8"; - public const string sparkle_16_regular = "\ueb32"; - public const string sparkle_20_regular = "\ueb33"; - public const string sparkle_24_regular = "\ueb34"; - public const string sparkle_28_regular = "\ueb35"; - public const string sparkle_32_regular = "\U000f00a6"; - public const string sparkle_48_regular = "\ueb36"; - public const string sparkle_circle_16_regular = "\U000f00a7"; - public const string sparkle_circle_20_regular = "\uefab"; - public const string sparkle_circle_24_regular = "\uefac"; - public const string sparkle_circle_28_regular = "\U000f00a8"; - public const string sparkle_circle_32_regular = "\U000f00a9"; - public const string sparkle_circle_48_regular = "\U000f00aa"; - public const string spatula_spoon_16_regular = "\U000f0596"; - public const string spatula_spoon_20_regular = "\U000f0597"; - public const string spatula_spoon_24_regular = "\U000f0598"; - public const string spatula_spoon_28_regular = "\U000f0599"; - public const string spatula_spoon_32_regular = "\U000f059a"; - public const string spatula_spoon_48_regular = "\U000f059b"; - public const string speaker_0_16_regular = "\ueb37"; - public const string speaker_0_20_regular = "\ueb38"; - public const string speaker_0_24_regular = "\uf6f9"; - public const string speaker_0_28_regular = "\ueb39"; - public const string speaker_0_32_regular = "\ueb3a"; - public const string speaker_0_48_regular = "\ueb3b"; - public const string speaker_1_16_regular = "\ueb3c"; - public const string speaker_1_20_regular = "\ueb3d"; - public const string speaker_1_24_regular = "\uf6fb"; - public const string speaker_1_28_regular = "\ueb3e"; - public const string speaker_1_32_regular = "\ueb3f"; - public const string speaker_1_48_regular = "\ueb40"; - public const string speaker_2_16_regular = "\ueb41"; - public const string speaker_2_20_regular = "\ueb42"; - public const string speaker_2_24_regular = "\ueb43"; - public const string speaker_2_28_regular = "\ueb44"; - public const string speaker_2_32_regular = "\ueb45"; - public const string speaker_2_48_regular = "\ueb46"; - public const string speaker_bluetooth_20_regular = "\ueb47"; - public const string speaker_bluetooth_24_regular = "\uf6ff"; - public const string speaker_bluetooth_28_regular = "\ueb48"; - public const string speaker_box_16_regular = "\U000f04df"; - public const string speaker_box_20_regular = "\U000f04e0"; - public const string speaker_box_24_regular = "\U000f04e1"; - public const string speaker_edit_16_regular = "\uf700"; - public const string speaker_edit_20_regular = "\uf701"; - public const string speaker_edit_24_regular = "\uf702"; - public const string speaker_mute_16_regular = "\ueb49"; - public const string speaker_mute_20_regular = "\ueb4a"; - public const string speaker_mute_24_regular = "\ueb4b"; - public const string speaker_mute_28_regular = "\ueb4c"; - public const string speaker_mute_32_regular = "\U000f023e"; - public const string speaker_mute_48_regular = "\ueb4d"; - public const string speaker_off_16_regular = "\ueb4e"; - public const string speaker_off_20_regular = "\ueb4f"; - public const string speaker_off_24_regular = "\uf706"; - public const string speaker_off_28_regular = "\uf707"; - public const string speaker_off_48_regular = "\ueb50"; - public const string speaker_settings_20_regular = "\ueb51"; - public const string speaker_settings_24_regular = "\uf708"; - public const string speaker_settings_28_regular = "\ueb52"; - public const string speaker_usb_20_regular = "\ueb53"; - public const string speaker_usb_24_regular = "\ueb54"; - public const string speaker_usb_28_regular = "\ueb55"; - public const string spinner_ios_16_regular = "\U000f01f7"; - public const string spinner_ios_20_regular = "\uf709"; - public const string split_hint_20_regular = "\ueb56"; - public const string split_horizontal_12_regular = "\ueb57"; - public const string split_horizontal_16_regular = "\ueb58"; - public const string split_horizontal_20_regular = "\ueb59"; - public const string split_horizontal_24_regular = "\ueb5a"; - public const string split_horizontal_28_regular = "\ueb5b"; - public const string split_horizontal_32_regular = "\ueb5c"; - public const string split_horizontal_48_regular = "\ueb5d"; - public const string split_vertical_12_regular = "\ueb5e"; - public const string split_vertical_16_regular = "\ueb5f"; - public const string split_vertical_20_regular = "\ueb60"; - public const string split_vertical_24_regular = "\ueb61"; - public const string split_vertical_28_regular = "\ueb62"; - public const string split_vertical_32_regular = "\ueb63"; - public const string split_vertical_48_regular = "\ueb64"; - public const string sport_16_regular = "\ueb65"; - public const string sport_20_regular = "\ueb66"; - public const string sport_24_regular = "\ueb67"; - public const string sport_american_football_20_regular = "\ueb68"; - public const string sport_american_football_24_regular = "\ueb69"; - public const string sport_baseball_20_regular = "\ueb6a"; - public const string sport_baseball_24_regular = "\ueb6b"; - public const string sport_basketball_20_regular = "\ueb6c"; - public const string sport_basketball_24_regular = "\ueb6d"; - public const string sport_hockey_20_regular = "\ueb6e"; - public const string sport_hockey_24_regular = "\ueb6f"; - public const string sport_soccer_16_regular = "\ueb70"; - public const string sport_soccer_20_regular = "\ueb71"; - public const string sport_soccer_24_regular = "\ueb72"; - public const string spray_can_16_regular = "\uf2da"; - public const string square_28_regular = "\ueb77"; - public const string square_32_regular = "\ueb78"; - public const string square_48_regular = "\ueb79"; - public const string square_add_16_regular = "\ueb7a"; - public const string square_add_20_regular = "\ueb7b"; - public const string square_arrow_forward_16_regular = "\ueb7c"; - public const string square_arrow_forward_20_regular = "\ueb7d"; - public const string square_arrow_forward_24_regular = "\ueb7e"; - public const string square_arrow_forward_28_regular = "\ueb7f"; - public const string square_arrow_forward_32_regular = "\ueb80"; - public const string square_arrow_forward_48_regular = "\ueb81"; - public const string square_dismiss_16_regular = "\ueb82"; - public const string square_dismiss_20_regular = "\ueb83"; - public const string square_dovetail_joint_12_regular = "\U000f0615"; - public const string square_dovetail_joint_16_regular = "\U000f0616"; - public const string square_dovetail_joint_20_regular = "\U000f0617"; - public const string square_dovetail_joint_24_regular = "\U000f0618"; - public const string square_dovetail_joint_28_regular = "\U000f0619"; - public const string square_dovetail_joint_32_regular = "\U000f061a"; - public const string square_dovetail_joint_48_regular = "\U000f061b"; - public const string square_eraser_20_regular = "\ueb84"; - public const string square_hint_16_regular = "\ueb85"; - public const string square_hint_20_regular = "\ueb86"; - public const string square_hint_24_regular = "\ueb87"; - public const string square_hint_28_regular = "\ueb88"; - public const string square_hint_32_regular = "\ueb89"; - public const string square_hint_48_regular = "\ueb8a"; - public const string square_hint_apps_20_regular = "\ueb8b"; - public const string square_hint_apps_24_regular = "\ueb8c"; - public const string square_hint_arrow_back_16_regular = "\ueb8d"; - public const string square_hint_arrow_back_20_regular = "\ueb8e"; - public const string square_hint_hexagon_12_regular = "\U000f0361"; - public const string square_hint_hexagon_16_regular = "\U000f0362"; - public const string square_hint_hexagon_20_regular = "\U000f0363"; - public const string square_hint_hexagon_24_regular = "\U000f0364"; - public const string square_hint_hexagon_28_regular = "\U000f0365"; - public const string square_hint_hexagon_32_regular = "\U000f0366"; - public const string square_hint_hexagon_48_regular = "\U000f0367"; - public const string square_hint_sparkles_16_regular = "\ueb8f"; - public const string square_hint_sparkles_20_regular = "\ueb90"; - public const string square_hint_sparkles_24_regular = "\ueb91"; - public const string square_hint_sparkles_28_regular = "\ueb92"; - public const string square_hint_sparkles_32_regular = "\ueb93"; - public const string square_hint_sparkles_48_regular = "\ueb94"; - public const string square_multiple_16_regular = "\ueb95"; - public const string square_multiple_20_regular = "\ueb96"; - public const string square_multiple_24_regular = "\uf78c"; - public const string square_multiple_28_regular = "\ueeb3"; - public const string square_multiple_32_regular = "\ueeb4"; - public const string square_multiple_48_regular = "\ueeb5"; - public const string square_shadow_12_regular = "\ueb97"; - public const string square_shadow_20_regular = "\ueb98"; - public const string squares_nested_20_regular = "\ueb99"; - public const string stack_16_regular = "\uf78d"; - public const string stack_20_regular = "\uf792"; - public const string stack_24_regular = "\uf7a6"; - public const string stack_32_regular = "\ueedf"; - public const string stack_add_20_regular = "\U000f0144"; - public const string stack_add_24_regular = "\U000f0145"; - public const string stack_arrow_forward_20_regular = "\ueb9a"; - public const string stack_arrow_forward_24_regular = "\ueb9b"; - public const string stack_star_16_regular = "\ueb9c"; - public const string stack_star_20_regular = "\ueb9d"; - public const string stack_star_24_regular = "\ueb9e"; - public const string stack_vertical_20_regular = "\U000f00ff"; - public const string stack_vertical_24_regular = "\U000f0100"; - public const string star_12_regular = "\uf70d"; - public const string star_16_regular = "\uf70e"; - public const string star_20_regular = "\uf70f"; - public const string star_24_regular = "\uf710"; - public const string star_28_regular = "\uf711"; - public const string star_32_regular = "\U000f045e"; - public const string star_48_regular = "\ueb9f"; - public const string star_add_16_regular = "\uf712"; - public const string star_add_20_regular = "\uf713"; - public const string star_add_24_regular = "\uf714"; - public const string star_add_28_regular = "\ueba0"; - public const string star_arrow_back_16_regular = "\U000f00ab"; - public const string star_arrow_back_20_regular = "\U000f00ac"; - public const string star_arrow_back_24_regular = "\U000f00ad"; - public const string star_arrow_right_end_20_regular = "\ueba1"; - public const string star_arrow_right_end_24_regular = "\ueba2"; - public const string star_arrow_right_start_20_regular = "\ueba3"; - public const string star_arrow_right_start_24_regular = "\uf716"; - public const string star_checkmark_16_regular = "\U000f0146"; - public const string star_checkmark_20_regular = "\U000f0147"; - public const string star_checkmark_24_regular = "\U000f0148"; - public const string star_checkmark_28_regular = "\U000f0149"; - public const string star_dismiss_16_regular = "\ueba4"; - public const string star_dismiss_20_regular = "\ueba5"; - public const string star_dismiss_24_regular = "\ueba6"; - public const string star_dismiss_28_regular = "\ueba7"; - public const string star_edit_20_regular = "\ueba8"; - public const string star_edit_24_regular = "\ueba9"; - public const string star_emphasis_16_regular = "\U000f01f8"; - public const string star_emphasis_20_regular = "\uebaa"; - public const string star_emphasis_24_regular = "\uf717"; - public const string star_emphasis_32_regular = "\uebab"; - public const string star_half_12_regular = "\uebac"; - public const string star_half_16_regular = "\uebad"; - public const string star_half_20_regular = "\uebae"; - public const string star_half_24_regular = "\uebaf"; - public const string star_half_28_regular = "\uebb0"; - public const string star_line_horizontal_3_16_regular = "\uebb1"; - public const string star_line_horizontal_3_20_regular = "\uebb2"; - public const string star_line_horizontal_3_24_regular = "\uebb3"; - public const string star_off_12_regular = "\uf718"; - public const string star_off_16_regular = "\uf719"; - public const string star_off_20_regular = "\uf71a"; - public const string star_off_24_regular = "\uf71b"; - public const string star_off_28_regular = "\uf71c"; - public const string star_one_quarter_12_regular = "\uebb4"; - public const string star_one_quarter_16_regular = "\uebb5"; - public const string star_one_quarter_20_regular = "\uebb6"; - public const string star_one_quarter_24_regular = "\uebb7"; - public const string star_one_quarter_28_regular = "\uebb8"; - public const string star_prohibited_16_regular = "\uf71d"; - public const string star_prohibited_20_regular = "\uf71e"; - public const string star_prohibited_24_regular = "\uf71f"; - public const string star_settings_20_regular = "\uebb9"; - public const string star_settings_24_regular = "\uf720"; - public const string star_three_quarter_12_regular = "\uebba"; - public const string star_three_quarter_16_regular = "\uebbb"; - public const string star_three_quarter_20_regular = "\uebbc"; - public const string star_three_quarter_24_regular = "\uebbd"; - public const string star_three_quarter_28_regular = "\uebbe"; - public const string status_12_regular = "\uf001"; - public const string status_16_regular = "\uf721"; - public const string status_20_regular = "\uf722"; - public const string status_24_regular = "\uf723"; - public const string status_28_regular = "\U000f051d"; - public const string status_32_regular = "\U000f051e"; - public const string status_48_regular = "\U000f051f"; - public const string step_16_regular = "\uf2e7"; - public const string step_20_regular = "\U000f032d"; - public const string step_24_regular = "\U000f032e"; - public const string steps_16_regular = "\uf2e8"; - public const string steps_20_regular = "\uebbf"; - public const string steps_24_regular = "\uebc0"; - public const string stethoscope_20_regular = "\uf724"; - public const string stethoscope_24_regular = "\uf725"; - public const string sticker_12_regular = "\uebc1"; - public const string sticker_20_regular = "\uf726"; - public const string sticker_24_regular = "\uf727"; - public const string sticker_add_20_regular = "\uebc2"; - public const string sticker_add_24_regular = "\uf728"; - public const string stop_16_regular = "\uf729"; - public const string stop_20_regular = "\uf72a"; - public const string stop_24_regular = "\uf72b"; - public const string storage_16_regular = "\U000f0544"; - public const string storage_20_regular = "\uebc3"; - public const string storage_24_regular = "\uf72c"; - public const string storage_28_regular = "\U000f0545"; - public const string storage_32_regular = "\U000f0546"; - public const string storage_48_regular = "\U000f0547"; - public const string store_microsoft_16_regular = "\uf730"; - public const string store_microsoft_20_regular = "\uf731"; - public const string store_microsoft_24_regular = "\uf732"; - public const string stream_20_regular = "\uebc4"; - public const string stream_24_regular = "\uebc5"; - public const string stream_32_regular = "\U000f014a"; - public const string stream_48_regular = "\U000f027c"; - public const string stream_input_20_regular = "\uebc6"; - public const string stream_input_output_20_regular = "\uebc7"; - public const string stream_output_20_regular = "\uebc8"; - public const string street_sign_20_regular = "\U000f04fa"; - public const string street_sign_24_regular = "\U000f04fb"; - public const string style_guide_20_regular = "\uebc9"; - public const string style_guide_24_regular = "\uf733"; - public const string sub_grid_20_regular = "\uebca"; - public const string sub_grid_24_regular = "\uf734"; - public const string subtitles_16_regular = "\uebcb"; - public const string subtitles_20_regular = "\uebcc"; - public const string subtitles_24_regular = "\uebcd"; - public const string subtract_12_regular = "\uebce"; - public const string subtract_16_regular = "\uebcf"; - public const string subtract_20_regular = "\uebd0"; - public const string subtract_24_regular = "\uebd1"; - public const string subtract_28_regular = "\uebd2"; - public const string subtract_48_regular = "\uebd3"; - public const string subtract_circle_12_regular = "\uebd4"; - public const string subtract_circle_16_regular = "\uf7a7"; - public const string subtract_circle_20_regular = "\uf7b0"; - public const string subtract_circle_24_regular = "\uf7b1"; - public const string subtract_circle_28_regular = "\uf7b4"; - public const string subtract_circle_32_regular = "\uf7b5"; - public const string subtract_circle_48_regular = "\U000f03c8"; - public const string subtract_circle_arrow_back_16_regular = "\uebd5"; - public const string subtract_circle_arrow_back_20_regular = "\uebd6"; - public const string subtract_circle_arrow_forward_16_regular = "\uebd7"; - public const string subtract_circle_arrow_forward_20_regular = "\uebd8"; - public const string subtract_parentheses_16_regular = "\U000f03c9"; - public const string subtract_parentheses_20_regular = "\U000f03ca"; - public const string subtract_parentheses_24_regular = "\U000f03cb"; - public const string subtract_parentheses_28_regular = "\U000f03cc"; - public const string subtract_parentheses_32_regular = "\U000f03cd"; - public const string subtract_parentheses_48_regular = "\U000f03ce"; - public const string subtract_square_16_regular = "\U000f014b"; - public const string subtract_square_20_regular = "\uebd9"; - public const string subtract_square_24_regular = "\uebda"; - public const string subtract_square_multiple_16_regular = "\uebdb"; - public const string subtract_square_multiple_20_regular = "\uebdc"; - public const string surface_earbuds_20_regular = "\uf738"; - public const string surface_earbuds_24_regular = "\uf739"; - public const string surface_hub_20_regular = "\uf73a"; - public const string surface_hub_24_regular = "\uf73b"; - public const string swimming_pool_20_regular = "\uf054"; - public const string swimming_pool_24_regular = "\uf055"; - public const string swimming_pool_32_regular = "\uf056"; - public const string swimming_pool_48_regular = "\uf057"; - public const string swipe_down_20_regular = "\uebdd"; - public const string swipe_down_24_regular = "\uf73c"; - public const string swipe_right_20_regular = "\uebde"; - public const string swipe_right_24_regular = "\uf73d"; - public const string swipe_up_20_regular = "\uebdf"; - public const string swipe_up_24_regular = "\uf73e"; - public const string symbols_16_regular = "\uebe0"; - public const string symbols_20_regular = "\uebe1"; - public const string symbols_24_regular = "\uf73f"; - public const string sync_off_16_regular = "\uf740"; - public const string sync_off_20_regular = "\uf741"; - public const string syringe_20_regular = "\uebe2"; - public const string syringe_24_regular = "\uebe3"; - public const string system_20_regular = "\uebe4"; - public const string system_24_regular = "\uf742"; - public const string tab_16_regular = "\uf743"; - public const string tab_20_regular = "\uf744"; - public const string tab_add_20_regular = "\uebe5"; - public const string tab_add_24_regular = "\uebe6"; - public const string tab_arrow_left_20_regular = "\uebe7"; - public const string tab_arrow_left_24_regular = "\uebe8"; - public const string tab_desktop_16_regular = "\uebe9"; - public const string tab_desktop_20_regular = "\uf747"; - public const string tab_desktop_24_regular = "\uebea"; - public const string tab_desktop_28_regular = "\U000f023f"; - public const string tab_desktop_arrow_clockwise_16_regular = "\uf748"; - public const string tab_desktop_arrow_clockwise_20_regular = "\uf749"; - public const string tab_desktop_arrow_clockwise_24_regular = "\uf74a"; - public const string tab_desktop_arrow_left_20_regular = "\uebeb"; - public const string tab_desktop_bottom_20_regular = "\uebec"; - public const string tab_desktop_bottom_24_regular = "\uebed"; - public const string tab_desktop_clock_20_regular = "\uf74b"; - public const string tab_desktop_copy_20_regular = "\uf74c"; - public const string tab_desktop_image_16_regular = "\uf74d"; - public const string tab_desktop_image_20_regular = "\uf74e"; - public const string tab_desktop_image_24_regular = "\uf74f"; - public const string tab_desktop_link_16_regular = "\U000f0240"; - public const string tab_desktop_link_20_regular = "\U000f0241"; - public const string tab_desktop_link_24_regular = "\U000f0242"; - public const string tab_desktop_link_28_regular = "\U000f0243"; - public const string tab_desktop_multiple_16_regular = "\U000f0368"; - public const string tab_desktop_multiple_20_regular = "\uf750"; - public const string tab_desktop_multiple_24_regular = "\U000f057a"; - public const string tab_desktop_multiple_add_16_regular = "\U000f0369"; - public const string tab_desktop_multiple_add_20_regular = "\U000f032f"; - public const string tab_desktop_multiple_bottom_20_regular = "\uebee"; - public const string tab_desktop_multiple_bottom_24_regular = "\uebef"; - public const string tab_desktop_multiple_sparkle_16_regular = "\U000f057b"; - public const string tab_desktop_multiple_sparkle_20_regular = "\U000f057c"; - public const string tab_desktop_multiple_sparkle_24_regular = "\U000f057d"; - public const string tab_desktop_new_page_20_regular = "\uf751"; - public const string tab_desktop_search_16_regular = "\U000f05e1"; - public const string tab_desktop_search_20_regular = "\U000f05e2"; - public const string tab_desktop_search_24_regular = "\U000f05e3"; - public const string tab_group_16_regular = "\U000f05b9"; - public const string tab_group_20_regular = "\U000f05ba"; - public const string tab_group_24_regular = "\U000f05bb"; - public const string tab_in_private_16_regular = "\uf752"; - public const string tab_in_private_20_regular = "\uf753"; - public const string tab_in_private_24_regular = "\uf754"; - public const string tab_in_private_28_regular = "\uf755"; - public const string tab_inprivate_account_20_regular = "\uf756"; - public const string tab_inprivate_account_24_regular = "\uf757"; - public const string tab_prohibited_20_regular = "\uebf0"; - public const string tab_prohibited_24_regular = "\uebf1"; - public const string tab_shield_dismiss_20_regular = "\uebf2"; - public const string tab_shield_dismiss_24_regular = "\uebf3"; - public const string table_16_regular = "\uebf4"; - public const string table_20_regular = "\uf75d"; - public const string table_24_regular = "\uf75e"; - public const string table_28_regular = "\uebf5"; - public const string table_32_regular = "\uebf6"; - public const string table_48_regular = "\uebf7"; - public const string table_add_16_regular = "\uebf8"; - public const string table_add_20_regular = "\uebf9"; - public const string table_add_24_regular = "\uf75f"; - public const string table_add_28_regular = "\uebfa"; - public const string table_arrow_up_20_regular = "\U000f0244"; - public const string table_arrow_up_24_regular = "\U000f0245"; - public const string table_bottom_row_16_regular = "\uebfb"; - public const string table_bottom_row_20_regular = "\uebfc"; - public const string table_bottom_row_24_regular = "\uebfd"; - public const string table_bottom_row_28_regular = "\uebfe"; - public const string table_bottom_row_32_regular = "\uebff"; - public const string table_bottom_row_48_regular = "\uec00"; - public const string table_calculator_16_regular = "\uf08e"; - public const string table_calculator_20_regular = "\ueeb6"; - public const string table_cell_edit_16_regular = "\uec01"; - public const string table_cell_edit_20_regular = "\uec02"; - public const string table_cell_edit_24_regular = "\uec03"; - public const string table_cell_edit_28_regular = "\uec04"; - public const string table_cells_merge_16_regular = "\uec05"; - public const string table_cells_merge_20_regular = "\uf760"; - public const string table_cells_merge_24_regular = "\uf761"; - public const string table_cells_merge_28_regular = "\uec06"; - public const string table_cells_split_16_regular = "\uec07"; - public const string table_cells_split_20_regular = "\uf762"; - public const string table_cells_split_24_regular = "\uf763"; - public const string table_cells_split_28_regular = "\uec08"; - public const string table_checker_20_regular = "\uec09"; - public const string table_column_top_bottom_20_regular = "\U000f0101"; - public const string table_column_top_bottom_24_regular = "\U000f0102"; - public const string table_copy_20_regular = "\uec0a"; - public const string table_cursor_16_regular = "\U000f061c"; - public const string table_cursor_20_regular = "\U000f061d"; - public const string table_cursor_24_regular = "\U000f061e"; - public const string table_default_32_regular = "\U000f014c"; - public const string table_delete_column_16_regular = "\uec0b"; - public const string table_delete_column_20_regular = "\uec0c"; - public const string table_delete_column_24_regular = "\uec0d"; - public const string table_delete_column_28_regular = "\uec0e"; - public const string table_delete_row_16_regular = "\uec0f"; - public const string table_delete_row_20_regular = "\uec10"; - public const string table_delete_row_24_regular = "\uec11"; - public const string table_delete_row_28_regular = "\uec12"; - public const string table_dismiss_16_regular = "\uec13"; - public const string table_dismiss_20_regular = "\uec14"; - public const string table_dismiss_24_regular = "\uec15"; - public const string table_dismiss_28_regular = "\uec16"; - public const string table_edit_16_regular = "\uec17"; - public const string table_edit_20_regular = "\uec18"; - public const string table_edit_24_regular = "\uf768"; - public const string table_edit_28_regular = "\uec19"; - public const string table_freeze_column_16_regular = "\uec1a"; - public const string table_freeze_column_20_regular = "\uec1b"; - public const string table_freeze_column_24_regular = "\uf76a"; - public const string table_freeze_column_28_regular = "\uec1c"; - public const string table_freeze_column_and_row_16_regular = "\uec1d"; - public const string table_freeze_column_and_row_20_regular = "\uec1e"; - public const string table_freeze_column_and_row_24_regular = "\uec1f"; - public const string table_freeze_column_and_row_28_regular = "\uec20"; - public const string table_freeze_row_16_regular = "\uec21"; - public const string table_freeze_row_20_regular = "\uec22"; - public const string table_freeze_row_24_regular = "\uf76b"; - public const string table_freeze_row_28_regular = "\uec23"; - public const string table_image_20_regular = "\uec24"; - public const string table_insert_column_16_regular = "\uec25"; - public const string table_insert_column_20_regular = "\uec26"; - public const string table_insert_column_24_regular = "\uec27"; - public const string table_insert_column_28_regular = "\uec28"; - public const string table_insert_row_16_regular = "\uec29"; - public const string table_insert_row_20_regular = "\uec2a"; - public const string table_insert_row_24_regular = "\uec2b"; - public const string table_insert_row_28_regular = "\uec2c"; - public const string table_lightning_16_regular = "\uec2d"; - public const string table_lightning_20_regular = "\uec2e"; - public const string table_lightning_24_regular = "\uec2f"; - public const string table_lightning_28_regular = "\uec30"; - public const string table_link_16_regular = "\uec31"; - public const string table_link_20_regular = "\uec32"; - public const string table_link_24_regular = "\uec33"; - public const string table_link_28_regular = "\uec34"; - public const string table_lock_16_regular = "\uf2e9"; - public const string table_lock_20_regular = "\uf2ec"; - public const string table_lock_24_regular = "\uf2ed"; - public const string table_lock_28_regular = "\uf2ee"; - public const string table_lock_32_regular = "\uf302"; - public const string table_lock_48_regular = "\uf309"; - public const string table_move_above_16_regular = "\uec35"; - public const string table_move_above_20_regular = "\uec36"; - public const string table_move_above_24_regular = "\uec37"; - public const string table_move_above_28_regular = "\uec38"; - public const string table_move_below_16_regular = "\uec39"; - public const string table_move_below_20_regular = "\uec3a"; - public const string table_move_below_24_regular = "\uec3b"; - public const string table_move_below_28_regular = "\uec3c"; - public const string table_move_left_16_regular = "\uec3d"; - public const string table_move_left_20_regular = "\uec3e"; - public const string table_move_left_24_regular = "\uf771"; - public const string table_move_left_28_regular = "\uec3f"; - public const string table_move_right_16_regular = "\uec40"; - public const string table_move_right_20_regular = "\uec41"; - public const string table_move_right_24_regular = "\uf772"; - public const string table_move_right_28_regular = "\uec42"; - public const string table_multiple_20_regular = "\uec43"; - public const string table_offset_20_regular = "\U000f0103"; - public const string table_offset_24_regular = "\U000f0104"; - public const string table_offset_add_20_regular = "\U000f0105"; - public const string table_offset_add_24_regular = "\U000f0106"; - public const string table_offset_less_than_or_equal_to_20_regular = "\U000f0107"; - public const string table_offset_less_than_or_equal_to_24_regular = "\U000f0108"; - public const string table_offset_settings_20_regular = "\U000f0109"; - public const string table_offset_settings_24_regular = "\U000f010a"; - public const string table_resize_column_16_regular = "\uec44"; - public const string table_resize_column_20_regular = "\uec45"; - public const string table_resize_column_24_regular = "\uec46"; - public const string table_resize_column_28_regular = "\uec47"; - public const string table_resize_row_16_regular = "\uec48"; - public const string table_resize_row_20_regular = "\uec49"; - public const string table_resize_row_24_regular = "\uec4a"; - public const string table_resize_row_28_regular = "\uec4b"; - public const string table_search_20_regular = "\uec4c"; - public const string table_settings_16_regular = "\uec4d"; - public const string table_settings_20_regular = "\uec4e"; - public const string table_settings_24_regular = "\uf777"; - public const string table_settings_28_regular = "\uec4f"; - public const string table_simple_16_regular = "\uec50"; - public const string table_simple_20_regular = "\uec51"; - public const string table_simple_28_regular = "\uec53"; - public const string table_simple_32_regular = "\U000f014d"; - public const string table_simple_48_regular = "\uec54"; - public const string table_simple_checkmark_16_regular = "\uf08f"; - public const string table_simple_checkmark_20_regular = "\uf090"; - public const string table_simple_checkmark_24_regular = "\uf091"; - public const string table_simple_checkmark_28_regular = "\uf092"; - public const string table_simple_checkmark_32_regular = "\uf093"; - public const string table_simple_checkmark_48_regular = "\uf094"; - public const string table_simple_exclude_16_regular = "\U000f014e"; - public const string table_simple_exclude_20_regular = "\U000f014f"; - public const string table_simple_exclude_24_regular = "\U000f0150"; - public const string table_simple_exclude_28_regular = "\U000f0151"; - public const string table_simple_exclude_32_regular = "\U000f0152"; - public const string table_simple_exclude_48_regular = "\U000f0153"; - public const string table_simple_include_16_regular = "\U000f0154"; - public const string table_simple_include_20_regular = "\U000f0155"; - public const string table_simple_include_24_regular = "\U000f0156"; - public const string table_simple_include_28_regular = "\U000f0157"; - public const string table_simple_include_32_regular = "\U000f0158"; - public const string table_simple_include_48_regular = "\U000f0159"; - public const string table_simple_multiple_20_regular = "\U000f00ae"; - public const string table_simple_multiple_24_regular = "\U000f00af"; - public const string table_sparkle_20_regular = "\U000f05e4"; - public const string table_sparkle_24_regular = "\U000f05e5"; - public const string table_split_20_regular = "\uec55"; - public const string table_stack_above_16_regular = "\uec56"; - public const string table_stack_above_20_regular = "\uec57"; - public const string table_stack_above_24_regular = "\uec58"; - public const string table_stack_above_28_regular = "\uec59"; - public const string table_stack_below_16_regular = "\uec5a"; - public const string table_stack_below_20_regular = "\uec5b"; - public const string table_stack_below_24_regular = "\uec5c"; - public const string table_stack_below_28_regular = "\uec5d"; - public const string table_stack_left_16_regular = "\uec5e"; - public const string table_stack_left_20_regular = "\uec5f"; - public const string table_stack_left_24_regular = "\uec60"; - public const string table_stack_left_28_regular = "\uec61"; - public const string table_stack_right_16_regular = "\uec62"; - public const string table_stack_right_20_regular = "\uec63"; - public const string table_stack_right_24_regular = "\uec64"; - public const string table_stack_right_28_regular = "\uec65"; - public const string table_switch_16_regular = "\uec66"; - public const string table_switch_20_regular = "\uec67"; - public const string table_switch_24_regular = "\uf778"; - public const string table_switch_28_regular = "\uec68"; - public const string tablet_12_regular = "\uec69"; - public const string tablet_16_regular = "\uec6a"; - public const string tablet_20_regular = "\uf779"; - public const string tablet_24_regular = "\uf77a"; - public const string tablet_32_regular = "\uec6b"; - public const string tablet_48_regular = "\uec6c"; - public const string tablet_laptop_20_regular = "\U000f015a"; - public const string tablet_laptop_24_regular = "\U000f0246"; - public const string tablet_speaker_20_regular = "\uec6d"; - public const string tablet_speaker_24_regular = "\uec6e"; - public const string tabs_16_regular = "\uf095"; - public const string tabs_20_regular = "\uec6f"; - public const string tabs_24_regular = "\uf77b"; - public const string tag_16_regular = "\uec70"; - public const string tag_20_regular = "\uf77c"; - public const string tag_24_regular = "\uf77d"; - public const string tag_28_regular = "\uec71"; - public const string tag_32_regular = "\uec72"; - public const string tag_circle_20_regular = "\uec73"; - public const string tag_dismiss_16_regular = "\uec74"; - public const string tag_dismiss_20_regular = "\uec75"; - public const string tag_dismiss_24_regular = "\uec76"; - public const string tag_error_16_regular = "\uec77"; - public const string tag_error_20_regular = "\uec78"; - public const string tag_error_24_regular = "\uec79"; - public const string tag_lock_16_regular = "\uec7a"; - public const string tag_lock_20_regular = "\uec7b"; - public const string tag_lock_24_regular = "\uec7c"; - public const string tag_lock_32_regular = "\uec7d"; - public const string tag_multiple_16_regular = "\uf7b6"; - public const string tag_multiple_20_regular = "\uec7e"; - public const string tag_multiple_24_regular = "\uec7f"; - public const string tag_off_16_regular = "\U000f05f4"; - public const string tag_off_20_regular = "\uec80"; - public const string tag_off_24_regular = "\uec81"; - public const string tag_question_mark_16_regular = "\uec82"; - public const string tag_question_mark_20_regular = "\uec83"; - public const string tag_question_mark_24_regular = "\uec84"; - public const string tag_question_mark_32_regular = "\uec85"; - public const string tag_reset_20_regular = "\uec86"; - public const string tag_reset_24_regular = "\uec87"; - public const string tag_search_20_regular = "\uec88"; - public const string tag_search_24_regular = "\uec89"; - public const string tap_double_20_regular = "\uec8a"; - public const string tap_double_24_regular = "\uf77e"; - public const string tap_double_32_regular = "\uec8b"; - public const string tap_double_48_regular = "\uec8c"; - public const string tap_single_20_regular = "\uec8d"; - public const string tap_single_24_regular = "\uf77f"; - public const string tap_single_32_regular = "\uec8e"; - public const string tap_single_48_regular = "\uec8f"; - public const string target_16_regular = "\uf780"; - public const string target_20_regular = "\uf781"; - public const string target_24_regular = "\uf782"; - public const string target_32_regular = "\uec90"; - public const string target_add_20_regular = "\U000f036a"; - public const string target_add_24_regular = "\U000f036b"; - public const string target_arrow_16_regular = "\uf7b7"; - public const string target_arrow_20_regular = "\uf7b8"; - public const string target_arrow_24_regular = "\uec91"; - public const string target_dismiss_20_regular = "\U000f036c"; - public const string target_dismiss_24_regular = "\U000f036d"; - public const string target_edit_16_regular = "\uf783"; - public const string target_edit_20_regular = "\uf784"; - public const string target_edit_24_regular = "\uf785"; - public const string task_list_add_20_regular = "\uf788"; - public const string task_list_add_24_regular = "\uf789"; - public const string task_list_ltr_20_regular = "\uec92"; - public const string task_list_ltr_24_regular = "\uec93"; - public const string task_list_rtl_20_regular = "\uec94"; - public const string task_list_rtl_24_regular = "\uec95"; - public const string task_list_square_add_20_regular = "\uec96"; - public const string task_list_square_add_24_regular = "\uec97"; - public const string task_list_square_database_20_regular = "\uec98"; - public const string task_list_square_ltr_16_regular = "\uefad"; - public const string task_list_square_ltr_20_regular = "\uec99"; - public const string task_list_square_ltr_24_regular = "\uec9a"; - public const string task_list_square_person_20_regular = "\uec9b"; - public const string task_list_square_rtl_16_regular = "\uefae"; - public const string task_list_square_rtl_20_regular = "\uec9c"; - public const string task_list_square_rtl_24_regular = "\uec9d"; - public const string task_list_square_settings_20_regular = "\uec9e"; - public const string tasks_app_20_regular = "\uec9f"; - public const string tasks_app_24_regular = "\uf78a"; - public const string tasks_app_28_regular = "\uf78b"; - public const string teardrop_bottom_right_16_regular = "\U000f039d"; - public const string teardrop_bottom_right_20_regular = "\U000f039e"; - public const string teardrop_bottom_right_24_regular = "\U000f039f"; - public const string teardrop_bottom_right_28_regular = "\U000f03a0"; - public const string teardrop_bottom_right_32_regular = "\U000f03a1"; - public const string teardrop_bottom_right_48_regular = "\U000f03a2"; - public const string teddy_20_regular = "\ueca0"; - public const string teddy_24_regular = "\uf78e"; - public const string temperature_16_regular = "\ueca1"; - public const string temperature_20_regular = "\uf78f"; - public const string temperature_24_regular = "\uf790"; - public const string temperature_32_regular = "\uf058"; - public const string temperature_48_regular = "\uf059"; - public const string tent_12_regular = "\ueca2"; - public const string tent_16_regular = "\ueca3"; - public const string tent_20_regular = "\ueca4"; - public const string tent_24_regular = "\uf791"; - public const string tent_28_regular = "\ueca5"; - public const string tent_48_regular = "\ueca6"; - public const string tetris_app_16_regular = "\ueca7"; - public const string tetris_app_20_regular = "\ueca8"; - public const string tetris_app_24_regular = "\ueca9"; - public const string tetris_app_28_regular = "\uecaa"; - public const string tetris_app_32_regular = "\uecab"; - public const string tetris_app_48_regular = "\uecac"; - public const string text_12_regular = "\uecad"; - public const string text_16_regular = "\uecae"; - public const string text_32_regular = "\uecaf"; - public const string text_abc_underline_double_32_regular = "\U000f00b0"; - public const string text_add_20_regular = "\uecb0"; - public const string text_add_space_after_20_regular = "\uf795"; - public const string text_add_space_after_24_regular = "\uf796"; - public const string text_add_space_before_20_regular = "\uf797"; - public const string text_add_space_before_24_regular = "\uf798"; - public const string text_add_t_24_regular = "\uecb1"; - public const string text_align_center_16_regular = "\uecb2"; - public const string text_align_center_20_regular = "\uf799"; - public const string text_align_center_24_regular = "\uf79a"; - public const string text_align_center_rotate_270_16_regular = "\uecb3"; - public const string text_align_center_rotate_270_20_regular = "\uecb4"; - public const string text_align_center_rotate_270_24_regular = "\uecb5"; - public const string text_align_center_rotate_90_16_regular = "\uecb6"; - public const string text_align_center_rotate_90_20_regular = "\uecb7"; - public const string text_align_center_rotate_90_24_regular = "\uecb8"; - public const string text_align_distributed_20_regular = "\uf79b"; - public const string text_align_distributed_24_regular = "\uf79c"; - public const string text_align_distributed_evenly_20_regular = "\uecb9"; - public const string text_align_distributed_evenly_24_regular = "\uecba"; - public const string text_align_distributed_vertical_20_regular = "\uecbb"; - public const string text_align_distributed_vertical_24_regular = "\uecbc"; - public const string text_align_justify_24_regular = "\uf79e"; - public const string text_align_justify_low_20_regular = "\uecbd"; - public const string text_align_justify_low_24_regular = "\uecbe"; - public const string text_align_justify_low_rotate_90_20_regular = "\ueee2"; - public const string text_align_justify_low_rotate_90_24_regular = "\ueee3"; - public const string text_align_justify_low_rotate_270_20_regular = "\ueee0"; - public const string text_align_justify_low_rotate_270_24_regular = "\ueee1"; - public const string text_align_justify_rotate_270_20_regular = "\uecbf"; - public const string text_align_justify_rotate_270_24_regular = "\uecc0"; - public const string text_align_justify_rotate_90_20_regular = "\uecc1"; - public const string text_align_justify_rotate_90_24_regular = "\uecc2"; - public const string text_align_left_16_regular = "\uecc3"; - public const string text_align_left_20_regular = "\uf79f"; - public const string text_align_left_24_regular = "\uf7a0"; - public const string text_align_left_rotate_270_16_regular = "\uecc4"; - public const string text_align_left_rotate_270_20_regular = "\uecc5"; - public const string text_align_left_rotate_270_24_regular = "\uecc6"; - public const string text_align_left_rotate_90_16_regular = "\uecc7"; - public const string text_align_left_rotate_90_20_regular = "\uecc8"; - public const string text_align_left_rotate_90_24_regular = "\uecc9"; - public const string text_align_right_16_regular = "\uecca"; - public const string text_align_right_20_regular = "\uf7a1"; - public const string text_align_right_24_regular = "\uf7a2"; - public const string text_align_right_rotate_270_16_regular = "\ueccb"; - public const string text_align_right_rotate_270_20_regular = "\ueccc"; - public const string text_align_right_rotate_270_24_regular = "\ueccd"; - public const string text_align_right_rotate_90_16_regular = "\uecce"; - public const string text_align_right_rotate_90_20_regular = "\ueccf"; - public const string text_align_right_rotate_90_24_regular = "\uecd0"; - public const string text_arrow_down_right_column_16_regular = "\U000f04bc"; - public const string text_arrow_down_right_column_20_regular = "\U000f04bd"; - public const string text_arrow_down_right_column_24_regular = "\U000f04be"; - public const string text_arrow_down_right_column_28_regular = "\U000f04bf"; - public const string text_arrow_down_right_column_32_regular = "\U000f04c0"; - public const string text_arrow_down_right_column_48_regular = "\U000f04c1"; - public const string text_asterisk_16_regular = "\U000f03a7"; - public const string text_asterisk_20_regular = "\uf7a3"; - public const string text_baseline_20_regular = "\uecd1"; - public const string text_bold_16_regular = "\uecd2"; - public const string text_bold_20_regular = "\uf7a4"; - public const string text_bold_24_regular = "\uf7a5"; - public const string text_box_settings_20_regular = "\uecd3"; - public const string text_box_settings_24_regular = "\uecd4"; - public const string text_bullet_list_ltr_16_regular = "\uecd8"; - public const string text_bullet_list_ltr_20_regular = "\uecd9"; - public const string text_bullet_list_ltr_24_regular = "\uecda"; - public const string text_bullet_list_ltr_rotate_270_24_regular = "\uef85"; - public const string text_bullet_list_rtl_90_20_regular = "\uef86"; - public const string text_bullet_list_ltr_90_24_regular = "\uef84"; - public const string text_bullet_list_add_20_regular = "\uecd5"; - public const string text_bullet_list_add_24_regular = "\uf7a8"; - public const string text_bullet_list_checkmark_20_regular = "\uecd6"; - public const string text_bullet_list_dismiss_20_regular = "\uecd7"; - public const string text_bullet_list_ltr_90_20_regular = "\uef83"; - public const string text_bullet_list_rtl_16_regular = "\uecdf"; - public const string text_bullet_list_rtl_20_regular = "\uece0"; - public const string text_bullet_list_rtl_24_regular = "\uece1"; - public const string text_bullet_list_square_16_regular = "\U000f01ad"; - public const string text_bullet_list_square_20_regular = "\uece2"; - public const string text_bullet_list_square_24_regular = "\uf7a9"; - public const string text_bullet_list_square_32_regular = "\U000f01ae"; - public const string text_bullet_list_square_48_regular = "\U000f027d"; - public const string text_bullet_list_square_clock_20_regular = "\uece3"; - public const string text_bullet_list_square_edit_20_regular = "\uf7b9"; - public const string text_bullet_list_square_edit_24_regular = "\uf7ba"; - public const string text_bullet_list_square_person_20_regular = "\uece4"; - public const string text_bullet_list_square_person_32_regular = "\uefd3"; - public const string text_bullet_list_square_search_20_regular = "\uece5"; - public const string text_bullet_list_square_settings_20_regular = "\uece6"; - public const string text_bullet_list_square_shield_20_regular = "\uece7"; - public const string text_bullet_list_square_shield_48_regular = "\U000f027e"; - public const string text_bullet_list_square_sparkle_16_regular = "\U000f01af"; - public const string text_bullet_list_square_sparkle_20_regular = "\U000f01b0"; - public const string text_bullet_list_square_sparkle_24_regular = "\U000f01b1"; - public const string text_bullet_list_square_toolbox_20_regular = "\uece8"; - public const string text_bullet_list_square_warning_16_regular = "\uf7aa"; - public const string text_bullet_list_square_warning_20_regular = "\uf7ab"; - public const string text_bullet_list_square_warning_24_regular = "\uf7ac"; - public const string text_bullet_list_tree_16_regular = "\uf7ad"; - public const string text_bullet_list_tree_20_regular = "\uf7ae"; - public const string text_bullet_list_tree_24_regular = "\uf7af"; - public const string text_case_lowercase_16_regular = "\uece9"; - public const string text_case_lowercase_20_regular = "\uecea"; - public const string text_case_lowercase_24_regular = "\ueceb"; - public const string text_case_title_16_regular = "\uecec"; - public const string text_case_title_20_regular = "\ueced"; - public const string text_case_title_24_regular = "\uecee"; - public const string text_case_uppercase_16_regular = "\uecef"; - public const string text_case_uppercase_20_regular = "\uecf0"; - public const string text_case_uppercase_24_regular = "\uecf1"; - public const string text_change_case_16_regular = "\uecf2"; - public const string text_change_case_20_regular = "\uf7b2"; - public const string text_change_case_24_regular = "\uf7b3"; - public const string text_clear_formatting_16_regular = "\uecf3"; - public const string text_clear_formatting_20_regular = "\uf7bc"; - public const string text_clear_formatting_24_regular = "\uf7bd"; - public const string text_collapse_20_regular = "\uecf4"; - public const string text_collapse_24_regular = "\uf7be"; - public const string text_color_16_regular = "\uecf5"; - public const string text_color_20_regular = "\uf7bf"; - public const string text_color_24_regular = "\uf7c0"; - public const string text_column_one_20_regular = "\uf7c1"; - public const string text_column_one_24_regular = "\uf7c2"; - public const string text_column_one_narrow_20_regular = "\uecf6"; - public const string text_column_one_narrow_24_regular = "\uecf7"; - public const string text_column_one_semi_narrow_20_regular = "\U000f00b1"; - public const string text_column_one_semi_narrow_24_regular = "\U000f00b2"; - public const string text_column_one_wide_20_regular = "\uecf8"; - public const string text_column_one_wide_24_regular = "\uecf9"; - public const string text_column_one_wide_lightning_16_regular = "\U000f05f5"; - public const string text_column_one_wide_lightning_20_regular = "\uecfa"; - public const string text_column_one_wide_lightning_24_regular = "\uecfb"; - public const string text_column_three_20_regular = "\uf7c3"; - public const string text_column_three_24_regular = "\uf7c4"; - public const string text_column_two_20_regular = "\uf7c5"; - public const string text_column_two_24_regular = "\uf7c6"; - public const string text_column_two_left_20_regular = "\uf7c7"; - public const string text_column_two_left_24_regular = "\uf7c8"; - public const string text_column_two_right_20_regular = "\uf7c9"; - public const string text_column_two_right_24_regular = "\uf7ca"; - public const string text_continuous_20_regular = "\uecfc"; - public const string text_continuous_24_regular = "\uecfd"; - public const string text_density_16_regular = "\uecfe"; - public const string text_density_20_regular = "\uecff"; - public const string text_density_24_regular = "\ued00"; - public const string text_density_28_regular = "\ued01"; - public const string text_density_32_regular = "\U000f045f"; - public const string text_description_16_regular = "\U000f0330"; - public const string text_description_ltr_20_regular = "\uef87"; - public const string text_description_ltr_24_regular = "\uef88"; - public const string text_description_28_regular = "\U000f0331"; - public const string text_description_32_regular = "\U000f0332"; - public const string text_description_rtl_20_regular = "\uef89"; - public const string text_description_rtl_24_regular = "\uef8a"; - public const string text_direction_horizontal_left_20_regular = "\ued02"; - public const string text_direction_horizontal_left_24_regular = "\ued03"; - public const string text_direction_horizontal_right_20_regular = "\ued04"; - public const string text_direction_horizontal_right_24_regular = "\ued05"; - public const string text_direction_rotate_270_right_20_regular = "\ued06"; - public const string text_direction_rotate_270_right_24_regular = "\ued07"; - public const string text_direction_rotate_315_right_20_regular = "\U000f01f9"; - public const string text_direction_rotate_315_right_24_regular = "\U000f01fa"; - public const string text_direction_rotate_45_right_20_regular = "\U000f01fb"; - public const string text_direction_rotate_45_right_24_regular = "\U000f01fc"; - public const string text_direction_rotate_90_left_20_regular = "\ued08"; - public const string text_direction_rotate_90_left_24_regular = "\ued09"; - public const string text_direction_rotate_90_right_20_regular = "\ued0a"; - public const string text_direction_rotate_90_right_24_regular = "\ued0b"; - public const string text_direction_vertical_20_regular = "\uf7d7"; - public const string text_direction_vertical_24_regular = "\uf7d8"; - public const string text_edit_style_16_regular = "\U000f03a3"; - public const string text_edit_style_20_regular = "\uf7d9"; - public const string text_edit_style_24_regular = "\uf7da"; - public const string text_edit_style_character_a_32_regular = "\U000f0460"; - public const string text_edit_style_character_ga_32_regular = "\U000f04e2"; - public const string text_effects_20_regular = "\uf7db"; - public const string text_effects_24_regular = "\uf7dc"; - public const string text_effects_sparkle_20_regular = "\U000f04c2"; - public const string text_effects_sparkle_24_regular = "\U000f04c3"; - public const string text_expand_16_regular = "\U000f00b3"; - public const string text_expand_20_regular = "\ued0c"; - public const string text_expand_24_regular = "\uf7dd"; - public const string text_field_16_regular = "\uf7de"; - public const string text_field_20_regular = "\uf7df"; - public const string text_field_24_regular = "\uf7e0"; - public const string text_first_line_20_regular = "\uf7e1"; - public const string text_first_line_24_regular = "\uf7e2"; - public const string text_font_16_regular = "\uf7e3"; - public const string text_font_20_regular = "\uf7e4"; - public const string text_font_24_regular = "\uf7e5"; - public const string text_font_info_16_regular = "\ued0d"; - public const string text_font_info_20_regular = "\ued0e"; - public const string text_font_info_24_regular = "\ued0f"; - public const string text_font_size_16_regular = "\ued10"; - public const string text_font_size_20_regular = "\uf7e6"; - public const string text_font_size_24_regular = "\uf7e7"; - public const string text_footnote_20_regular = "\uf7e8"; - public const string text_footnote_24_regular = "\uf7e9"; - public const string text_grammar_arrow_left_20_regular = "\ued11"; - public const string text_grammar_arrow_left_24_regular = "\ued12"; - public const string text_grammar_arrow_right_20_regular = "\ued13"; - public const string text_grammar_arrow_right_24_regular = "\ued14"; - public const string text_grammar_checkmark_20_regular = "\ued15"; - public const string text_grammar_checkmark_24_regular = "\ued16"; - public const string text_grammar_dismiss_20_regular = "\ued17"; - public const string text_grammar_dismiss_24_regular = "\ued18"; - public const string text_grammar_error_20_regular = "\ued19"; - public const string text_grammar_lightning_16_regular = "\U000f0333"; - public const string text_grammar_lightning_20_regular = "\U000f0334"; - public const string text_grammar_lightning_24_regular = "\U000f0335"; - public const string text_grammar_lightning_28_regular = "\U000f0336"; - public const string text_grammar_lightning_32_regular = "\U000f0337"; - public const string text_grammar_settings_20_regular = "\ued1a"; - public const string text_grammar_settings_24_regular = "\ued1b"; - public const string text_grammar_wand_16_regular = "\ued1c"; - public const string text_grammar_wand_20_regular = "\ued1d"; - public const string text_grammar_wand_24_regular = "\ued1e"; - public const string text_hanging_20_regular = "\uf7ed"; - public const string text_hanging_24_regular = "\uf7ee"; - public const string text_header_1_20_regular = "\uf7ef"; - public const string text_header_1_24_regular = "\ued1f"; - public const string text_header_1_lines_16_regular = "\U000f036e"; - public const string text_header_1_lines_20_regular = "\U000f036f"; - public const string text_header_1_lines_24_regular = "\U000f0370"; - public const string text_header_1_lines_caret_16_regular = "\U000f0371"; - public const string text_header_1_lines_caret_20_regular = "\U000f0372"; - public const string text_header_1_lines_caret_24_regular = "\U000f0373"; - public const string text_header_2_20_regular = "\uf7f0"; - public const string text_header_2_24_regular = "\ued20"; - public const string text_header_2_lines_16_regular = "\U000f0374"; - public const string text_header_2_lines_20_regular = "\U000f0375"; - public const string text_header_2_lines_24_regular = "\U000f0376"; - public const string text_header_2_lines_caret_16_regular = "\U000f0377"; - public const string text_header_2_lines_caret_20_regular = "\U000f0378"; - public const string text_header_2_lines_caret_24_regular = "\U000f0379"; - public const string text_header_3_20_regular = "\uf7f1"; - public const string text_header_3_24_regular = "\ued21"; - public const string text_header_3_lines_16_regular = "\U000f037a"; - public const string text_header_3_lines_20_regular = "\U000f037b"; - public const string text_header_3_lines_24_regular = "\U000f037c"; - public const string text_header_3_lines_caret_16_regular = "\U000f037d"; - public const string text_header_3_lines_caret_20_regular = "\U000f037e"; - public const string text_header_3_lines_caret_24_regular = "\U000f037f"; - public const string text_indent_decrease_ltr_16_regular = "\ued22"; - public const string text_indent_decrease_ltr_20_regular = "\ued23"; - public const string text_indent_decrease_ltr_24_regular = "\ued24"; - public const string text_indent_decrease_rotate_90_20_regular = "\ued27"; - public const string text_indent_decrease_rotate_90_24_regular = "\ued28"; - public const string text_indent_decrease_rotate_270_20_regular = "\ued25"; - public const string text_indent_decrease_rotate_270_24_regular = "\ued26"; - public const string text_indent_decrease_rtl_16_regular = "\ued29"; - public const string text_indent_decrease_rtl_20_regular = "\ued2a"; - public const string text_indent_decrease_rtl_24_regular = "\ued2b"; - public const string text_indent_decrease_rtl_90_24_regular = "\uef90"; - public const string text_indent_decrease_rtl_rotate_270_24_regular = "\uefb0"; - public const string text_indent_increase_ltr_16_regular = "\ued2c"; - public const string text_indent_increase_ltr_20_regular = "\ued2d"; - public const string text_indent_increase_ltr_24_regular = "\ued2e"; - public const string text_indent_increase_rotate_90_20_regular = "\ued31"; - public const string text_indent_increase_rotate_90_24_regular = "\ued32"; - public const string text_indent_increase_rotate_270_20_regular = "\ued2f"; - public const string text_indent_increase_rotate_270_24_regular = "\ued30"; - public const string text_indent_increase_rtl_16_regular = "\ued33"; - public const string text_indent_increase_rtl_20_regular = "\ued34"; - public const string text_indent_increase_rtl_24_regular = "\ued35"; - public const string text_indent_increase_rtl_90_24_regular = "\uf029"; - public const string text_indent_increase_rtl_rotate_270_24_regular = "\uf3fc"; - public const string text_italic_16_regular = "\ued36"; - public const string text_italic_20_regular = "\uf7f4"; - public const string text_italic_24_regular = "\uf7f5"; - public const string text_line_spacing_20_regular = "\uf7f6"; - public const string text_line_spacing_24_regular = "\uf7f7"; - public const string text_more_20_regular = "\ued37"; - public const string text_more_24_regular = "\ued38"; - public const string text_number_format_20_regular = "\ued39"; - public const string text_number_format_24_regular = "\uf7f8"; - public const string text_number_list_ltr_16_regular = "\ued3a"; - public const string text_number_list_ltr_20_regular = "\uf7f9"; - public const string text_number_list_ltr_24_regular = "\uf7fa"; - public const string text_number_list_rotate_90_20_regular = "\ued3d"; - public const string text_number_list_rotate_90_24_regular = "\ued3e"; - public const string text_number_list_rotate_270_20_regular = "\ued3b"; - public const string text_number_list_ltr_rotate_270_24_regular = "\uf50b"; - public const string text_number_list_rotate_270_24_regular = "\ued3c"; - public const string text_number_list_rtl_16_regular = "\ued3f"; - public const string text_number_list_rtl_20_regular = "\ued40"; - public const string text_number_list_rtl_24_regular = "\uf7fb"; - public const string text_number_list_rtl_90_20_regular = "\uf50c"; - public const string text_number_list_rtl_90_24_regular = "\uf543"; - public const string text_number_list_rtl_rotate_270_20_regular = "\uf544"; - public const string text_number_list_rtl_rotate_270_24_regular = "\uf545"; - public const string text_paragraph_direction_20_regular = "\ued44"; - public const string text_paragraph_direction_24_regular = "\ued45"; - public const string text_paragraph_direction_left_16_regular = "\ued46"; - public const string text_paragraph_direction_left_20_regular = "\ued47"; - public const string text_paragraph_direction_right_16_regular = "\ued48"; - public const string text_paragraph_direction_right_20_regular = "\ued49"; - public const string text_period_asterisk_20_regular = "\ued4a"; - public const string text_position_behind_20_regular = "\ued4b"; - public const string text_position_behind_24_regular = "\ued4c"; - public const string text_position_front_20_regular = "\ued4d"; - public const string text_position_front_24_regular = "\ued4e"; - public const string text_position_line_20_regular = "\ued4f"; - public const string text_position_line_24_regular = "\ued50"; - public const string text_position_square_20_regular = "\ued51"; - public const string text_position_square_24_regular = "\ued52"; - public const string text_position_square_left_16_regular = "\U000f00b4"; - public const string text_position_square_left_20_regular = "\U000f00b5"; - public const string text_position_square_left_24_regular = "\U000f00b6"; - public const string text_position_square_right_16_regular = "\U000f00b7"; - public const string text_position_square_right_20_regular = "\U000f00b8"; - public const string text_position_square_right_24_regular = "\U000f00b9"; - public const string text_position_through_20_regular = "\ued53"; - public const string text_position_through_24_regular = "\ued54"; - public const string text_position_tight_20_regular = "\ued55"; - public const string text_position_tight_24_regular = "\ued56"; - public const string text_position_top_bottom_20_regular = "\ued57"; - public const string text_position_top_bottom_24_regular = "\ued58"; - public const string text_proofing_tools_20_regular = "\uf7fe"; - public const string text_proofing_tools_24_regular = "\uf7ff"; - public const string text_quote_16_regular = "\ued59"; - public const string text_quote_20_regular = "\uf800"; - public const string text_quote_24_regular = "\uf801"; - public const string text_sort_ascending_16_regular = "\ued5a"; - public const string text_sort_ascending_20_regular = "\uf802"; - public const string text_sort_ascending_24_regular = "\ued5b"; - public const string text_sort_descending_16_regular = "\ued5c"; - public const string text_sort_descending_20_regular = "\uf803"; - public const string text_sort_descending_24_regular = "\ued5d"; - public const string text_strikethrough_16_regular = "\ued5e"; - public const string text_strikethrough_20_regular = "\ued5f"; - public const string text_strikethrough_24_regular = "\ued60"; - public const string text_subscript_16_regular = "\ued61"; - public const string text_subscript_20_regular = "\uf806"; - public const string text_subscript_24_regular = "\uf807"; - public const string text_superscript_16_regular = "\ued62"; - public const string text_superscript_20_regular = "\uf808"; - public const string text_superscript_24_regular = "\uf809"; - public const string text_t_20_regular = "\ued63"; - public const string text_t_24_regular = "\ued64"; - public const string text_t_28_regular = "\ued65"; - public const string text_t_48_regular = "\ued66"; - public const string text_t_tag_16_regular = "\uf326"; - public const string text_underline_16_regular = "\ued67"; - public const string text_underline_20_regular = "\uf80a"; - public const string text_underline_24_regular = "\uf80b"; - public const string text_underline_character_u_16_regular = "\U000f00ba"; - public const string text_underline_character_u_20_regular = "\U000f00bb"; - public const string text_underline_character_u_24_regular = "\U000f00bc"; - public const string text_underline_double_20_regular = "\uf096"; - public const string text_underline_double_24_regular = "\uf097"; - public const string text_whole_word_16_regular = "\U000f03a4"; - public const string text_whole_word_20_regular = "\ued68"; - public const string text_word_count_20_regular = "\uf80c"; - public const string text_word_count_24_regular = "\uf80d"; - public const string text_wrap_16_regular = "\uef28"; - public const string text_wrap_20_regular = "\ued69"; - public const string text_wrap_24_regular = "\uf80e"; - public const string text_wrap_off_16_regular = "\uef29"; - public const string text_wrap_off_20_regular = "\uef2a"; - public const string text_wrap_off_24_regular = "\uef2b"; - public const string textbox_16_regular = "\ued6a"; - public const string textbox_20_regular = "\uf80f"; - public const string textbox_24_regular = "\uf810"; - public const string textbox_align_bottom_20_regular = "\uf813"; - public const string textbox_align_bottom_24_regular = "\uf814"; - public const string textbox_align_bottom_center_16_regular = "\U000f02e0"; - public const string textbox_align_bottom_center_20_regular = "\U000f02e1"; - public const string textbox_align_bottom_center_24_regular = "\U000f02e2"; - public const string textbox_align_bottom_left_16_regular = "\U000f02e3"; - public const string textbox_align_bottom_left_20_regular = "\U000f02e4"; - public const string textbox_align_bottom_left_24_regular = "\U000f02e5"; - public const string textbox_align_bottom_right_16_regular = "\U000f02e6"; - public const string textbox_align_bottom_right_20_regular = "\U000f02e7"; - public const string textbox_align_bottom_right_24_regular = "\U000f02e8"; - public const string textbox_align_bottom_rotate_90_20_regular = "\ued6b"; - public const string textbox_align_bottom_rotate_90_24_regular = "\ued6c"; - public const string textbox_align_center_16_regular = "\U000f02e9"; - public const string textbox_align_center_20_regular = "\ued6d"; - public const string textbox_align_center_24_regular = "\ued6e"; - public const string textbox_align_middle_16_regular = "\U000f015b"; - public const string textbox_align_middle_20_regular = "\uf815"; - public const string textbox_align_middle_24_regular = "\uf816"; - public const string textbox_align_middle_left_16_regular = "\U000f02ea"; - public const string textbox_align_middle_left_20_regular = "\U000f02eb"; - public const string textbox_align_middle_left_24_regular = "\U000f02ec"; - public const string textbox_align_middle_right_16_regular = "\U000f02ed"; - public const string textbox_align_middle_right_20_regular = "\U000f02ee"; - public const string textbox_align_middle_right_24_regular = "\U000f02ef"; - public const string textbox_align_middle_rotate_90_20_regular = "\ued6f"; - public const string textbox_align_middle_rotate_90_24_regular = "\ued70"; - public const string textbox_align_top_20_regular = "\uf817"; - public const string textbox_align_top_24_regular = "\uf818"; - public const string textbox_align_top_center_16_regular = "\U000f02f0"; - public const string textbox_align_top_center_20_regular = "\U000f02f1"; - public const string textbox_align_top_center_24_regular = "\U000f02f2"; - public const string textbox_align_top_left_16_regular = "\U000f02f3"; - public const string textbox_align_top_left_20_regular = "\U000f02f4"; - public const string textbox_align_top_left_24_regular = "\U000f02f5"; - public const string textbox_align_top_right_16_regular = "\U000f02f6"; - public const string textbox_align_top_right_20_regular = "\U000f02f7"; - public const string textbox_align_top_right_24_regular = "\U000f02f8"; - public const string textbox_align_top_rotate_90_20_regular = "\ued71"; - public const string textbox_align_top_rotate_90_24_regular = "\ued72"; - public const string textbox_more_20_regular = "\ued73"; - public const string textbox_more_24_regular = "\ued74"; - public const string textbox_rotate_90_20_regular = "\ued75"; - public const string textbox_rotate_90_24_regular = "\ued76"; - public const string thinking_20_regular = "\uf81b"; - public const string thinking_24_regular = "\uf81c"; - public const string thumb_dislike_16_regular = "\ued77"; - public const string thumb_dislike_20_regular = "\uf81d"; - public const string thumb_dislike_24_regular = "\uf81e"; - public const string thumb_like_16_regular = "\ued78"; - public const string thumb_like_20_regular = "\uf81f"; - public const string thumb_like_24_regular = "\uf820"; - public const string thumb_like_28_regular = "\ued79"; - public const string thumb_like_48_regular = "\ued7a"; - public const string thumb_like_dislike_16_regular = "\U000f0247"; - public const string thumb_like_dislike_20_regular = "\U000f0248"; - public const string thumb_like_dislike_24_regular = "\U000f0249"; - public const string ticket_diagonal_16_regular = "\ued7b"; - public const string ticket_diagonal_20_regular = "\ued7c"; - public const string ticket_diagonal_24_regular = "\ued7d"; - public const string ticket_diagonal_28_regular = "\ued7e"; - public const string ticket_horizontal_20_regular = "\ued7f"; - public const string ticket_horizontal_24_regular = "\ued80"; - public const string time_and_weather_20_regular = "\ued81"; - public const string time_and_weather_24_regular = "\uf823"; - public const string time_picker_20_regular = "\ued82"; - public const string time_picker_24_regular = "\uf824"; - public const string timeline_20_regular = "\ued83"; - public const string timeline_24_regular = "\uf825"; - public const string timer_10_20_regular = "\ued84"; - public const string timer_10_24_regular = "\uf826"; - public const string timer_12_regular = "\ued85"; - public const string timer_16_regular = "\ued86"; - public const string timer_2_20_regular = "\ued87"; - public const string timer_2_24_regular = "\uf828"; - public const string timer_20_regular = "\ued88"; - public const string timer_24_regular = "\uf827"; - public const string timer_28_regular = "\ued89"; - public const string timer_3_20_regular = "\ued8a"; - public const string timer_3_24_regular = "\ued8b"; - public const string timer_32_regular = "\ued8c"; - public const string timer_48_regular = "\ued8d"; - public const string timer_off_20_regular = "\ued8e"; - public const string timer_off_24_regular = "\uf829"; - public const string toggle_left_16_regular = "\ued8f"; - public const string toggle_left_20_regular = "\ued90"; - public const string toggle_left_24_regular = "\ued91"; - public const string toggle_left_28_regular = "\ued92"; - public const string toggle_left_48_regular = "\ued93"; - public const string toggle_multiple_16_regular = "\ued94"; - public const string toggle_multiple_20_regular = "\ued95"; - public const string toggle_multiple_24_regular = "\ued96"; - public const string toggle_right_16_regular = "\uf82a"; - public const string toggle_right_20_regular = "\uf82b"; - public const string toggle_right_24_regular = "\uf82c"; - public const string toggle_right_28_regular = "\ued97"; - public const string toggle_right_48_regular = "\ued98"; - public const string toolbox_12_regular = "\ued99"; - public const string toolbox_16_regular = "\uf82d"; - public const string toolbox_20_regular = "\uf82e"; - public const string toolbox_24_regular = "\uf82f"; - public const string toolbox_28_regular = "\uf830"; - public const string tooltip_quote_20_regular = "\uf7bb"; - public const string tooltip_quote_24_regular = "\ued9a"; - public const string top_speed_20_regular = "\ued9b"; - public const string top_speed_24_regular = "\uf831"; - public const string translate_16_regular = "\uf832"; - public const string translate_20_regular = "\uf833"; - public const string translate_24_regular = "\uf834"; - public const string translate_auto_16_regular = "\U000f01b2"; - public const string translate_auto_20_regular = "\U000f01b3"; - public const string translate_auto_24_regular = "\U000f01b4"; - public const string translate_off_16_regular = "\U000f00bd"; - public const string translate_off_20_regular = "\U000f00be"; - public const string translate_off_24_regular = "\U000f00bf"; - public const string transmission_20_regular = "\ued9c"; - public const string transmission_24_regular = "\ued9d"; - public const string transparency_square_20_regular = "\U000f061f"; - public const string transparency_square_24_regular = "\U000f0620"; - public const string tray_item_add_20_regular = "\ued9e"; - public const string tray_item_add_24_regular = "\ued9f"; - public const string tray_item_remove_20_regular = "\ueda0"; - public const string tray_item_remove_24_regular = "\ueda1"; - public const string tree_deciduous_20_regular = "\ueda2"; - public const string tree_deciduous_24_regular = "\U000f015c"; - public const string tree_deciduous_28_regular = "\U000f015d"; - public const string tree_evergreen_20_regular = "\ueda3"; - public const string triangle_12_regular = "\ueda4"; - public const string triangle_16_regular = "\ueda5"; - public const string triangle_20_regular = "\ueda6"; - public const string triangle_24_regular = "\U000f03a5"; - public const string triangle_28_regular = "\U000f03a6"; - public const string triangle_32_regular = "\ueda7"; - public const string triangle_48_regular = "\ueda8"; - public const string triangle_down_12_regular = "\ueda9"; - public const string triangle_down_16_regular = "\uedaa"; - public const string triangle_down_20_regular = "\uedab"; - public const string triangle_down_24_regular = "\U000f02f9"; - public const string triangle_down_32_regular = "\uedac"; - public const string triangle_down_48_regular = "\uedad"; - public const string triangle_left_12_regular = "\uedae"; - public const string triangle_left_16_regular = "\uedaf"; - public const string triangle_left_20_regular = "\uedb0"; - public const string triangle_left_32_regular = "\uedb1"; - public const string triangle_left_48_regular = "\uedb2"; - public const string triangle_right_12_regular = "\uedb3"; - public const string triangle_right_16_regular = "\uedb4"; - public const string triangle_right_20_regular = "\uedb5"; - public const string triangle_right_32_regular = "\uedb6"; - public const string triangle_right_48_regular = "\uedb7"; - public const string triangle_up_20_regular = "\U000f01e1"; - public const string trophy_16_regular = "\uf835"; - public const string trophy_20_regular = "\uf836"; - public const string trophy_24_regular = "\uf837"; - public const string trophy_28_regular = "\uedb8"; - public const string trophy_32_regular = "\uedb9"; - public const string trophy_48_regular = "\uedba"; - public const string trophy_lock_16_regular = "\uef2c"; - public const string trophy_lock_20_regular = "\uef2d"; - public const string trophy_lock_24_regular = "\uef2e"; - public const string trophy_lock_28_regular = "\uef2f"; - public const string trophy_lock_32_regular = "\uef30"; - public const string trophy_lock_48_regular = "\uef31"; - public const string trophy_off_16_regular = "\uedbb"; - public const string trophy_off_20_regular = "\uedbc"; - public const string trophy_off_24_regular = "\uedbd"; - public const string trophy_off_28_regular = "\uedbe"; - public const string trophy_off_32_regular = "\uedbf"; - public const string trophy_off_48_regular = "\uedc0"; - public const string tv_16_regular = "\uedc1"; - public const string tv_20_regular = "\uedc2"; - public const string tv_24_regular = "\uedc3"; - public const string tv_28_regular = "\uedc4"; - public const string tv_48_regular = "\uedc5"; - public const string tv_arrow_right_20_regular = "\uedc6"; - public const string tv_usb_16_regular = "\uedc7"; - public const string tv_usb_20_regular = "\uedc8"; - public const string tv_usb_24_regular = "\uedc9"; - public const string tv_usb_28_regular = "\uedca"; - public const string tv_usb_48_regular = "\uedcb"; - public const string umbrella_20_regular = "\uedcc"; - public const string umbrella_24_regular = "\uedcd"; - public const string uninstall_app_20_regular = "\uedce"; - public const string uninstall_app_24_regular = "\uf838"; - public const string usb_plug_20_regular = "\uedcf"; - public const string usb_plug_24_regular = "\uedd0"; - public const string usb_stick_20_regular = "\uf83f"; - public const string usb_stick_24_regular = "\uf840"; - public const string vault_16_regular = "\uf841"; - public const string vault_20_regular = "\uf842"; - public const string vault_24_regular = "\uf843"; - public const string vehicle_bicycle_16_regular = "\uedd1"; - public const string vehicle_bicycle_20_regular = "\uedd2"; - public const string vehicle_bicycle_24_regular = "\uf844"; - public const string vehicle_bus_16_regular = "\uedd3"; - public const string vehicle_bus_20_regular = "\uedd4"; - public const string vehicle_bus_24_regular = "\uf845"; - public const string vehicle_cab_16_regular = "\uedd5"; - public const string vehicle_cab_20_regular = "\uedd6"; - public const string vehicle_cab_24_regular = "\uf846"; - public const string vehicle_cab_28_regular = "\uedd7"; - public const string vehicle_cable_car_20_regular = "\U000f010b"; - public const string vehicle_cable_car_24_regular = "\U000f010c"; - public const string vehicle_cable_car_28_regular = "\U000f010d"; - public const string vehicle_car_16_regular = "\uf847"; - public const string vehicle_car_20_regular = "\uf848"; - public const string vehicle_car_24_regular = "\uf849"; - public const string vehicle_car_28_regular = "\uedd8"; - public const string vehicle_car_32_regular = "\uf05a"; - public const string vehicle_car_48_regular = "\uedd9"; - public const string vehicle_car_collision_16_regular = "\uedda"; - public const string vehicle_car_collision_20_regular = "\ueddb"; - public const string vehicle_car_collision_24_regular = "\ueddc"; - public const string vehicle_car_collision_28_regular = "\ueddd"; - public const string vehicle_car_collision_32_regular = "\uedde"; - public const string vehicle_car_collision_48_regular = "\ueddf"; - public const string vehicle_car_parking_16_regular = "\uf05b"; - public const string vehicle_car_parking_20_regular = "\uf002"; - public const string vehicle_car_parking_24_regular = "\uf003"; - public const string vehicle_car_parking_32_regular = "\uf05c"; - public const string vehicle_car_parking_48_regular = "\uf05d"; - public const string vehicle_car_profile_ltr_16_regular = "\uf7cd"; - public const string vehicle_car_profile_ltr_20_regular = "\uede0"; - public const string vehicle_car_profile_ltr_24_regular = "\uf004"; - public const string vehicle_car_profile_ltr_clock_16_regular = "\uf05e"; - public const string vehicle_car_profile_ltr_clock_20_regular = "\uf05f"; - public const string vehicle_car_profile_ltr_clock_24_regular = "\uf060"; - public const string vehicle_car_profile_rtl_16_regular = "\uf7ce"; - public const string vehicle_car_profile_rtl_20_regular = "\uede1"; - public const string vehicle_car_profile_rtl_24_regular = "\uf005"; - public const string vehicle_motorcycle_16_regular = "\U000f0642"; - public const string vehicle_motorcycle_20_regular = "\U000f0643"; - public const string vehicle_motorcycle_24_regular = "\U000f0644"; - public const string vehicle_motorcycle_28_regular = "\U000f0645"; - public const string vehicle_motorcycle_32_regular = "\U000f0646"; - public const string vehicle_motorcycle_48_regular = "\U000f0647"; - public const string vehicle_ship_16_regular = "\uede2"; - public const string vehicle_ship_20_regular = "\uede3"; - public const string vehicle_ship_24_regular = "\uede4"; - public const string vehicle_subway_16_regular = "\uede5"; - public const string vehicle_subway_20_regular = "\uede6"; - public const string vehicle_subway_24_regular = "\uede7"; - public const string vehicle_subway_clock_16_regular = "\U000f0418"; - public const string vehicle_subway_clock_20_regular = "\U000f0419"; - public const string vehicle_subway_clock_24_regular = "\U000f041a"; - public const string vehicle_tractor_20_regular = "\U000f057e"; - public const string vehicle_tractor_24_regular = "\U000f057f"; - public const string vehicle_truck_16_regular = "\uede8"; - public const string vehicle_truck_20_regular = "\uede9"; - public const string vehicle_truck_24_regular = "\uf84a"; - public const string vehicle_truck_bag_20_regular = "\uedea"; - public const string vehicle_truck_bag_24_regular = "\uedeb"; - public const string vehicle_truck_cube_20_regular = "\uedec"; - public const string vehicle_truck_cube_24_regular = "\ueded"; - public const string vehicle_truck_profile_16_regular = "\uf7ea"; - public const string vehicle_truck_profile_20_regular = "\uedee"; - public const string vehicle_truck_profile_24_regular = "\uedef"; - public const string video_16_regular = "\uf84b"; - public const string video_20_regular = "\uf84c"; - public const string video_24_regular = "\uf84d"; - public const string video_28_regular = "\uf84e"; - public const string video_32_regular = "\uedf0"; - public const string video_360_20_regular = "\uedf1"; - public const string video_360_24_regular = "\uedf2"; - public const string video_360_off_20_regular = "\uedf3"; - public const string video_48_regular = "\uedf4"; - public const string video_add_20_regular = "\uedf5"; - public const string video_add_24_regular = "\uedf6"; - public const string video_background_effect_16_regular = "\U000f00c0"; - public const string video_background_effect_20_regular = "\uedf7"; - public const string video_background_effect_24_regular = "\uf84f"; - public const string video_background_effect_28_regular = "\U000f00c1"; - public const string video_background_effect_32_regular = "\U000f00c2"; - public const string video_background_effect_48_regular = "\U000f00c3"; - public const string video_background_effect_horizontal_16_regular = "\U000f00c4"; - public const string video_background_effect_horizontal_20_regular = "\U000f00c5"; - public const string video_background_effect_horizontal_24_regular = "\U000f00c6"; - public const string video_background_effect_horizontal_28_regular = "\U000f00c7"; - public const string video_background_effect_horizontal_32_regular = "\U000f00c8"; - public const string video_background_effect_horizontal_48_regular = "\U000f00c9"; - public const string video_chat_16_regular = "\uedf8"; - public const string video_chat_20_regular = "\uedf9"; - public const string video_chat_24_regular = "\uedfa"; - public const string video_chat_28_regular = "\uedfb"; - public const string video_chat_32_regular = "\uedfc"; - public const string video_chat_48_regular = "\uedfd"; - public const string video_clip_16_regular = "\uedfe"; - public const string video_clip_20_regular = "\uedff"; - public const string video_clip_24_regular = "\uf850"; - public const string video_clip_28_regular = "\U000f00ca"; - public const string video_clip_32_regular = "\U000f00cb"; - public const string video_clip_48_regular = "\U000f00cc"; - public const string video_clip_multiple_16_regular = "\uee00"; - public const string video_clip_multiple_20_regular = "\uee01"; - public const string video_clip_multiple_24_regular = "\uee02"; - public const string video_clip_off_16_regular = "\uee03"; - public const string video_clip_off_20_regular = "\uee04"; - public const string video_clip_off_24_regular = "\uee05"; - public const string video_clip_optimize_16_regular = "\U000f041b"; - public const string video_clip_optimize_20_regular = "\U000f041c"; - public const string video_clip_optimize_24_regular = "\U000f041d"; - public const string video_clip_optimize_28_regular = "\U000f041e"; - public const string video_clip_wand_16_regular = "\U000f0548"; - public const string video_clip_wand_20_regular = "\U000f0549"; - public const string video_clip_wand_24_regular = "\U000f054a"; - public const string video_link_24_regular = "\U000f04fc"; - public const string video_link_28_regular = "\U000f04fd"; - public const string video_off_16_regular = "\U000f0520"; - public const string video_off_20_regular = "\uf851"; - public const string video_off_24_regular = "\uf852"; - public const string video_off_28_regular = "\uf853"; - public const string video_off_32_regular = "\uee06"; - public const string video_off_48_regular = "\uee07"; - public const string video_people_32_regular = "\uf061"; - public const string video_person_12_regular = "\uee08"; - public const string video_person_16_regular = "\uee09"; - public const string video_person_20_regular = "\uee0a"; - public const string video_person_24_regular = "\uf854"; - public const string video_person_28_regular = "\uee0b"; - public const string video_person_32_regular = "\uf327"; - public const string video_person_48_regular = "\uee0c"; - public const string video_person_call_16_regular = "\uee0d"; - public const string video_person_call_20_regular = "\uee0e"; - public const string video_person_call_24_regular = "\uee0f"; - public const string video_person_call_32_regular = "\uee10"; - public const string video_person_clock_16_regular = "\uf38e"; - public const string video_person_clock_20_regular = "\uf392"; - public const string video_person_clock_24_regular = "\uf3f5"; - public const string video_person_clock_28_regular = "\uf3f6"; - public const string video_person_clock_32_regular = "\uf3f7"; - public const string video_person_clock_48_regular = "\uf3f8"; - public const string video_person_off_20_regular = "\uee11"; - public const string video_person_off_24_regular = "\uf855"; - public const string video_person_pulse_16_regular = "\U000f041f"; - public const string video_person_pulse_20_regular = "\U000f0420"; - public const string video_person_pulse_24_regular = "\U000f0421"; - public const string video_person_pulse_28_regular = "\U000f0422"; - public const string video_person_sparkle_16_regular = "\uee12"; - public const string video_person_sparkle_20_regular = "\uee13"; - public const string video_person_sparkle_24_regular = "\uee14"; - public const string video_person_sparkle_28_regular = "\uee15"; - public const string video_person_sparkle_48_regular = "\uee16"; - public const string video_person_sparkle_off_20_regular = "\U000f02ca"; - public const string video_person_sparkle_off_24_regular = "\U000f02cb"; - public const string video_person_star_20_regular = "\uee17"; - public const string video_person_star_24_regular = "\uf856"; - public const string video_person_star_off_20_regular = "\uee18"; - public const string video_person_star_off_24_regular = "\uee19"; - public const string video_play_pause_20_regular = "\uee1a"; - public const string video_play_pause_24_regular = "\uf857"; - public const string video_prohibited_16_regular = "\uee1b"; - public const string video_prohibited_20_regular = "\uee1c"; - public const string video_prohibited_24_regular = "\uee1d"; - public const string video_prohibited_28_regular = "\uee1e"; - public const string video_recording_20_regular = "\uee1f"; - public const string video_security_20_regular = "\uf858"; - public const string video_security_24_regular = "\uf859"; - public const string video_switch_20_regular = "\uee20"; - public const string video_switch_24_regular = "\uf85a"; - public const string video_sync_20_regular = "\uee21"; - public const string view_desktop_20_regular = "\uf85b"; - public const string view_desktop_24_regular = "\uf85c"; - public const string view_desktop_mobile_20_regular = "\uf85d"; - public const string view_desktop_mobile_24_regular = "\uf85e"; - public const string virtual_network_20_regular = "\uee22"; - public const string virtual_network_toolbox_20_regular = "\uee23"; - public const string voicemail_16_regular = "\uf862"; - public const string voicemail_20_regular = "\uf863"; - public const string voicemail_24_regular = "\uf864"; - public const string voicemail_28_regular = "\uee24"; - public const string voicemail_32_regular = "\uf3f9"; - public const string voicemail_48_regular = "\U000f00cd"; - public const string voicemail_arrow_back_16_regular = "\uf7eb"; - public const string voicemail_arrow_back_20_regular = "\uee25"; - public const string voicemail_arrow_forward_16_regular = "\uf7ec"; - public const string voicemail_arrow_forward_20_regular = "\uee26"; - public const string voicemail_arrow_subtract_20_regular = "\uee27"; - public const string voicemail_shield_16_regular = "\U000f031f"; - public const string voicemail_shield_20_regular = "\U000f02cc"; - public const string voicemail_shield_24_regular = "\U000f02cd"; - public const string voicemail_shield_32_regular = "\U000f02ce"; - public const string voicemail_subtract_16_regular = "\uf7fc"; - public const string vote_20_regular = "\uee28"; - public const string vote_24_regular = "\uee29"; - public const string walkie_talkie_20_regular = "\uee2a"; - public const string walkie_talkie_24_regular = "\uf865"; - public const string walkie_talkie_28_regular = "\uf866"; - public const string wallet_16_regular = "\uee2b"; - public const string wallet_20_regular = "\uee2c"; - public const string wallet_24_regular = "\uee2d"; - public const string wallet_28_regular = "\uee2e"; - public const string wallet_32_regular = "\uee2f"; - public const string wallet_48_regular = "\uee30"; - public const string wallet_credit_card_16_regular = "\uee31"; - public const string wallet_credit_card_20_regular = "\uee32"; - public const string wallet_credit_card_24_regular = "\uee33"; - public const string wallet_credit_card_28_regular = "\U000f05f6"; - public const string wallet_credit_card_32_regular = "\uee34"; - public const string wallet_credit_card_48_regular = "\U000f05f7"; - public const string wallpaper_20_regular = "\uee35"; - public const string wallpaper_24_regular = "\uf867"; - public const string wand_16_regular = "\uee36"; - public const string wand_20_regular = "\uee37"; - public const string wand_24_regular = "\uee38"; - public const string wand_28_regular = "\uee39"; - public const string wand_48_regular = "\uee3a"; - public const string warning_12_regular = "\uee3b"; - public const string warning_16_regular = "\uf868"; - public const string warning_20_regular = "\uf869"; - public const string warning_24_regular = "\uf86a"; - public const string warning_28_regular = "\uee3c"; - public const string warning_32_regular = "\U000f024a"; - public const string warning_48_regular = "\U000f03cf"; - public const string warning_shield_20_regular = "\uee3d"; - public const string washer_20_regular = "\uf006"; - public const string washer_24_regular = "\uf007"; - public const string washer_32_regular = "\uf008"; - public const string washer_48_regular = "\uf009"; - public const string water_16_regular = "\uf062"; - public const string water_20_regular = "\uf063"; - public const string water_24_regular = "\uf064"; - public const string water_32_regular = "\uf065"; - public const string water_48_regular = "\uf066"; - public const string weather_blowing_snow_20_regular = "\uf86b"; - public const string weather_blowing_snow_24_regular = "\uf86c"; - public const string weather_blowing_snow_48_regular = "\uf86d"; - public const string weather_cloudy_20_regular = "\uf86e"; - public const string weather_cloudy_24_regular = "\uf86f"; - public const string weather_cloudy_48_regular = "\uf870"; - public const string weather_drizzle_20_regular = "\uee3e"; - public const string weather_drizzle_24_regular = "\uee3f"; - public const string weather_drizzle_48_regular = "\uee40"; - public const string weather_duststorm_20_regular = "\uf871"; - public const string weather_duststorm_24_regular = "\uf872"; - public const string weather_duststorm_48_regular = "\uf873"; - public const string weather_fog_20_regular = "\uf874"; - public const string weather_fog_24_regular = "\uf875"; - public const string weather_fog_48_regular = "\uf876"; - public const string weather_hail_day_20_regular = "\uf877"; - public const string weather_hail_day_24_regular = "\uf878"; - public const string weather_hail_day_48_regular = "\uf879"; - public const string weather_hail_night_20_regular = "\uf87a"; - public const string weather_hail_night_24_regular = "\uf87b"; - public const string weather_hail_night_48_regular = "\uf87c"; - public const string weather_haze_20_regular = "\uee41"; - public const string weather_haze_24_regular = "\uee42"; - public const string weather_haze_48_regular = "\uee43"; - public const string weather_moon_16_regular = "\uee44"; - public const string weather_moon_20_regular = "\uf87d"; - public const string weather_moon_24_regular = "\uf87e"; - public const string weather_moon_28_regular = "\uee45"; - public const string weather_moon_48_regular = "\uf87f"; - public const string weather_moon_off_16_regular = "\uee46"; - public const string weather_moon_off_20_regular = "\uee47"; - public const string weather_moon_off_24_regular = "\uee48"; - public const string weather_moon_off_28_regular = "\uee49"; - public const string weather_moon_off_48_regular = "\uee4a"; - public const string weather_partly_cloudy_day_16_regular = "\uee4b"; - public const string weather_partly_cloudy_day_20_regular = "\uf880"; - public const string weather_partly_cloudy_day_24_regular = "\uf881"; - public const string weather_partly_cloudy_day_48_regular = "\uf882"; - public const string weather_partly_cloudy_night_20_regular = "\uf883"; - public const string weather_partly_cloudy_night_24_regular = "\uf884"; - public const string weather_partly_cloudy_night_48_regular = "\uf885"; - public const string weather_rain_20_regular = "\uf886"; - public const string weather_rain_24_regular = "\uf887"; - public const string weather_rain_48_regular = "\uf888"; - public const string weather_rain_showers_day_20_regular = "\uf889"; - public const string weather_rain_showers_day_24_regular = "\uf88a"; - public const string weather_rain_showers_day_48_regular = "\uf88b"; - public const string weather_rain_showers_night_20_regular = "\uf88c"; - public const string weather_rain_showers_night_24_regular = "\uf88d"; - public const string weather_rain_showers_night_48_regular = "\uf88e"; - public const string weather_rain_snow_20_regular = "\uf88f"; - public const string weather_rain_snow_24_regular = "\uf890"; - public const string weather_rain_snow_48_regular = "\uf891"; - public const string weather_snow_20_regular = "\uf892"; - public const string weather_snow_24_regular = "\uf893"; - public const string weather_snow_48_regular = "\uf894"; - public const string weather_snow_shower_day_20_regular = "\uf895"; - public const string weather_snow_shower_day_24_regular = "\uf896"; - public const string weather_snow_shower_day_48_regular = "\uf897"; - public const string weather_snow_shower_night_20_regular = "\uf898"; - public const string weather_snow_shower_night_24_regular = "\uf899"; - public const string weather_snow_shower_night_48_regular = "\uf89a"; - public const string weather_snowflake_20_regular = "\uf89b"; - public const string weather_snowflake_24_regular = "\uf89c"; - public const string weather_snowflake_32_regular = "\uefd4"; - public const string weather_snowflake_48_regular = "\uf89d"; - public const string weather_squalls_20_regular = "\uf89e"; - public const string weather_squalls_24_regular = "\uf89f"; - public const string weather_squalls_48_regular = "\uf8a0"; - public const string weather_sunny_16_regular = "\uee4c"; - public const string weather_sunny_28_regular = "\uee4d"; - public const string weather_sunny_32_regular = "\uee4e"; - public const string weather_sunny_48_regular = "\uf8a3"; - public const string weather_sunny_high_20_regular = "\uee4f"; - public const string weather_sunny_high_24_regular = "\uee50"; - public const string weather_sunny_high_48_regular = "\uee51"; - public const string weather_sunny_low_20_regular = "\uee52"; - public const string weather_sunny_low_24_regular = "\uee53"; - public const string weather_sunny_low_48_regular = "\uee54"; - public const string weather_thunderstorm_20_regular = "\uf8a4"; - public const string weather_thunderstorm_24_regular = "\uf8a5"; - public const string weather_thunderstorm_48_regular = "\uf8a6"; - public const string web_asset_16_regular = "\uf3fa"; - public const string web_asset_20_regular = "\uee55"; - public const string web_asset_24_regular = "\uf8a7"; - public const string whiteboard_16_regular = "\U000f04c4"; - public const string whiteboard_20_regular = "\uf8aa"; - public const string whiteboard_24_regular = "\uf8ab"; - public const string whiteboard_48_regular = "\uee56"; - public const string whiteboard_off_16_regular = "\U000f04c5"; - public const string whiteboard_off_20_regular = "\U000f04c6"; - public const string whiteboard_off_24_regular = "\U000f04c7"; - public const string wifi_1_20_regular = "\uf8ac"; - public const string wifi_1_24_regular = "\uf8ad"; - public const string wifi_2_20_regular = "\uf8ae"; - public const string wifi_2_24_regular = "\uf8af"; - public const string wifi_3_20_regular = "\uf8b0"; - public const string wifi_3_24_regular = "\uf8b1"; - public const string wifi_4_20_regular = "\uf8b2"; - public const string wifi_4_24_regular = "\uf8b3"; - public const string wifi_lock_20_regular = "\uee57"; - public const string wifi_lock_24_regular = "\uee58"; - public const string wifi_off_20_regular = "\uee59"; - public const string wifi_off_24_regular = "\uee5a"; - public const string wifi_settings_20_regular = "\uee5b"; - public const string wifi_warning_20_regular = "\uee5c"; - public const string wifi_warning_24_regular = "\uf7fd"; - public const string window_16_regular = "\uee5d"; - public const string window_20_regular = "\uf8b5"; - public const string window_24_regular = "\uee5e"; - public const string window_28_regular = "\uee5f"; - public const string window_48_regular = "\uee61"; - public const string window_ad_20_regular = "\uf8b6"; - public const string window_ad_24_regular = "\U000f04e3"; - public const string window_ad_off_20_regular = "\uee62"; - public const string window_ad_person_20_regular = "\uee63"; - public const string window_apps_16_regular = "\uee64"; - public const string window_apps_20_regular = "\uee65"; - public const string window_apps_24_regular = "\uee66"; - public const string window_apps_28_regular = "\uee67"; - public const string window_apps_32_regular = "\uee68"; - public const string window_apps_48_regular = "\uee69"; - public const string window_arrow_up_16_regular = "\uee6a"; - public const string window_arrow_up_20_regular = "\uee6b"; - public const string window_arrow_up_24_regular = "\uee6c"; - public const string window_bullet_list_20_regular = "\uee6d"; - public const string window_bullet_list_add_20_regular = "\uee6e"; - public const string window_console_20_regular = "\uee6f"; - public const string window_database_20_regular = "\uee70"; - public const string window_database_24_regular = "\uefd5"; - public const string window_database_32_regular = "\U000f02cf"; - public const string window_dev_edit_16_regular = "\uee71"; - public const string window_dev_edit_20_regular = "\uee72"; - public const string window_dev_tools_16_regular = "\uf8b7"; - public const string window_dev_tools_20_regular = "\uf8b8"; - public const string window_dev_tools_24_regular = "\uf8b9"; - public const string window_edit_16_regular = "\uf804"; - public const string window_edit_20_regular = "\uee73"; - public const string window_fingerprint_16_regular = "\U000f054b"; - public const string window_fingerprint_20_regular = "\U000f054c"; - public const string window_fingerprint_24_regular = "\U000f054d"; - public const string window_fingerprint_28_regular = "\U000f054e"; - public const string window_fingerprint_32_regular = "\U000f054f"; - public const string window_fingerprint_48_regular = "\U000f0550"; - public const string window_header_horizontal_20_regular = "\uee74"; - public const string window_header_horizontal_off_20_regular = "\uee75"; - public const string window_header_vertical_20_regular = "\uee76"; - public const string window_inprivate_20_regular = "\uf8ba"; - public const string window_inprivate_account_20_regular = "\uf8bb"; - public const string window_location_target_20_regular = "\uee77"; - public const string window_multiple_16_regular = "\uee78"; - public const string window_multiple_20_regular = "\uf8bc"; - public const string window_multiple_swap_20_regular = "\uee79"; - public const string window_new_16_regular = "\uee7a"; - public const string window_new_20_regular = "\uf8bd"; - public const string window_new_24_regular = "\uee7b"; - public const string window_play_20_regular = "\uee7c"; - public const string window_settings_20_regular = "\uee7d"; - public const string window_shield_16_regular = "\uf8be"; - public const string window_shield_20_regular = "\uf8bf"; - public const string window_shield_24_regular = "\uf8c0"; - public const string window_text_20_regular = "\uee7e"; - public const string window_wrench_16_regular = "\uee7f"; - public const string window_wrench_20_regular = "\uee80"; - public const string window_wrench_24_regular = "\uee81"; - public const string window_wrench_28_regular = "\uee82"; - public const string window_wrench_32_regular = "\uee83"; - public const string window_wrench_48_regular = "\uee84"; - public const string wrench_16_regular = "\uee85"; - public const string wrench_20_regular = "\uee86"; - public const string wrench_24_regular = "\uf8c1"; - public const string wrench_screwdriver_20_regular = "\uee87"; - public const string wrench_screwdriver_24_regular = "\uee88"; - public const string wrench_screwdriver_32_regular = "\U000f0461"; - public const string wrench_settings_20_regular = "\U000f04e4"; - public const string wrench_settings_24_regular = "\U000f04e5"; - public const string xbox_console_20_regular = "\uf8c2"; - public const string xbox_console_24_regular = "\uf8c3"; - public const string xbox_controller_16_regular = "\ueeb7"; - public const string xbox_controller_20_regular = "\ueeb8"; - public const string xbox_controller_24_regular = "\ueeb9"; - public const string xbox_controller_28_regular = "\ueeba"; - public const string xbox_controller_32_regular = "\ueebb"; - public const string xbox_controller_48_regular = "\ueebc"; - public const string xbox_controller_error_20_regular = "\uf098"; - public const string xbox_controller_error_24_regular = "\uf099"; - public const string xbox_controller_error_32_regular = "\uf09a"; - public const string xbox_controller_error_48_regular = "\uf09b"; - public const string xray_20_regular = "\uee89"; - public const string xray_24_regular = "\uee8a"; - public const string zoom_fit_16_regular = "\uee8b"; - public const string zoom_fit_20_regular = "\uee8c"; - public const string zoom_fit_24_regular = "\uee8d"; - public const string zoom_in_16_regular = "\uee8e"; - public const string zoom_in_20_regular = "\uf8c4"; - public const string zoom_in_24_regular = "\uf8c5"; - public const string zoom_out_16_regular = "\uee8f"; - public const string zoom_out_20_regular = "\uf8c6"; - public const string zoom_out_24_regular = "\uf8c7"; - } -} \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf b/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf deleted file mode 100644 index cd3efca13aabdc1e36e6ef1b088bec3fbf44409a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 107280 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 diff --git a/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf b/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf deleted file mode 100644 index 24076993f880c674b571005678719cf4bd3eefed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111164 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

    c`Y5jKO zT>3q%)?eti$ubg}xEJH9t_+^iIQ0B&BTNi-vWO|I-0qatu6T5)h)I#Nvyi-HY~@C6 zXRFv&$k%PvN;cYBpzgwGOlJi}f)5p*vJ9t&%nWXLUHHD(b7RkYql=N z*8kO8#nr2pRWDe%e7+n#VUdaa`yuy{Bj}}NKt*fDh+#+QuiwtyvK@t@&635!w~ib- z@b;mD?=M;M$chM;Fmk>G;^$mvp@v%tjkttV&iT?E3_FDxP#wS}Vj{T3xDvW)0Bi*4unHc$j?Zz~0%KB>5lW*K!I#3(vwC{C7nd}?VMS8*C||K2n|Y@U4s%`@ z=5S=Sbp&Q!-NR>K?SKHYX2)u7HNbG&42XAr&v#9-{>KcY*V7z^){$M0f?o#RIKi~qG^+4FqGdap$sxIB7qU}oqtjLQeu zyy>(9s}{nmcWSS`#9obqEUDrrr0G3nbzf?$St6^U$_Td_AO0L9ys!_sEe#z$PyiDQ zAR`2+O_I)NMLwAg8Nt0mW?4qV50g$0QvuD6IPUXa?zhEmxoXEU%ka=*@2m$1%SYyY zK!}fiC(b@bwx2#t2OPt?k*cRS^x)34I(%-~??=s-$>xnlTDsF6^hcS@W>Zhp`KxZL z&&}dX?j}`G5nVsrDXpM!JrwI27_Nsx1}IBK$0J-61=SzQzgX0JaN3+MFF(I%QKT}8 z1n6hHIBM7Klh1$2tE0Yr{^$;NzFLfsoq9WlfjC=@YDj$)S@Znez=(ki14*Tm-)6lm z=QD7rpv}-*Sfkxgy;ZKwz@&mUL+@lhLsSF zHj55pm~O+yXz0!7fmaSaVKivCFCm9h&L()}=E#*A1pM_I{B?*pou*MCHvx0@A|tf@ zH;>@B8)Pz-uR2H@A$*2a!Mhs!5*x>0!3S>Lb_=)pXGyPj_zd-a3QUL@SfsZjTLXD9 zLU{L@Q;qGcE5;1u)YyrSnSq>JZYS0IJi$ApB^=Vh7y*98y&=RExhZW1W@+&mpg(K* zIi%?f+(KhBK*JVJX?wkG4yFTWbClIx)1Zi0n9SeW7z$Fhg74MFps@~*q`=a7ZZ8D>R7FS7> z)tcHX#-8#a*!h(d0AS8*!QYBY?TB)l(iiQMGX>~7Au31)lWO0osm(9O- z%%kS%ef?(tzDeP`84Ptus63WE)!*C|k#Mz9o|JbhTX5e!}S4v(N*z?K}6T zRZxdK*A=%U*P6bv1^qq;%rd*60EeMPqH!Xu7fWlQJ-p4Ug5K`!I%hX@Wyx-r-a=PW z+?s8>v(Z}8x^?cv7R1(~u*J|8lDS0(A-5uTSni74XLA+1l-niK7ySQe;sVD0Y4$O= zce9TT89W*3<N z&M%<&Fr7@C&M8%li*Pm`>*xFeG|5KrJXrW0yF@q!&)wm3tPhV!<#R|{@({QZkLB?> z_G1KiP8Fkesbyq_QP4LUG#uy~Vg05Ir&uh8G;GNQ+3RPH(rXv1V?EuP>u zw}^&$P$Dw3V|XbH^BP8Qnl({PX6KJeNvUY|*f9@mI#fvH!o%`~p7)OF9sSPO35TN_ z&23?GE3(N#3_7ASNodd@%rmi^)j!V7GOYusT|@yrO5`p-G{#SBy1cdNu{(!Xs{w!Y zgRRFN^A8$4svlq{$$)*cvIuqo`WT6<+d8IXj0`#h%Nr!g;@sN#%Ay?@D`V_YRS&-f zDy2;LjvTXOx0&Xm*kT@7Aa?nF(}Z25JmkcSthfg4yTl<+zoB2OwCvk&>^-`r=C|bw z&#Y)u5Y@GC*=BZz>*X7~KZXfCl2k1rTF4Cd+TayX^+DV9k;WFv%t$i}_}7QYA4wh5 zjqqrAg%&}tS#Y9HRFuy)$v|v|1Vg4lGPv2+jty=KW21akeCrCYEMz>SL-l?4&6_*E zYSBW*EADOGQ8_Sr?wry0%z1D$7(wXdb6v|_q6Iz|_~(S!{X3Krb{N@`Lhk*M~%)~D&MF)-z%#4A5df@;XBlv z?NWDR4v&z?Jdwzy^dl|6VD!sLfhY^h3`@jyTi{BIcj3z4XJ<5+A5nw?aY*&cG%iL< zZCj6K4h&{_oYZXIXi1ac}W#ukwnX zB^Bjt6=b={^A%V?h%qhH)~Wq~uS0Bn9c>IU7}=N%rg1V@{xIe+j&vy>(^9w|9`n!J z=J^M5tKu*Q{*zK|mLIeo`6Da6iame8XF()bueoS(im@pS(faOQ)`!8Q}&#`1$P>o3*KRQzp_tM#b%MY zdE`%JkvzQ5HBr76v`B4j*2@=bXJBoXGpcn&)$&!)SH~;cji}&deLy7uftEiOtsiK8 zFHq(cy4@SZ!Gm@n1bCk;{NK1!s$5k2wsiUr-BO?Z$%%hxmSVei7aaiv_4W7C^8c0aA?hOGG~k9c#MBieXq&XaSMuaEIc? zx(A@Pig4^gW{@;-t|2Lb9{mkneFPC*B+qq`&$V1MuBMdr^^+DI39ra{=wih-^$;)* zugbi{IL$KL2CJW7-^pe|^>c!%*O^3gGnN4ZYtsvkE5j0((L5SS^AR80A5W8i;|3FE z2+zF>Pq?E}T3s_(3@Gs z+G-e`8Z%zBEMiC%P*Q)YoqbInC4U#eD~6NkPK%jg)nR6~vvHW2dH$0{lp7ndUo;Lz z7)3O|A1~>&eW3?P#P1L9TBK1kQzII5zN|Jmx#;7M?V(I1HQ*^D7ipIC5!HW$Waj`W zAm1DoJCK@#r*#OeysMsKCm)CPnKwmc-W2?fKdeh7euo{0^M(gW?F7q2FC+o8hX?Zo zw=Y9ZN;1f?>F9+XE46B=PjRL63i(`u%kF}YP{=T5^a=%x6~_N4w*3nEl?B0Fq ztrxPs47^VNy&esTc6Ru((`!Uoyq^B@M&g%QTMxXq*GZNfe&yK%x7K}8P1I*M{Jw1W z?xp|P^gOM3_zSt}t!K6$#hzi^uzsM}a|eDW^~iW=irkWQ|e{pfV( zap;k@FYEPcjLWPg8f#UyY+H>kgEgB19e{FKHCQsp7kfl@AJ_YMahlqlo}*u6eV#=x z(+|Jd`*!T-@p}$^FP+ENT76GT$Ud|VG?K4qVCOa|zvkr2FOjc+FWs5T3%=(B_@$D) zF-A4cC0SIx#T6B!1`_RPOK+FGY7E-ZqDgKvH?6oi)llrnj#^U=aEeYJ2qA!0&l-nu zi&~oklsBWd%ilj)y}5QHnXv9Tav$l8zxQofM<&;<-}KZaMY#6mS$bjI>C^X;iW4M- zgy?p9;S}A4S4NTM=fC<9=h_~8PGj7s_=?1{KQZbU=x z4(IKD@zb5pS;*A?wU&%(jrI_L<@`fZ#mqZR+8Z13=$f~*GBg<*c zLw!E{;nz>@e>&IfZ+_69)UsJZyuDBS(5e{w)a@^wF#qi}I_Iqe2hr`(g2bJcck~;c zgIN7Nba6pP<1VAUJoF;=!%poSyc|wQ)84`6$x@8o%c5JV-WIQ_NQhXVbUGc~c-m00oM^b!f&&2u}Gs;IPDq{iSmM@7y z&ytz+w{PEHaD|wDpuaq}fn+?l?(UL#k1kRZKKLuW*j8;xH~jtUF16pNZNIqj7Cl#U zw47KMEI&AZ=J;v2DnZ3A$`Gk`p|f9%Y$7H*>Z@#aRUt6BJw}E)FR|6v8S| zkt1Z{i}hb=07~O2O*%j@R>)gGAhno%a}nYF9yH5c6mNWdVC<1)!|vEVyw9D}o_+Tf z@88e;hyL=PbGv@03#M%C z+~UOYSx-KPbL2Dz>`n$QWF&eNn_#pd0~2+}Xw;i5!bO!Fn+)!soNSJYiZ2dD+0DA* zrj64g-9NFZ$c}Kl9?s3R?@H0WdI=48!u~Q?VQeFke$&R4B>M1yb-(^xC(K@W_LmPn zdA)q%;^M0-*NN+1>sPsP!0}!$tsh&RXv#bB==wgdw~1X?R?KdHG}1LsBDx)5oE%?Z zAfX$b;I{}Cw-4PM5{yQVl;m@`J?`R=2f8O?;gGGYF*=ihz=5wQ39()$wWuf3EaCbaFFGGM?OP?$oP{mr(9a|+!L@(2q^clTFh3x zRG0G`8WgN8yJ~4O=~!SVOO{nVkUFJw$0oUZ4c)@f-gfPlWSl`;asDHl1?T^5cK+Y3 z!FVi(<(n+D3M9r@NqjO~>{fTYoZ^SjGYD=2LgxnJb42V_DDSn)h99tODEtI#1qOHl z>~Aa)K&f-fpS34lWC9!5)#PkWYQJtx3)*&naM7?rQX1DH%aI%1-QVY-)Fq{Qjlbn3 zIeW&CuBHR_)(e)`%QC&6vi*( zo+7Jk<~cca)y>?q%F)&H3mx`+#D~M}Z%&0t?8TmTc1_g{{2G9J$fd ztU4xZ@7-}>`OAuFxJ1By1GJASE}%w*o`m3U)UBDGGJMtCbBmupP?{s&C^<@3t>3!+ z)prU^*ZOi9%8PF`rKe5k}zjaxY z-yq*vfi=Oi01&^_uq*)dISTe1!-R7)KZDK%5F?Yt;ZnRFliO*4Z@aw8hA3QlJuE_A zmmBiP*2dj%(5X3saJc$$0-h*r64kFMFf>P8z4)TM?3=AIuUoyyU0hHzLRvk%=Uc(q zUwOR(^qXoAH>463zKF$piGm9a{0!%uKP4Y(67w|wtG0*ByH>fHm z7+Gez3arTiKN%4m4qtxg%2RJ&c=>UY={nK>`W-P*!&6U;ShsNM6fqNUd0+H;>{)t2 zjsr|(I{j$Ep10}e{ogu#1P%x$X(vl3(7rgKAP|j)nax_ksdf60bt2nr9z(JRc%N`w zam)Kp(~Z5V%1|H~g{BgvZxAFQJWJBMaQZVF7tXp|QZ{hvKR$u^YI=Qn#j;19UmyxY zCzQvfPU^q({XT1QbMk#zzn&mXNYgfNH#^P7jq8qlFGOMHVm&647UZy60gls{Xp>iu z1O@>6VeEJU12@4V)OglV);6YK0jMnrrj;j*IFOEmOP)RR`o`Z8!W}01==I$-XO=IR zyZqVWLobnQtACsh>sJw5?R)do&bM~F^y{n4y)4Aty@GM-4y=X-z>_o@!I3RH9fH|v zE=Sgg4q{AKd;Hfnq)wD^Nd^#+B)6EowW{B+>2JM8zu6!er8U8KcE-G(x%+jo%g~( zm>-*QJw1m0;iAMO_6=^{^vdar)#tXZzBHL0qX@KNys1msC=W&DbCOUNNJ)S;0LtJf zCyI4sC$rpaz#0H7z0H&@t9J{fI*6bj?ss}7UnwyJ!|=#+m> zqOUa&i{Cmy&)?ZeYgU_Riri@1p_9R*)^m{j=dsHc%6)}Ip(2n8J|>qtN@Iyf=9?v6 zO7?h>&Fj<2UX9fo!;|f8b`wy1LqL#BgD+v3wSe+r#LyU6PSVFDKjRR91{wDIrb}2F zpt#^i!>RHCWevuX%-?AFK|kQa@>=(qva)Cf-C0AvTN782pOf85?%QzCRC*TtSt3p9 zU1r$lo&F*j7Mw2iBa13KS>N{X`Nqh94_zl3o`mEm0#zNfKeEB&G+3R;M~fB!c5aO! zQ8u8unr(HX4$O|)G3O_js$^nVq3opRqe@0lpiy8B&?V@ac4_mTo$*=Uwxj3iw_k(( z;_}58Ue&m6ud*IJIPT}y=}jE+H|R+lO(S3GNdj?#0OQnK`;5vM*2=N)C&XY?rV1Sc zsnIbp-uM)|-G&-S#8GYWV7W}ufU_uCV|77GE3Zlt(9k?}c`*DEKuxOaBh*r+9%F~H zLI$YmoPZjm%vx&W0*$jqyH$y&5p74#H*IyfwE08B_MG26yt-xJ$CASHM}KHjCTS4ue#3WrexSSP>K&x~!ljdarmd3czdrux z>t9Mi**BAn{f^xCX8#jKezcosRUs!z!*ZhV`dB`Pw;)^HGSCP7tYATQ%g8VURvmipmQ0wnT5>`@XZQ3Rn}i>3GQ$SZ ziXuDYIFxfCly)FX)bU?w2h)p4%w9(K$K|!_v!uFxX>nmikKrvOKti~PKiGZTrk6Gz z>_zsU{aU{AHRuGV9UBmJEb0w$68S2)^BfI~oBkMfKd?Ro(hS! zr%QsTz>$~x%LL*fNx`1uHf-6THoA^9FSzqOEgd&~;zLYU!8gixhZ9&-34+st7?)O$ zdJMPA0&+Wx#UN-MX1xKciy`CI38~1|Aq3B?vih6BF7F=jFkQelK_*Qnb3gr>)QlJq zUjE1S1)28@t6%Z+)xRgS`cJB>KU_^An6Ubzw3Dzu-eunq3x!Jc8){}VdT@|dbHBAw zXcX}21s$X60S$)P1ZqLauP{a+?!M<|SEL4xX7eVigQ=v_)<4mT8{(Xsw3;ku%y%-k zJg_wDA~5Rw%Ih${2KZaRA88dB-yrjc4ab*|{S;_PC+XDSuyNBTvpSUeaiGv^c<)6GlOt%Q z38TVVX+|sC1yb}nhsGk?iOEc4cv6A9qc{6yWbc9-$PS|zi;=Zd^$oC*iX13)6BXsd z$YraJ`~Be}(k9tWY0ezbnH(av_e9_V?XGPZ!&i5LwwJJA^|cE#z?!vPIIaKWyXiDWUtU&Q$Z zaZoaDh+0L8ot3QamF;%KWbg{V*%MAHl^gsKff?OJfJzI&AH^JcD|qE%@Cu-@e-jS{ zTZl*aqgBu(ejkis544W4ZqI?-O@*$J5-m7T@1Zq$k~HaQlE>@yAR6E``2BGmtNgOT z*0IX)C*fP)2ZWL%mAN%3ku$e(LV5TB`Cmxq^ui>7UJQKq|OcPr~?mHUm%Sy0|aK^l6_Gc@7`q}|G=o_YaX3);7Y$SP1|f-`vKbxSgnY2 z!G;1iqFHM&=&cF?hn3*4gIf~3%LW@8!4jr+V)SaY;*f=mq<3wInGwW{Ne9mX1VFq> zyk9wWK?l7IMoHbIU$f;!;A8w{$A9jO3hm+5e24B1?a&a0idz2{Y7?7h1M^QZpmBp1 z31tje&14kOL|LaqFp)8JCp@ieRxzVVd>;9fDt>w?xCJ7vl4ydv*;JuTYyw*`X{NjT z1ItgwipmZ62rz^Y9tTPsad3PoNeez%PD#j)3Os7>gIi!#<9JA~I~^3m4LY#vfbEO< zNziRj8>yFkB{-Aj?Uf++cZijuUhVy#qI#t~&Vm>zKCc&L3yqe#Pa%HQ*LATn_4^!y zN`v?_`@CN43O(fV5IyvOZ6nGfSS^CiY;h_+ui4>HJSgS^X>FM0mF zzAz>e2H_6CwI&!FJQmziE0-}63!ypP#2uXAgNw0ajT;b4MEFdxTlAb;P$6I?MUf_l zPgI>S7?ALq=j#d(hENDNffNU&Kt+*!^XA;oM}KniI!jfu;0M%lk%0@ z2p01*huwiz>zF2F#i<;R`Y0gHnm}iZ91lBE3_(AO@&=P0tC^KobG83P7_#D+UkRe}+dFE50Qy-5e$*oG{D zgkb9C^_yRKXNkP}=1tZh$dsL5(US4gCyfp=UTUt@ab`o-CeFCZ+9PAVg<1oe>WHSW zG|ze~?XQ|4zeB%<#@6)4r_j~XYkoViVaJxkJIVet7ufA1bhJ{OM7wYjMX{^^ugitR zSu@n&Xb+H~JRVTL;`m0g9CTshpAMl~*BnV^Xsl|61(N~HhACok(KJH09O!l8KctL| zpv&ni-|ZRt){q}==z@L4jh4$Y?RB(2okU-v&(I02PsXMG^utHTzu|iB-D@b-I|)5E z9td!0QG(N~F`+_I0Iwt%36QCPGGl|Jci3WCz*YhTTrE%-WG^eQi&P@Hpl6}vL_uO| z8FmSRMv3)uL4ZQB0|Z@X=<9ZR=*A6F8cRBXw6K8myz~8sADlS;;o;*SgFSZ*{OdzV zTa_dlK9K-@l&%Gz&yU21U?58gVH~>1+>ytJRy&ws-A2a!U{?ruB^3iGSis64Ai>wA zGl~u!G$mdE!89Y@@LInWTU+d(s&}Ly&d0S%JKR7lu9Gh=0Rj09vK9#`9yk@>y!qa< z8`f^#Cw2(#6K4$~MJK+%S=vF|JbLoPCm~1sV6MS_2%88|aI|s+UQY(jx)+{$aKuDA zjERZZ9u6tRZ**I&vCO09Mx@V;xTHJeRa0BY0&C%Olr_(3bEFogdLc~I;%DGBai|^z zOh{;~M(gs7xI-MD5=#=@zxsuRMr-l@ksp6Yul^gP?V^`xeri4C!Pr&eYVrtKT%48h zX1=yU;7n%n8h0yzlRyJBpwxH4JD@s?9eezrvZfP zSRkS!CI;*_rkL0mgw#*~Vl+lqR2jj9R#C;mKdK4N%{e4eV5QXS4l{``;x1LELX--S zfec*;fAiG8Sl;r8?`O`t@m=tyXd$~ldHiwuGjabC_uz1P@%F?iQqhr2o%P9)FT4Wp zzgXFZ9up^&HmAS0WD*{&ml%JH%9SniyehXMB6^8hnULndR3|inXI4q$Y2sD6`~I5Y z_)nNMKbPpE;NhlH_}Phos;jUlR^73S#0?V`I@+DhKiRzp${)$=QHyWGxP=x z!(c!U5kJu|&L5_GXUK{U^sojL)*C?yXHm39KtO>^8)uA00l2PAkol^!u%HUS<(XPh zPxWU0sqh}aR)8Nctauaf6P!3lw%wwg$(J-po1LT0DFqEdms`MijtXAF;|gFo8wWq- zkLIEmZL2`8!>Mo_7UY>uo!RD$@*@swP4@efBjT_ggFz`rjh-il1@QjoMT5Cw?q2vK zAqN>IQb-^7Gksi*3?TSI)^1pRbN$Pm4qo}>yVG;V(|_NfcNV;PWYKeLHp~@Qmv@+3 z@mkks7roU?m-5t*)qC50)T?W^9$j7!tr__+M%2PIZzF64hS1JpcNja#3}ASz8kNHE zMQR~z?9en&$q+Wdhy>v;nQs%bNy4{AId}%qi0;7?Lk>uN?(7tE8h(;nvz1rSvmJI= zlM2iDGu&Py7LMS)vB(Mzc?R0UwQd1)y3kI5NiAuibt?u@)CxMQtmT0+Hlq>RLwGL3 z1{4^bdNICVauY=4$yc$^gI9xx*@WTQCDwP{-Rp7z?qv(<-SEC!ksD0hR*4BHEnLXj z@bvtp-W^g)VPMJyKhaNP2Rt{WbCcB6;S-X?OVS!h?}zt$_FKqDm zWOsaVZgM`*z^hjpDKWWpLFo?280E+>pQioPX3YAo;+tVWXG zoEd+M6rXkEB>b}bm%OYqr08big+?nY#lClTO4C|w=oH*8_I_eh&1`gjU$^kgGo%2< z-xP&GRtO7QDP|MVl~)mBkc?qgK@4;~#eho?t`4f(n=BXgSFZ;DgCVAE$vby;lJnHh zXZzk*9h?2JxF^rn1IMpMLy(KFackvr5R0fgf$4*)fyWk@dIx#zHEP4<(U;XVBX9x8 z1{PZdpB-dF53bAOUK~SDBb0Gj0ZT?gjFjKYfoLvtLZnB!MU57ci{FfgHbP?@mWfFP z(j~h38ePrhqO@i|?!+sscoZ6#Q7kGCfBruB^MUk(Y_E=i43pIzhx1Q~5(*Q9vwMGz`wClc&{jOdew0HE5Ls)@hw&gY<=dcJ* zwzZS{Z?Jt>&twv|>qINi6tMhAZPy}X3R~%15f9lunqz-lxJq8TN_JjT zyT!Z4>iVZ@Sk{&qs>ei37- zjwjazl~UZ*1f37|h8d=#L$BzKlE+Q#AR!}q)T1KR$Et_Q!T>)aw3A3BmJKV51fb4> znLsRf$21agAkqDN<=Pdhqc6&(lc(Yc)Lq8_m#ts_%4^seL7_(}J*H|+%I9c@YWX0R z>vn;O18jUzKEYan^fR4DZ*{wMP#tukR)qA?@J{CvC6v~Wju8FJHuYYw1gc)x{C3xzX2E*jbBs_)Vh}k<(jUmRhlFKPr zSUa?!w?u>3@xg}T9^ibSIMpEMDH9hdk zYvG&sWGf8Tjx_`TR_4g3K}NQpEqU7 zy!n%Xg9xxbf-@Qi25tM*Z;Z6`-9v}oefz)xwA=x4dlU0%#;FNwM>IQN?^xiIA&S8a zJ`d4sH>1qjt}_z14qyl%X(?QV^2!fpy>M#(&XWp-y9;h zu6_OEtm<=jg@Gf<(ZrXgyzn|i$u`pazWYc8KX>1N+Pc%y`S`H(v76M zNs5qUOG-=va9mQ76(kpKAp#C0GztF=K1%f_V@_0m8R+qtLC3nP0$;f!K%^K_NWlZ8 z&6-U+10H4uCG{YEE(|6067WLaacq->-}aom7f`C^)YiT1{AJb#tIi`Q`8Z6})Ys(L zd3-XwBP@11*xCX28y#hVXfj!1Em&_B3kb;}p^$ojJU`5Fq=c%s*03W~CqO9eBqA&* z&Zf7(cn5a$HKP6Ayz}O0E30GVId&{>*yZcj4dNofAQP5UKN$AboMz_dqJYjR5AxwKZtX)RC5Ws za&EvYX;>;hs%RWm8D@YCqpMRD!jo)s+CIRxWNK?zLuU~Pc73wzhWN@qgAXbDNMi~! zUG+xHR~F)$=>bRhnlg|ZL;!hL1+`k zH%$xI8^bRafusO@^l5zjYOzV~y~0GYM~%q-mn*P}Wt0-Iyp4OV!SXhcC%~iv8G&ms zsgTE;!7AT)JGkWNqkc#DJ|sC*sP#~FTqLFg7*pn{ZK=h@sE_HO#W(t?ZBcQ3F}mH! zF=?kb2ig~Ef(6tBGxjz-7)tf3{+Tqz7W={p^QnT|v$VNpkVfq477@*X!e^Qs4ol!3r6 z4_F07k#t%qpsCdS9nLO5SJyQnm0u&DtZg)NN4w-pXWpXchy}Dky!{ix?MMDOf-LY{ zM7E!Joc=U1y@*(n+ifox=CLUIexN@;Oq_i^_&WM8F%BmU{4uCk*20VgEu~pT1}h7o zzrQzg{l@qExOkzEB-x1;0AdUf#l7+QZ|r(ia{C1vt4WGsUoZN2M9 z3}*d~ga$Nxo4G}kx0j||Cc7HVWPi{6gZ_uezj)a&%fGOhnhM=xH8d31pxij*&GbJ0rBDcZo_@u!pJ}yRt;z{TC6sdDFAc`=}uac6M4rP)WRa1 zphNBqa%Qx|B3bMXr^~1@nav1(Rho&`tVJ22z#@rI=veI?JNmuFA(!#JO>~DFSrlri zJJl=pB)!nwpYrKW(mf}K{l*LSUXEx;I2lLhlF4x=6Nv6s{KxTR3VjNHZeiqRlT+dh zS%Z-a)$ju^@vm$6XFoY*@|>q0d+aIk+Ja}6&Y!ztDf4~IxqDHgL;W!01oN}gBHrf! zEtp{PNvSC@R%or=s*>ESs<1vBt197(Sow%bh?-Wvrn~O_IwrN8P8IDtb*`xBB-TEg z79v-xxaTh_DyW znPa`<(nU3VSY!f3)htG9gJGSDoYIg13LO4*V(P>xT^*(aOXCojHsr??e=s}=b?{FW@NT()!-Nnf`7hf6(9SEEnWhp@kH67UB}TFA32BBsd{3hU-fr+i5s}*evBis$oLJB{f^&oo1!Z z_&VA(Lb8b8gYC`%Yzn6d*a|wm1KueUyuwg|tc>ig1k$(8J;^7$eqm33qT4Q3v}-rK z`?^_fQ~PI#C|Ssw$~MEt)9vE6Uc+wF*0@tCv@KS%%rl4ty#=XPTzK&41#rv2yQ~AK zq{ZHuxx^Ho!Q8nD41^Iri$76Ov3zDuA;wKTo}PsiEpiI%?kBEo+9U=$~PByN= z8K+w#yFR2HKV-c|2Bh2@Om)e^lt5d%+p05}5_~ZRb6m7&cDkcuz?NW)i;t^>X&s*s zpBw*vJQ85yqfF6J(Un!!s3_<=oPgWyvb*eEs$8J8Q_YyLHKV#Zx!%aLg(G$j*9Z70 zMiO$P-7dA(wXjHqLCZ(gnYjPx&Q32rah%LyDl47*3?t?q)XVrDe!fypRPJeWZsqDl zYxed0^lGJvDF`B6-w;c^!nLO$4y`9aict)9Urbzz zHX~ib=T3^8JFnj7^;K4xBrkDEUavDbS?FAqtaVyCS2@ESWpT?o_H%{oTBvS=E!cGYLNKUh%C; z1Qe4niOr8F1@&nx>IMR!+L}jJ^2qB1l!Thohox+?Z|8H%c5Yv@>@}LS_POWoD-W*N z`nUZ%9vaZFcgMf&t-imLDqHTX-SqDJ8(w<*!1{CN&OSmq?%TX$U-lEJXHTcj&SV-> zCHy4sUU?6??@`B37IXOc~ap0u9RCib9+!sMBycRj&}LGiG$SU%OKO>c*G%ww*Yta`X0u z8|kof)yQ3wuZ)oRaR zcQNJ{hG0?^$W6AzdW<+n1rQ%-P|aiWWM*k{8c4j#wg(yZc-)9qCIeZY>or*1W&&`RzmNM~@jZ zdd$d?!Gw()+58~0QbA%ZGz=fsT)N%ma{6>OtI1>*h(t69@@k@^kQ(T+nRReX5)U%D zn9Y)ppCkS9@WZ+g?h~7xP?r!K=Vfz5@^hXOr<3{ri~JIqwCqDM^Q746ZyI^g+1+n{ zwp`X66u%cMXUz)k5)&rT-r_0bgL;CwWZkUb1)S5!x?tD?$ZMO3Q&7ZSIgdPs3g~DF zsQQZWnal|ZvTSm*$W(4ZNrIT*N&tUvEc2J<=jJgT6wK>&ZDbB;Ko2xw@I)R5k_FVn z8x;BgtS=4zXuCN1g`ejv_-*CtU+2~wZM>!X>^Hkr3_iO&Z&U9bQ~b+`^1`ckpI%IZ zFVVFHWg};0KL5D5khlvmq|FMJytm46#98Gh|m?Al@pk{Ih>tJ5DY}vNBv4Z##So;i%dWY z9+)*5k7^y#PsnAViYx@7u>O?Z0t75?(#YcgFwFIU zebwk#yjleKI>1;$Xe{U&Is+iANHwHhN-5V;LvSp}`EVDD{emE0tN9vf9iK{*sehp~ zRg@QJOe=Exoy$Xp>rgUsjs!xCD**znU~Iw33l#z*?vdDNfF!REE9}X;PAbVV2;vw=j=D9%-Xzg z`|D4={@CNMFL=3TR?`8Ea{9MwSJ_>hQ#c?mXHfGtJ$s2K=e>9A@V;e>_Z>a3mwwju zzHZ(6msRv3rCob;@7}kff;q+*`h%1NOWFfpi$xFO94C?>>?ROqpa?my)`N+YInV3n zjbV|w+OS5UID25LHl>}~?%6rGv}>~!yEU%ZqX{E>-TrOgyK#pT4l1U-?_%xuCFA6L zITv?n$n+!08l5gT%1w)t?9rJPjosM2%8mj?y9kmhO#lVORhqa=fA=aO)0T<%GUEbq z-tJY_xP-WpxB+o9;*>bXU?wo!US_Iu&v*D07{_hCBeo;94{WL-gQjEf*v>{JGz(h0 z*)XH*T&jD!-utAYU}jPE@`_m%Gx`=xZ#sNUoAJHNhvYYzQ9No@+2ro+2RABsyxFkl z+fD3o-vDx@b-@{ifF#8%SCajkG z0!<{0x?O8Cn2iSP8QJO-O_*XL*kvRFcdr853QjP+UWXn7i?6GGtX>A}o0`N{oUdYj zLOO)b3Dtcfr9;t6Vi}oEFV_W8{+cvv<3IrHK1j<&!&94vA_r&t2=WfuMSpB}YWI2I za+iPp#`)cto&HcE8iTn&1DicH;DQ~=NEH;2mZJ??sRYXe_y3?a;Sy;E$eMKPMRvwF zuE_;6oL@X&lOvs~Av-6NONZ!Ilm?by2a3YLh-;^VB_0MAve;^`EtF_*eB}1CMP405 zb+|l^sU-J6@qEya>*5~dAju`Y57DT}w0jM|_F!DQ44NpQrf|B(ibSi(NFUWNB~1{<4>z8*ej%TI?v08{|NTR^ug7(Hyo)iVm;|6ZAemch zF++Wbh)uE!tGx?vQ%00fG^(s^`KqgLs00M^=Xc^>-32viynIqzh5fICOf^Vw9vk$! znTTnWMAx}lNeHyiPsZmuzV-IWo-2R9ZmFx)8!(^=84g_WrFUmz4uDe#8(%OQ^fTrE zhEq7)o2|PL*Eee(?HSln>Z;t{lwU(WD=r0|MCclN=`XGUEfyf4Xo|ShnWO(UwqN#K zji%uBa%blq&6%#1E*6RJK_@W6@01v@XiO-_H6i=lnIKt`xTYR4;!f2;#3SR1jUD&Q zL3AZhQPHMN1#|e&H#WUYI&6LgKAdNktXlcZGs|hgjjzbDpKvD|GHy>R?_jss8U6)M zK%-W+Ygo2BszpG&tGC({?4sSSl@cx5cy@1`F%bPs;S8VW>;*)V-;I4+z&s*J1x<=j zJ|~`@c7Q%co_=QJQYu601P4MLIK|@Cr!j?vcBYL_`*#(?~oPftF#kkxc zQSiy}aR}3EqCD|tj3hI(_`#;$PrX^#<)}BD+{8CHUO6?dg|aXIAj@-{!z+#}5|HsT6LZ!fWf*voHJNcO47! z%N9OkFeHr$%v$o=;&uB-m)70OE7}a`DIJ5f60Og==B;SdWcd>dUOrV)*|}Y}4h7wY zV5EvMQ@f$9Xs{xzh=pLCuxNsiC`x=AV(+g_axTW+nouz~~neqK&-2T%ib0H&d90(Oq0Lnc-^S!*joJ^R#ep$aBdlo&nqeIW~W?Ss#?K_kYtZ3e9 zS<{wHTQ@FguAG?s;Ove$50#H!GIv5*b%VzJ+deogII2mTHcg5lOm>#*S;{%BKwDR>#C~-@~h@8 zx7Qg`Mz|y5{%^nQlAqsh!869XiKDwi6DK#nOM{rVInVxS-aJB2I!k*{xemz=KQY!< z474miw`_BP3Rnabx)PxccmsPNXKu9csPMQjU-(zxfrkf9d2r0ciKBa0^z5QHq@-qK zwr!_#Be7j+)VM{`FVwRYt=!uGsi%<0DG;C7Tw0T9Bfe((J@nqD(1y4-t)2&y> z30=pKF=P5p9R28=zSBC6?$-C=(PT6Os4g&CDn@thOZtK$IW;Xat8re-R;^3hmGvEM zCl04CDmJb`j?QW|X|#z+O$wS8>yY|wf>Sn^XBF~aIIVO00mK{n$&n-60>vgB#|M?I z4{mU?gi{9fr;fGy8|xF!M87+=0J?bru>k;ZokPS{(`f8i@c^++BKF%`$Kppr@xhC8XUv#8cgFO2bo^ZWkPF+Z zA8y#7Wy9+JpH3}pn39#-yhG#EKBRw>*zBlY(?-hgkw#+=9vn;me((<<4jihkK15Hk zJ80v_?dH|hWDD-yf!zkM4+FsMMrk8ZJLF)(Gzx`6zx5~S(?^DvMaYfJOG38~Y?JL?;w9~k1dez)7y>cfv zuXW?@(|gZd(==;$WwYFZj)iR>?$Dh6R8rBtRiHgkd6;&fay*B4%sPd6+Z^Ex2ODC$ zqnJz-wLk$xBoZ~!Ej5|2VwxbD*0e!FK%URp~@Q8HrNgzzzk_;Jf5*=g6_)iyi`mfu z^d;3K-J- zII~EM?29CceV!fHp&wYl%Q&Gh#a``xHad87S83i9YCTX`JFC~|Ky9o^yWIv zK-%YvPrmD{>rCJ7Kjfi3=leV`dPHwm@R!ei0+7y+r+>S1FmFtFCT;|uu(e!SsFmBB`l9)ConjW$5G26%e>Tapqqz20b8LWbf0L5oOSzstoAM`M9{)mnPzh@WTb)6HB3^vS?{u zAXY^@kMg;9No0WZq9o3c2q2dcY|m)fwgFCYKTu?bRB!2bg&h{c+e{ zWmARy!F6ur6hMjqz0&Q9haZX=uH;}F?}e7j#?TL*o?hBIIWxJqutj@${)acTj$YU*GjQ*83#!_;~d zsDCIROG*}%Qz+ATi|(Z_kYONb>H0?VraxN~=ReZr&X#kh$xhny%sJHNJx?FyoL!^H zlc&5-P4&F|cJ|I6fTeRyOcni<>E_6GRL0At~EZGbJ z1HeTMHYqw12rRPAYz89RjZtUtugrl^*YdEI0~yY##-G1F6FlS9@3kv0|Jjnay`QYDyzPp1ljF-1{&z|djC1%j3NsyvH!B6@3o1_ovqU<~5SUB6Wc->G(aO)j`d>8mJB@^qShXOM8+mjbDHC!(%^<7`tNOwXSG-?BGokmv-)b{3G%6 zU@yk8DyC0zEPBGbbi)u!&3kw6)-;jNQlR`|r?t6_uqxiUj(5J`?@YY&BzxyhP(E|l z3cdhvG2O9ajgy+2sHL5+Sp!WI*scgL=YGs$(=M&npN`hBny-RFOg^2z*|5;rv3+%m zrfu8Lp09kqJiXsWbE5|BEpzQdah;%nPNt5#(;#IuyI?io8eGd#_ifP7E)Zzbwj|Jw z-Y#j|u2u80c1)5%N&sP>)G|o%OlU4g zEAS1C(B^d}Me8`3F^TeFp7Z#b`Z;p6AZ1lzCak?_ICU<;BFIDTX@)I3JEM`o?*T4W zY=+V#-xigbiFjmUR3fUkqvV`4XIiH!vy+AL*g1oWR`%zwP8;+enh%B$ndqudJss1{ zWdPesT6U_7Ze{?oIugiJhrJ2pKz8r8y<0qAd5d`HC-my0J3HV1>L|cHe?r{<>9)2- zpLX|U&wuXd8;?A2v(MDMN7g7pe1kn%1#|&@l|D@eH*Z;5NY;{x5FjZ8%{ZL2(H!5z=k-{?BJOY+4I+VK-s1FWVq^3^pThtG zZdiEG2}-tjgWZ3*KQ*Ko5XD5w-)wm<=SBWB}vnG95_2CP_ERB0B!XS6+GL=xllD zUE$oRFaISEefQU2->n%ke){B*p>_j{A|1ObisdvrfH`1AoLeXB40e>Cn~lW7YGZUp z!C+*G%|@#ZSLvt2`KR&7%u&TtwsTZj`$yVV@*q&#vRrC4XKUZ$E`x2}=? z&&`-ZiTH0MUjwO(7t5SJy+630*UKQ=7VEwknM#R5WguJ9L}?s8m&+}i9PW4}IZ5O6 zVfZAU&+P$JKrE`{V`VEs8dfZQmfg!9%&!xv;f7X(y7FO{so^>}oD(C;(oD@lpq$3{VwTd&t>ts1x4!BFi4)VeZN z@qg`slAID*OM)gdJ0{d8s3h{bpXkqadi5#_VC2hNpKr5p?3{Tf@-%+b{ za*P(U2dk+RClEtLH@0^m^R;_0Mo!45k%3~n%`G?;oz*4#v?6?r8m+}(z?c{vJ_Q*v zMkJr>8HAfFk!8*qfn*8t3@6I@Ahggz2M_C)$(};0n%au8$faa6Oj=b6dWKIOs zvnC-w3xy>ZN#(@U)6;(cjp*r0tk8FFu<`so_!MbAyn#WR&CtQZ4VoWA^4pHF+gbNK{4bLI@0 z^q#$@LyEOG8+0&0r1A%^m1Xq~wCMFg4ZcOY6R=Wm!%~iegyLUz%k9Y=J^ns#PWJ-m4gP<}~XVlK|<@V>~ z+3<=(_t<8_!b@@j3Ps&9|E;6gMJ=DnYeJ_1dTJ4!Cx1f6j#x4z=b4+cb4Cs{-82mx z(Qp>IO_~Q6kb`RrLvsEkW-`uv-^#^oDxVn~93`$Av=mc0oXlb}g6*m^m`joOx+Uwi z-yopZaEh^B`&qAfr~T-4JnJ=1S%LT3FQL}kXpuydi2>7xrqqim{Xh4bIFqFRxz~PY zp*#>%c#NJpb4C>D8QD#b{Ard?Ps;=-h=mrZrv>Tp*HcY;j>dVHPg|m*?`u?gJrQW% zGOKZNAi7*|>0R*|IgOhJ+Ljx-cIn{tO7V@e8Wt2Z>sVziNGL!6xgaahCLUxA9g$IJ z&&mSxV#_Sa4vyNc_7@SS;lX6C$YSP0q_8kpJ`Ts0S?%+m^gj4en9WiI?G_Fn9FAIU z%G5gjpqZ%PY|wz=;pYr&R6spC4|wRImdgq}!@87>8a;9Efp7nP zY}bz$c5NYhR?hkRfroY-ifQ}AmX3=%_Uv0&niJh5dszM}2i|=7?c?+$JwK?r;f(wo zMM*#Aj8inL=P!T8pqV&*!lVON29BJ%aYA%b=Xo&&i~F_DvCJ`b>JszL+y#G&(RubR z`RIa1^kgwjB8K*qPAR?NQy(2@(a>IGY^7`K%gSmI$ZKm!gzwYPzQWbOoR^=US5eg< zKR>-~tJaDTK!ph+V6BRwx3#jRL$ydxR#gj-Q(^?a%Fa7t2fTJ}v6^v%9aH~|3?~)v z;Rua})}m(I6cvRAmXE6~71Rw7iYoO5Mw^XlXi%l%Ku%n4PQSFr=bf58j{fp{&mlP# zeeWCo?30Pko<;4BPTH`QY$DlfH_Vx!!gD+|v24QnE^{jGAE5Nch?Et_FCO}Ku`czA zq3gF3;!e-V#aL#(<@6aAJV_t~*Z1i3ItTA4wBGl4Owod>&e_a%Lqd!OEI7#aLjDt8 zuTk-Z@fs;2@F0iK+qkBKOs9KU0~q`gV-4UA6ci-X;v3Z_DTT~>CUS7TF@GsHq!Pgz zz}OHyh!cS|AWixFUV^J&&%CUa7bHAN74FbYjhfOFvxvQLgysKTn@S zOPK{Z4SFQYP>5zN^#NkoivXrph>h{0P!yZWU~qA_i8;b;@?Tq8>oU2gsS&P{o5UCV zefAtv@N?6=*|VOqh}qV;^*tr@qu|tMSFe6nyuIY z25N%WV}RbPIFQO+1+<2+avr(fn1X}xf_9h>?7G4toVa}JDz?IkhR9g>jS9b$;%2eF zR$E&19)Dl^ZUu5p|7Y&}f{guPZ_S%~Ow_!$vQ6AUZ>SyML+H!BiBUGMN71{{IK>To zF~O=T+OiiWV?J+4Z7ZOspcVFzrC8encFL2a-_LYKu}YqAOoI-?dbG|>%5IqNhUtp3 z>)^^u9SZihC*@B*lJDAUu4r9z1*?sZ1@jAtGtnfiG*J$-DXX-`;R?68%<>m;Wbp3* z0D@P_g>aVHDy1%i7d}(w8*LzT4>V{H7w1b%it;%G6qIOuN$E<%oY)5LL?24h`C7HI zwVIOIu_`43*qa#?T-OZkaJFdG^ReE-W#&FI><~Q^Q&mH`2#hgelA5YeRHRIx`ykPd z)4!1l@NqRE<#*`eLr33x=jhQxa$oR=Hg@VP%}&?QjG6Sa&K(NcZflo`#l4bFAy1HT z4+j@L zKd9dZaa=@inICtKCRLNm``R^-CB>&mPHj|%WCngXv?a4sZjc=tAEk}L+$!3XvHyz+KP@mK-XXKxI)ov;f(&-F@UP$G+s$LXAf;x*m_ZEUH3+4~YZxc1C z^iz5xZsKFnNR<2x2|ZEf4owR?Sc#i7zSCvvR##d6gDJ1P{PN4mqerG~-GZ4tK__R9 z8wV(H(vq|wGtyf%YSbznbA0?Py_%8ZugoCsv;QEj%Dr8(HZa?*@rDfCR zEi9jk*;nb;sUt_HkklW3B8kcQ>FEV2^vjF%Nb`)ejIi}|f?XB4;_#%xquLOohmliGv>1}n<%#ESp*ZprdU@RTjvcp;gNF&O zzCWIOvhuy5y|n;^Oq5QyZkx zt5wq-UF}VyopyV4Oy4f*d8iqz&Bh99g*vG*ftEhMSt=`OQUJW|cz;HAK}nmA#_rv+ zvb$s#6g0LL6FYPeC_}|H>kE!A_T|*)V81r)P2(!g0_W79x|8;i3=3e z=*<M6i3QmtXgR1zT9ZgeCM6a<}sVvv16+Qqr=t8TU%}Add|QIi;`D&pMHVW3C)r=#N%{pnf82HDAJX<2N@vQiQ=^wH7W zVQul%b6Eey;BcQAS1W5B*F}=5m%wrD5>d@8rNi}5Z#c*jI{x?bS#G_j-@vuEKI&%F zEt-10=l)ecKJ3q#E4Jy5uA}=Hf=cKt!>7&ebp9mS9Nc`T;mc$V05yRDy6<^XR6Uk{ zq-<`sopp9QE8u4u2A>uX1P9a($+_D`2*JaWTDW|4<3ko))dKh~Q9SO#!(Hxh!#9VAQ_ z;M_c3)&e(xkR_c5x|}D5Lxb47V88K3I87s4kjB@Rx?MxLPiTQ%9DWNGegH#xeR-yEO`kp3l6;94jJR7PPf~Q~XWKxQV77s$0j@Ev zK{kp;6Dyw7flUe5cM3?6wgQXWY|xvGNG>`F5goRwxGxX>JjiM(-I-dX@P`-2Tq+)- zxM$iPda*4@IzcbABMJMb?k7nV^x}skz8xu`$I3{{Et9s8{#zz*Ae4c>Apm*wF5d)WLiSi;A!%PDbNI{XV%10L6 zM4$4Q#txzkoG1QdiwI+oh+UqX^lh| z_vs-G55G5jRIedJ`i^SXsz~a@-he|VII;Tlc6uLq4F{xD1X6U z)qccZ!RY;e{fu3*{(qClDlOV|$x}KSkM`Sg~5U5vc_a_d1B&| zQqr^FT`snjw93fN&71kYjo3W9aGJ*l{E4}Vq*>9->^x6=Vo_0IyeBVPW0FlsYJ&*D zl;S7acCw%Cr24xb{@7SjIFm2%EMl69@+Fp#ji(^)!?sB;P?)C+Pl*@0N>QOxo0eV# z;ztGE8ZRvMB7}WWc_EkD%Tfjv*cYC1woe$;#IaC(r~G*9^Rw>sDSf}|`C0PyHb0gO zmZ!ho=9!{_PXGP4ueG^QK1iOutV^Xy zUG7A+{a44qaCs7vCL`)Gv=(?| zd@>5M1FQz>@rbByXfY@Awi)U$O)i zNE`i8_BlR3`S}OtGuqydJ~&K|D2t{KJxZEOJ@3STfq1$2OWb|^`gUkY?u^n-+O_uC zy~FS8I{-apXp*~7h2Rhpp>-7k<=&`^iwDP%YYm>J7e&VxM~tVny(bPCuK&{Z1@wor_N-e{pPHczx>C#?akvH%q`A+% zG5o#<2JU!~*?GATx{RZQ#l>OKdQp7F;^HW&F3qW;R|s;zR1v6=8RU|ZIN-LP=2eidq&yP< zAOM8whPFd-F;MNrtT2#+rFoO6D~2qlGw z9I;BUNFWU~JkXWIxrmA&EYv}kmyQ}bV%nU6Q`g-<+Mty(;77knIlHOXs-~ZuW-QwYMtKN9;ZRkvF&1YkF%)l;=M-*Dc zs{m+_1h@*Ub{z^a9R@HgFpQ$mJk(n*JQEL#o5dDc@;Hh~cL7~~=#6E|q*1{+Qql3? zQgQ5YamGp94Vfnr!+_>@Gcx>VfFQE3skH&I%1|SXVpjAR^8?~97enx4XOy~~#V)M|-jE&+ z&KNcGILUbN$y=L-KhbXL{LQ=n5PO<}`x$Lgq3H$s*{2`Uf4=CBKHd2HvuA%~ZQTl3 zG=}*KM_?dX7v-`rTuDb11dj)3f*y~}>bAjYXscJ5Rkt(hwXn7|2y4_f7M6`o6vr)o zsCwe#Pi}a)VfFihZ>rGT)cnp8}FKEAG!Ns`ke`Q#9;rX|72|wXtj0@ z#?dYG4del9)nGB|6+7JG4w1Orphhx+01cH45?i#2?%si_VB z1*@Hlc^qFj-tZgcOPF7RUkG&8XGqh`eY*#p^f2F>VI#y3NjzjW^{nmBF&e6 ze|AzN)I0%LIER|QN+6G@BvO1R!a$8Qa=OF!}&H)1$mXhqNu^nkVZRv|)IRSz;$U^TTR===8^Si(Cw~ z$nQN*pM59{{f- zEDFxxyBhM9NjwMed9y;i21ri>EVdQ223EAi1XyRQnFx~PFgr9>43ZAWu)IaZNQYqa zQ*VwiGJJ5DR+R5XMhzp6zC3;=z)|pNGfw3AFKLlYOINT z^(&s{Z{|Y3@nFmvn#?vU ziih>G)9KQftuBk5H4V6Hdinoj@67|MEWZEonR%YOaM><9$aXJRKtyE|5LZM%6jww8 zw?G!b6cj{7b4yLd%-oj@%{H?#Y;$?HXl80=>f5)KS#LFSD=V||Qz;L>*UWS8!`15j z{(io{-=Dv$56?EwnKS2{nK^T2<{V!)IPv!vs*W49B2TlgpqtYYI*o7|ewtomNaC&! z@L!Z^m(mA&bbnBunty$>u6*atXOw|Qo~NZsWb;ybsX|#KALN`h zVtTF#Qs$2J)i!uQ&~q`Db$X*K507rtxiHxkOvREag6Ap?09^dzsZxJ38zn{;T%p-Y7e&(5Oug97KpkV%SlZarNrW z=CN4XvhAkY&|o>3SOzvi)G3TWMx*2+ckISSYy*mgUpiP~yv#hnF^_S8Fd=@%2oa9M zxsB1boU61~2NxJv;2)$`pdf-CocZdK7WP0LGElLcOOzf)pXGw{z0$3&@I_?eiVQQr z?S=`C2~8%0n-PrncB8H8E9d+DMdyv1Jx?f3URM2bKg6CziN)vj<@B4J4(Ji(yrlAQT{Uy*scfy{))#3cM6)8gA(M?N}m{({E0E}t*Yx!JtqM>$yv^>|A8 z*XfUxPoMM+JstP$KfkzY#{L~p444W{O8+h>70y>(!tCYa?H_=!p#ieh5`qcWkdQ#1 z0KY&4ZV2?05tUnZntD~2UOII`@Jt{gk>9UT3BI8W{@(g`A3E0X=*05csSj`39uxKh z+}TUdcJBJr^*Oy>R~B~pq}#sNUw_A>6sYkn6q{+Wa+i-Q>RVpc{eW5W_OQuKO7GU$ zEi#rQL}JIa!8sWn{qMb2yIokt-xq0qAlNxf^i<7AhM_yZ{Z>cr89{A?A(Nj z5ETb!RrlyWD7|~dtE$$0ta5pDp#KL!<05v^+>7*Ky2Rh>Kxp$RrA4{ol1E)vefx9st<_t%u2^!qcNc8c z;&ZL<%9k;RZp7Y!`t)d5X4AzGTZosJzbz&nn+H0$M!7SqAv_AMhDnq;$`U1+r6_J_ zY=hads3><|mre+Y;GXUqlwAnNO>ouYu8qC;5-dA`_;i`L{2L0Pyxb;?ZK_ic7kM@Duhb_KVw(r`tAC){gSIHBNuzdBz3DmAwWtND(B65(h=acBs z<-lEa1Qmlglcxcm&>fK&{*(i^;-K<~Ja|Bs)91cXHb`&7JyZzSh3#=!paHxsyi;}; zrQ%+b2Z**0en}CqN;XnHgW-<04@MgJX!T^M#9U``Xpmxg9Uo64C;LVUEDK?qZzw~Q zME9W<#9{<7H)vP1RhM$P4XGSdgC?a7WKGbLiw*z_?S5K@3GGJ>2 zEI)2;61IG}P&h?}?r2wC?^TF+kAjXKl?^>ROh2Nb$0i62XU1ZSl#Dg*$;z>t$}yb4 zCn=acd3S!oapf>gJ063bn|#crme~jTMFihR!u?4~682RZO+E6al^uyY$WiI z5jhh(y3pHZr$_U#g}VpLnsB@YJls4C=Wy9zZak5SXH zbF*oqGL9v)P-Qk<(0oam&j%e`8$gZI!;>oL13rN|#0^m_Q0a6C5F@o#J3PjUyw(t- zDyLfOo<do_gkr3Modje6auw8~pFRIiprOlpv8mtSWox58r+E)!hu`yp)gH zX+i%bOsA-!$a@*2g8K&yApO&$WU7O;-ou@`2Vjm9`$F^{E-sj3b#c-8yMqSKO%AUu zs+|;FlQ!Jr)x{whe-#52`k-?ZR8=zW4~5FHsuw!3Kk9F!yGifi;X?dfO#Ybrg;O+d ze{aMh^7i&H__CTr4^|^;RMq&H>7g}MYAQ$>&agB*hHt#UAi|q5oiRt zaE?#}_vgaDSpen*(%_-g%hd#8Ar`n7Cl)c8O+!qRP4i4xVCy280s_2!{D>QrXSiq* z?#|$=AN$1BW=0SWBFrtIfpOe|t5J~86sVe&w*3+Jj(|!S&-9W+3>?bllk1l7;)wp}9^G1o=x zU6Tt#WN;rBIIi_zJ~}n_E@rt+K4PGc#Ym##zc2oj4|3=F9FM6Ylpc`mz>llWj6Heb z=H&Uqcdq;q1CZT`?LT}So*IKEPqD-|=Yvwv%0=`BFCO^{9;jhs@G@dQjpS-{cZY$) z9gepUk{u)wE_?neX9TO~Q;*0OC z)VuDy@=xqHTN|WokA63>BHBhrPz&uvv+kUAzp``p7amf~fjzxa&Q{P-G~>51{kn83 zqVcq!GFMrUeg2l5^Y2f-Jc*KV&k^C!{&>kM($gXgR(JsP4fZ#<`}*^e1%?MQ4=K=^ z4);=4D-XbA4Y4BJjMa)DG+{Y~lGzJGAuor*rxsDu^!}!lR75uN6OL|E_||wET-{=A zxLRPo!q?h4isr;p^3g>~o3S1yW&HN>Bi^k3T{-8jd}i6{U&@R%OWhfn&l)dWQ+~NR zS9#6W@x7P`>iIi6pVzH@`bg@(Y}vw9oOkFgIPa{Oi!V=4!4#`sq(7F2xT4q6`-SM* z$6&q&dPihBwq{30Vu%$P8SZ7Zc}4JL$l)+llW?)j4y_h%x$L9LzvCh2qOL8GgoB3r z8JHy43&FED$%ch+!4E&IGO`05XlEoi z{D8YMTff@DPxMfnpL`~HN_tPQ)fXOM+$EEaNIGA+U9_h$+z5^uZRwJ`pUvh6j@m+O z;3y*5o5Lf_7R*?gLj$nGFceJ19)Q+T|7W&}f+HM*#z!@NRV$ZUi_OlybJC>p(dRxU zKeFpwsmfV>TdF%{XQmU6dl{8wx-`yP=;Zw|fI+N#rpKyhuA}2;u!%_YO=zSHEQMyM z`>eHSAbeHUBoQ<7q?&?U$4A&nt@>6$`@&~1c;xMH>?)3QF@>68P=b}tWDdk=*5Kxb zkic$kvd*^+_UeVWAnLQ|DIAj*ysK9$HJ>`>G*M?SlDxR_>o2A++Oh@3H9!9N2E0~z zH*fPiN!vfO^p9r?77m^N*fVdo5Y|7m`83+Wo?p?+&3P-7Z$3Vze7e~ujE}+pb(y!s zd=_IFdX6?EBi-g7;6?)dcqB|d`o_LO?Bw^u7HEGTPt1`y4ZTJG3+2^m;4Ru8F}GqL zdSjup+C~C%e+2WL`mg0nCsa>-_%UUBLD}`|h{b7C;(n&OUb|Yz!Y&_od%KA~6sjO< zuA--ZDE>@2&+#*&{vk34W-?&8k{F`a=!n6WP89zWjKp3EyktS&`755? zZa4EySI#O;er-<2efcT#(2RYmJn>kj0uwJ67hmj4cbDCLfr%N5V$EiEZx2rdvejdb z)o#aeD0BBpT4>r5^MeK0(~U4U zsI+<)i~v;ip9=M#Vsj)#yL7LnE%YzwvZ7()NT8GB@?lr7?G8Mkc*{4>Ts!Wp{VS7L zDV-kQ{^09efvuTri)A}Gf1v$~D5OIB=ej?ZGy1u>@|B;^{t=T;X#Xam{hKf}a)kAE z2n_}}l{tNkPF7J^;V@YeXGkQu|XkeNXEY3*e8^zwucg+K`t zK>m`uk@5YMCU+0S&SU;Ak~hLFnQd5<>x~HmuJZHdTf`G}o-z=T0PQP*Ks0Le<|->% zb3TSsR{|lt0+rH~0;AViI+U(6!UY5d)LWICJFiG?Mx~#8NZDI>_Z%Fg*U8J&)jm=} z;*4u|dVq?MFa0{mS1_Nk!ids@AvIQMxatGB-#hFx#Ei7B8Th?rmk2AKf=XFNrB;TjDoS`_r~=rN%aED<^ZzR>T1-A>O(4uAm70MpPM&vte^ zJyadR&4H)ti-qHvqvDB)AK)1xvVcap3_9~0&?vpJ_6)7HKbFq~cry4I2yWvU01G|5 z2MWDk7HgIMr2T8HB-age*i4bc*9j0SJf>lBqr|rb`uelW|D*i;$ge9QO*7F|>~EeW zcl7+>r9Btj@1EMPBh%0HNK~qor<5(qRCXul+Vwko&L8{o6K>Bf!al$r&;a=^KwuZ( z>MFsf1biih1e>rN$%N=9!~^P`S&tx}TF69gY~qZazze#0GDi$E1;EwEj-EG_X|!_l zyNgN-`$6~2hIjT3fA#q(kGU#jo?Nbcs{9Iz&N1qGZSD&%jhNdgL^(Haz?>2WAj zXnM#A3sl6uIaT1eG!^iO9~>J#>o2h3vcRLzb<^PFAg07A0S7ApI5tSiQ>3Zbp#CCW ztvm!RP5`%IQk}00C=8EE9y%Bs^!k8Y1kQ4U|6&Qg+9k=&8~UTOOmMqGtJWymW?{pG zNs7wCnF|k3?++haovk(+Lw7W9mY!B(r~#`24k{OwJFk>{J)Tx6Ll#H_=u^jcC_PPI z>_7SK;8UFvDZ2rbvBuO_;vNHnIDYFB=|O; zTywF0z=;l>o?T8m@;Z3{HGhNtEchV&Bhi86uv#a59d#0QS3am)j1YoZBi4E)fC-nNXl|vaKdpVz;koffDWVa8y8%SVv7B#6DZm0s#ds z4`>~@bUN+EMEh_W?F09Y^8fD{7TcTe-5UA7+cON#X?$UG?0h*U_##WKt%k-I#+QMB zFW#IlveepY@Os)LWaO|Niry|Gtx!blX;Itxv^$`zQe~u*CL?a(Zjg}GcQ_QtY8;?o z1gZJ*5)mi4tg7)x>A(+#tg61cP#OV2;2|JDR+H^`bkL+sg#lSrVUP(Qsd%)%7Z2f6 zOvPgu*=C30w09UY8vTV=F)TKxdO9pth0@vr3R|hb1$9ugfJJ|T!qb!sn(#IoGznFq zw9{HZ=v;C~w1C)CkPeSUSUC)bKbRV@5s5Fv;J!K>KCDy|ioKV?nrd!%7k1tQ(!}Nk zSFXV5cl^#ZzSc?Aj3kUF{{&YAX(gBh>DwBMU6^M60`7KpOtHXfEa&Y}C%n|wLZ2f_ zeMl`ew#V^yUzS?yIa&+UV%}QtVK(onFq~D>Xgr8hGWl9g^i)scok5yM-W58ANy+4^ zF7bS`cs`$C&o=Uvl}uev&?ySuk41WEig+FbI9pN9C^AY-&rahkJe#IiVrtA?_Vl8NKj7x$?QTNc1x%3{unG{ZxEo*m#}`-eoryx7)yDW-GvpLk=Yc?Y z`^9t`hbb1vB+zUGojr`P*!O&b2yyD4S58P{SwZs|7Tdi27@P$0>7mseyCBHLAYkpq zEhQRuGG^}FJ-JC%V3y;+%o9ug{tISMsQIK27BQ)q*(Uv}9JNmg9sc7t+F!X1N0EH0 zsPE5g1)Tk3Vo2%n2Auz3rih;7+D|ob;xTAU(0_Q;dLJ0h^?G=taKT)V3j#D^(HFX5 z``F07KtwgtTIvhxXrRaEtHJ{I#N9(z}As$*QC7JcQ z@-3X@`Om*8zkl$DuTRy!8auvf-*Y!6O!vO^cOaI|mnkdf~` zz1RBBSC!fCyv=1b38h*AKXH6Nd3(LL#o8_i%ToP=toqpY7E7e3AB7j{T+FAmhYwje zoslE4swUD|PqRCf0XH~HoYiEzLlbDo*f5h~P2@@ucZ7mXGn^6Nky^OUbosuwcJE&_ zz3{ow(~nZ$FRA>}#+`35Ry4k{=)3c0KL47rb#Kg_T3nIT9F?65`*t zFvM&m*@Z@j1xwTPG5G#dSrF=sbFrr(46XYT*z=!Dsl+@$hBnX+yD_))6YmG+UFm%u%XZ(Z4T&JE0ETEUG7%w@I< zz|wu;j?Kj<6d@8N%p^fa#x_EWtIg5|4&-Ea1b@XEVqwlu`wz#A(mi}osSbbV7@dnL zrB=p(FTh`xyF0;l^h0 zQ;YwRX0k4*oX;0=(6oXPdcFXD}e9Br)7(T&DHs}*gZRdPpn z?C!%o2?RO>oSQXO!MInn@2j85URDE4oT#d*iP+mmzWiW$`Gep6`=6hEr7Q}K%O1I6 zk}$pwEAI|t$KlGcH8Z*FzJL7ihtlNpaPK+u$b&G$zRsr8FI9YR=og_63FY`2j2^@s zLW}_+a(I}*;2RQRhWKK>lN(^g@*;;2{~f*#7qmixfh~}Avd4yw8ecT#x-$CAIpvD8 zP4*O>U0Ldo*~1^Q@OzB2pepw=xd2oR#LC?$Uq2IL?!q&dyB{WJeIa*3!*S8WoTT?A zuwwIuob$ca&~;Cvq4vZ&i{xw?ZEY-cpD82c=EYczS$}h6Y5Az{zVxNbX&Z-;_Rg^h z#VT13e#~je<8qz>4Fz`0$4BSp&iC@^ur{DgkegdTAjQf%N&}=o&j3HO5jz^}Wc-iV zQDLFHhoI5Ps;QFRx-qtN?5OL?*wbg3;_)3U{_wfi9NS97j}De{V=l*z>+Xk8*MqU& zCAk?$TFh*PIf8E#x2Ucv#Im^*m?oq_ zYOJZMTcIc#uFos9R8;H_Qky)DvKoVislUZI4!wMhrI=do3Mi4Ren=0AK7o@ zxba?_`;W2X=8H8pMin<0NQlnW6`h-_S%=xM`<&yqPMlz@4%`Sw4uAO`a^4S!C2J|k zR`x9Gh$Y28!QsFO+LyNd`t{uYZw}o1?vCy2o>mUB34`(C8oDtv_6v5%dn=;d2M6}P z-!PBk77DuYeL{XDEj<*gf3Qg1i%*#t3~+Ahs?=3ypv`5l(3j_rSzc^pGPDghimI&Hv8oANlIDfOT*+) zI4%#>h|uc(O>4=Z^QzGoHRd?9JF7*^wnO2A(h(K4V$S!QH{F_2Gw!|erK{+U9Xl_7 zODm|$2YcWnv-u|`?^OZfQ(ZkC(2(6Gevs&S(&uYcO4n$kPWD2+9YQ+0Xyx|_i;^%8k6bnb~ zSn{p;s;dGnWRkH_IZb^IzrEqtTPU_43`n#AmGjHw~Y9`L(~s$2d-dGZTx~R4aEU4Ie=rgIR+! zQ{G{Rlhuk3=ZWw-4jPkaCU^pSL@rV1yd{eO=irjC0&p%NrTjc-uBW-zIK`z@0n$M! zqmPE!EX=B^m<8U8nf`!=*(|Muajlqf&N;z(SZDmNa2}Rn$rYTtA5MXW&uk4&#J%_! z^cp_1<+to`?Dko$Ttyn3Ias}@maE-;a6B|PbF^~xYAu(bxSew(nhpY`M?!W5<+<#( z&UEm4p*O0~P@4vQ%Vk{D4xUb%@i?H=OLw{bfX_vU`U7|2z_=XWr-^!%V}E{3JclX@ zPxHK9Aw3|L%iInI+mn_v@6poqyk6l;k>V5}AWw^f%PNc<2Mn6m@~sL(tD6Fb?zSBU zY-Cpi1l3Fm>;OT2&A@A>zyh`IT|rMq)nyjE)^Qk3qDBckkOspr!QTjto_?YRbS$K^kBDM0t1(SK%Oy9Zrk}hvQQrYNm=$z5MoH;xkUvOchSOCMT`<2+D|>slu5l z@3X^cui+zTBWk7!XQl?HYb!pStD|x7JSF2BE@1rgk%^s7?>#KYh|MNS{W{D(nTRt z>y>)CP4@?$53oO9E}qvz+F`}U^F;NzPPJii*@T}-JcoKGWEOTYlts1Ca@jpdY^0tzGxbwfy&Izh+N z+z)4l2B&o<(JHXvlBL3#!MP;h*fdTGI6|^ieCl;`{}P|sLb6mi^?!$tkSrC>Obt%T zJ(4wBNR|p`riM>zA0&7pBnxl|B#ZMzwE4W|pe zL~(s1hsYk}kjOMx-Z&)I3JH2>Er-O4I0Q1SPVh{VP0;8b2z^N1e}T{k25aP?l3C>z zAV6|d93VNHR0uY$o(LS!stFvpT_ZBtg;JFXXc+A0_$q z*qIsRI3w2hAo*;|FZ#LI;fg3mh$ZU+zuYe7{d(+OPHOWpBHJTO9x|}OP|E|krY89Z zz$;LaAMTW2=1wlDDW1Q%$L)f-`NI-VWUZPlpUoXr);s9U!g-IsUsB;Wx`tz(56pi< z9_|>~A`k2v#Xq0@?ug^QgK2-0`BHb9vA}nbBk*xRL;+zwQRtNi-fft&Uk#BIie)A?U$7i(yqNnnQ?qxWNvnP8-DFNen#EQl2MOLf3fS=eH!&K z!PbzNgz@u2B0^#lCeBitvI>U|40?5V(X+sv^XRhv0OZY&gr<97nG`Hr=_ZdHcwJNZ z6w67+Wx>vV9~g{VodY%Z@1O9&$l97A>t8U=HH;~Hpu%Oo=~dnBvU0zvqm;WFRuAZx z+yC*W?#aoA=VXS15US%j>Gorz8J7qxC%X(tA}4I7M7f)vXy01n}^?RsDx%AZIYuBz>@5sZT$2?Ui>9nhjA18l+r+1E@>?fPTJ>xukc~*PQ z_0)OphreW=CER+Vbg{g6_sfF6bM{I?oqnt-En!GZTc51Lveiyl=x3FO#+15*g(m4o z8Z(suJ2G}`ZW%lv7m=7ZGr5q6V9#LcMF>YL1mdA{3+6Hr+$s}3TqeQ;@0AG%#F+mi z6Dp$IsK_bhEEHw=twK@u&Bhmv^9`fROGdlQb=|H{f>^Xm99J*IqM}xLe$9eDJ$v?P zSk5g{N-X6qoHslOVh8o{0X5c$Mi|Ghu^QNa;p&k2w2d$^_h6)Y)KiM`|OH8~a zLD(1NH=D#VCL6qpN>&CRqm#5RcM_A|wk9AL&wGPW4RCuxpC2B)r(*q2? zL5z9$w!!jqFVnz6uP7QcsE~to6iHp~$^CpJ)1Gi6%nhdM1dRx&pbN0drn|9p{)?kx zs>;T088UmurH4;kp8tlTFjlpL2F)rQn%sBDfZm%b@?Uv!+Mb7BL*GZq2&GZ(2pojP zFqpv3EF0VdB49C;0s;dA1{Vefn%cGv8(7#j%48l`Xo}Pj(gH>}Sq!;nD>br%aBI%1 zkv(>S8WBRB>GMZifwfIdSnu}zug{G+S+ryOzQc3p)3GzB4{t1~JxWbq{w@VQw#RDp z-?{4axYzl z1n%lMMA;sUjh3~~NIULMqM=B?M6-EuK;vUq?)G;x!QFaO`OU zBmK>Kw}FN5M(1FsoqEDlFOZ;o0+h6pjr&ViLzKhQAnX5cN|kd6@UU#aXCt>fue{cE zS-Z+E?6>C6thO?idE@A}%I`zYbnN{2QmXfL?a4kmsjSs|K_457TGLB+6f^8l1c7aT zP_75C)kEg|oZ^DF6-(I$VP_Ih6f+5}8!yqIt0BU%v?8O~DE-`g08nmy^2{HXkON;0 zm?m-v<~kN6YO9dBXZrdR?s$IJn6AAOyc?Xb~4snK*WK$R-zf18Q+L9O= z(>~bGFR^1(dkJee@QZ_^&@qYl#T`E6-#L$f0mSC6lXZ9gb6zDM%#x_)%SUcJ2h zT+=^JuaWiprJY4nBIm}92(pGmwoT3HTv*j*4(rD#-7Cv1mV5geDW&X`^ zv~hm(MLuo|h1QP!`p~FT!DR!PN!4*fG@>rw)Nx(?0rfe-Mn}FL0_pQ%(RW45(my@g zmwqMDu{MjurJJZtaH%& znRTeB4%f#4NvUG~-M$BhjecUje&PDr3m5{bP5Sc0weL=TKFt((u=)1)FYftf!P@Ox zcE=pq{lPoRf~`xRgBxlO=ue%WS#jrCB`ovkh}BC~Ya&X($Al8bg4_lG{S;&8q}DM8 ze{a;@4??+}$JT-Z+(IP2H_*W}TTP)ZtpiO(iq;%hSD2#!LAB+ht{y<1F>x17tS2L+j~HHipR-aD|WvyR9*c^IN{Y&i%8x3Gs*9Q*wLGdZ zYG>4YQ757UY zHnn@H-R^dW+kM{ddQ7*Nr($--yccsa=3>mP_ELL~_Cf92x9{D4VEe-M6WY&ezqtLX z_Q%`*yZw*t|A^Jc2E<0hc8cv9J3aQ**!{7mV!w*L7W;b#mkxd%iaWgA;hhf0JN&!D z4;@KIua0#c?{sqO6w;|(r_Po%VM++38%TE1mu)PKxUl zw=V95xZQC_;y#bN9`}2^YkWw2r}*^v0r3U#mGLvkH48f6TA|- zCM-+zO+1wNY2wwy-;#_;K1pFo1Ckz2T9vdv=|bl=o%?oP*!lI&XObh6Q<4jkCnP_d z{CM(~y>UjyVZ9)+3ol4w0mLq;_fSZ zNIhJ88bP@-RsqKb9zL2QhJ~CVd@bA zd+*H9Wn^Xy&nVAWm(iGUG2?p1Pkp-e>CJxzMBhjH9`Ac5Cn4vFoTi-L`_X=b`|arWb-!Ev z+x362{|o)k_P>~G$o0$($nBn+nfpTStGO2jgbo-uV99`w2YL-0G;s64-v{*>lt1Y3 zpw9+J4(>QOd2rvsg9pDj`0kLgL#l?%8S=`I&xSM)^%xp9G;V16(7d6gL+ge%aPQ%9!%K(n7|~`# z!-$p#9(v$tLAQeC1#1f~7u+rMDQsWZyYR`v&kL22-A4`|`N+sCqk=|l9CdB9|LDxo zvqmo-y?XR}qpyrHjENbOJ7(UP{bS{^!^h4Td;YG`J$`E6N_IN=QFPD zxa4uY#|<1;IBvtZPsd#uce`Xz$&QlWN(YvXD1ETBqV%!S=Sz2&9x462^jg`tvfbrA z<)!6^#)pr8X#B229AUsdK*9-Po)!nY4CeCV-<);x55VvmXQCmx)5X5!UJC6m6W z8eH{u^_0oMlXp#NH>GmQjw!#_*lI@9JW{i>_JgU#Q$MZiQ@6hEhiQYRy)*5X=^ds& zGX3O?4l|a_STkemjLY@W^^@xN%{0s$Idjv@&u0b9dSKS7S;rraet70=-R$MFH_m=; z_NQ}!454O=#M*~(?lEPHj?Kb9R{cKWf1$0k0u{jsLy?#pK^|M%m)9^dfzjTM_hm2Fkrs`OPuSCy=)TeW!A##Jw^dS}&%RTo#? zUTs<(vbxji^woK*OIJ@@y=3*K)vvBTxcbEEbE|KxZeHWDCTvaonv6C1Ys%NmSktg( z^O~J&4zBrZ&9ybZuhp&fS{u4HW^LECxogL)tzJ8S?drA9t=+x$=-P8@Z?2Qq`K^mw zm$EK<-2>|?*43|Dx^C^dr`Nr*ZtuE})}32-V_oxlkM&{eldwG zxqjRF*Vlir{$J}aY;fJsW5eVPyEb}m%-lF_<2#$$Y|7bGy=mR1cQ>^>8U1AClOJq0 zZ7$qgyt!fXs?9%bZhmU^Q%j#(`_%15eWQP4bYp7cfW|S6RgH5SS2k{Ie7*65#uJSf z8gDfIzJ+e_*%G{^gPz@gB`!uhB;@FTZ)fxKnb?od z+{tf#*A#%LMsU%Do>}}bdv$oK&Nwdi!T`Y-{SCVS|WsHXZ z=reH)AoZBN5NGkOoRrFoNvQ57c|(S_YCxO^oMk@0EpH+j>{+sjqa)QZY_)D)#7@);d!#1KgYZsPrsdi zBh}*j%VZn|n$dXIC}Y-Gzm#A+LxN zA2=_Z58$jnU9EKn=Qt$$N;Jk1g;K4t@i_JLmL)~T)^1}_wNWEbR+Th^LEso{-~ducpbs}#iA}iR^{b5 zP+veZ$9c>>_rKx!NaDdpw_xtcp7(uc-DgD7-tqbdnu>bobT+Ib^@g3G2kIxU2ljKZ z{rnI{=%u`F{OuWame(6zcb(5dZaDwA4E-ORd3_gkj@Nh2Q+vJVb&uD7=QBHjvTq;< zbpur1bD8II=O~+o>oIZ(s|GH~hp7!KdSu=f$c?m!ZYBYEenZ|4-Z#?gawEB}>)&#V z*E?Bh*{fgIvRC@7<$!)e%cr_iEwAcJTRvrXTRwNRby&%F0Bu*CkQv~{dC&9aJmqxL zK?WS{oIIBd5OwLY_~rm)bpWRoFQ0xJ=!!N@-$W+qvq>ht@5-O+jF880wBx+}x=Wtb z$z&6Mri(_o^N1d}i}%tEJmYQIXK3?~PRPuLmb<`VyS$7r$zG>)%h8TqA}d6CGrl#U zodrz23D?V8zS57z^)gZo7%u#|sC)c9p7Ap3qk%8VtjmN9K^}zc0#`1xhPQ~(a7s<1 zvms3o{KKKFf>s1)^bO+MqiD|o%Mb~kT_**4$TmO3H^%^j_X~D9^6z=yAlfm|io?`s z<&Eb}WSMaaIbd9e>+Sf~h;ulOSdw9!g>w?xZr(PXCl&G;wC!6#k6Y*yP|x+%@UIt5 za&!|Q>o^3>z9L5b5ZuS%p0_&zI6L|jUlPmZQ6CCgp+C@NAe{$UW~e6H4U2KzNPP9P zkp46d8M1)WEJ z!TYBXSpPVL*9+($Z=r2XLKTm;QKb@a|&}QZ{YrA zLDz7|l^HZXpuY;bpM#zg4O;WIf!EJLYWuAli|=5Qa-2<}q~3TMI5h&d0#a@)Kwpmb z!PuWn5c%>t%lkQA7wQnLtP#=08WH=ek$z^lPGV5z82!7bGl!Aqb+l=xA&=_k7&XhfKbVdT+?c`DZ8#*X?*+2*vlyQ2(2V5qgZTz5sAnplrOJ z{sCGX0*z(drvcYE)DL?fE!smfCb+yp{_K_g$cMa7WNv!TJS*9C-1N9%9 z?fLnDjsUMn60VzzboMiEpLjdN>pIrD3mo+wfl~sG-|!9EM|}m(>wq(d#q0Ay&>gxV z|CYC1Tm~FxNB;ueHi5t{+i^sHe}K0qyuA}`j)OlHLQf7tU&2HiMbK_T$1w~b)rM@GGf5KUC{s5G zGW9kYgzZ2^;A}Lef**Buek6k*=h4n4*$?mi{_ef#kGhfR_Vaq)-~N@ZV}EY_+xL$8{a?=a>okt`;J=-XtS^-#1Su#Dfu9KoG@^?VnT+IRW2cF<=@D7{O3`5`SpU3-H}lBSSk^smWiS4YSz zpx6Ax_zk+N4gJ>$O-F-laQSdPVCO!-rnLNl^XoXji8ICdH5_+ve1ZD`{2lt!1CqG~ zX)zAvGZ6eZKvof8&#lGA<;~l%+%xn}zB0=cz@Iq(q-TgEf6WSDX(qZ&=%)z{SI^QZ zQciE9-F8JRG@}fk$QKCvF`ZcW&h2&_MndmleFz@3H0#3^U$W4+oE2CI-NN6=d9c|N zVu8h)W1-ru5sOiJ822BNd6>=2#!BaYWDYq-PGDDhA}yvR2nxN5K8+|pH)#tCW~uCL zc9<-7T4x$(DM{ zT+6eT7c4JZbygp%ztv)mutr%sS;t1O2z`Vntj293!XjcLaw3W%$|66y1I4tZ8S@Lg zl>Oi(Xe;@coTTlr5@8%IMLD+8S5b~XSfD7!hbYJACz*b!L2Z-xDWauAD;CBR}48%<#-0=ciM$6n zDsJhAQj(T+$|7Z+FYTyU|YG1^10&jO~E&Tmu7wgi^?~%FL``3>yrD|85e)N_`}8TFMfOR z;>8OW&t3fD;^~XWE*`nK@#3_LQwg~kc+vHu%hy#GlnZw*{Bq&Qg~$sL7usA1y5N1m z^MZ8#>iLuBkAGPSo4{Z;43g&j!-)O9-@EtS|L0q*ITkd0__Z>B|uwZ!pu)Lu|1`irIAh&fjWNC`Rso3dp zQByinmfx2$T}_#;rKDy{cha3_VY4(H&$L{NVrG652pW|&b+Bb-HN|qMxp`VXxvg1Z zRyopavo!olP#oL$H&70zC&l(B`bhJyguiTJeVS-qftCM)v%!^yhHRT9yP>F|cu&i` zaW;$D*09UXtzmK&$W4Y6G*LX?w=B3R`?10%b5RBD3RFeWv-5JBe1?uHXkwAsmWpB! z1OI#3tX+bwURoLe`0LjMWC3wNVXKvsVcDK^G7dLQ^M)3v_ZBiP_%)Iq7hBlGiujxT zjyHb8`I~u;H`?b#Ht;rgSV2RR9NDkbmIaD0D{h)M4$?J&Gsb3a^0*yrwKaHqS<>Qw zBhp%cbidL{OOq}N0VeU4^9PVg{z(J=fF&Nc)zkOE$RNtg+mdDj7!D`PmQ`f`KdmAV zIa)yIoLE&5@(Y^MGeNQRV!M!J?TU}X7sW+jSS9D{(1NBo+vFx+TZSq{c)-!hsvK4z zK2e`$HTm{wB1I+kubSer@GV3?tAR@zM}fn#4K3IUR}U9*|@M}bjRN&L!=Rh83Y$kx!`7W zw-nG|;z$iNnqn+jWtsML{Qe%GxRE0J?Zgl?SGkg#U*LS_L@bbr zSn*m=&Q8px>{yM4oVZPW#l3^pkePd5_jA0qG#G8U!x}gzY<7SInD=WUT!hoRc%j&+ z`Mg5g(Dqu)sM4ZBH|$DJ=asplE2Oc()~~d|Hmsn#NR9SncJNG|w>Qb9x%n9#JD_RH z*kz+jhVDwIONNas*lUIkvn0RZHAY#VqKv{_ZSk&PuZ56w@s#nW{2@2^hljM8B!DA^;cZ_*tQWIQvf&*q6| zh5WaRaEhjzbm_))mvlGg&VqLVYhZ>a`_TWpQ1ZGPb*I6*@D*^x<2`iVE|>IRHN`xn zNH0_|9*&be>)|5{UUwt-O#DSg8T7|f2gar zo?w%$ClJxQHJNN>8BMOX4F0?qf8I-duIJAUwu~mMRK@4>Q16B`QT)vxRbWMxw6r-I z++hBmbE*)HN`v`w$Mol1tT~q978*7@JO@V@^@K9}YM3-QJ0yJ2z~JzK*=@q3I-7?_ zw#^9-@@WY-$SvV|sU>_sZb*1;c5t{)lJ{^Om4?en((rHzQAK)5uS(Lf{^$CC*Izo; zkLF~1hxf(NFPqwOB8G<~1rPU6@*D0&J%^iIVV-#?rtk>S;3 zE_s#wNMtji^Zcof?x9cY${!XRo4d!*g6_g)$fzc|q$zS3|C>H^WRreL6B#~oRKYGv zA1_?Ad^yPo&235?R?uV#EzE5y#f3R^mp{oUtgVfW9a}qfYApZZZ*6U@dMzH{kGKsS z3$Hx^ghvhuAa%O8;DPR*A4Xrk`X8!ZU9Y#M0xj;w-4)vN6c%ipnGek6e%ziDA z6tc;FEjy*rVQuC~`*S_K$y~Ev8_2WNWWP3&c66ux+Ld&npW3h8$Y|zazjnv<1pBoI z>~0_0uMy5sYGc3lB4()r$t0CzJdUY2W|A^eicwA}DaL&>k3iYFH2MFF!9Er{N@&p&sXP_`-tpyks2ORDqvL=So4367hu7 zTfLtE3UGSY0!}43;GkhG=+PTbd3v4)FX!LUn{#R^DBcxo%Hqg$@vjqdxc6($UCygc zg3ptX^8fa`sVFPwFUN}0empQ#`OrzgoCKZ@5T)U`*NT)Dl(V%QQ<08SsyE;i10VJ7 z-fy_H-Ot}dU?2atc(=mpB+5D-Wt?~q9<_Kf0OR^TB#R7!G-Z*FkZun1&+>4;tPyl7 z;@48n?MQ$ANjnIPIY=d8+CT?ehyf;Z7wl4S#ZC@)v8E z3>ixvBt_uH%V_l$l11blvJNfMqvUb2j68*Q;8`k@2C5?q$ZB$n{7jaU_3%-Ako=qc z1RMPh@+Vk*`<=72)lAJhj%xfVoC(oD8bsUBU>ZV0 z5w#+mTCj6Cg8W8)r#3zsr%|w8wS#M$_HaVi0V|U`(KrMkNq|KwiF`&o(`1@LQ)w5P zM!V8(v^(uVdm{ElI_*s}$k*f&?L#wZ7R`p&oE$O2&!q$CK*S0iOoz~+=vj8b!}c(m zkFXdc=mWHX7Qz?9C~}9~CEt+Ch@>%wj-?M`4z(C|rxIA6%4j(q4|gt=bOL>dPNb7) z6|JU|=@jx0T0?8;R9Z)_kgIeWd7e(EGq8SiCY^-5Vz(oOWq zRvQH@dfQrU6m&a%5wQSXqA$}|5H9^ys7br%YxH&c27QyhMR$`Yp-=3k`{+OD+w>j! zE`5*grw8c!^dS9!9-<%8!}JI}NJE3p3Ka=m^brbzRZvLvjAB9 zf>;~aFGE-;3uEC>nXN2>*;rc!U)wC2wPP`?J&T2g@H*?jI+C}@Zt?-^MBX58LVtLK zyiXRBm&k`Kj>W^z=6fuGyv-8H|F9%s%SnMfu?sYYEi8?7W!(_cwFkUzZin8m5lY!} zu>5W&FOU_`N7jn&c_9WZPo??w`3){+`X4}{^@G=Sl^on)ujKiO&aFLs7~%07dg_AL8?onv3Z^89aho?T!U+1Kn6`-WX+SJ+i{ zja_HovhUap_C5Q7{m5>zpV%$-Gy8@8igf}}Q5uoNPNN?}sCWRa{=gk+Q2 zN|92O6fL!rVx;y`tkgm3D0PzJqL!&> zESte!xx+|QR#R46Su3FQo>W{?Q(a{!R?qt0<7&#LmFbJc$FDq)ePlS@^EFq@=8Bs;Nx7 zG-TPcE>q9?EEQszIJx$1&D?c->$TjMBQhR;-1?SOPnuM$!gU+(bmN-Sn%=dd^;*su zS6m}k;E$=_)XIsaf_nN&ap~Gm#axiAQoT0y6X^3t`bu%>+E2w*O{HFY^wWwYQugc5 zPpoo+YyZ})T_?0&yX89J>h{n*H{)x{%Bm(7SCv+l=m!W6>nDnn+W_Zu6P<4K15~6 z?pE8mJ6PpzwK%yCuBfXTUtCi+X<~8RRQGDR7NHBLABJQar;^)yWV zs#cs_hqaQ)19shov!O!uk|ClrWWh^76UcW_9dltHrVr&N8*))JazdM zxH9rgd49Uw;>nYXQB@|5D=lUN>)4<=R!|9n6CIsD|0HD5eSL$y6|#|E8jZxz2j5yP$#~Z z$050HJTIiKv~1$kVuKx)JQFV@{&FfWqRfHm9umcyD2k^dn$d?<)v+0shHABpQcXp* zzLpm-K_^bqRFu=6zcd+TEWrVEbk&>zZXB!wEzkSVbhE=$xo3YVZcO51ap_WAURjwC zAD@`yxJpjYt`fDY*0-JA?O!A(bFyl8Df~`LpQ>GT(XP@QS1Iw@m6lhEBd>(c$&R-P z8k7VLN`eL@QG=4GK}mE#iBIh8fRd=eOH9$8X^;~&$cY-{Bn@(s202NCoTSkrNy{Ti z%Ogq4BT366Ny{Ti%cHZFM`taM&RQOwwLCg&d9>1{vzA9^EsxGx9-Xy3QZ%emv@cS$ zFH*EGQnW8pHLOxKTv9b$QZ-ysHOQ$NAfb&U$AOIqgy{p7M*-o|Cs)l`e8DG7;odBl~S zKPd@G$%!sywNs&vO)V>Rfu34cIUd`o+@@AQO;WFGUCS${Ij-GmflHPB1#d31GvX8M z=S26C`kKm#6DvzZ|87L@I2Uk~m5!LWxR=RMMbKX)tT9r_z816&k3N9wiO(UwiMRJiX8R zzW?vK{@?%ot}j>XKKI&tuiw3fd)@cG*V=nyk^|ld@)SsoA*DiU0;wsaG)U=?G9a}< zDVxP+W0cKiLTZargv`cp5hEKcAEDS{_<&;gfMPgg7KMeL4=7d+nT5*>D0V)XZH$*^ z#HNS@_{E0$MJI-0<{b0|Rs%qd1zbX+IZ*=9Sh@&HckZdNN==84#ZV z@fi@G0r43Sp8@e15T60@84#ZV@fi@G0r43Sp8@f0AifR6w}JRJ5Z?yk+dzC9h;IY& zZ6Ll4#J7R?HV_}`qp=Odw}JRJY%#1|nF#7f;cd)>GBBYGOeg~r%D{v&Frf@gC<7D9 zz=Sd|p$tqY0~59Z6UxA3L2ULfY+Kk4aNaP6^Mp$xWA23shDEo=u{*bgj-&w_2hf^EQp_$-Leg7_@h1}uorg7_?m&w}_Yh|hxf zEQrs7_$-JI=TBoc#Aic%HpFK`d^W^qLwq*GXG458#Aic%HpIv0Ys8oh@!1d`pU)90 zoDZpR)}-Qg1LWiQR0PMTA~-%3!SSgGj!#8!d@6$DQxP1Wis1NE1g}38&bL$q$EPBA z{lTU?Yz$J#c>Sqly#7=&hEHbUdI~6Z98l~ypp(Zj`2df}2Ph^VpqPAsV)6ls$pO?ZAX`;Cf1C;d%-vlmpjOz(YB3Jq0|J1J_f)!+yZ^6!5Sga6JV)><3&=0T1zU zJtebnJp~l@1Follhy8%-Dd1s0;Cc#p*blg#0v`4QuBU*9^~d!T@UZ^4o&p}$AJf)X8aRuqrsQG1Gnyy!>pawt`Rz0; z7=`9ZVvgz0l5qBCArjcp$?NfhKQEP@^lj1O5rIM6X_FbNfX58-7BPR%abyYuhuR<} zDlSq8^=S>FV+GL+K)4AgCyaU7;D-?E&Ws51*FF(?R~ z3XI4`h_I)BU;yyC{e-#jhd?koWTmErbWvV37^@!oQy2~IqCcdk#&ppPK|E?J1Vgog zcz9L_#$<{14kBm>2Mbd0qrb$_Wb&2<-ew`x$(t*Ligh$%j4LLflZpyEoXOw=yS=~; zT0T**LtYBomn{z0!HMXz21F`Y00%Gp0I50A8>Bv@c<_oF9;pI5mjKQc1#97w@EV+t zA}r%0MEG%|K)KRo&m0#yb43(lLa}y@3=rEPA6skMKVe7EDKn< zBB&E)ffD$!od95eKGxcJolHQ!FlaCI9m6VMuZA{p1(4dF&xPoNQAbiXsE0k!1R}^Y z2B{;sf&k7y|DnHd$@sLHfS1E^`LxXup0=r=h)%|WjL#ATAz}$nTN`9)5D5gb6e1xg zvNB@N0-hEi5@o?NMWl~sF8K61$DB?G8yVd2$_tiDM}a_Bc^0i@K$Lf3UwJ^fiFj< zLKaEe{NExV2vFbx&if@Gg%hCe>c`=(QD?-&fQSoL6;Q3n7+_(dxCoChdur=}UMBIt z_7#vXO5_m;d?z1I%rJBj)X8Ld*GfouZ0snbZ7Cx!9#-)DBffvao@69)oxm5PmO zmG3RFcwWa&pPo6}z-^G2b<1D!)7fFMvog6~j|A*G^yqMh{v!ajM|o6ncIQku5fw?rLcX!DTrtoln8M;LMI zpKFM_$u$?PxFxl=zvYQ)bV%h_n)>(7@bjHEBK|@yV)N#WI6hskwKblzu|na8(isPl zpn&+&k*h{A_uS8?)8)GMtISIIyuQ_bvqPFumClhU=Ay5qQSJfTH*WdxK{Zw_>efJX zpKY7ys(@p&QXSmC^bkovZ_0RtSkNNT2-pm}NL7Y>O|}B$n=wlTCan!(8JUCEs^;L%@Eq;h!gu~BTfO4LpxMJ zR>Ft^Mvsv$xRaogX}B13P%%>F7DNTSa22@AJE~}EI=e3N$hA1)PQ(+%naS^jEJW-} z>`GV}%n&X&#>~(#AtAv4TdY7ww*hc<3}eDWqhn$X{W%eaVAL?91Hfno0~sC1zG$M4 znCc@m18^Mio2)2-z`qFbK-?yIgqXqlw*Y}0ZtTB-;3DFv;Iah51V7lTGId}AwI=b1 z1U`8pan{^Eso5_q?h8*)-`FTUv-N4*b(XQO!Xd`Rdr3sA*TPFokIfqQmzVTAN%FTK zPWA+z1i#KUK%i1QWdvE@g{zj6F&6S274Kbf)_-Qb!@H!66=eZz2hcU-*3O(ERnv!pXrm1FWj9OKcAaynAyZLEZED&EDhjog=5Ow7125 z6;y8At-qJ%K%Sx8zk6=v0i}y;YiC^EakZ1!^ZKh*UyNwu$CcE*>95)ouRT8L+!A(* z)OBE4d&79ujiO`p4x7yiuN`%wj?&NRg}QR=_Uo>1sX7;`{7&}I`_D5M8XJ)|>a4ui zc}6?J>1&DY*{ufx&Rr2ZU%zD{;-;3e?`a*wJxy{n;lcXsz46{E|$!*f6bax8SKO z^!o%kvd!I0i8TS6Qu0@7M4T+P-#Zwx;?C0|k7`l9_LC1PbSslYPIeV6y|z+WU@$0t zz{p)o#_-iKVb@zVw)H;U7Ys;o$3jM~M~;{+FID)+KKG0ka6Br2ns~UxUrPV3^^URr zCqfeUm#;ZwKkt=9Q;BRsQ@+LfZ~eNtem-52L#^B#Wx*liO)2clM>~eR5u$H;by-PLB#$ z?{RLg)QRbHHeCOBj+Bx8*?0K1dvjL)riPYTTuomk?bA2rYST1#(H%@~C0A{)RGCv= z5%kt?W>~Mb{XXB#eVRUZXDzgJzfiZtN`o}qk>qW7e@=glkCYobp=OM)x8XRE=liHd zzNT@;y+sRO(MzQU=h!zWov}@3J#TI2Bt7H2(sDh0c?2+VQi}wyO4Y@l%M~x+_d+EvgtlYWB(uK0&;i=7vPl}yC7MyBemqhHk z^Q?1ome`~X90E3Q5Rn!Xfli=20egURiqZR9V>JEe1#(1waWzq}3pftAhfF>OB8E=) zQv7H!8Hm)+xnBSw0Tb{SGsn?4Ba(BOXXON(dtaAdCU?xqG)9);W)4^)#HGZkWMPIq zv_imI{iB(~Y+MW{Iv~y;w?sg1fz|?L{b}rc5sI&o5oYXGOd2;}?A#Go#Cehj#?Izn z89PJ&NlW)H%I6|!`%&T5`O^xKw0tBj?`I&462SoeF8pd$I z;v8p9nR&ZXMen|MP%!=ZIM2IutGq*Xei`s zh{4Vh9V?x1FMI!)BB4>sb`?BN|Jafbc76t3J*hd!lEi z9=fY~X=X@Nba_3u-C98KFhNJ#l4m9B6eQMC7{0nQHz_NB9_f;9~ zs{SU08BZUMjQy!lx@T_hABPHWzw_~D^m_~K-DD}406x7_6*p6^$CS-z`;(Gp ze_gP1=CN;fb5cJQk2QzaFD&eP6PKv`_OH#JxQE_50R0VyUk~%};(u zhWH(~J$)J%>7QrOv2U@nOLOXy*`xT@XILW`ApAWMtS?_gGnpB-cO4JY`XYrwkt5A|Poy|I>!+pWX{jxo0g&t3<#A z1n&+-NM!M!o;$dQ1$TVE?r6oxlEDA`#mggxzb@n_&*oR(p(ITT7Kt3RyqLIUpV*;B zPDk+aP3=Uh4*@Qw*UmfjAU0Dj7bhDdMkR8oGT;daRM9v<<Qi>EAo# zQ`HXKjq&pceCZ;ZWw)ja>E1f>Xy&3C4UeQcyRmPbR{1#sKMoFPyu6^6GtE7-G34o7 ziSiXzJ&_iR#G(&LCK8BocwlQ%nVU$v=At4P7Wkf~-&?f%K1|3m(B; zP;7D(NQ3AFkH7$JYXM9e9gJpJ^oFIPB*Nc>DUceOWde5|_;4=N<#Gz<#8D~Bk#g%b zyTc@sFMb)WtRM;oTTwSWd8Z_61U4^$U@M(WM`NxA6gq7g!k1*4+*V`k|E>-KF8sfC?d#O^J<4ba=5`d>8@}wMKlivhiIf%`2+g@}x0yO|MtaY; z6BGIi=__U1G<$cAeX#U(qNHxBxZ0z645-T@**o4J|bRAQ8EVH4x z#>*!4^I8wJT}xjabBnKvY|cDzMKYYK?ix-FI~r^-|KrN?dq>yLeqr*`Zb_JoXQH*# zw!qIjGx7(DYiOrjZshN?H^`4yu6+ICgW;ap6;Y%xJ+qHO!Q^cv2j4Gcc7499cgnxW+|gdOhjfiJ zp&=0ZrIxLA`1JWxItGzVwfv)RX44yAsYv=St(JH%scOf`%?!Ucj}?7GD!z%&r#j6i zg1vgDn_Io-v#!TVY?li+JU$%o(C>XaZ;AQz-QR?GXVPm#ZQCO%o%8t{D&`FG_7^I9 zY?U6(dg`IR{;=%fT;;@Z?ZYYw{d;EBPrCN@U>;;mapZ6Fs>_$y8Q$1q!d`?JUOp|b ztVr`O{`mfKc^|$Nt9;TwzPJ-uKEs1LeUO9rqAu-BelKJ(;#uNe;+o<7&#c^UVJAG= zs%eD$(pbO%odqdy&Jk_$Jj^MNm~?7^Q@#>efh?cofm81KZ?Pu*^8Y)u--A&KXyr7~ z(3ChLI*CgX#=^*|QfNN7jS))yZMMVQX4>qJMa4~Xq{p;hM3HmW|LC}#(RSne8?In* zXxgV@nYNA$z3am%7d&fX7vv957+g%fc;8FS-uf2tZmXo@*hio1J?YcGain{*RKJ~g z8`faR_2hhgf6`j)``yT72X7GbS2R~!JHzYcAH6p%-uOlsmM8>0()DX?dlKXi{Qkq) zd)7a)yX>_~H*0iG)w?|LB2Q=Ud(~z?Mw+ea-@LK5(J2Tn66u}&#Z&&`&0$5GcjWn2 zshayZr2|Kr;oH3ds`%T5mDW7<*wlEod>;=LPq=49O7jM#n-lu=Y_o#QnyWBP#YBGL7D%?QiDsW z99w%)clA>rF|+-(5@m%oH~fRfLifL@4ATC>4qBB3Y~*TSBbWZNk$mzOUxgPFi|oNW zt-wF|-$u>Dad)V<+EoYY4ngiFn zG}bgq-sjyNf45gi=uSn1bKI3{)Fq>Y^$`xw`Wnw#Dz2nVEO)sa^m(Vp>ScW?4$FR= zF$vzto+DnDEqg1$s6|?7VCA|n_jKF(!`s;5LUJP)<3DA%K5n(WvU<52*|bEI7L`5J zCDpCvkxcg^CS5o>&IvuKdhGb9NfT8o;NdRwbINNeCsMsrvZPh^x&JsluuAiBnA9zw zk3Y6~-0FP0ak10;o`&p${dqanbUnAdgE65J*G%+dwvn$;wHy0uH)*s#yPA_y=b7{P ztH7dNks;=L*o{L6E0gA#9>4x3o%MbGLoG4`8PZqyMOw}EB>QdvjrVJA~=zKStVYFPTudOM||@`2sSR*sKOu4o&%-yLhgbZ({4 z9k&r1Y(fmAUvF?@_jNReDJ}CO#9j+Nu%b&lp4dlG;&hd(54U}l5$*Di7Qbo|u+_Wd zaQZACUxb^NpWl7f^@~`h--wAIRcV9WqsKEk#;fnCTnryw?(XIz^GNgDNmqfSh>O!y zIq$Q-xL??)xT9sh{3B)4%fj+XR*A=0r$4D}TJbQaSb-CIsd8<7y=7RR!HG!&*8>dP z14QO$lm*1D!1vC;+757>f5x+j=)#Rox%-cR3wxS)dGp!SdAFn|4Ef(pv5bFf_?Dx# zK^-oNh{N!hWBNL9o6PvHg>r1sP>y>bct}0?a)=HznY!@CsDQgql>TS z3>;X#Dx||AKi9kK<{qUB$YR`zyC7iss01t@{aoAmFGkhS#!345~cW*Ig;rEK@*URNj zTRPhXBvuLTD6}9`>gZi?%IgS6&&&T;a0s&TYr|x+R_>RiOmil;l#sh}a*Z=if4dEJDYx zw=(QgQg$?5A2WYmFW+2y)AA76Z9_vdv6XjVt)i-YW_HYvS9Q0wl{3Y1Odg(d{8BU_ zI%qtmK@HY@CUNFv*6z;U*{_G^+E{4jzvObg!#avBhf+$&lywc)2iG>!Vr)BdKU_Ix zw#7_%)%pi9{vJ-*?|6}i1f*M63x-M8sxG2<)s)5r{aMN*If45hDi*8yQu@E}_WQsb zQ82-P_bBR0l8DMAdA>GnK?j{5fmOFpUrQI9w>kHEbLd0~2qvec9!&WU+v&gV&>#x% zy&*(4BD0mGeg;e^Mij6ZHkkpQ(7`hhE@Jj8I>S#O>mfRbC@cUhP9Z`d0oy{7CV$xB zM~TfA=uwj?*Ame!96v*RXsm}=B8mv3*OP=w)k`OT6EaHvVL}00Aq*{Z3cZFdiySc~ z61~kd;(z?;=zOqocCJS1>-=e7=hwWGX=6?!)mPqv_j{C=1`UZMjt)Su&k9eZSVxyFP9SXW2(visKSEfeINxmiy0N zOKTPOI{V_#gR^nw+3&S$0t1_7c5Wi<-!sQ(T=Xn~X^~=7uqC9-#qZ->(g2yqFM;s* zMKFch@t++}Sm^if0!>pxzdV8iqWm*J2x7kye+dEpLwHy8LwuCrP3|A7E*J2zhW4*x zeW?uG(K78}>($NK6V3L0NZQva1rQC%X|IvAS4i4(B(0HOeK}!I*&)vObC0vBLPZL8 zP1170+g}I$5WcymdbM@n!mUW!uKxjw`1cJ5V%v+nj%qF0&m{>)DX<@goXj@vtI_n2 zb@QkDjlSOBvbXj(jo{}I`BKl6`f(pGS5bU;%kN66RNEJR!Idg&?`&30DTY<}mk1#T<#IqqSJW%}*(Si0Dzm}@hdoTWZ-4qHvTR;ODmt)%sd zYd1Q7V8fFy#Ix7x@~&Gv8NIkdzNK+YbZcd}L(|J6#LH{9nCb7oEUy~1Hvg8{rFr_F zU1gPqUUoJIX&K*B`>^10diuhHU!I>M ze@Gx_jJ7)8JX&JSr`5^g@UEY}x!uS`+{OWX@XOfja`(6Qh7CnppWFqw;+ICY_{&%v zb=`a9Rh&f2n})Qp`wvZ}7k@9Lr@U$r`Fz?^PUGWX|K`(*i;+?r#S3GOHT|(is$D{! zw6f&Jb7Sw^tgRTI`7HHPXZ<1JZd2>Ww%hehyyxa`S}0TJu$@=BIH#|SKC?snpn9pW zD=FLYL9RgZiEf{|UL)j~WPeq!v6^>_lC%B5>dPW-GHUAHoAS;5hpfgON+fSBbrJG$ zdjH^)X!4?-syDP2_s#Xm>)tIE<$iv7Ui5Lch?>Xd<-xi`SC4JB&AQ66i0eHd(okd* fcyMd*wSh>nhFDqVqZLXP#tF|#<~Nx574rQb`Kd}Z diff --git a/GettingStarted/GettingStarted/Resources/Images/dotnet_bot.png b/GettingStarted/GettingStarted/Resources/Images/dotnet_bot.png deleted file mode 100644 index 1d1b981ee1ab520412db1299de0df05882d23d3e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 93437 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 diff --git a/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt b/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt deleted file mode 100644 index 89dc758..0000000 --- a/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt +++ /dev/null @@ -1,15 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories). Deployment of the asset to your application -is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. - - - -These files will be deployed with your package and will be accessible using Essentials: - - async Task LoadMauiAsset() - { - using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); - using var reader = new StreamReader(stream); - - var contents = reader.ReadToEnd(); - } diff --git a/GettingStarted/GettingStarted/Resources/Splash/splash.svg b/GettingStarted/GettingStarted/Resources/Splash/splash.svg deleted file mode 100644 index 21dfb25..0000000 --- a/GettingStarted/GettingStarted/Resources/Splash/splash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml b/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml deleted file mode 100644 index 30307a5..0000000 --- a/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - #512BD4 - #ac99ea - #242424 - #DFD8F7 - #9880e5 - #2B0B98 - - White - Black - #D600AA - #190649 - #1f1f1f - - #E1E1E1 - #C8C8C8 - #ACACAC - #919191 - #6E6E6E - #404040 - #212121 - #141414 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml b/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml deleted file mode 100644 index 86f574d..0000000 --- a/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From c51349aeb13c69e880cd640b31393f175b5cd30c Mon Sep 17 00:00:00 2001 From: Kamalesh-Periyasamy Date: Thu, 26 Mar 2026 19:00:02 +0530 Subject: [PATCH 2/2] added a sample --- GettingStarted/GettingStarted.slnx | 3 + GettingStarted/GettingStarted/App.xaml | 14 + GettingStarted/GettingStarted/App.xaml.cs | 17 + GettingStarted/GettingStarted/AppShell.xaml | 14 + .../GettingStarted/AppShell.xaml.cs | 10 + .../GettingStarted/GettingStarted.csproj | 74 +++ GettingStarted/GettingStarted/MainPage.xaml | 11 + .../GettingStarted/MainPage.xaml.cs | 10 + GettingStarted/GettingStarted/MauiProgram.cs | 27 ++ .../Platforms/Android/AndroidManifest.xml | 6 + .../Platforms/Android/MainActivity.cs | 11 + .../Platforms/Android/MainApplication.cs | 16 + .../Android/Resources/values/colors.xml | 6 + .../Platforms/MacCatalyst/AppDelegate.cs | 10 + .../Platforms/MacCatalyst/Entitlements.plist | 14 + .../Platforms/MacCatalyst/Info.plist | 40 ++ .../Platforms/MacCatalyst/Program.cs | 16 + .../GettingStarted/Platforms/Windows/App.xaml | 8 + .../Platforms/Windows/App.xaml.cs | 25 + .../Platforms/Windows/Package.appxmanifest | 46 ++ .../Platforms/Windows/app.manifest | 17 + .../Platforms/iOS/AppDelegate.cs | 10 + .../GettingStarted/Platforms/iOS/Info.plist | 32 ++ .../GettingStarted/Platforms/iOS/Program.cs | 16 + .../iOS/Resources/PrivacyInfo.xcprivacy | 51 ++ .../Properties/launchSettings.json | 8 + .../Resources/AppIcon/appicon.svg | 4 + .../Resources/AppIcon/appiconfg.svg | 8 + .../Resources/Fonts/OpenSans-Regular.ttf | Bin 0 -> 107280 bytes .../Resources/Fonts/OpenSans-Semibold.ttf | Bin 0 -> 111204 bytes .../Resources/Images/dotnet_bot.png | Bin 0 -> 92532 bytes .../Resources/Raw/AboutAssets.txt | 15 + .../Resources/Splash/splash.svg | 8 + .../Resources/Styles/Colors.xaml | 44 ++ .../Resources/Styles/Styles.xaml | 434 ++++++++++++++++++ 35 files changed, 1025 insertions(+) create mode 100644 GettingStarted/GettingStarted.slnx create mode 100644 GettingStarted/GettingStarted/App.xaml create mode 100644 GettingStarted/GettingStarted/App.xaml.cs create mode 100644 GettingStarted/GettingStarted/AppShell.xaml create mode 100644 GettingStarted/GettingStarted/AppShell.xaml.cs create mode 100644 GettingStarted/GettingStarted/GettingStarted.csproj create mode 100644 GettingStarted/GettingStarted/MainPage.xaml create mode 100644 GettingStarted/GettingStarted/MainPage.xaml.cs create mode 100644 GettingStarted/GettingStarted/MauiProgram.cs create mode 100644 GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml create mode 100644 GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs create mode 100644 GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs create mode 100644 GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml create mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs create mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist create mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist create mode 100644 GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs create mode 100644 GettingStarted/GettingStarted/Platforms/Windows/App.xaml create mode 100644 GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs create mode 100644 GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest create mode 100644 GettingStarted/GettingStarted/Platforms/Windows/app.manifest create mode 100644 GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs create mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Info.plist create mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Program.cs create mode 100644 GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy create mode 100644 GettingStarted/GettingStarted/Properties/launchSettings.json create mode 100644 GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg create mode 100644 GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg create mode 100644 GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf create mode 100644 GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf create mode 100644 GettingStarted/GettingStarted/Resources/Images/dotnet_bot.png create mode 100644 GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt create mode 100644 GettingStarted/GettingStarted/Resources/Splash/splash.svg create mode 100644 GettingStarted/GettingStarted/Resources/Styles/Colors.xaml create mode 100644 GettingStarted/GettingStarted/Resources/Styles/Styles.xaml diff --git a/GettingStarted/GettingStarted.slnx b/GettingStarted/GettingStarted.slnx new file mode 100644 index 0000000..5990bb4 --- /dev/null +++ b/GettingStarted/GettingStarted.slnx @@ -0,0 +1,3 @@ + + + diff --git a/GettingStarted/GettingStarted/App.xaml b/GettingStarted/GettingStarted/App.xaml new file mode 100644 index 0000000..1343b9c --- /dev/null +++ b/GettingStarted/GettingStarted/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/GettingStarted/GettingStarted/App.xaml.cs b/GettingStarted/GettingStarted/App.xaml.cs new file mode 100644 index 0000000..f964275 --- /dev/null +++ b/GettingStarted/GettingStarted/App.xaml.cs @@ -0,0 +1,17 @@ +using Microsoft.Extensions.DependencyInjection; + +namespace GettingStarted +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + } + + protected override Window CreateWindow(IActivationState? activationState) + { + return new Window(new AppShell()); + } + } +} \ No newline at end of file diff --git a/GettingStarted/GettingStarted/AppShell.xaml b/GettingStarted/GettingStarted/AppShell.xaml new file mode 100644 index 0000000..6069fa4 --- /dev/null +++ b/GettingStarted/GettingStarted/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/GettingStarted/GettingStarted/AppShell.xaml.cs b/GettingStarted/GettingStarted/AppShell.xaml.cs new file mode 100644 index 0000000..b9c11f5 --- /dev/null +++ b/GettingStarted/GettingStarted/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace GettingStarted +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} diff --git a/GettingStarted/GettingStarted/GettingStarted.csproj b/GettingStarted/GettingStarted/GettingStarted.csproj new file mode 100644 index 0000000..fdd61a5 --- /dev/null +++ b/GettingStarted/GettingStarted/GettingStarted.csproj @@ -0,0 +1,74 @@ + + + + net10.0-android + $(TargetFrameworks);net10.0-ios;net10.0-maccatalyst + $(TargetFrameworks);net10.0-windows10.0.19041.0 + + + + + Exe + GettingStarted + true + true + enable + enable + + + SourceGen + + + GettingStarted + + + com.companyname.gettingstarted + + + 1.0 + 1 + + + None + + 15.0 + 15.0 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GettingStarted/GettingStarted/MainPage.xaml b/GettingStarted/GettingStarted/MainPage.xaml new file mode 100644 index 0000000..4ee00a0 --- /dev/null +++ b/GettingStarted/GettingStarted/MainPage.xaml @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/GettingStarted/GettingStarted/MainPage.xaml.cs b/GettingStarted/GettingStarted/MainPage.xaml.cs new file mode 100644 index 0000000..3428886 --- /dev/null +++ b/GettingStarted/GettingStarted/MainPage.xaml.cs @@ -0,0 +1,10 @@ +namespace GettingStarted; + +public partial class MainPage : ContentPage +{ + public MainPage() + { + InitializeComponent(); + } + +} diff --git a/GettingStarted/GettingStarted/MauiProgram.cs b/GettingStarted/GettingStarted/MauiProgram.cs new file mode 100644 index 0000000..9604d9c --- /dev/null +++ b/GettingStarted/GettingStarted/MauiProgram.cs @@ -0,0 +1,27 @@ +using Microsoft.Extensions.Logging; +using Syncfusion.Maui.Core.Hosting; + +namespace GettingStarted +{ + public static class MauiProgram + { + public static MauiApp CreateMauiApp() + { + var builder = MauiApp.CreateBuilder(); + builder + .UseMauiApp() + .ConfigureSyncfusionCore() + .ConfigureFonts(fonts => + { + fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); + fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); + }); + +#if DEBUG + builder.Logging.AddDebug(); +#endif + + return builder.Build(); + } + } +} diff --git a/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml b/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml new file mode 100644 index 0000000..e9937ad --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Android/AndroidManifest.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs b/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs new file mode 100644 index 0000000..aa854a4 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Android/MainActivity.cs @@ -0,0 +1,11 @@ +using Android.App; +using Android.Content.PM; +using Android.OS; + +namespace GettingStarted +{ + [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] + public class MainActivity : MauiAppCompatActivity + { + } +} diff --git a/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs b/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs new file mode 100644 index 0000000..8f5a22b --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Android/MainApplication.cs @@ -0,0 +1,16 @@ +using Android.App; +using Android.Runtime; + +namespace GettingStarted +{ + [Application] + public class MainApplication : MauiApplication + { + public MainApplication(IntPtr handle, JniHandleOwnership ownership) + : base(handle, ownership) + { + } + + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); + } +} diff --git a/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml b/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml new file mode 100644 index 0000000..c04d749 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Android/Resources/values/colors.xml @@ -0,0 +1,6 @@ + + + #512BD4 + #2B0B98 + #2B0B98 + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs b/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs new file mode 100644 index 0000000..b2e5b73 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/MacCatalyst/AppDelegate.cs @@ -0,0 +1,10 @@ +using Foundation; + +namespace GettingStarted +{ + [Register("AppDelegate")] + public class AppDelegate : MauiUIApplicationDelegate + { + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); + } +} diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist new file mode 100644 index 0000000..de4adc9 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Entitlements.plist @@ -0,0 +1,14 @@ + + + + + + + com.apple.security.app-sandbox + + + com.apple.security.network.client + + + + diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist new file mode 100644 index 0000000..f2e0987 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Info.plist @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + UIDeviceFamily + + 2 + + LSApplicationCategoryType + public.app-category.lifestyle + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + XSAppIconAssets + Assets.xcassets/appicon.appiconset + + diff --git a/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs new file mode 100644 index 0000000..664fc13 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/MacCatalyst/Program.cs @@ -0,0 +1,16 @@ +using ObjCRuntime; +using UIKit; + +namespace GettingStarted +{ + public class Program + { + // This is the main entry point of the application. + static void Main(string[] args) + { + // if you want to use a different Application Delegate class from "AppDelegate" + // you can specify it here. + UIApplication.Main(args, null, typeof(AppDelegate)); + } + } +} diff --git a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml new file mode 100644 index 0000000..6cc1e90 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml @@ -0,0 +1,8 @@ + + + diff --git a/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs new file mode 100644 index 0000000..5b1a284 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Windows/App.xaml.cs @@ -0,0 +1,25 @@ +using Microsoft.UI.Xaml; + +// To learn more about WinUI, the WinUI project structure, +// and more about our project templates, see: http://aka.ms/winui-project-info. + +namespace GettingStarted.WinUI +{ + ///

    + /// Provides application-specific behavior to supplement the default Application class. + /// + public partial class App : MauiWinUIApplication + { + /// + /// Initializes the singleton application object. This is the first line of authored code + /// executed, and as such is the logical equivalent of main() or WinMain(). + /// + public App() + { + this.InitializeComponent(); + } + + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); + } + +} diff --git a/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest b/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest new file mode 100644 index 0000000..873370c --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Windows/Package.appxmanifest @@ -0,0 +1,46 @@ + + + + + + + + + $placeholder$ + User Name + $placeholder$.png + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GettingStarted/GettingStarted/Platforms/Windows/app.manifest b/GettingStarted/GettingStarted/Platforms/Windows/app.manifest new file mode 100644 index 0000000..7df9c0b --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/Windows/app.manifest @@ -0,0 +1,17 @@ + + + + + + + + true/PM + PerMonitorV2, PerMonitor + + true + + + diff --git a/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs b/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs new file mode 100644 index 0000000..b2e5b73 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/iOS/AppDelegate.cs @@ -0,0 +1,10 @@ +using Foundation; + +namespace GettingStarted +{ + [Register("AppDelegate")] + public class AppDelegate : MauiUIApplicationDelegate + { + protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); + } +} diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Info.plist b/GettingStarted/GettingStarted/Platforms/iOS/Info.plist new file mode 100644 index 0000000..0004a4f --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/iOS/Info.plist @@ -0,0 +1,32 @@ + + + + + LSRequiresIPhoneOS + + UIDeviceFamily + + 1 + 2 + + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + XSAppIconAssets + Assets.xcassets/appicon.appiconset + + diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Program.cs b/GettingStarted/GettingStarted/Platforms/iOS/Program.cs new file mode 100644 index 0000000..664fc13 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/iOS/Program.cs @@ -0,0 +1,16 @@ +using ObjCRuntime; +using UIKit; + +namespace GettingStarted +{ + public class Program + { + // This is the main entry point of the application. + static void Main(string[] args) + { + // if you want to use a different Application Delegate class from "AppDelegate" + // you can specify it here. + UIApplication.Main(args, null, typeof(AppDelegate)); + } + } +} diff --git a/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy b/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..24ab3b4 --- /dev/null +++ b/GettingStarted/GettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,51 @@ + + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + + + diff --git a/GettingStarted/GettingStarted/Properties/launchSettings.json b/GettingStarted/GettingStarted/Properties/launchSettings.json new file mode 100644 index 0000000..4f85793 --- /dev/null +++ b/GettingStarted/GettingStarted/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "Windows Machine": { + "commandName": "Project", + "nativeDebugging": false + } + } +} \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg b/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg new file mode 100644 index 0000000..9d63b65 --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/AppIcon/appicon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg b/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg new file mode 100644 index 0000000..21dfb25 --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/AppIcon/appiconfg.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf b/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2cc82d2ed0137dafa2869af5828b452de49a6aa3 GIT binary patch literal 107280 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 literal 0 HcmV?d00001 diff --git a/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf b/GettingStarted/GettingStarted/Resources/Fonts/OpenSans-Semibold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..fcb528467a826ac6c6ef4f718044a45e81ce849d GIT binary patch literal 111204 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 L^wq0WQQ`jseOuUX literal 0 HcmV?d00001 diff --git a/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt b/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt new file mode 100644 index 0000000..89dc758 --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/Raw/AboutAssets.txt @@ -0,0 +1,15 @@ +Any raw assets you want to be deployed with your application can be placed in +this directory (and child directories). Deployment of the asset to your application +is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. + + + +These files will be deployed with your package and will be accessible using Essentials: + + async Task LoadMauiAsset() + { + using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); + using var reader = new StreamReader(stream); + + var contents = reader.ReadToEnd(); + } diff --git a/GettingStarted/GettingStarted/Resources/Splash/splash.svg b/GettingStarted/GettingStarted/Resources/Splash/splash.svg new file mode 100644 index 0000000..21dfb25 --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/Splash/splash.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml b/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml new file mode 100644 index 0000000..d57fcc6 --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/Styles/Colors.xaml @@ -0,0 +1,44 @@ + + + + + + #512BD4 + #ac99ea + #242424 + #DFD8F7 + #9880e5 + #2B0B98 + + White + Black + #D600AA + #190649 + #1f1f1f + + #E1E1E1 + #C8C8C8 + #ACACAC + #919191 + #6E6E6E + #404040 + #212121 + #141414 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml b/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml new file mode 100644 index 0000000..5fef12a --- /dev/null +++ b/GettingStarted/GettingStarted/Resources/Styles/Styles.xaml @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +