Capítulo 19 de 147
Learn how to adjust the stroke width of icons in your React application using the strokeWidth prop or adjust the strokeWidth appearance using the absoluteStrokeWidth prop.
strokeWidth propimport { FolderLock } from "lucide-react";
function App() {
return (
<div className="app">
<FolderLock strokeWidth={1} />
</div>
);
}
export default App;
strokeWidth prop