@stash-ui/react-native-icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published
@stash-ui/react-native-icons
React Navite Icons.

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

License

Licensed under the MIT License, Copyright © 2022-present Pingback LLC.

See LICENSE for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @stash-ui/react-native-icons

Weekly Downloads

2

Version

0.0.9

License

MIT

Unpacked Size

4.14 MB

Total Files

248

Last publish

Collaborators

  • pepeladeira