Can you spare a moment to take our survey?
Your feedback helps us improve Lucide and make it better for everyone.
所有图标都是使用带有描边的 SVG 元素设计的。 它们的默认描边宽度为 2px。
可以调整 strokeWidth 来创建不同的图标外观。
strokeWidth 属性调整描边宽度 <!DOCTYPE html> <html> <body> <i data-lucide="folder-lock" stroke-width="1"></i> <script src="index.js"></script> </body> </html>