@iconsans/react
v1.0.6
Published
+320 Free Bold and Linear Icons for your next project
Maintainers
Readme
Iconsans icons for React
Available for the framework 👉 Vue
Installation
Install with npm
npm install @iconsans/reactInstall with pnpm
pnpm add @iconsans/reactInstall with yarn
yarn add @iconsans/reactUsage/Examples
import { Play as PlayBold } from "@iconsans/react/bold";
import { Play as PlayLinear } from "@iconsans/react/linear";
export default function App() {
return (
<>
<PlayBold />
<PlayLinear />
</>
);
}Icons
You can see the list of available icons on https://mortezasabihi.github.io/iconsans/
