2018-02-28 13:22:39 +02:00
|
|
|
# logo-assets
|
2017-11-23 14:18:38 +02:00
|
|
|
|
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)
|
2017-11-23 14:18:38 +02:00
|
|
|
|
|
|
|
## 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
|