kv-icon-kit 1.0.14 → 1.0.15

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 +5 -5
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Kiotviet-Awesome
1
+ # KV Icon Kit
2
2
 
3
- Get icon SVG from [iconkit.kiotviet.vn](https://iconkit.kiotviet.vn/) version 1.0.4.
3
+ Get icon SVG from [iconkit.kiotviet.vn](https://iconkit.kiotviet.vn/).
4
4
 
5
5
  ## Using
6
- * With Font Icons: use class `.kas` to define for weight 700, `.kar` to define for weight 400.
7
- * With Font Icon Brands: use class `.kab` to define, and has only weight 700.
8
- * With Icons color mix: use class `.kam` to define, and can't change color and weight.
6
+ * With Font Icons: use class `.iks` to define for weight 700, `.ikr` to define for weight 400.
7
+ * With Font Icon Brands: use class `.ikb` to define, and has only weight 700.
8
+ * With Icons color mix: use class `.ikc` to define, and can't change color and weight.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kv-icon-kit",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Font Icon Kit using for all Kiotviet Project",
5
5
  "main": "kv-icon-kit.scss",
6
6
  "repository": {
@@ -18,6 +18,9 @@
18
18
  },
19
19
  "keywords": [
20
20
  "kv-icon-kit",
21
+ "Keivi icon kit",
22
+ "Kiotviet icon kit",
23
+ "Keivi",
21
24
  "Kiotviet",
22
25
  "Icon Kit"
23
26
  ],