Skip to content

Commit

Permalink
feat: add icons to support rules editor (#1581)
Browse files Browse the repository at this point in the history
## 📝 Changes

- Add icons to support rules editor feature
  • Loading branch information
stephenjwatkins authored Jan 17, 2025
1 parent 22be69a commit 6fbcfea
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-maps-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": minor
---

feat: add icons to support rules editor
5 changes: 5 additions & 0 deletions easy-ui-icons/src/CalendarToday.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "calendar_today",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/ForkLeft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "fork_left",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Percent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "percent",
"style": "outlined",
"source": "@material-symbols/svg-300"
}
5 changes: 5 additions & 0 deletions easy-ui-icons/src/Savings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "savings",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit 6fbcfea

Please sign in to comment.