0.1.4 • Published 1 year ago

react-lib-icons-component-teste v0.1.4

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

React Library Icons Component

This is an icon library developed to provide an easy and standardized way to use icons in your projects. The icons are provided as React components, enabling seamless integration with your applications.

Installation

You can install the library via npm or yarn:

npm install react-lib-icons-component

or

yarn add react-lib-icons-component

Usage

To use an icon in your project, simply import the desired icon component and include it in your JSX code. For example:

import React from 'react';
import { Bell } from 'my-icons-library';

const App = () => {
  return (
    <div>
      <h1>My Application</h1>
      <Bell stroke="black" />
    </div>
  );
};

export default App;

Available Icons

Currently, the library provides the following icons:

  • Bell: A bell icon.
  • Circle: A circle icon.
  • Chevron: A chevron icon.
  • Close: A close icon.
  • Find: A find icon.
  • ShoppingBag: A shopping bag icon.
  • Star: A star icon.
  • Wifi: A wifi icon.

License

This project is licensed under the MIT License.


0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago