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

@ -332,7 +332,7 @@ impl Item for Terminal {
if self.has_bell {
flex.add_child(
Svg::new("icons/zap.svg") //TODO: Swap out for a better icon, or at least resize this
Svg::new("icons/bolt_12.svg") //TODO: Swap out for a better icon, or at least resize this
.with_color(tab_theme.label.text.color)
.constrained()
.with_width(search_theme.tab_icon_width)