-
-
Notifications
You must be signed in to change notification settings - Fork 548
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 rose
icon
#1972
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const RoseIcon = createLucideIcon('Rose', [
["path",{"d":"M13 20s-5 3-9.2-2c0 0 5.2-3 9.2 2"}],
["path",{"d":"M17 10h-1a4 4 0 1 1 4-4v.534"}],
["path",{"d":"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31"}],
["path",{"d":"M9.77 12C4 15 2 22 2 22"}],
["circle",{"cx":"17","cy":"8","r":"2"}]
]) |
Yeah, I guess, you're right. I can fix it, but we'll need cubic curves: |
I feel like the reduced roundness of @danielbayley version better. |
I feel like the leaf is a bit off-kilter. Maybe we can steal something from https://lucide.dev/icons/sprout |
Maybe, the generic shape is OK, but pixel perfection would need to be improved. |
Do you mean for better sharpness? I actually feel like your admittedly sharper version feels harsh and reduces the soft feel which I like. |
Yeah, tastes aside, we have "I've made sure that the icons look sharp on low DPI displays" in our PR checklist for a reason, I actually recall it was in fact none other but yourself who wrote this one. 😄 |
Fair enough. If you center the center and keep the outer parts, they are not centered on the grid tho. |
I'm not sure what point you're trying to make here, these paths are from your original design, aren't they? |
Yeah I was playing around with an animated version for something related, at the time. There is also
@jguddas Sure, it was of course already based on leaves from existing floral icons
Yeah, I think bloating it like that distorts the elegant appearance of a rose.
@jguddas @karsa-mistmere I would have ran it though the optimisation step, which although a very useful tool, was sometimes nudging things slightly off-grid… But for reference, here are the grid-aligned circles it was based on, when I originally designed it in Illustrator: Lucide Studio link… |
Unfortunately the smallest circle is off grid, hence @jguddas's little red marker: |
Nice feature, but yes exactly .5 off… Is that not allowed? |
If you have are .5 off you will fill the pixel to only 50% which will look not so sharp. We could make the center circle smaller, than it's more than 50% there. |
@jguddas @karsa-mistmere We could do like this… |
Having the circle at |
I think this is the best of all the versions so far, which is just the current suggestion with the center of the circle snapped. |
And again thin or not (although I'd very much prefer a rounder real rose to a plastic one), this wobbly path would need to be fixed: |
@karsa-mistmere @jguddas How about this? As an aside, it would be super useful if we could upgrade ‘Studio’ to also ( |
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. |
I think the current state of the pr looks sharp enough to merge. |
With the aid of a couple of horizontal/vertical lines to bridge the gaps, this version has all of the arcs be grid-aligned. |
What is the purpose of this pull request?
Description
This comes from the
lab
branch.Icon use case
Anything and everything romantic, i.e. Valentine's Day.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting