@iconkadeh/icons 1.0.0

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 (38) hide show
  1. package/README.md +22 -0
  2. package/dist/bold/rounded/iconkadeh-bold-rounded.css +10809 -0
  3. package/dist/bold/rounded/iconkadeh-bold-rounded.ttf +0 -0
  4. package/dist/bold/rounded/iconkadeh-bold-rounded.woff +0 -0
  5. package/dist/bold/rounded/iconkadeh-bold-rounded.woff2 +0 -0
  6. package/dist/bold/straight/iconkadeh-bold-straight.css +10809 -0
  7. package/dist/bold/straight/iconkadeh-bold-straight.ttf +0 -0
  8. package/dist/bold/straight/iconkadeh-bold-straight.woff +0 -0
  9. package/dist/bold/straight/iconkadeh-bold-straight.woff2 +0 -0
  10. package/dist/brands/all/iconkadeh-brands.css +681 -0
  11. package/dist/brands/all/iconkadeh-brands.ttf +0 -0
  12. package/dist/brands/all/iconkadeh-brands.woff +0 -0
  13. package/dist/brands/all/iconkadeh-brands.woff2 +0 -0
  14. package/dist/regular/rounded/iconkadeh-regular-rounded.css +10809 -0
  15. package/dist/regular/rounded/iconkadeh-regular-rounded.ttf +0 -0
  16. package/dist/regular/rounded/iconkadeh-regular-rounded.woff +0 -0
  17. package/dist/regular/rounded/iconkadeh-regular-rounded.woff2 +0 -0
  18. package/dist/regular/straight/iconkadeh-regular-straight.css +10803 -0
  19. package/dist/regular/straight/iconkadeh-regular-straight.ttf +0 -0
  20. package/dist/regular/straight/iconkadeh-regular-straight.woff +0 -0
  21. package/dist/regular/straight/iconkadeh-regular-straight.woff2 +0 -0
  22. package/dist/solid/rounded/iconkadeh-solid-rounded.css +10683 -0
  23. package/dist/solid/rounded/iconkadeh-solid-rounded.ttf +0 -0
  24. package/dist/solid/rounded/iconkadeh-solid-rounded.woff +0 -0
  25. package/dist/solid/rounded/iconkadeh-solid-rounded.woff2 +0 -0
  26. package/dist/solid/straight/iconkadeh-solid-straight.css +10752 -0
  27. package/dist/solid/straight/iconkadeh-solid-straight.ttf +0 -0
  28. package/dist/solid/straight/iconkadeh-solid-straight.woff +0 -0
  29. package/dist/solid/straight/iconkadeh-solid-straight.woff2 +0 -0
  30. package/dist/thin/rounded/iconkadeh-thin-rounded.css +10086 -0
  31. package/dist/thin/rounded/iconkadeh-thin-rounded.ttf +0 -0
  32. package/dist/thin/rounded/iconkadeh-thin-rounded.woff +0 -0
  33. package/dist/thin/rounded/iconkadeh-thin-rounded.woff2 +0 -0
  34. package/dist/thin/straight/iconkadeh-thin-straight.css +10131 -0
  35. package/dist/thin/straight/iconkadeh-thin-straight.ttf +0 -0
  36. package/dist/thin/straight/iconkadeh-thin-straight.woff +0 -0
  37. package/dist/thin/straight/iconkadeh-thin-straight.woff2 +0 -0
  38. package/package.json +21 -0
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # IconKadeh Icons
2
+
3
+ Official premium icon fonts by IconKadeh.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @iconkadeh/icons
9
+ ```
10
+
11
+ ## Usage
12
+ Include the CSS file of your choice in your project:
13
+
14
+ ``` HTML
15
+ <link rel="stylesheet" href="node_modules/@iconkadeh/icons/dist/brands/all/iconkadeh-brands.css">
16
+ ```
17
+
18
+ ## Example usage:
19
+
20
+ ``` HTML
21
+ <i class="ik ik-brands-youtube"></i>
22
+ ```