feat(component): add Icon

Closes #30
This commit is contained in:
Eric Liu 2019-12-22 15:33:55 -08:00
commit 5ae12066fb
18 changed files with 193 additions and 88 deletions

View file

@ -11,6 +11,7 @@ import Form from './components/Form';
import FormGroup from './components/FormGroup';
import FormItem from './components/FormItem';
import FormLabel from './components/FormLabel';
import Icon, { IconSkeleton } from './components/Icon';
import InlineLoading from './components/InlineLoading';
import Link from './components/Link';
import ListItem from './components/ListItem';
@ -84,6 +85,8 @@ export {
FormItem,
FormLabel,
ExpandableTile,
Icon,
IconSkeleton,
InlineLoading,
InlineNotification,
Link,