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

@ -0,0 +1,4 @@
import Icon from './Icon.svelte';
export default Icon;
export { default as IconSkeleton } from './Icon.Skeleton.svelte';