-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
Locate icon #156
Comments
@csandman Welcome to Lucide! Can you maybe post and image with the icons on 100% view (when they are small). |
Isn't the |
It is! We should add tags to it |
|
@Andreto couldn't |
Not exactly! the requested icon is for a button for finding the current position of the user, while map-pin is for representing a specific point on a map (or an action related to that) |
Yeah like the button in the right down corner in Google maps app. |
I would have used this example too. |
I think the closest example for the use case that currently exists is the Here are the icons in context of the site so you can see what they look like smaller: Personally I like the far left or far right. I've personally been using the one on the far right as it matches the minimalist theme I feel like feather has. |
I agree with you, seeing this on 100%. I like num 1 and 4 as wel. But num looks ok to me.
Just an idea, let me know what you think . |
@ericfennis I'm confused now, are you saying you want to include number 1 and 4 together or number 2 and 4 together? |
also I found some actual examples for those that are curious, here are the Material icons that are equivalent to this: https://material.io/resources/icons/?search=gps&style=baseline |
@csandman Sorry for the confusion. Maybe |
I could change it to |
Yes please! |
@ericfennis I set up my local environment and it appears that I'm having some issues. For one, the I was able to fix it by changing the command to My other issue is that, when running <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="2" x2="5" y1="12" y2="12"></line>
<line x1="19" x2="22" y1="12" y2="12"></line>
<line x1="12" x2="12" y1="2" y2="5"></line>
<line x1="12" x2="12" y1="19" y2="22"></line>
<circle cx="12" cy="12" r="7"></circle>
</svg> I notice that there is no It also could potentially be due to prettier rules I have set up on my editor, as I'm noticing there is no {
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
} Let me know if you have any idea why my svgs aren't formatting correctly! |
Optimize script is not working wel, I need to fix that. |
If you need help, I can help you with that. |
@ericfennis So I worked it a bit and fixed the optimize script. I can submit a PR for that if you'd like. However after running it many of the existing icons have slightly modified code, most likely due to changes in the version of |
Icon Request
I can submit a PR if you agree that one is the best option!
The text was updated successfully, but these errors were encountered: