Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith authored May 10, 2020
1 parent fea89b1 commit 1fe38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, install this library!
npm install --save @graywolfai/react-heroicons
```

Then, just import the icons you want to use like you would any `svg` component!
Now you have access to the entire `heroicons` library! You use them like you would any `svg` component.
```tsx
import { MdArchive } from "@graywolfai/react-heroicons/outline-md/md-archive";
import { MdArchive } from "@graywolfai/react-heroicons/solid-sm/sm-archive"; // or
Expand Down

0 comments on commit 1fe38e7

Please sign in to comment.