-
-
Notifications
You must be signed in to change notification settings - Fork 891
feat(icons): added internal-link
icon
#3366
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
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const InternalLinkIcon = createLucideIcon('InternalLink', [
["path",{"d":"M3 15v6l11-11"}],
["path",{"d":"M6 11V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-6"}],
["path",{"d":"M9 21H3"}]
]) |
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.
That's just a rotated version of the existing icon.
There’s an |
What is the purpose of this pull request?
Description
Added new
internal-link
icon.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting