Update icons

- `x_mark_thin` combined into `x_mark`
- updated many icons
- remove unused icons
This commit is contained in:
Nate Butler 2022-10-28 12:59:05 -04:00
parent 92886236a2
commit 9148e1d30a
66 changed files with 347 additions and 83 deletions

View file

@ -52,7 +52,7 @@ pub fn render_user_notification<V: View, A: Action + Clone>(
.with_child(
MouseEventHandler::<Dismiss>::new(user.id as usize, cx, |state, _| {
let style = theme.dismiss_button.style_for(state, false);
Svg::new("icons/x_mark_thin_8.svg")
Svg::new("icons/x_mark_8.svg")
.with_color(style.color)
.constrained()
.with_width(style.icon_width)