React Light Icons Set
npm install @stash-ui/light-iconsInstall the set of light icons from your command line.
#### With yarn
``sh`
yarn add @stash-ui/light-icons
#### With npm
`sh`
npm install @stash-ui/light-icons
Add the SVG icon to your application. Include color where needed.
`jsx
import { AngleDownIcon, AngleUpIcon } from '@stash-ui/light-icons';
const App = () => {
return (
);
};
``
- Rachel Andrade (@rchldesigner) - Pingback
- Pedro Ladeira (@pedrooladeira) - Pingback
- Tiago Gerken (@tgerken)
Licensed under the MIT License, Copyright © 2022-present Pingback LLC.
See LICENSE for more information.