Docs
Stroke Width - DIcons
Stroke Width - DIcons
How to install dicons and download icons for your app.
This site is a work in progress. If you see dummy text on a page, it means I'm still working on it. You can follow updates on Twitter @designali_in.
Example
import { FolderLock } from 'dicons';
// Usage
const App = () => {
return <FolderLock strokeWidth={1} />;
};
export default App;