Constant vizia_core::icons::ICON_EXPOSURE_PLUS_2

source ยท
pub const ICON_EXPOSURE_PLUS_2: &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="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" />
  <path d="M3 12h6" />
  <path d="M6 9v6" />
</svg>
"#;