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