Constant vizia_core::icons::ICON_RAINBOW_OFF

source ยท
pub const ICON_RAINBOW_OFF: &str = r#"
<svg
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="1.5"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M22 17c0 -5.523 -4.477 -10 -10 -10c-.308 0 -.613 .014 -.914 .041m-3.208 .845a10 10 0 0 0 -5.878 9.114" />
  <path d="M11.088 11.069a6 6 0 0 0 -5.088 5.931" />
  <path d="M14 17a2 2 0 1 0 -4 0" />
  <path d="M3 3l18 18" />
</svg>
"#;