0.0.15 • Published 10 months ago

@stash-ui/react-native-regular-icons v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Install

Install the set of regular react native icons from your command line.

With yarn

yarn add @stash-ui/react-native-regular-icons

With npm

npm install @stash-ui/react-native-regular-icons

Getting started

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"  />
  );
};

Authors

License

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

See LICENSE for more information.

0.0.15

10 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.3

3 years ago