1.2.0 • Published 2 years ago

@rouvia/icons v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.1.0-beta1

2 years ago

1.1.0-beta0

2 years ago

1.0.0

2 years ago

1.0.0-beta0

2 years ago

0.1.1

2 years ago

0.1.1-beta0

2 years ago

0.1.0

2 years ago

0.1.0-beta1

2 years ago

0.1.0-beta

2 years ago

0.0.5-beta.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago