@stash-ui/solid-icons
v1.0.35
Published
React Solid Icons Set
Downloads
120
Readme
Install
Install the set of solid icons from your command line.
With yarn
yarn add @stash-ui/solid-icons
With npm
npm install @stash-ui/solid-icons
Getting started
Add the SVG icon to your application. Include color where needed.
import { AngleDownIcon, AngleUpIcon } from '@stash-ui/solid-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.