Skip to content

Commit

Permalink
Feature: Add icons for managing user access and denoting generative-a…
Browse files Browse the repository at this point in the history
…i uses (#871)

* feat(icon): add filter icon

* feat(icon): add gen-ai icon

* feat(icon): add private icon

* feat(icon): add shared icon

* feat(icon): add restrictive icon

* chore: add changeset

* fix(icon): remove fill="black" attribute from new icons

* fix(icon): remove fill="white" attributes from new icons

* fix(icon): clean up extra content in new private and restrictive icons

* fix(icon): adjust filter horizontal alignment

* fix(icon): rename new "shared" icon to "group"

* fix(icon): rename new group icon to community
  • Loading branch information
brentswisher authored Feb 4, 2025
1 parent f0a4a7c commit 1ca7e9b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-dodos-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': minor
---

Add filter, private, restrictive, community, and gen-ai icons
1 change: 1 addition & 0 deletions packages/pharos/assets/icons/community.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/pharos/assets/icons/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/pharos/assets/icons/gen-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/pharos/assets/icons/private.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/pharos/assets/icons/restrictive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/pharos/tokens/assets/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"deprecated": true,
"deprecated_comment": "Use shift-<direction> instead"
},
"community": { "value": "assets/icons/community.svg"},
"copy": { "value": "assets/icons/copy.svg" },
"dash-small": { "value": "assets/icons/dash-small.svg" },
"delete": { "value": "assets/icons/delete.svg" },
Expand All @@ -60,13 +61,15 @@
"filetype-pdf": { "value": "assets/icons/filetype-pdf.svg" },
"filetype-ppt": { "value": "assets/icons/filetype-ppt.svg" },
"filetype-zip": { "value": "assets/icons/filetype-zip.svg" },
"filter": { "value": "assets/icons/filter.svg" },
"fit-to-view": { "value": "assets/icons/fit-to-view.svg" },
"fit-to-width": { "value": "assets/icons/fit-to-width.svg" },
"folder-new": { "value": "assets/icons/folder-new.svg" },
"folder": { "value": "assets/icons/folder.svg" },
"folder-selected": { "value": "assets/icons/folder-selected.svg" },
"fullscreen-minimize": { "value": "assets/icons/fullscreen-minimize.svg" },
"fullscreen": { "value": "assets/icons/fullscreen.svg" },
"gen-ai": { "value": "assets/icons/gen-ai.svg" },
"google-color": { "value": "assets/icons/google-color.svg" },
"google": { "value": "assets/icons/google.svg" },
"image": { "value": "assets/icons/image.svg" },
Expand All @@ -91,9 +94,11 @@
"play": { "value": "assets/icons/play.svg" },
"play-large": { "value": "assets/icons/play-large.svg" },
"primary-source": { "value": "assets/icons/primary-source.svg" },
"private": { "value": "assets/icons/private.svg" },
"profile": { "value": "assets/icons/profile.svg" },
"question-inverse": { "value": "assets/icons/question-inverse.svg" },
"reorder": { "value": "assets/icons/reorder.svg" },
"restrictive": { "value": "assets/icons/restrictive.svg" },
"rotate": { "value": "assets/icons/rotate.svg" },
"save": { "value": "assets/icons/save.svg" },
"save-and-close": { "value": "assets/icons/save-and-close.svg"},
Expand Down

0 comments on commit 1ca7e9b

Please sign in to comment.