@koobiq/angular-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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ pnpm add @koobiq/angular-icons
|
|
|
27
27
|
|
|
28
28
|
## Usage
|
|
29
29
|
|
|
30
|
+
Component class names follow the pattern `Kbq{PascalCase}{size}`, used as an attribute selector `kbq{PascalCase}{size}` on an `<svg>` — the icon's kebab-case name (e.g. `plus`, `filter-dot`) converted to PascalCase, with the size suffix (`16`/`24`/`32`/`48`/`64`) appended.
|
|
31
|
+
|
|
30
32
|
Import the required icon component and add it to your template:
|
|
31
33
|
|
|
32
34
|
```ts
|