# @fremtind/jkl-icons-react

> Icons in Jøkul style

Latest version **9.2.11** (published 2025-12-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fremtind/jkl-icons-react
pnpm add @fremtind/jkl-icons-react
yarn add @fremtind/jkl-icons-react
bun add @fremtind/jkl-icons-react
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 9.2.11 |
| Published | 2025-12-11 |
| First published | 2020-08-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 232.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 77 |
| Maintainers | pior-h, a11860, fremtind-bot |
| Keywords | icons, react, jkl, jkl-icons |

## Links

- npm: https://www.npmjs.com/package/@fremtind/jkl-icons-react
- Repository: https://github.com/fremtind/jokul
- Homepage: https://github.com/fremtind/jokul/tree/pre-1.0/packages/icons-react
- Issues: https://github.com/fremtind/jokul/issues
- npm.io page: https://npm.io/package/@fremtind/jkl-icons-react

## Dependencies (4)

- [classnames](https://npm.io/package/classnames.md) ^2.5.1
- [@fremtind/jkl-core](https://npm.io/package/@fremtind/jkl-core.md) ^14.10.9
- [@fremtind/jkl-icons](https://npm.io/package/@fremtind/jkl-icons.md) ^10.1.22
- [@fremtind/jkl-react-hooks](https://npm.io/package/@fremtind/jkl-react-hooks.md) ^12.3.4

## 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

- 9.2.11 (latest) — 2025-12-11
- 9.2.10 — 2025-12-01
- 9.2.9 — 2025-10-15
- 9.2.8 — 2025-06-03
- 9.2.7 — 2025-05-05
- 9.2.6 — 2025-02-18
- 9.2.5 — 2025-02-07
- 9.2.4 — 2025-01-30
- 9.2.3 — 2025-01-23
- 9.2.2 — 2025-01-22
- 9.2.1 — 2025-01-14
- 9.2.0 — 2025-01-13
- 9.1.23 — 2025-01-10
- 9.1.22 — 2025-01-08
- 9.1.21 — 2024-12-18
- … 162 more at https://npm.io/package/@fremtind/jkl-icons-react/versions

## README

# [`@fremtind/jkl-icons-react`](https://jokul.fremtind.no/komponenter/icons)

Se portalen for [bruk og prinsipper](https://jokul.fremtind.no/komponenter/icons).

## Installasjon

**Tips:** [stilpakken](../icons/) blir automatisk installert som en avhengighet.

1. `npm i @fremtind/jkl-icons-react`.
2. Importér _både_ React-komponent og stilark i prosjektet ditt.

```js
import { ArrowDown, ArrowHorizontalAnimated } from "@fremtind/jkl-icons-react";

// Importer stilark via JavaScript med CSS-loader.
// CSS for uanimerte ikoner ligger i core.
import "@fremtind/jkl-core/core.min.css";
import "@fremtind/jkl-icons/icons.min.css";
```

```scss
// Eller importer stilark via SCSS.
@use "@fremtind/jkl-core/core";
@use "@fremtind/jkl-icons/icons";
```

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