Skip to content

Commit

Permalink
Add edit icon, fix location on icon (#1563)
Browse files Browse the repository at this point in the history
## πŸ“ 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.
  • Loading branch information
ranebo authored Jan 10, 2025
1 parent a322891 commit e3f0ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-parrots-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": patch
---

Adds Edit icon, fixes LocationOn Icon
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Edit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "edit",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
2 changes: 1 addition & 1 deletion easy-ui-icons/src/LocationOn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "local_police",
"name": "location_on",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit e3f0ef5

Please sign in to comment.