Icons: Add arrow-up-right and arrow-down-left#73318
Conversation
Co-authored-by: youknowriad <272444+youknowriad@users.noreply.github.com>
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @Copilot, @poligilad-auto. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
youknowriad
left a comment
There was a problem hiding this comment.
LGTM 👍 Thanks copilot
|
Could potentially have used a changelog update. Not sure how important that is. |
What?
Closes #73282
Adds
arrowUpRightandarrowDownLefticons to complete the diagonal arrow set.Why?
The icons package had arrow-up-left and arrow-down-right but was missing their diagonal counterparts. The arrow-up-right icon is useful as a minimalistic external link indicator.
How?
Added two SVG files following existing arrow icon patterns:
arrow-up-right.svg- diagonal arrow pointing ↗arrow-down-left.svg- diagonal arrow pointing ↙Build script auto-generates corresponding TypeScript components and exports.
Testing Instructions
npm run buildfrompackages/icons/Testing Instructions for Keyboard
N/A - No UI changes, icon assets only.
Screenshots or screencast
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.