Skip to content

Commit

Permalink
feat(icons): more icon support (#1511)
Browse files Browse the repository at this point in the history
## 📝 Changes

- Adds icons for more ecommerce support
  • Loading branch information
stephenjwatkins authored Dec 3, 2024
1 parent 88e74ef commit a722ea9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-boats-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": minor
---

feat(icons): more icon support
5 changes: 5 additions & 0 deletions easy-ui-icons/src/AddDiamond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "add_diamond",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/KeyboardArrowDown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "keyboard_arrow_down",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/LabProfile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "lab_profile",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Replay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "replay",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit a722ea9

Please sign in to comment.