Skip to content

feat: Add ArrowUpward icon#1422

Open
amnkarn wants to merge 4 commits intolayer5io:masterfrom
amnkarn:feature/amnkarn/1414
Open

feat: Add ArrowUpward icon#1422
amnkarn wants to merge 4 commits intolayer5io:masterfrom
amnkarn:feature/amnkarn/1414

Conversation

@amnkarn
Copy link
Copy Markdown
Contributor

@amnkarn amnkarn commented Apr 19, 2026

Description

Add ArrowUpwardIcon to Sistent to reduce dependency on
@mui/icons-material and ensure design consistency across
Layer5 products.

Changes

  • Added ArrowUpwardIcon component in src/icons/ArrowUpward/
  • Exported icon via src/icons/ArrowUpward/index.ts

Related Issue

Closes #1414

Screenshots

N/A (SVG Icon)

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the ArrowUpwardIcon component and its local index file. The review feedback recommends exporting the new icon from the central icons index for project-wide availability and provides a suggestion to correct the formatting of the local export statement.

Comment thread src/icons/ArrowUpward/index.ts Outdated
Comment thread src/icons/ArrowUpward/index.ts Outdated
@github-actions
Copy link
Copy Markdown

🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address).

To amend the commits in this PR with your signoff using the instructions provided in the DCO check.

To configure your dev environment to automatically signoff on your commits in the future, see these instructions.


        Be sure to join the community, if you haven't yet and please leave a ⭐ star on the project 😄

@kishore08-07
Copy link
Copy Markdown
Contributor

@amnkarn kindly sign off your commits

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~4 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin feature/amnkarn/1414

@amnkarn amnkarn force-pushed the feature/amnkarn/1414 branch from e2f584c to 844d3e0 Compare April 22, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]Add ArrowUpward icon

2 participants