# eventsquare-remixicon-react

> [Remix Icons](https://remixicon.com/) for React packaged as single components

Latest version **1.0.1** (published 2023-11-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install eventsquare-remixicon-react
pnpm add eventsquare-remixicon-react
yarn add eventsquare-remixicon-react
bun add eventsquare-remixicon-react
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-11-21 |
| First published | 2023-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 27.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Willem Staels |
| Maintainers | willemstaels |

## Links

- npm: https://www.npmjs.com/package/eventsquare-remixicon-react
- Repository: https://github.com/EventSquare/remixicon-react
- Issues: https://github.com/EventSquare/remixicon-react/issues
- npm.io page: https://npm.io/package/eventsquare-remixicon-react

## Dependencies (1)

- [remixicon](https://npm.io/package/remixicon.md) 3.5.0

## Recent versions

- 1.0.1 (latest) — 2023-11-21

## README

# eventsquare-remixicon-react-builder

[Remix Icons](https://remixicon.com/) for React packaged as single components

This repo is based on the very good [mdi-react](https://github.com/levrik/mdi-react) package.

## Installation

```bash
npm install eventsquare-remixicon-react
# or if you use Yarn
yarn add eventsquare-remixicon-react
```

## Usage

Just search for an icon on [remixicon.com](https://remixicon.com) and look for its name.  
The name translates to Svg followed by the name in `remixicon-react` converted to PascalCaseIcon.

For example the icons named `alert-line` and `alert-fill`:

```javascript
import AlertLineIcon from 'eventsquare-remixicon-react/AlertLineIcon';
import AlertFillIcon from 'eventsquare-remixicon-react/AlertFillIcon';

const MyComponent = () => {
  return (
    <div>
      <AlertFillIcon />
      <AlertLineIcon className="some-class" />
    </div>
  );
};
```

---
_Source: https://npm.io/package/eventsquare-remixicon-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
