@koobiq/react-icons 12.2.0 → 12.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,8 @@ yarn add @koobiq/react-icons
28
28
 
29
29
  ## Usage
30
30
 
31
+ Component names follow the pattern `Icon{PascalCase}{size}` — the icon's kebab-case name (e.g. `check`, `filter-dot`) converted to PascalCase, with the size suffix (`16`/`24`/`32`/`48`/`64`) appended.
32
+
31
33
  Import the required icon from the package:
32
34
 
33
35
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-icons",
3
- "version": "12.2.0",
3
+ "version": "12.2.1",
4
4
  "description": "Koobiq React Icons",
5
5
  "publishConfig": {
6
6
  "access": "public"