joyent-portal/packages/icons
Sérgio Ramos 882cb68ec2 feat(ui-toolkit): a more reusable ui-toolkit
- remove dependencies on redux-form, react-router-dom, and react-redux.
 - work with every font, and don't bundle fonts
 - don't bundle editor
2017-12-15 15:23:38 +00:00
..
src feat(my-joy-beta): instance list 2017-12-04 18:04:19 +00:00
.babelrc feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
.dockerignore feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
.eslintignore feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
.eslintrc feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
.tern-project feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
.yarnclean feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
README.md feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
package.json feat(ui-toolkit): a more reusable ui-toolkit 2017-12-15 15:23:38 +00:00

README.md

joyent-icons

License: MPL 2.0 standard-readme compliant

Table of Contents

Install

yarn add --dev joyent-icons

Usage

import React from 'react';
import { Arrow } from 'joyent-icons';

export default () => <Arrow />;

License

MPL-2.0