@stash-ui/react-native-icons
v0.0.9
Published
React Native Icons Set
Downloads
4
Readme
Install
Install the set of react native icons from your command line.
With yarn
yarn add @stash-ui/react-native-icons
With npm
npm install @stash-ui/react-native-icons
Getting started
Add the SVG icon to your application. Include color where needed.
import Icon from '@stash-ui/react-native-icons';
const App = () => {
return (
<Icon name="angle-down" style="solid" />
<Icon name="angle-up" style="light" color="#000" />
);
};
Authors
- Tiago Gerken (@tgerken) - Pingback
- Pedro Ladeira (@pedrooladeira) - Pingback
License
Licensed under the MIT License, Copyright © 2022-present Pingback LLC.
See LICENSE for more information.