Capítulo 33 de 147
Learn how to adjust the stroke width of icons in your Vue application using the strokeWidth prop or adjust the strokeWidth appearance using the absoluteStrokeWidth prop.
strokeWidth prop<script setup>
import { FolderLock } from "@lucide/vue";
</script>
<template>
<FolderLock :strokeWidth="1" />
</template>
strokeWidth prop