Skip to content

Commit 4096185

Browse files
feat(Icons): Add tenancy icon (#1868)
## 📝 Changes Just adds the Tenancy icon <img width="216" height="144" alt="CleanShot 2026-01-13 at 11 07 45@2x" src="https://github.com/user-attachments/assets/c418d49a-7376-4afc-b994-f2dc552e3bc6" /> ## ✅ Checklist Easy UI has certain UX standards that must be met. In general, non-trivial changes should meet the following criteria: - [x] Visuals match Design Specs in Figma - [x] Stories accompany any component changes - [x] Code is in accordance with our style guide - [x] Design tokens are utilized - [x] Unit tests accompany any component changes - [x] TSDoc is written for any API surface area - [x] Specs are up-to-date - [x] Console is free from warnings - [x] No accessibility violations are reported - [x] Cross-browser check is performed (Chrome, Safari, Firefox) - [x] Changeset is added
1 parent 342bd87 commit 4096185

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.changeset/plenty-mangos-shine.md

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 Tenancy icon

easy-ui-icons/src/Tenancy.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "tenancy",
3+
"style": "outlined",
4+
"source": "@material-symbols/svg-300"
5+
}

package-lock.json

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

0 commit comments

Comments
 (0)