diff --git a/.changeset/cold-maps-mate.md b/.changeset/cold-maps-mate.md new file mode 100644 index 00000000..8b4a8505 --- /dev/null +++ b/.changeset/cold-maps-mate.md @@ -0,0 +1,5 @@ +--- +"@easypost/easy-ui-icons": minor +--- + +feat: add icons to support rules editor diff --git a/easy-ui-icons/src/CalendarToday.json b/easy-ui-icons/src/CalendarToday.json new file mode 100644 index 00000000..b75c0eab --- /dev/null +++ b/easy-ui-icons/src/CalendarToday.json @@ -0,0 +1,5 @@ +{ + "name": "calendar_today", + "style": "outlined", + "source": "@material-symbols/svg-300" +} diff --git a/easy-ui-icons/src/ForkLeft.json b/easy-ui-icons/src/ForkLeft.json new file mode 100644 index 00000000..7b1802cd --- /dev/null +++ b/easy-ui-icons/src/ForkLeft.json @@ -0,0 +1,5 @@ +{ + "name": "fork_left", + "style": "outlined", + "source": "@material-symbols/svg-300" +} diff --git a/easy-ui-icons/src/Percent.json b/easy-ui-icons/src/Percent.json new file mode 100644 index 00000000..3b0e0ba1 --- /dev/null +++ b/easy-ui-icons/src/Percent.json @@ -0,0 +1,5 @@ +{ + "name": "percent", + "style": "outlined", + "source": "@material-symbols/svg-300" +} diff --git a/easy-ui-icons/src/Savings.json b/easy-ui-icons/src/Savings.json new file mode 100644 index 00000000..af2d6758 --- /dev/null +++ b/easy-ui-icons/src/Savings.json @@ -0,0 +1,5 @@ +{ + "name": "savings", + "style": "outlined", + "source": "@material-symbols/svg-300" +}