joyent-portal/packages/logos
Sérgio Ramos 23ddc68ade style: global and simpler prettier config
this also removes precommit scripts because they were cumbersome
2018-03-15 19:02:55 +00:00
..
assets feat(images): prettify list 2018-02-09 14:16:42 +00:00
src fix(my-joy-beta): fix multiple bugs 2018-02-23 15:59:12 +00:00
.babelrc feat(images): bootstrap 2018-02-09 14:16:42 +00:00
.dockerignore feat(images): bootstrap 2018-02-09 14:16:42 +00:00
.eslintignore feat(images): bootstrap 2018-02-09 14:16:42 +00:00
.eslintrc feat(images): bootstrap 2018-02-09 14:16:42 +00:00
.tern-project style: global and simpler prettier config 2018-03-15 19:02:55 +00:00
.yarnclean feat(images): bootstrap 2018-02-09 14:16:42 +00:00
convert.js chore: cleanup deps and flows 2018-02-28 11:18:40 +00:00
package.json fix: namespace on chunks 2018-03-08 09:24:40 +00:00
readme.md chore: rename navigation 2018-02-28 11:22:52 +00:00

readme.md

logo-assets

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