-
-
Notifications
You must be signed in to change notification settings - Fork 554
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 bubbles
icon
#2582
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const BubblesIcon = createLucideIcon('Bubbles', [
["path",{"d":"M7.2 14.8a2 2 0 0 1 2 2"}],
["circle",{"cx":"18.5","cy":"8.5","r":"3.5"}],
["circle",{"cx":"7.5","cy":"16.5","r":"5.5"}],
["circle",{"cx":"7.5","cy":"4.5","r":"2.5"}]
]) |
1px gap violation in the bubble with the shine arc. |
corrected |
There is still some overlap. Something like this would work: |
Completed according to contributions |
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. |
What is the purpose of this pull request?
Description
Added new
bubbles
icon.Icon use case
Use in leisure activities or weather
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
bubbles
Naming
icons/[iconName].json
.Design
Before Submitting