# lit-remixicon

> Remixicon SVG icons with wrapper for Lit

Latest version **1.0.3** (published 2022-01-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install lit-remixicon
pnpm add lit-remixicon
yarn add lit-remixicon
bun add lit-remixicon
```

## 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.3 |
| Published | 2022-01-13 |
| First published | 2022-01-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Cengiz Gonen |
| Maintainers | cetico |
| Keywords | lit, remixicon, lit icons, icons, lit-remixicon, icon, web components |

## Links

- npm: https://www.npmjs.com/package/lit-remixicon
- Homepage: https://github.com/cetico/lit-remixicon
- npm.io page: https://npm.io/package/lit-remixicon

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-01-13
- 1.0.2 — 2022-01-06
- 1.0.1 — 2022-01-06
- 1.0.0 — 2022-01-06

## README

# LIT-REMIXICON

_This is a simple wrapper package to add remixicon icons to lit projects._

https://remixicon.com/

---

### Instructions

```
npm i lit-remixicon
```

Just import it and wrap it in an element.

```ts
import inlineSoSVG from 'lit-remixicon/svg/logos/stack-overflow-fill';
...
...
public render() {
  return html`<i style="display: inline-block; width: 50x; height: 50px;">${inlineSoSVG}</i>`;
}

```

import path is `lit-remixicon/svg/[category]/[icon name]`

You can find the categories and icons at https://remixicon.com/ website.

### dependencies

- Lit

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