-
-
Notifications
You must be signed in to change notification settings - Fork 561
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(icons): added square-round-corner
icon
#2323
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const SquareRoundCornerIcon = createLucideIcon('SquareRoundCorner', [
["path",{"d":"M21 11a8 8 0 0 0-8-8"}],
["path",{"d":"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]
]) |
What about using |
A slight variation that combines the two: |
Another option might be to base it on spline: |
That doesn't look like a corner to me. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Maybe even better? |
border-radius
iconsquare-round-corner
icon
What is the purpose of this pull request?
Description
Adds a border-radius icon.
Icon use case
This adds a visual representation for border-radius.
Could be useful in a design application to represent corners.
Could also be used as a visual guide for different button properties, e.g; a square or rounded one might use this to indicate what's changing.
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting