Skip to content

Commit

Permalink
feat: add Pin icon (#177)
Browse files Browse the repository at this point in the history
* feat: add `Pin` icon

* feat: add example to icon.ts file

* chore: fix typo

* feat: remove old pin icon from icon.ts

* feat: delete old pin icon .svg file

Co-authored-by: Christian Baidoo <[email protected]>
  • Loading branch information
joshuajames-smith and ChrisBaidoo authored May 4, 2022
1 parent 6d46837 commit 5df4bde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/assets/icons/pin-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/icons/pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const icons = {
navigationMANAGE: imgSrc("navigationMANAGE"),
openInAudit: imgSrc("open-in-audit"),
paste: imgSrc("paste"),
pin: imgSrc("pin-icon"),
pin: imgSrc("pin"),
plugins: imgSrc("plugins"),
projectsPage: imgSrc("projects-page"),
rectangleBoundaryBox: imgSrc("rectangle-boundary-box-icon"),
Expand Down

0 comments on commit 5df4bde

Please sign in to comment.