Add new pin and unpin icons (#17445)

This PR adds new SVGs for the pin and unpin icons, using a custom-made
one in a smaller size, and thus removing the `PinAlt` one I added just
recently. I also tweak the outline panel pin icon button tooltip strings
a bit.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-09-05 16:00:32 -03:00 committed by GitHub
parent 8a1e8e37bb
commit 46006a3c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 7 deletions

View file

@ -1906,7 +1906,7 @@ impl Pane {
.start_slot::<Indicator>(indicator)
.map(|this| {
let end_slot = if is_pinned {
IconButton::new("unpin tab", IconName::PinAlt)
IconButton::new("unpin tab", IconName::Pin)
.shape(IconButtonShape::Square)
.icon_color(Color::Muted)
.size(ButtonSize::None)