Constant vizia_core::icons::ICON_EASE_OUT_CONTROL_POINT

source ยท
pub const ICON_EASE_OUT_CONTROL_POINT: &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="M3 21s10 -16 18 -16" />
  <path d="M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />
  <path d="M7 5h2" />
  <path d="M14 5h-2" />
</svg>
"#;