Capítulo 6 de 147
Learn how to customize the stroke width of Lucide icons in your Vanilla JavaScript applications using the strokeWidth and absoluteStrokeWidth attributes.
strokeWidth prop<!DOCTYPE html>
<html>
<body>
<i data-lucide="folder-lock" stroke-width="1"></i>
<script src="index.js"></script>
</body>
</html>
strokeWidth prop