-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(icons): changed thermometer-sun icon
#3773
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
fix(icons): changed thermometer-sun icon
#3773
Conversation
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.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
| "karsa-mistmere", | ||
| "jguddas" | ||
| ], | ||
| "tags": [ |
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.
Suggestions for the thermometer-sun icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "sun", | |
| "summer", | |
| "climate", | |
| "forecast", | |
| "radiation", | |
| "day", |
Added or changed iconsIcons as codeWorks for: const ThermometerSunIcon = createLucideIcon('ThermometerSun', [
["path",{"d":"M12 2v2"}],
["path",{"d":"M12 8a4 4 0 0 0-1.645 7.647"}],
["path",{"d":"M2 12h2"}],
["path",{"d":"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"}],
["path",{"d":"m4.93 4.93 1.41 1.41"}],
["path",{"d":"m6.34 17.66-1.41 1.41"}]
]) |
|
This looks equally off-grid to me, surely, we should fix the inner arc as well? |
Also, not sure if we should match |
* Updated icons/thermometer-sun.svg * Updated icons/thermometer-sun.json * Modify SVG paths in thermometer-sun icon
What is the purpose of this pull request?
Description
Fixed ray.
Before Submitting