diff --git a/.changeset/gentle-parrots-appear.md b/.changeset/gentle-parrots-appear.md new file mode 100644 index 00000000..f89e24a6 --- /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 00000000..5fd896a3 --- /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 b7724104..c552afd6 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" }