diff --git a/.changeset/weak-rivers-check.md b/.changeset/weak-rivers-check.md new file mode 100644 index 000000000..0be6f2a0e --- /dev/null +++ b/.changeset/weak-rivers-check.md @@ -0,0 +1,5 @@ +--- +"@easypost/easy-ui-icons": minor +--- + +Adds the Download and Receipt icons diff --git a/easy-ui-icons/src/Download.json b/easy-ui-icons/src/Download.json new file mode 100644 index 000000000..c07764f58 --- /dev/null +++ b/easy-ui-icons/src/Download.json @@ -0,0 +1,5 @@ +{ + "name": "download", + "style": "outlined", + "source": "@material-symbols/svg-300" +} diff --git a/easy-ui-icons/src/Receipt.json b/easy-ui-icons/src/Receipt.json new file mode 100644 index 000000000..6f9ac532f --- /dev/null +++ b/easy-ui-icons/src/Receipt.json @@ -0,0 +1,5 @@ +{ + "name": "receipt", + "style": "outlined", + "source": "@material-symbols/svg-300" + }