# @smartgear/icons

> Icons for use in smartgear projects

Latest version **1.0.3** (published 2019-06-13) · SEE LICENSE IN LICENSE license · 0 weekly downloads

## Install

```sh
npm install @smartgear/icons
pnpm add @smartgear/icons
yarn add @smartgear/icons
bun add @smartgear/icons
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-06-13 |
| First published | 2019-06-13 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 1 |
| Unpacked size | 1.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | alexander.buczynsky |
| Maintainers | alexbuczynsky |

## Links

- npm: https://www.npmjs.com/package/@smartgear/icons
- Repository: https://code.siemens.com/smart-gear-gp/smartgear-graphics
- npm.io page: https://npm.io/package/@smartgear/icons

## Dependencies (1)

- [recompose](https://npm.io/package/recompose.md) ^0.30.0

## Recent versions

- 1.0.3 (latest) — 2019-06-13
- 1.0.2 — 2019-06-13
- 1.0.1 — 2019-06-13
- 1.0.0 — 2019-06-13

## README

# @smartgear/icons

> Icons for use in smartgear projects

[![NPM](https://img.shields.io/npm/v/@smartgear/icons.svg)](https://www.npmjs.com/package/@smartgear/icons) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @smartgear/icons
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from '@smartgear/icons'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}
```

## License

SEE LICENSE IN LICENSE © [alexander.buczynsky](https://github.com/alexander.buczynsky)

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