Add icon sets for sizes 8, 12 and 16, remove old icons

This commit is contained in:
Nate Butler 2022-07-19 17:11:15 -04:00
parent bb91492098
commit 46384e71b7
150 changed files with 331 additions and 148 deletions

View file

@ -915,7 +915,7 @@ impl Pane {
ConstrainedBox::new(if mouse_state.hovered {
let item_id = item.id();
enum TabCloseButton {}
let icon = Svg::new("icons/x.svg");
let icon = Svg::new("icons/x_mark_thin_8.svg");
MouseEventHandler::new::<TabCloseButton, _, _>(
item_id,
cx,
@ -1002,7 +1002,7 @@ impl View for Pane {
let theme = &cx.global::<Settings>().theme.workspace;
let style =
theme.pane_button.style_for(mouse_state, false);
Svg::new("icons/split.svg")
Svg::new("icons/split_12.svg")
.with_color(style.color)
.constrained()
.with_width(style.icon_width)