Open
Conversation
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds missing icon exports to the icons index file (src/icons/index.ts) to ensure all icon components in the filesystem are properly exported. The PR also fixes a formatting issue and reorganizes exports to maintain strict alphabetical ordering.
Changes:
- Added 16 missing icon exports that existed in the filesystem but were not exported from the index file
- Fixed a formatting issue in the Article export (missing space between
*andfrom) - Reorganized existing exports to maintain strict alphabetical order throughout the file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Member
|
I can see other file changes ? |
saurabhraghuvanshii
approved these changes
Feb 24, 2026
saurabhraghuvanshii
requested changes
Feb 24, 2026
| }; | ||
|
|
||
| // export default FilterIcon; | ||
| export default ResponseIcon; |
Member
There was a problem hiding this comment.
@kishore08-07 this is not needed, because you already exporting from index.ts
| }) => { | ||
| return ( | ||
| <svg width={width} height={height} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"> | ||
| <svg width={width} height={height} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" {...props}> |
Contributor
Author
@Rajesh-Nagarajan-11 Yes, those changes were made to resolve the build errors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes for Reviewers
Signed commits