@stash-ui/react-native-regular-icons
Regular icons variation.
Install the set of regular react native icons from your command line.
yarn add @stash-ui/react-native-regular-icons
npm install @stash-ui/react-native-regular-icons
Add the SVG icon to your application. Include color where needed.
import { AngleDownIcon, AngleUpIcon } from '@stash-ui/react-native-regular-icons';
const App = () => {
return (
<AngleDownIcon />
<AngleUpIcon color="#000" />
);
};
- Tiago Gerken (@tgerken) - Pingback
- Pedro Ladeira (@pedrooladeira) - Pingback
Licensed under the MIT License, Copyright © 2022-present Pingback LLC.
See LICENSE for more information.