From eb30926d3e3476a3c450e8e0ff001cbfdd74bafb Mon Sep 17 00:00:00 2001 From: Michael Vellequette Date: Wed, 29 Nov 2023 14:19:17 -0700 Subject: [PATCH] Adds the Download and Receipt icons (#799) --- .changeset/weak-rivers-check.md | 5 +++++ easy-ui-icons/src/Download.json | 5 +++++ easy-ui-icons/src/Receipt.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/weak-rivers-check.md create mode 100644 easy-ui-icons/src/Download.json create mode 100644 easy-ui-icons/src/Receipt.json 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" + }