joyent-portal/packages/icons
Sérgio Ramos f73a9f4eca fix(bundle): handle namespaces 2018-04-05 17:58:53 +01:00
..
src fix(my-joy-beta): multiple small fixes 2018-02-01 15:33:58 +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 style: global and simpler prettier config 2018-03-15 19:02:55 +00:00
.yarnclean feat(ui-toolkit): detach icons into its own package 2017-11-24 15:09:08 +00:00
package.json fix(bundle): handle namespaces 2018-04-05 17:58:53 +01:00
readme.md chore: rename navigation 2018-02-28 11:22:52 +00:00

readme.md

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