joyent-portal/packages/icons/readme.md

30 lines
585 B
Markdown
Raw Permalink Normal View History

2018-02-28 13:22:39 +02:00
# icons
2018-02-28 00:40:51 +02:00
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [License](#license)
## Install
```
yarn add --dev joyent-icons
```
## Usage
```js
import React from 'react';
import { Arrow } from 'joyent-icons';
export default () => <Arrow />;
```
## License
MPL-2.0