Constant vizia_core::icons::ICON_REWIND_BACKWARD_5
source ยท pub const ICON_REWIND_BACKWARD_5: &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="M15 18a6 6 0 1 0 0 -12h-11" />
<path d="M7 9l-3 -3l3 -3" />
<path d="M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />
</svg>
"#;