1.2.0 • Published 6 months ago

@rouvia/icons v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

@rouvia/icons

A collection of SVG icons 🫶 designed to be easy to use and extend in web projects. Created with love and care by the Rouvia team.

Installation

Install the package via npm:

npm install @rouvia/icons --save

or yarn

yarn add @rouvia/icons

Usage

To use an icon in your project, import it and include it in your React.

import { ExampleIcon } from '@rouvia/icons';

const MyApp = () => {
  return (
    <div>
      <ExampleIcon />
    </div>
  );
};

You can find the list of all available icons here.

Customization

All svg colors have fill=currentColor so they will always have the color assigned to their parrent elements.

1.2.0

6 months ago

1.1.0

8 months ago

1.1.0-beta1

8 months ago

1.1.0-beta0

8 months ago

1.0.0

8 months ago

1.0.0-beta0

8 months ago

0.1.1

8 months ago

0.1.1-beta0

8 months ago

0.1.0

8 months ago

0.1.0-beta1

8 months ago

0.1.0-beta

8 months ago

0.0.5-beta.0

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago