Merge branch 'main' into search2
This commit is contained in:
commit
6b6a30c3da
85 changed files with 15481 additions and 3134 deletions
|
@ -25,6 +25,7 @@ pub enum Icon {
|
|||
ChevronRight,
|
||||
ChevronUp,
|
||||
Close,
|
||||
Collab,
|
||||
Dash,
|
||||
Exit,
|
||||
ExclamationTriangle,
|
||||
|
@ -85,6 +86,7 @@ impl Icon {
|
|||
Icon::ChevronRight => "icons/chevron_right.svg",
|
||||
Icon::ChevronUp => "icons/chevron_up.svg",
|
||||
Icon::Close => "icons/x.svg",
|
||||
Icon::Collab => "icons/user_group_16.svg",
|
||||
Icon::Dash => "icons/dash.svg",
|
||||
Icon::Exit => "icons/exit.svg",
|
||||
Icon::ExclamationTriangle => "icons/warning.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue