zipzy-icons 1.0.33 → 1.0.34
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 +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](./LICENSE)
|
|
8
8
|
[](https://react.dev)
|
|
9
9
|
[](https://www.typescriptlang.org)
|
|
10
|
+
[](https://github.com/zipzy/zipzy-icons)
|
|
10
11
|
|
|
11
12
|
**zipzy-icons** is the official icon package for [ZipZy](https://zipzy.in) products. It provides brand logos, logomarks, and product-specific icons (HRMS, Payments, Dashboard) as optimized React SVG components. Every icon supports `currentColor`, Tailwind CSS classes, inline styles, and standard SVG props — zero configuration needed.
|
|
12
13
|
|
|
@@ -477,6 +478,16 @@ import type { ZipZyIconProps, ZipZyProductIconProps } from "zipzy-icons";
|
|
|
477
478
|
|
|
478
479
|
---
|
|
479
480
|
|
|
481
|
+
## Repository
|
|
482
|
+
|
|
483
|
+
The source code for **zipzy-icons** is available on GitHub.
|
|
484
|
+
|
|
485
|
+
- Repository: https://github.com/zipzy/zipzy-icons
|
|
486
|
+
- Issues: https://github.com/zipzy/zipzy-icons/issues
|
|
487
|
+
- Discussions: https://github.com/zipzy/zipzy-icons/discussions
|
|
488
|
+
|
|
489
|
+
---
|
|
490
|
+
|
|
480
491
|
## Keywords
|
|
481
492
|
|
|
482
493
|
`zipzy` · `zipzy-icons` · `react icons` · `svg icons` · `logo component` · `hrms icons` · `dashboard icons` · `payments icons` · `typescript icons` · `tailwind icons` · `react svg` · `icon library` · `zipzy hrms` · `zipzy dashboard` · `zipzy payments`
|
|
@@ -491,5 +502,6 @@ MIT © [ZipZy](https://zipzy.in)
|
|
|
491
502
|
|
|
492
503
|
## Links
|
|
493
504
|
|
|
494
|
-
-
|
|
495
|
-
-
|
|
505
|
+
- GitHub Repository: https://github.com/zipzy/zipzy-icons
|
|
506
|
+
- npm Package: https://www.npmjs.com/package/zipzy-icons
|
|
507
|
+
- ZipZy Website: https://zipzy.in
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zipzy-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"description": "Lightweight, customizable React SVG icon library for ZipZy products — logomarks, wordmarks, and product icons (HRMS, Payments, Dashboard) with TypeScript support and Tailwind CSS compatibility.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|