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

0.0.15 • Public • Published
@stash-ui/react-native-regular-icons
Regular icons variation.

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.

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

0

Version

0.0.15

License

MIT

Unpacked Size

487 kB

Total Files

46

Last publish

Collaborators

  • pepeladeira