Docs
How to use - DShapes

How to use - DShapes

How to install dicons and download icons for your app.

DIcons is built with ES Modules, so it's completely tree-shakable.

Each icon can be imported as a React component, which renders an inline SVG element. This way, only the icons that are imported into your project are included in the final bundle. The rest of the icons are tree-shaken away.

pnpm dlx install dshapes

Example

import { Abstract } from 'dshapes';
 
// Usage
const App = () => {
  return <Abstract size={48} />;
};
 
export default App;

Not Playing

·

Spotify

·

Ali Imam