Constant vizia_core::icons::ICON_ARROW_BIG_DOWN_LINES
source ยท pub const ICON_ARROW_BIG_DOWN_LINES: &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 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z" />
<path d="M15 3h-6" />
<path d="M15 6h-6" />
</svg>
"#;