From 89c5ba09998fe53bc6a9654eb99a571408999990 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 24 Jun 2024 11:03:49 -0700 Subject: [PATCH] Add icon (#1249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Changes Add local_police icon ## ✅ Checklist - [x] Changeset is added --------- Co-authored-by: Kevin Liu --- .changeset/unlucky-suns-greet.md | 5 +++++ easy-ui-icons/src/LocalPolice.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/unlucky-suns-greet.md create mode 100644 easy-ui-icons/src/LocalPolice.json diff --git a/.changeset/unlucky-suns-greet.md b/.changeset/unlucky-suns-greet.md new file mode 100644 index 000000000..2020a1044 --- /dev/null +++ b/.changeset/unlucky-suns-greet.md @@ -0,0 +1,5 @@ +--- +"@easypost/easy-ui-icons": minor +--- + +Add local_police icon diff --git a/easy-ui-icons/src/LocalPolice.json b/easy-ui-icons/src/LocalPolice.json new file mode 100644 index 000000000..b7724104a --- /dev/null +++ b/easy-ui-icons/src/LocalPolice.json @@ -0,0 +1,5 @@ +{ + "name": "local_police", + "style": "outlined", + "source": "@material-symbols/svg-300" +}