quote chronological cursor scroll, icon

This commit is contained in:
2026-04-08 03:01:52 +02:00
parent d56fcc3f4c
commit f2eab97c15
4 changed files with 50 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
// Below icons sourced from https://lucide.dev
pub const ARROW_RIGHT: &str = include_str!("arrow-right.svg");
pub const CALENDAR_1: &str = include_str!("calendar-1.svg");
pub const CALENDAR_ARROW_DOWN: &str = include_str!("calendar-arrow-down.svg");
pub const CIRCLE_MINUS: &str = include_str!("circle-minus.svg");
pub const CLIPBOARD_CLOCK: &str = include_str!("clipboard-clock.svg");
pub const CLOCK: &str = include_str!("clock.svg");