@koobiq/icons 10.9.0 → 11.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 (104) hide show
  1. package/CHANGELOG.md +112 -0
  2. package/fonts/kbq-icons.css +241 -163
  3. package/fonts/kbq-icons.html +559 -481
  4. package/fonts/kbq-icons.scss +161 -83
  5. package/fonts/kbq-icons.ttf +0 -0
  6. package/fonts/kbq-icons.woff +0 -0
  7. package/info/kbq-icons-info.json +1 -1
  8. package/package.json +1 -1
  9. package/svg/3-columns_16.svg +1 -0
  10. package/svg/3-columns_24.svg +1 -0
  11. package/svg/desktop-badge-linux_16.svg +1 -0
  12. package/svg/desktop-badge-linux_24.svg +1 -0
  13. package/svg/desktop-badge-windows_16.svg +1 -0
  14. package/svg/desktop-badge-windows_24.svg +1 -0
  15. package/svg/diamond-exclamation_16.svg +1 -0
  16. package/svg/diamond-exclamation_24.svg +1 -0
  17. package/svg/node-tree_16.svg +1 -0
  18. package/svg/server-badge-linux_16.svg +1 -0
  19. package/svg/server-badge-linux_24.svg +1 -0
  20. package/svg/server-badge-windows_16.svg +1 -0
  21. package/svg/server-badge-windows_24.svg +1 -0
  22. package/symbol/sprite.scss +552 -487
  23. package/symbol/sprite.symbol.html +1035 -905
  24. package/symbol/svg/sprite.symbol.svg +1 -1
  25. /package/svg/{windows-arrow-rotate-left_16.svg → arrow-rotate-left-badge-windows_16.svg} +0 -0
  26. /package/svg/{compress_16.svg → chevrons-compress_16.svg} +0 -0
  27. /package/svg/{compress_24.svg → chevrons-compress_24.svg} +0 -0
  28. /package/svg/{arrow-circle-down_16.svg → circle-arrow-down_16.svg} +0 -0
  29. /package/svg/{arrow-circle-down_24.svg → circle-arrow-down_24.svg} +0 -0
  30. /package/svg/{arrow-circle-left_16.svg → circle-arrow-left_16.svg} +0 -0
  31. /package/svg/{arrow-circle-left_24.svg → circle-arrow-left_24.svg} +0 -0
  32. /package/svg/{arrow-right-circle-dot-o_16.svg → circle-arrow-right-dot-o_16.svg} +0 -0
  33. /package/svg/{arrow-right-circle-dot-o_24.svg → circle-arrow-right-dot-o_24.svg} +0 -0
  34. /package/svg/{arrow-circle-right_16.svg → circle-arrow-right_16.svg} +0 -0
  35. /package/svg/{arrow-circle-right_24.svg → circle-arrow-right_24.svg} +0 -0
  36. /package/svg/{arrow-circle-up_16.svg → circle-arrow-up_16.svg} +0 -0
  37. /package/svg/{arrow-circle-up_24.svg → circle-arrow-up_24.svg} +0 -0
  38. /package/svg/{bolt-circle_16.svg → circle-bolt_16.svg} +0 -0
  39. /package/svg/{bolt-circle_24.svg → circle-bolt_24.svg} +0 -0
  40. /package/svg/{check-circle_16.svg → circle-check_16.svg} +0 -0
  41. /package/svg/{check-circle_24.svg → circle-check_24.svg} +0 -0
  42. /package/svg/{chevron-circle-down_16.svg → circle-chevron-down_16.svg} +0 -0
  43. /package/svg/{chevron-circle-down_24.svg → circle-chevron-down_24.svg} +0 -0
  44. /package/svg/{chevron-circle-left_16.svg → circle-chevron-left_16.svg} +0 -0
  45. /package/svg/{chevron-circle-left_24.svg → circle-chevron-left_24.svg} +0 -0
  46. /package/svg/{chevron-circle-right_16.svg → circle-chevron-right_16.svg} +0 -0
  47. /package/svg/{chevron-circle-right_24.svg → circle-chevron-right_24.svg} +0 -0
  48. /package/svg/{chevron-circle-up_16.svg → circle-chevron-up_16.svg} +0 -0
  49. /package/svg/{chevron-circle-up_24.svg → circle-chevron-up_24.svg} +0 -0
  50. /package/svg/{ellipsis-horizontal-circle-o_16.svg → circle-ellipsis-horizontal-o_16.svg} +0 -0
  51. /package/svg/{ellipsis-horizontal-circle-o_24.svg → circle-ellipsis-horizontal-o_24.svg} +0 -0
  52. /package/svg/{exclamation-circle_16.svg → circle-exclamation_16.svg} +0 -0
  53. /package/svg/{exclamation-circle_24.svg → circle-exclamation_24.svg} +0 -0
  54. /package/svg/{info-circle_16.svg → circle-info_16.svg} +0 -0
  55. /package/svg/{info-circle_24.svg → circle-info_24.svg} +0 -0
  56. /package/svg/{location-arrow-circle-o_16.svg → circle-location-arrow-o_16.svg} +0 -0
  57. /package/svg/{location-arrow-circle-o_24.svg → circle-location-arrow-o_24.svg} +0 -0
  58. /package/svg/{minus-circle-o_16.svg → circle-minus-o_16.svg} +0 -0
  59. /package/svg/{minus-circle-o_24.svg → circle-minus-o_24.svg} +0 -0
  60. /package/svg/{minus-circle-s_16.svg → circle-minus-s_16.svg} +0 -0
  61. /package/svg/{minus-circle-s_24.svg → circle-minus-s_24.svg} +0 -0
  62. /package/svg/{minus-circle_16.svg → circle-minus_16.svg} +0 -0
  63. /package/svg/{minus-circle_24.svg → circle-minus_24.svg} +0 -0
  64. /package/svg/{pause-circle_16.svg → circle-pause_16.svg} +0 -0
  65. /package/svg/{pause-circle_24.svg → circle-pause_24.svg} +0 -0
  66. /package/svg/{play-circle_16.svg → circle-play_16.svg} +0 -0
  67. /package/svg/{play-circle_24.svg → circle-play_24.svg} +0 -0
  68. /package/svg/{plus-circle-s_16.svg → circle-plus-s_16.svg} +0 -0
  69. /package/svg/{plus-circle-s_24.svg → circle-plus-s_24.svg} +0 -0
  70. /package/svg/{plus-circle_16.svg → circle-plus_16.svg} +0 -0
  71. /package/svg/{plus-circle_24.svg → circle-plus_24.svg} +0 -0
  72. /package/svg/{question-circle_16.svg → circle-question_16.svg} +0 -0
  73. /package/svg/{question-circle_24.svg → circle-question_24.svg} +0 -0
  74. /package/svg/{stop-circle_16.svg → circle-stop_16.svg} +0 -0
  75. /package/svg/{stop-circle_24.svg → circle-stop_24.svg} +0 -0
  76. /package/svg/{telegram-circle_16.svg → circle-telegram_16.svg} +0 -0
  77. /package/svg/{telegram-circle_24.svg → circle-telegram_24.svg} +0 -0
  78. /package/svg/{xmark-circle_16.svg → circle-xmark_16.svg} +0 -0
  79. /package/svg/{xmark-circle_24.svg → circle-xmark_24.svg} +0 -0
  80. /package/svg/{node-tree.svg → node-tree_24.svg} +0 -0
  81. /package/svg/{minus-octagon_16.svg → octagon-minus_16.svg} +0 -0
  82. /package/svg/{minus-octagon_24.svg → octagon-minus_24.svg} +0 -0
  83. /package/svg/{ip4-rectangle_16.svg → rectangle-ip4_16.svg} +0 -0
  84. /package/svg/{ip4-rectangle_24.svg → rectangle-ip4_24.svg} +0 -0
  85. /package/svg/{ip6-rectangle_16.svg → rectangle-ip6_16.svg} +0 -0
  86. /package/svg/{ip6-rectangle_24.svg → rectangle-ip6_24.svg} +0 -0
  87. /package/svg/{bolt-rectangle-vertical-o_16.svg → rectangle-vertical-bolt-o_16.svg} +0 -0
  88. /package/svg/{bolt-rectangle-vertical-o_24.svg → rectangle-vertical-bolt-o_24.svg} +0 -0
  89. /package/svg/{bolt-rectangle-vertical_16.svg → rectangle-vertical-bolt_16.svg} +0 -0
  90. /package/svg/{bolt-rectangle-vertical_24.svg → rectangle-vertical-bolt_24.svg} +0 -0
  91. /package/svg/{anomaly-square_16.svg → square-a_16.svg} +0 -0
  92. /package/svg/{anomaly-square_24.svg → square-a_24.svg} +0 -0
  93. /package/svg/{minus-square_16.svg → square-minus_16.svg} +0 -0
  94. /package/svg/{minus-square_24.svg → square-minus_24.svg} +0 -0
  95. /package/svg/{plus-square_16.svg → square-plus_16.svg} +0 -0
  96. /package/svg/{plus-square_24.svg → square-plus_24.svg} +0 -0
  97. /package/svg/{wrap-text-slash_16.svg → text-overflow_16.svg} +0 -0
  98. /package/svg/{wrap-text-slash_24.svg → text-overflow_24.svg} +0 -0
  99. /package/svg/{wrap-text_16.svg → text-wrap_16.svg} +0 -0
  100. /package/svg/{wrap-text_24.svg → text-wrap_24.svg} +0 -0
  101. /package/svg/{exclamation-triangle_16.svg → triangle-exclamation_16.svg} +0 -0
  102. /package/svg/{exclamation-triangle_24.svg → triangle-exclamation_24.svg} +0 -0
  103. /package/svg/{user-arrow-triangle-up_16.svg → user-badge-triangle-up_16.svg} +0 -0
  104. /package/svg/{user-arrow-triangle-up_24.svg → user-badge-triangle-up_24.svg} +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes