Skip to content

Commit

Permalink
Adds the Download and Receipt icons (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmike245 authored Nov 29, 2023
1 parent 14dd56c commit eb30926
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-rivers-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": minor
---

Adds the Download and Receipt icons
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Download.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "download",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Receipt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "receipt",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit eb30926

Please sign in to comment.