From b2da712d5831c9a30816e4100288d039e9a1e4b8 Mon Sep 17 00:00:00 2001
From: Wahyu Kurniawan
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",