0.0.9 • Published 1 year ago

@stash-ui/react-native-icons v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago