-
-
Notifications
You must be signed in to change notification settings - Fork 505
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 clock-check
icon
#2402
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const ClockCheckIcon = createLucideIcon('ClockCheck', [
["path",{"d":"M12 6v6l4 2"}],
["path",{"d":"M22 12a10 10 0 1 0-11 9.95"}],
["path",{"d":"m22 16-5.5 5.5L14 19"}]
]) |
Great icon. Also the uses for this. I think the check should be a bit bigger. On 100% scale it disappears a bit in the rounded shape of the clock, To me on the first view it didn't pop as a check icon. |
This is the standard check icon, we use everywhere. |
Maybe we could give the new Actually, I'd also be in favour of swapping some of our existing checkmarks with this, e.g.: Out of these, |
I agree ✅ for changing those. |
@karsa-mistmere Thanks for reply, this way better to the eye! |
The larger checkmark indeed seems to look a lot more balanced |
related to #2400
What is the purpose of this pull request?
Description
Added new
clock-check
icon.Icon use case
These icons could be used for reflecting input validation, and to indicate delays and such for public transport
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
clock
Naming
icons/[iconName].json
.Design
Before Submitting