Skip to content

Commit

Permalink
Merge pull request #2954 from department-of-veterans-affairs/add-icon…
Browse files Browse the repository at this point in the history
…s-2914

Adds icons to guidance. [Fixes #2914]
  • Loading branch information
humancompanion-usds authored Jun 24, 2024
2 parents 727666a + 6c81dea commit cadaeb2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
26 changes: 19 additions & 7 deletions src/_data/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Feedback:
additional-usage: Process List

Health:
- name: In progress status
icon-name: acute
- name: Lab and test results (Facilities)
icon-name: assignment
fa-class: "fas fa-clipboard-list"
Expand All @@ -67,6 +69,9 @@ Health:
icon-name: hearing_disabled
fa-class: "fas fa-deaf"
unicode: "#xf2a4;"
- name: Shipped items
icon-name: local_shipping
additional-usage: Mobile app

Hub:
- name: Burials
Expand Down Expand Up @@ -158,33 +163,29 @@ Interaction:
- name: Accordion expand indicator
icon-name: add
fa-class: "fas fa-plus"
unicode: "#xf067;"
additional-usage: Add item
- name: Accordion collapse indicator
icon-name: remove
fa-class: "fas fa-minus"
unicode: "#xf068;"
- name: Close indicator (modals, alerts)
icon-name: close
fa-class: "fas fa-times"
unicode: "#xf00d;"
- name: Download item
icon-name: file_download
fa-class: "fas fa-download"
unicode: "#xf019;"
additional-usage: Link - Download
- name: Dropdown expand indicator
icon-name: expand_more
fa-class: "fas fa-chevron-down"
unicode: "#xf078;"
- name: Dropdown collapse indicator
icon-name: expand_less
fa-class: "fas fa-chevron-up"
unicode: "#xf077;"
- name: Form field dropdown
icon-name: unfold_more
fa-class: "fas fa-sort"
unicode: "#xf0dc;"
- name: Reload view
icon-name: refresh
additional-usage: Mobile app
- name: Remove or delete item
icon-name: delete
fa-class: "fas fa-trash-alt"
Expand All @@ -207,6 +208,9 @@ Messaging:
fa-class: "fas fa-folder"
unicode: "#xf07b;"
additional-usage: Move
- name: Inbox
icon-name: inbox
additional-usage: Messaging, Mobile app
- name: Message, letter
icon-name: mail
fa-class: "fas fa-envelope"
Expand Down Expand Up @@ -300,6 +304,8 @@ Profile:
icon-name: medication
fa-class: "fas fa-prescription-bottle"
unicode: "#xf485;"
- name: Submitted
icon-name: fact_check
- name: Travel reimbursement
icon-name: work
fa-class: "fas fa-suitcase"
Expand Down Expand Up @@ -331,3 +337,9 @@ Social:
fa-class: "fab fa-linkedin"
- name: X
icon-name: x

developer.va.gov:
- name: Authentication
icon-name: key
- name: Tags
icon-name: sell
1 change: 1 addition & 0 deletions src/_foundation/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- anchor: Notifications
- anchor: Profile
- anchor: Social
- anchor: developer.va.gov
- anchor: Requesting a new icon
- anchor: Accessibility considerations
---
Expand Down

0 comments on commit cadaeb2

Please sign in to comment.