Skip to content

Commit

Permalink
Merge pull request #8 from tranityproject/ayungavis/update-readme
Browse files Browse the repository at this point in the history
Add icon list link to the readme
  • Loading branch information
ayungavis authored Mar 30, 2023
2 parents f0f6146 + b2da712 commit e2d6720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</p>
<p align="center">
<a href="https://github.com/tranityproject/antasena-icons">Home</a>
-
<a href="https://github.com/tranityproject/antasena-icons">Documentation</a>
<a href="https://github.com/tranityproject/antasena-icons/blob/main/docs/ICON_LIST.md">Icons</a>
</p>

## Installation
Expand Down Expand Up @@ -50,6 +50,8 @@ export const MyComponent = () => {

Find the name of the icon you want to use. Each icon in the library is named `Icon{name}`, where `name` is the name of the icon in PascalCase. For example, the icon for the "add" action is named `IconAdd`.

You can see the list of the icons in the [Icon List](https://github.com/tranityproject/antasena-icons/blob/main/docs/ICON_LIST.md) page.

## Customization

### SVG props
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antasena-icons",
"version": "0.0.1",
"version": "0.0.2",
"description": "Antasena icons is a comprehensive library of React icons designed to help developers easily add scalable vector icons to their projects.",
"keywords": [
"react",
Expand Down

0 comments on commit e2d6720

Please sign in to comment.