From e3f0ef57e8bec0140190c8e3eceecf87866672d9 Mon Sep 17 00:00:00 2001 From: Rane Gridley Date: Fri, 10 Jan 2025 10:29:35 -0800 Subject: [PATCH] Add edit icon, fix location on icon (#1563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Changes Adds the Edit icon, fixes the LocationOn icon ## ✅ Checklist Easy UI has certain UX standards that must be met. In general, non-trivial changes should meet the following criteria: - [ ] ~Visuals match Design Specs in Figma~ - [ ] ~Stories accompany any component changes~ - [ ] ~Code is in accordance with our style guide~ - [ ] ~Design tokens are utilized~ - [ ] ~Unit tests accompany any component changes~ - [ ] ~TSDoc is written for any API surface area~ - [ ] ~Specs are up-to-date~ - [ ] ~Console is free from warnings~ - [ ] ~No accessibility violations are reported~ - [ ] ~Cross-browser check is performed (Chrome, Safari, Firefox)~ - [x] Changeset is added ~Strikethrough~ any items that are not applicable to this pull request. --- .changeset/gentle-parrots-appear.md | 5 +++++ easy-ui-icons/src/Edit.json | 5 +++++ easy-ui-icons/src/LocationOn.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changeset/gentle-parrots-appear.md create mode 100644 easy-ui-icons/src/Edit.json diff --git a/.changeset/gentle-parrots-appear.md b/.changeset/gentle-parrots-appear.md new file mode 100644 index 000000000..f89e24a6b --- /dev/null +++ b/.changeset/gentle-parrots-appear.md @@ -0,0 +1,5 @@ +--- +"@easypost/easy-ui-icons": patch +--- + +Adds Edit icon, fixes LocationOn Icon diff --git a/easy-ui-icons/src/Edit.json b/easy-ui-icons/src/Edit.json new file mode 100644 index 000000000..5fd896a3d --- /dev/null +++ b/easy-ui-icons/src/Edit.json @@ -0,0 +1,5 @@ +{ + "name": "edit", + "style": "outlined", + "source": "@material-symbols/svg-300" +} diff --git a/easy-ui-icons/src/LocationOn.json b/easy-ui-icons/src/LocationOn.json index b7724104a..c552afd6a 100644 --- a/easy-ui-icons/src/LocationOn.json +++ b/easy-ui-icons/src/LocationOn.json @@ -1,5 +1,5 @@ { - "name": "local_police", + "name": "location_on", "style": "outlined", "source": "@material-symbols/svg-300" }