2.13.0 • Published 4 months ago

@vygruppen/spor-icon-react-native v2.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Icons (React Native)

This package includes all of our icons as React Native components.

Installation

$ npm install @vygruppen/spor-icon-react-native
$ yarn add @vygruppen/spor-icon-react-native
$ pnpm install @vygruppen/spor-icon-react-native

Usage

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

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

🚨 Never import all icons!

When you're using these icons, never do import * as icons from "@vygruppen/spor-icon-react-native"! 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.

Available icons

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

Development

Please refer to the root readme for development notes.

2.13.0

4 months ago

2.12.0

8 months ago

2.11.0

9 months ago

2.10.0

1 year ago

2.9.0

1 year ago

2.8.0

1 year ago

2.7.0

1 year ago

2.5.0

1 year ago

2.6.0

1 year ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.5.0

3 years ago

0.2.3

3 years ago

0.4.0

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago