3.7.0 • Published 8 days ago

@vygruppen/spor-icon-react v3.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

Icons (React)

This package includes all of our icons as React components.

Installation

$ npm install @vygruppen/spor-icon-react

Usage

import { AddFill18Icon } from "@vygruppen/spor-icon-react";

There are lots of icons - close to 1000 at last count. Most icons are designed for one of three to four sizes (12, 18, 24, 30 px), and available in a filled or outlined variant.

The naming scheme looks something like this:

{name}{variant}{size}Icon

Then, use the icon(s) as follows:

<AddFill18Icon />

🚨 Never import all icons!

When you're using these icons, never do import * as icons from "@vygruppen/spor-icon-react"! That will add over a megabyte to your JavaScript bundle, and render your app close to unusable on lower-end devices. 😱

Instead, import only the icons you need as named imports.

Icon metadata

If you need to, you can fetch the metadata of the icon library from the metadata JSON file:

import metadata from "@vygruppen/spor-icon-react/dist/metadata.json";

This will probably only be interesting for the documentation site or other internal tools, but feel free to use it.

Available icons

Please refer to the documentation for a complete list of icons:

Development

Please refer to the root readme for development notes.

3.7.0

8 days ago

3.6.0

4 months ago

3.5.0

4 months ago

3.4.0

6 months ago

3.2.2

9 months ago

3.3.0

8 months ago

3.2.1

9 months ago

3.2.0

9 months ago

3.2.3

9 months ago

2.0.3

1 year ago

2.0.2

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.0

1 year ago

1.0.2

2 years ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

1.3.0

1 year ago

0.6.3

2 years ago

0.6.4

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.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