Skip to content

Commit 80a9b78

Browse files
authored
Adds SupportAgent, ReceiptLong, Graph3, and BarChart icons (#1755)
## πŸ“ Changes Adds SupportAgent, ReceiptLong, Graph3, and BarChart icons. Removes the unused Grade Icon as it was removed from material-symbols ## βœ… Checklist - [x] Changeset is added
1 parent 10efef6 commit 80a9b78

File tree

7 files changed

+54
-34
lines changed

7 files changed

+54
-34
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@easypost/easy-ui-icons": minor
3+
---
4+
5+
Adds SupportAgent, ReceiptLong, Graph3, and BarChart icons

β€Žeasy-ui-icons/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"dev": "vite build --watch"
2020
},
2121
"devDependencies": {
22-
"@material-symbols/svg-300": "^0.25.3",
23-
"@material-symbols/svg-400": "^0.27.0",
24-
"@material-symbols/svg-600": "^0.27.0",
22+
"@material-symbols/svg-300": "^0.31.2",
23+
"@material-symbols/svg-400": "^0.31.2",
24+
"@material-symbols/svg-600": "^0.31.2",
2525
"@svgr/cli": "^8.1.0",
2626
"@svgr/plugin-jsx": "^8.1.0",
2727
"glob": "^10.2.5"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "bar_chart",
3+
"style": "outlined",
4+
"source": "@material-symbols/svg-300"
5+
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "grade",
2+
"name": "graph_3",
33
"style": "outlined",
44
"source": "@material-symbols/svg-300"
55
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "receipt_long",
3+
"style": "outlined",
4+
"source": "@material-symbols/svg-300"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "support_agent",
3+
"style": "outlined",
4+
"source": "@material-symbols/svg-300"
5+
}

β€Žpackage-lock.jsonβ€Ž

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)