namespace DeepDrftWeb.Client.Common;
public static class DDIcons
{
///
/// Charleston gas lamp lantern - uses currentColor for theming
///
///
/// Charleston gas lamp lantern - uses currentColor for theming
///
public const string GasLamp = """
""";
///
/// Charleston gas lamp with lit flame - for dark mode
///
public const string GasLampLit = """
""";
}