-
-
Notifications
You must be signed in to change notification settings - Fork 546
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 circle-fading-arrow-up
icon
#2287
Merged
Merged
Conversation
This file contains 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
Added or changed iconsIcons as codeWorks for: const CircleFadingArrowUpIcon = createLucideIcon('CircleFadingArrowUp', [
["path",{"d":"M12 2a10 10 0 0 1 7.38 16.75"}],
["path",{"d":"m16 12-4-4-4 4"}],
["path",{"d":"M12 16V8"}],
["path",{"d":"M2.5 8.875a10 10 0 0 0-.5 3"}],
["path",{"d":"M2.83 16a10 10 0 0 0 2.43 3.4"}],
["path",{"d":"M4.636 5.235a10 10 0 0 1 .891-.857"}],
["path",{"d":"M8.644 21.42a10 10 0 0 0 7.631-.38"}]
]) |
jguddas
changed the title
add circle fading up icon
feat(icons): added Jul 4, 2024
circle-fading-arrow-up
icon
mosch
force-pushed
the
icon/circle-fading-up
branch
from
July 25, 2024 12:23
faddb1f
to
28f3a80
Compare
karsa-mistmere
approved these changes
Jul 25, 2024
jguddas
approved these changes
Jul 25, 2024
ericfennis
requested changes
Jul 25, 2024
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.
@mosch Excellent icon, well done!
One small change for meta file.
added development as category |
mosch
force-pushed
the
icon/circle-fading-up
branch
from
July 25, 2024 16:16
c82b578
to
8ab4cca
Compare
@ericfennis let me know if we're good to go |
Co-authored-by: Eric Fennis <[email protected]>
mosch
force-pushed
the
icon/circle-fading-up
branch
from
August 1, 2024 12:37
8ab4cca
to
4e2da65
Compare
ericfennis
approved these changes
Aug 1, 2024
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.
What is the purpose of this pull request?
Description
Adding circle-fading-up icon, a combination of two icons
Icon use case
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting