# the-icon

> Icon of the-components

Latest version **4.0.10** (published 2018-11-14) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install the-icon
pnpm add the-icon
yarn add the-icon
bun add the-icon
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 4.0.10 |
| Published | 2018-11-14 |
| First published | 2017-04-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 4 |
| Unpacked size | 36.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | react-component, the |

## Links

- npm: https://www.npmjs.com/package/the-icon
- Repository: https://github.com/the-labo/the-icon
- Homepage: https://github.com/the-labo/the-icon#readme
- Issues: https://github.com/the-labo/the-icon/issues
- npm.io page: https://npm.io/package/the-icon

## Dependencies (4)

- [the-style](https://npm.io/package/the-style.md) ^2.2.3
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [prop-types](https://npm.io/package/prop-types.md) ^15.6.2
- [the-component-util](https://npm.io/package/the-component-util.md) ^3.0.19

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 4.0.10 (latest) — 2018-11-14
- 4.0.9 — 2018-08-09
- 4.0.8 — 2018-06-22
- 4.0.7 — 2018-06-18
- 4.0.6 — 2018-06-17
- 4.0.5 — 2018-06-16
- 4.0.4 — 2018-03-06
- 4.0.2 — 2018-01-14
- 4.0.1 — 2018-01-09
- 4.0.0 — 2018-01-09
- 2.0.0 — 2017-09-29
- 1.1.2 — 2017-09-21
- 1.1.1 — 2017-09-21
- 1.1.0 — 2017-09-21
- 1.0.7 — 2017-09-09
- … 7 more at https://npm.io/package/the-icon/versions

## README

the-icon
==========

<!---
This file is generated by the-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/the-labo/the-icon
[bd_travis_url]: http://travis-ci.org/the-labo/the-icon
[bd_travis_shield_url]: http://img.shields.io/travis/the-labo/the-icon.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/the-labo/the-icon
[bd_travis_com_shield_url]: https://api.travis-ci.com/the-labo/the-icon.svg?token=
[bd_license_url]: https://github.com/the-labo/the-icon/blob/master/LICENSE
[bd_npm_url]: http://www.npmjs.org/package/the-icon
[bd_npm_shield_url]: http://img.shields.io/npm/v/the-icon.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Icon of the-components

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install the-icon --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

import React from 'react'
import { TheIcon, TheIconStyle } from 'the-icon'

class ExampleComponent extends React.Component {
  render () {
    return (
      <div>
        <TheIcon.CdnLink/>
        <hr/>

        {
          'ABCDEF'.split('').map((theme) => (
            <TheIcon.Spin key={theme} theme={theme}/>
          ))
        }

      </div>

    )
  }
}

export default ExampleComponent

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->

<!-- Section from "doc/guides/03.Components.md.hbs" Start -->

<a name="section-doc-guides-03-components-md"></a>

Components
-----------

### TheIcon

Icon of the-components

**Props**

| Name | Type | Description | Default |
| --- | --- | ---- | ---- |
| `type` |   |  | `null` |

### TheIconStyle

Style for TheIcon

**Props**

| Name | Type | Description | Default |
| --- | --- | ---- | ---- |
| `options` | object  | Style options | `{}` |



<!-- Section from "doc/guides/03.Components.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/the-labo/the-icon/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------

+ [THE Labo][t_h_e_labo_url]

[t_h_e_labo_url]: https://github.com/the-labo

<!-- Links End -->

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