# infl-icons

> Influitive Icons

Latest version **1.4.10** (published 2022-05-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install infl-icons
pnpm add infl-icons
yarn add infl-icons
bun add infl-icons
```

## 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.4.10 |
| Published | 2022-05-26 |
| First published | 2018-03-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 557.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Influitive |
| Maintainers | seethruhead |
| Keywords | icons |

## Links

- npm: https://www.npmjs.com/package/infl-icons
- Repository: https://github.com/influitive/infl-icons
- Homepage: https://github.com/influitive/infl-icons#readme
- Issues: https://github.com/influitive/infl-icons/issues
- npm.io page: https://npm.io/package/infl-icons

## Dependencies (2)

- [classnames](https://npm.io/package/classnames.md) ^2.2.3
- [prop-types](https://npm.io/package/prop-types.md) ^15.6.2

## 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.4.10 (latest) — 2022-05-26
- 1.4.3 — 2022-05-26
- 1.4.1 — 2022-05-26
- 1.2.9 — 2021-07-23
- 1.2.8 — 2021-05-03
- 1.2.4 — 2020-05-12
- 1.2.3 — 2020-05-07
- 1.2.2 — 2020-05-07
- 1.2.1 — 2018-10-26
- 1.2.0 — 2018-09-14
- 1.1.0 — 2018-09-13
- 1.0.5 — 2018-06-28
- 1.0.4 — 2018-03-20
- 1.0.1 — 2018-03-20

## README

## Influitive Icons

### Prerequisites ###

You need to make sure that you infl-icons css is processed as css?modules in your webpack config, otherwise the fonts won't be picked up.

### Adding new icons

Drop the new icon into the SVG folder and run ```npm run build```. Add all the changed files to git and commit.

### Use
To use the proper, React way:

```js
import { Icon } from 'infl-icons';

...

<Icon icon='arrow-down'/>
```

You can also use it in sass but only by adding the include path:

```js
path.resolve(require.resolve('infl-icons'),'..')
```

And then importing like this:

```css
@import 'infl-icons/icon'

...

@include ic-arrow-down();
```

Please note that the sass method is only supported for legacy support. DO NOT USE THIS METHOD.

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