From b2da712d5831c9a30816e4100288d039e9a1e4b8 Mon Sep 17 00:00:00 2001 From: Wahyu Kurniawan Date: Thu, 30 Mar 2023 21:33:51 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20icon=20list=20link?= =?UTF-8?q?=20to=20the=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c9dc95..8dad535 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@

Home - - - Documentation + – + Icons

## Installation @@ -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 diff --git a/package.json b/package.json index 47dc42b..61a200d 100644 --- a/package.json +++ b/package.json @@ -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",