Add an alternative pin icon (#17411)
We'll use this for the pinned tabs feature. --- Release Notes: - N/A
This commit is contained in:
parent
c5255a7c69
commit
93a355228f
2 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue