We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lucide is an open-source icon library that provides 1000+ vector (svg) files for displaying icons and symbols in digital and non-digital projects.
All icons are designed with SVG elements using strokes. These have a default stroke width of 2px.
아이콘의 size 속성을 조절하면, 선 두께(stroke width)도 아이콘 크기에 비례해서 조정됩니다. 이는 SVG의 기본 동작 방식입니다.
하지만 absoluteStrokeWidth 속성을 사용하면 이 기본 동작을 변경할 수 있습니다. 이 속성이 활성화되면, 아이콘의 크기를 조절해도 선 두께는 고정된 값으로 유지됩니다.
absoluteStrokeWidth
예를 들어, absoluteStrokeWidth를 활성화하고 아이콘 크기를 48px로 설정해도, 화면에 보이는 선 두께는 여전히 2px입니다.
참고로 Lucide 아이콘의 기본 선 두께는 2px이며, 이 값은 다른 크기로 조정할 수 있습니다.
The text was updated successfully, but these errors were encountered:
피그마 커뮤니티에서 제공하는 Lucide는 Stroke를 깨트려 사용해야겠다. 폰트로 되어 있으면 더 좋긴 할텐데..
Sorry, something went wrong.
bkidea
No branches or pull requests
Lucide
Lucide is an open-source icon library that provides 1000+ vector (svg) files for displaying icons and symbols in digital and non-digital projects.
Stroke width
All icons are designed with SVG elements using strokes. These have a default stroke width of 2px.
아이콘의 size 속성을 조절하면, 선 두께(stroke width)도 아이콘 크기에 비례해서 조정됩니다. 이는 SVG의 기본 동작 방식입니다.
하지만
absoluteStrokeWidth
속성을 사용하면 이 기본 동작을 변경할 수 있습니다. 이 속성이 활성화되면, 아이콘의 크기를 조절해도 선 두께는 고정된 값으로 유지됩니다.예를 들어,
absoluteStrokeWidth
를 활성화하고 아이콘 크기를 48px로 설정해도, 화면에 보이는 선 두께는 여전히 2px입니다.참고로 Lucide 아이콘의 기본 선 두께는 2px이며, 이 값은 다른 크기로 조정할 수 있습니다.
The text was updated successfully, but these errors were encountered: