Capítulo 46 de 147
Learn how to adjust the stroke width of icons in your Svelte application using the strokeWidth prop or adjust the strokeWidth appearance using the absoluteStrokeWidth prop.
strokeWidth prop<script >
import FolderLock from "@lucide/svelte/icons/folder-lock";
</script>
<FolderLock strokeWidth={1} />
strokeWidth prop