@iconkadeh/icons 1.0.0 → 1.1.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 (43) hide show
  1. package/css/all/all.css +85579 -0
  2. package/css/bold/all.css +21620 -0
  3. package/{dist/bold/rounded/iconkadeh-bold-rounded.css → css/bold/rounded.css} +3 -3
  4. package/{dist/bold/straight/iconkadeh-bold-straight.css → css/bold/straight.css} +3 -3
  5. package/{dist/brands/all/iconkadeh-brands.css → css/brands/all.css} +3 -3
  6. package/css/regular/all.css +21614 -0
  7. package/{dist/regular/rounded/iconkadeh-regular-rounded.css → css/regular/rounded.css} +3 -3
  8. package/{dist/regular/straight/iconkadeh-regular-straight.css → css/regular/straight.css} +3 -3
  9. package/css/solid/all.css +21437 -0
  10. package/{dist/solid/rounded/iconkadeh-solid-rounded.css → css/solid/rounded.css} +3 -3
  11. package/{dist/solid/straight/iconkadeh-solid-straight.css → css/solid/straight.css} +3 -3
  12. package/css/thin/all.css +20219 -0
  13. package/{dist/thin/rounded/iconkadeh-thin-rounded.css → css/thin/rounded.css} +3 -3
  14. package/{dist/thin/straight/iconkadeh-thin-straight.css → css/thin/straight.css} +3 -3
  15. package/package.json +7 -6
  16. package/utils/update-fonts.js +90 -0
  17. package/dist/bold/rounded/iconkadeh-bold-rounded.ttf +0 -0
  18. package/dist/bold/straight/iconkadeh-bold-straight.ttf +0 -0
  19. package/dist/brands/all/iconkadeh-brands.ttf +0 -0
  20. package/dist/regular/rounded/iconkadeh-regular-rounded.ttf +0 -0
  21. package/dist/regular/straight/iconkadeh-regular-straight.ttf +0 -0
  22. package/dist/solid/rounded/iconkadeh-solid-rounded.ttf +0 -0
  23. package/dist/solid/straight/iconkadeh-solid-straight.ttf +0 -0
  24. package/dist/thin/rounded/iconkadeh-thin-rounded.ttf +0 -0
  25. package/dist/thin/straight/iconkadeh-thin-straight.ttf +0 -0
  26. /package/{dist/bold/rounded → css}/iconkadeh-bold-rounded.woff +0 -0
  27. /package/{dist/bold/rounded → css}/iconkadeh-bold-rounded.woff2 +0 -0
  28. /package/{dist/bold/straight → css}/iconkadeh-bold-straight.woff +0 -0
  29. /package/{dist/bold/straight → css}/iconkadeh-bold-straight.woff2 +0 -0
  30. /package/{dist/brands/all → css}/iconkadeh-brands.woff +0 -0
  31. /package/{dist/brands/all → css}/iconkadeh-brands.woff2 +0 -0
  32. /package/{dist/regular/rounded → css}/iconkadeh-regular-rounded.woff +0 -0
  33. /package/{dist/regular/rounded → css}/iconkadeh-regular-rounded.woff2 +0 -0
  34. /package/{dist/regular/straight → css}/iconkadeh-regular-straight.woff +0 -0
  35. /package/{dist/regular/straight → css}/iconkadeh-regular-straight.woff2 +0 -0
  36. /package/{dist/solid/rounded → css}/iconkadeh-solid-rounded.woff +0 -0
  37. /package/{dist/solid/rounded → css}/iconkadeh-solid-rounded.woff2 +0 -0
  38. /package/{dist/solid/straight → css}/iconkadeh-solid-straight.woff +0 -0
  39. /package/{dist/solid/straight → css}/iconkadeh-solid-straight.woff2 +0 -0
  40. /package/{dist/thin/rounded → css}/iconkadeh-thin-rounded.woff +0 -0
  41. /package/{dist/thin/rounded → css}/iconkadeh-thin-rounded.woff2 +0 -0
  42. /package/{dist/thin/straight → css}/iconkadeh-thin-straight.woff +0 -0
  43. /package/{dist/thin/straight → css}/iconkadeh-thin-straight.woff2 +0 -0
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconkadeh-regular-rounded";
3
- src: url(".//iconkadeh-regular-rounded.woff2?9ff7909edbdb0c39deedbfacfdb0f876") format("woff2"),
4
- url(".//iconkadeh-regular-rounded.woff?9ff7909edbdb0c39deedbfacfdb0f876") format("woff"),
5
- url(".//iconkadeh-regular-rounded.ttf?9ff7909edbdb0c39deedbfacfdb0f876") format("truetype");
3
+ src: url("..//iconkadeh-regular-rounded.woff2?9ff7909edbdb0c39deedbfacfdb0f876") format("woff2"),
4
+ url("..//iconkadeh-regular-rounded.woff?9ff7909edbdb0c39deedbfacfdb0f876") format("woff"),
5
+ url("..//iconkadeh-regular-rounded.eot?9ff7909edbdb0c39deedbfacfdb0f876#iefix") format("embedded-opentype");
6
6
  }
7
7
 
8
8
  i[class^="ik-"]:before, i[class*=" ik-"]:before {
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconkadeh-regular-straight";
3
- src: url(".//iconkadeh-regular-straight.woff2?0a1e6e949c60ee71d1f5a18d55881c96") format("woff2"),
4
- url(".//iconkadeh-regular-straight.woff?0a1e6e949c60ee71d1f5a18d55881c96") format("woff"),
5
- url(".//iconkadeh-regular-straight.ttf?0a1e6e949c60ee71d1f5a18d55881c96") format("truetype");
3
+ src: url("..//iconkadeh-regular-straight.woff2?0a1e6e949c60ee71d1f5a18d55881c96") format("woff2"),
4
+ url("..//iconkadeh-regular-straight.woff?0a1e6e949c60ee71d1f5a18d55881c96") format("woff"),
5
+ url("..//iconkadeh-regular-straight.eot?0a1e6e949c60ee71d1f5a18d55881c96#iefix") format("embedded-opentype");
6
6
  }
7
7
 
8
8
  i[class^="ik-"]:before, i[class*=" ik-"]:before {