joyent-portal/packages/icons
Sara Vieira 02b9f88315 fix(icons): fix play icon
fixes #951
2017-12-22 16:01:35 +00:00
..
src fix(icons): fix play icon 2017-12-22 16:01:35 +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 fix(my-joy-beta): fix regressions introduced by removing Title 2017-12-22 02:11:50 +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