@anna-ui/icon

Icon component for Anna UI Kit

Usage no npm install needed!

<script type="module">
  import annaUiIcon from 'https://cdn.skypack.dev/@anna-ui/icon';
</script>

README

@anna-ui/icon

Icon component from Anna UI Kit

NPM JavaScript Style Guide

Install

npm install --save @anna-ui/icon

Usage

import * as React from 'react';

import Icon from '@anna-ui/icon';

class Example extends React.Component {
  render() {
    return <Icon />;
  }
}

License

MIT © anna-ui