pub const BROKEN_CHANGING: &str = "
▁ ▁ \n
▜▙ ▟▛ \n
▓████████████████▓ ▜█▛ ▓████████████████▓ \n
▓████████████████▓ ▟█▙ ▓████████████████▓ \n
▟▛ ▜▙ \n
▔ ▔ \n
";
pub const BROKEN: &str = "
\n
\n
▓████████████████▓ ▓████████████████▓ \n
▓████████████████▓ ▓████████████████▓ \n
\n
\n
";
pub const UNBROKEN: &str = "
\n
\n
▓███████████████████████████████████████████████▓ \n
▓███████████████████████████████████████████████▓ \n
\n
\n
";
pub const UNBROKEN_CHANGING: &str = "
▃▄▄▄▄▄▃ \n
▟▘ ▝▙ \n
▓████████████████▓ ▌ ░▒█▒░ ▐ ▓████████████████▓ \n
▓████████████████▓ ▌ ░▒█▒░ ▐ ▓████████████████▓ \n
▜▖ ▗▛ \n
▔▀▀▀▀▀▔ \n
";
pub const LINE_SPACER: &str = "
\n
\n
";