Skip to content

Commit

Permalink
feat: add open_in_new icon (#1590)
Browse files Browse the repository at this point in the history
## 📝 Changes

New icon, who dis?

![Screenshot 2025-01-24 at 4 14
34 PM](https://github.com/user-attachments/assets/1801d3d3-f391-44ff-8876-509a8aad5f19)

## ✅ 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)
- [ ] Changeset is added

~Strikethrough~ any items that are not applicable to this pull request.
  • Loading branch information
Justintime50 authored Jan 24, 2025
1 parent f01d7e2 commit 0b80019
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-toys-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@easypost/easy-ui-icons": minor
---

Adds OpenInNew icon
5 changes: 5 additions & 0 deletions easy-ui-icons/src/OpenInNew.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "open_in_new",
"style": "outlined",
"source": "@material-symbols/svg-300"
}

0 comments on commit 0b80019

Please sign in to comment.