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