Skip to content

Commit

Permalink
add icons (#1183)
Browse files Browse the repository at this point in the history
## πŸ“ Changes

Add new icons for saved packages project

## βœ… Checklist

- [ ] Visuals are complete and match Figma
- [ ] Code is complete and in accordance with our style guide
- [ ] Design and theme tokens are audited for any relevant changes
- [ ] Unit tests are written and passing
- [ ] TSDoc is written or updated for any component API surface area
- [ ] Stories in Storybook accompany any relevant component changes
- [ ] Ensure no accessibility violations are reported in Storybook
- [ ] Specs and documentation are up-to-date
- [ ] Cross-browser check is performed (Chrome, Safari, Firefox)
- [x] Changeset is added

Co-authored-by: Kevin Liu <kliu@easypost.com>
  • Loading branch information
kevinalexliu and Kevin Liu committed May 15, 2024
1 parent 8a81368 commit 1274507
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-buckets-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": minor
---

Add verified_user, location_searching, ballot, leaderboard, barcode_reader, storefront, webhook, and handshake icons
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Ballot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "ballot",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/BarcodeReader.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "barcode_reader",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Handshake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "handshake",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Leaderboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "leaderboard",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/LocationSearching.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "location_searching",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Storefront.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "storefront",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/VerifiedUser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "verified_user",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Webhook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "webhook",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit 1274507

Please sign in to comment.