Add an alternative pin icon (#17411)

We'll use this for the pinned tabs feature.

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-09-05 10:11:12 -03:00 committed by GitHub
parent c5255a7c69
commit 93a355228f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -213,6 +213,7 @@ pub enum IconName {
Pencil,
Person,
Pin,
PinAlt,
Play,
Plus,
PocketKnife,
@ -385,6 +386,7 @@ impl IconName {
IconName::Pencil => "icons/pencil.svg",
IconName::Person => "icons/person.svg",
IconName::Pin => "icons/pin.svg",
IconName::PinAlt => "icons/pin_alt.svg",
IconName::Play => "icons/play.svg",
IconName::Plus => "icons/plus.svg",
IconName::PocketKnife => "icons/pocket_knife.svg",