-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : add new svg icons for "xls", "zip" and "csv" #1814
feat : add new svg icons for "xls", "zip" and "csv" #1814
Conversation
🦋 Changeset detectedLatest commit: c1be9e2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @mukulpadwal, thanks a lot, it's all good from a design point of view! I'll let @remidej approve the code part 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR!
What does it do?
Adds three new icons ("xls," "zip," and "csv") from the Phosphor icon library to enhance file-type representation. The icons are named FileXls, FileZip, and FileCsv to standardize naming.
Why is it needed?
These icons are required for upcoming improvements in the Media Library, allowing users to better identify specific file types.
How to test it?
Storybook Verification : Check the Storybook instance for the icon library. The new icons should be visible along with other icons, as shown in the screenshot.
Related issue(s)/PR(s)
This update addresses part of the requirements outlined in Issue #1813