@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
@@ -2,8 +2,8 @@
2
2
  font-family: "Koobiq Icons";
3
3
  font-weight:normal;
4
4
  font-style:normal;
5
- src: url("./kbq-icons.ttf?e17d2c448a5282850ee45dfa2b4f75fa") format("truetype"),
6
- url("./kbq-icons.woff?e17d2c448a5282850ee45dfa2b4f75fa") format("woff");
5
+ src: url("./kbq-icons.ttf?62f996faa2bd1d8597a8fd4c33351104") format("truetype"),
6
+ url("./kbq-icons.woff?62f996faa2bd1d8597a8fd4c33351104") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -242,13 +242,13 @@ transform:rotate(0.001deg);
242
242
  content: "\f532";
243
243
  }
244
244
  }
245
- .kbq-check-circle_16 {
245
+ .kbq-circle-check_16 {
246
246
  font-size: 16px;
247
247
  &:before {
248
248
  content: "\f533";
249
249
  }
250
250
  }
251
- .kbq-check-circle_24 {
251
+ .kbq-circle-check_24 {
252
252
  font-size: 24px;
253
253
  &:before {
254
254
  content: "\f534";
@@ -536,7 +536,7 @@ transform:rotate(0.001deg);
536
536
  content: "\f574";
537
537
  }
538
538
  }
539
- .kbq-play-circle_16 {
539
+ .kbq-circle-play_16 {
540
540
  font-size: 16px;
541
541
  &:before {
542
542
  content: "\f575";
@@ -560,7 +560,7 @@ transform:rotate(0.001deg);
560
560
  content: "\f579";
561
561
  }
562
562
  }
563
- .kbq-stop-circle_16 {
563
+ .kbq-circle-stop_16 {
564
564
  font-size: 16px;
565
565
  &:before {
566
566
  content: "\f57a";
@@ -812,7 +812,7 @@ transform:rotate(0.001deg);
812
812
  content: "\f5ab";
813
813
  }
814
814
  }
815
- .kbq-pause-circle_16 {
815
+ .kbq-circle-pause_16 {
816
816
  font-size: 16px;
817
817
  &:before {
818
818
  content: "\f5ac";
@@ -908,7 +908,7 @@ transform:rotate(0.001deg);
908
908
  content: "\f5c2";
909
909
  }
910
910
  }
911
- .kbq-info-circle_16 {
911
+ .kbq-circle-info_16 {
912
912
  font-size: 16px;
913
913
  &:before {
914
914
  content: "\f5c3";
@@ -932,13 +932,13 @@ transform:rotate(0.001deg);
932
932
  content: "\f5c6";
933
933
  }
934
934
  }
935
- .kbq-minus-circle_16 {
935
+ .kbq-circle-minus_16 {
936
936
  font-size: 16px;
937
937
  &:before {
938
938
  content: "\f5c7";
939
939
  }
940
940
  }
941
- .kbq-question-circle_16 {
941
+ .kbq-circle-question_16 {
942
942
  font-size: 16px;
943
943
  &:before {
944
944
  content: "\f5c8";
@@ -1124,13 +1124,13 @@ transform:rotate(0.001deg);
1124
1124
  content: "\f5f4";
1125
1125
  }
1126
1126
  }
1127
- .kbq-plus-circle_16 {
1127
+ .kbq-circle-plus_16 {
1128
1128
  font-size: 16px;
1129
1129
  &:before {
1130
1130
  content: "\f5f5";
1131
1131
  }
1132
1132
  }
1133
- .kbq-plus-circle-s_16 {
1133
+ .kbq-circle-plus-s_16 {
1134
1134
  font-size: 16px;
1135
1135
  &:before {
1136
1136
  content: "\f5f6";
@@ -1478,7 +1478,7 @@ transform:rotate(0.001deg);
1478
1478
  content: "\f63e";
1479
1479
  }
1480
1480
  }
1481
- .kbq-bolt-rectangle-vertical-o_16 {
1481
+ .kbq-rectangle-vertical-bolt-o_16 {
1482
1482
  font-size: 16px;
1483
1483
  &:before {
1484
1484
  content: "\f640";
@@ -1604,7 +1604,7 @@ transform:rotate(0.001deg);
1604
1604
  content: "\f666";
1605
1605
  }
1606
1606
  }
1607
- .kbq-xmark-circle_16 {
1607
+ .kbq-circle-xmark_16 {
1608
1608
  font-size: 16px;
1609
1609
  &:before {
1610
1610
  content: "\f667";
@@ -1616,7 +1616,7 @@ transform:rotate(0.001deg);
1616
1616
  content: "\f668";
1617
1617
  }
1618
1618
  }
1619
- .kbq-arrow-right-circle-dot-o_16 {
1619
+ .kbq-circle-arrow-right-dot-o_16 {
1620
1620
  font-size: 16px;
1621
1621
  &:before {
1622
1622
  content: "\f66a";
@@ -1718,7 +1718,7 @@ transform:rotate(0.001deg);
1718
1718
  content: "\f67e";
1719
1719
  }
1720
1720
  }
1721
- .kbq-exclamation-triangle_16 {
1721
+ .kbq-triangle-exclamation_16 {
1722
1722
  font-size: 16px;
1723
1723
  &:before {
1724
1724
  content: "\f67f";
@@ -1772,7 +1772,7 @@ transform:rotate(0.001deg);
1772
1772
  content: "\f689";
1773
1773
  }
1774
1774
  }
1775
- .kbq-bolt-rectangle-vertical_16 {
1775
+ .kbq-rectangle-vertical-bolt_16 {
1776
1776
  font-size: 16px;
1777
1777
  &:before {
1778
1778
  content: "\f68a";
@@ -1826,7 +1826,7 @@ transform:rotate(0.001deg);
1826
1826
  content: "\f698";
1827
1827
  }
1828
1828
  }
1829
- .kbq-ellipsis-horizontal-circle-o_16 {
1829
+ .kbq-circle-ellipsis-horizontal-o_16 {
1830
1830
  font-size: 16px;
1831
1831
  &:before {
1832
1832
  content: "\f69a";
@@ -1946,13 +1946,13 @@ transform:rotate(0.001deg);
1946
1946
  content: "\f6bc";
1947
1947
  }
1948
1948
  }
1949
- .kbq-minus-circle-o_24 {
1949
+ .kbq-circle-minus-o_24 {
1950
1950
  font-size: 24px;
1951
1951
  &:before {
1952
1952
  content: "\f6bd";
1953
1953
  }
1954
1954
  }
1955
- .kbq-minus-circle_24 {
1955
+ .kbq-circle-minus_24 {
1956
1956
  font-size: 24px;
1957
1957
  &:before {
1958
1958
  content: "\f6be";
@@ -2048,7 +2048,7 @@ transform:rotate(0.001deg);
2048
2048
  content: "\f6cf";
2049
2049
  }
2050
2050
  }
2051
- .kbq-user-arrow-triangle-up_16 {
2051
+ .kbq-user-badge-triangle-up_16 {
2052
2052
  font-size: 16px;
2053
2053
  &:before {
2054
2054
  content: "\f6d0";
@@ -2072,7 +2072,7 @@ transform:rotate(0.001deg);
2072
2072
  content: "\f6d3";
2073
2073
  }
2074
2074
  }
2075
- .kbq-compress_16 {
2075
+ .kbq-chevrons-compress_16 {
2076
2076
  font-size: 16px;
2077
2077
  &:before {
2078
2078
  content: "\f6d6";
@@ -2198,7 +2198,7 @@ transform:rotate(0.001deg);
2198
2198
  content: "\f6ed";
2199
2199
  }
2200
2200
  }
2201
- .kbq-minus-circle-s_16 {
2201
+ .kbq-circle-minus-s_16 {
2202
2202
  font-size: 16px;
2203
2203
  &:before {
2204
2204
  content: "\f6ef";
@@ -2288,7 +2288,7 @@ transform:rotate(0.001deg);
2288
2288
  content: "\f701";
2289
2289
  }
2290
2290
  }
2291
- .kbq-info-circle_24 {
2291
+ .kbq-circle-info_24 {
2292
2292
  font-size: 24px;
2293
2293
  &:before {
2294
2294
  content: "\f703";
@@ -2366,7 +2366,7 @@ transform:rotate(0.001deg);
2366
2366
  content: "\f712";
2367
2367
  }
2368
2368
  }
2369
- .kbq-minus-circle-o_16 {
2369
+ .kbq-circle-minus-o_16 {
2370
2370
  font-size: 16px;
2371
2371
  &:before {
2372
2372
  content: "\f713";
@@ -2498,25 +2498,25 @@ transform:rotate(0.001deg);
2498
2498
  content: "\f72e";
2499
2499
  }
2500
2500
  }
2501
- .kbq-arrow-circle-down_16 {
2501
+ .kbq-circle-arrow-down_16 {
2502
2502
  font-size: 16px;
2503
2503
  &:before {
2504
2504
  content: "\f72f";
2505
2505
  }
2506
2506
  }
2507
- .kbq-arrow-circle-left_16 {
2507
+ .kbq-circle-arrow-left_16 {
2508
2508
  font-size: 16px;
2509
2509
  &:before {
2510
2510
  content: "\f730";
2511
2511
  }
2512
2512
  }
2513
- .kbq-arrow-circle-right_16 {
2513
+ .kbq-circle-arrow-right_16 {
2514
2514
  font-size: 16px;
2515
2515
  &:before {
2516
2516
  content: "\f731";
2517
2517
  }
2518
2518
  }
2519
- .kbq-arrow-circle-up_16 {
2519
+ .kbq-circle-arrow-up_16 {
2520
2520
  font-size: 16px;
2521
2521
  &:before {
2522
2522
  content: "\f732";
@@ -2762,7 +2762,7 @@ transform:rotate(0.001deg);
2762
2762
  content: "\f75a";
2763
2763
  }
2764
2764
  }
2765
- .kbq-bolt-circle_16 {
2765
+ .kbq-circle-bolt_16 {
2766
2766
  font-size: 16px;
2767
2767
  &:before {
2768
2768
  content: "\f75b";
@@ -2870,25 +2870,25 @@ transform:rotate(0.001deg);
2870
2870
  content: "\f76c";
2871
2871
  }
2872
2872
  }
2873
- .kbq-chevron-circle-down_16 {
2873
+ .kbq-circle-chevron-down_16 {
2874
2874
  font-size: 16px;
2875
2875
  &:before {
2876
2876
  content: "\f76d";
2877
2877
  }
2878
2878
  }
2879
- .kbq-chevron-circle-left_16 {
2879
+ .kbq-circle-chevron-left_16 {
2880
2880
  font-size: 16px;
2881
2881
  &:before {
2882
2882
  content: "\f76e";
2883
2883
  }
2884
2884
  }
2885
- .kbq-chevron-circle-right_16 {
2885
+ .kbq-circle-chevron-right_16 {
2886
2886
  font-size: 16px;
2887
2887
  &:before {
2888
2888
  content: "\f76f";
2889
2889
  }
2890
2890
  }
2891
- .kbq-chevron-circle-up_16 {
2891
+ .kbq-circle-chevron-up_16 {
2892
2892
  font-size: 16px;
2893
2893
  &:before {
2894
2894
  content: "\f770";
@@ -3080,13 +3080,13 @@ transform:rotate(0.001deg);
3080
3080
  content: "\f78f";
3081
3081
  }
3082
3082
  }
3083
- .kbq-exclamation-circle_16 {
3083
+ .kbq-circle-exclamation_16 {
3084
3084
  font-size: 16px;
3085
3085
  &:before {
3086
3086
  content: "\f790";
3087
3087
  }
3088
3088
  }
3089
- .kbq-exclamation-circle_24 {
3089
+ .kbq-circle-exclamation_24 {
3090
3090
  font-size: 24px;
3091
3091
  &:before {
3092
3092
  content: "\f791";
@@ -3194,13 +3194,13 @@ transform:rotate(0.001deg);
3194
3194
  content: "\f7a2";
3195
3195
  }
3196
3196
  }
3197
- .kbq-ip4-rectangle_16 {
3197
+ .kbq-rectangle-ip4_16 {
3198
3198
  font-size: 16px;
3199
3199
  &:before {
3200
3200
  content: "\f7a3";
3201
3201
  }
3202
3202
  }
3203
- .kbq-ip6-rectangle_16 {
3203
+ .kbq-rectangle-ip6_16 {
3204
3204
  font-size: 16px;
3205
3205
  &:before {
3206
3206
  content: "\f7a4";
@@ -3230,7 +3230,7 @@ transform:rotate(0.001deg);
3230
3230
  content: "\f7a8";
3231
3231
  }
3232
3232
  }
3233
- .kbq-location-arrow-circle-o_16 {
3233
+ .kbq-circle-location-arrow-o_16 {
3234
3234
  font-size: 16px;
3235
3235
  &:before {
3236
3236
  content: "\f7a9";
@@ -3296,7 +3296,7 @@ transform:rotate(0.001deg);
3296
3296
  content: "\f7b3";
3297
3297
  }
3298
3298
  }
3299
- .kbq-minus-octagon_16 {
3299
+ .kbq-octagon-minus_16 {
3300
3300
  font-size: 16px;
3301
3301
  &:before {
3302
3302
  content: "\f7b4";
@@ -3308,7 +3308,7 @@ transform:rotate(0.001deg);
3308
3308
  content: "\f7b5";
3309
3309
  }
3310
3310
  }
3311
- .kbq-minus-square_16 {
3311
+ .kbq-square-minus_16 {
3312
3312
  font-size: 16px;
3313
3313
  &:before {
3314
3314
  content: "\f7b6";
@@ -3338,8 +3338,8 @@ transform:rotate(0.001deg);
3338
3338
  content: "\f7ba";
3339
3339
  }
3340
3340
  }
3341
- .kbq-node-tree {
3342
- font-size: px;
3341
+ .kbq-node-tree_16 {
3342
+ font-size: 16px;
3343
3343
  &:before {
3344
3344
  content: "\f7bb";
3345
3345
  }
@@ -3368,13 +3368,13 @@ transform:rotate(0.001deg);
3368
3368
  content: "\f7bf";
3369
3369
  }
3370
3370
  }
3371
- .kbq-plus-square_16 {
3371
+ .kbq-square-plus_16 {
3372
3372
  font-size: 16px;
3373
3373
  &:before {
3374
3374
  content: "\f7c0";
3375
3375
  }
3376
3376
  }
3377
- .kbq-question-circle_24 {
3377
+ .kbq-circle-question_24 {
3378
3378
  font-size: 24px;
3379
3379
  &:before {
3380
3380
  content: "\f7c1";
@@ -3482,7 +3482,7 @@ transform:rotate(0.001deg);
3482
3482
  content: "\f7d2";
3483
3483
  }
3484
3484
  }
3485
- .kbq-telegram-circle_16 {
3485
+ .kbq-circle-telegram_16 {
3486
3486
  font-size: 16px;
3487
3487
  &:before {
3488
3488
  content: "\f7d3";
@@ -3614,7 +3614,7 @@ transform:rotate(0.001deg);
3614
3614
  content: "\f7e8";
3615
3615
  }
3616
3616
  }
3617
- .kbq-windows-arrow-rotate-left_16 {
3617
+ .kbq-arrow-rotate-left-badge-windows_16 {
3618
3618
  font-size: 16px;
3619
3619
  &:before {
3620
3620
  content: "\f7e9";
@@ -3632,19 +3632,19 @@ transform:rotate(0.001deg);
3632
3632
  content: "\f7eb";
3633
3633
  }
3634
3634
  }
3635
- .kbq-wrap-text_16 {
3635
+ .kbq-text-wrap_16 {
3636
3636
  font-size: 16px;
3637
3637
  &:before {
3638
3638
  content: "\f7ec";
3639
3639
  }
3640
3640
  }
3641
- .kbq-wrap-text-slash_16 {
3641
+ .kbq-text-overflow_16 {
3642
3642
  font-size: 16px;
3643
3643
  &:before {
3644
3644
  content: "\f7ed";
3645
3645
  }
3646
3646
  }
3647
- .kbq-xmark-circle_24 {
3647
+ .kbq-circle-xmark_24 {
3648
3648
  font-size: 24px;
3649
3649
  &:before {
3650
3650
  content: "\f7ee";
@@ -3962,7 +3962,7 @@ transform:rotate(0.001deg);
3962
3962
  content: "\f822";
3963
3963
  }
3964
3964
  }
3965
- .kbq-anomaly-square_16 {
3965
+ .kbq-square-a_16 {
3966
3966
  font-size: 16px;
3967
3967
  &:before {
3968
3968
  content: "\f823";
@@ -3992,7 +3992,7 @@ transform:rotate(0.001deg);
3992
3992
  content: "\f827";
3993
3993
  }
3994
3994
  }
3995
- .kbq-anomaly-square_24 {
3995
+ .kbq-square-a_24 {
3996
3996
  font-size: 24px;
3997
3997
  &:before {
3998
3998
  content: "\f828";
@@ -4004,25 +4004,25 @@ transform:rotate(0.001deg);
4004
4004
  content: "\f829";
4005
4005
  }
4006
4006
  }
4007
- .kbq-arrow-circle-down_24 {
4007
+ .kbq-circle-arrow-down_24 {
4008
4008
  font-size: 24px;
4009
4009
  &:before {
4010
4010
  content: "\f82a";
4011
4011
  }
4012
4012
  }
4013
- .kbq-arrow-circle-left_24 {
4013
+ .kbq-circle-arrow-left_24 {
4014
4014
  font-size: 24px;
4015
4015
  &:before {
4016
4016
  content: "\f82b";
4017
4017
  }
4018
4018
  }
4019
- .kbq-arrow-circle-right_24 {
4019
+ .kbq-circle-arrow-right_24 {
4020
4020
  font-size: 24px;
4021
4021
  &:before {
4022
4022
  content: "\f82c";
4023
4023
  }
4024
4024
  }
4025
- .kbq-arrow-circle-up_24 {
4025
+ .kbq-circle-arrow-up_24 {
4026
4026
  font-size: 24px;
4027
4027
  &:before {
4028
4028
  content: "\f82d";
@@ -4106,7 +4106,7 @@ transform:rotate(0.001deg);
4106
4106
  content: "\f83a";
4107
4107
  }
4108
4108
  }
4109
- .kbq-arrow-right-circle-dot-o_24 {
4109
+ .kbq-circle-arrow-right-dot-o_24 {
4110
4110
  font-size: 24px;
4111
4111
  &:before {
4112
4112
  content: "\f83b";
@@ -4382,19 +4382,19 @@ transform:rotate(0.001deg);
4382
4382
  content: "\f868";
4383
4383
  }
4384
4384
  }
4385
- .kbq-bolt-circle_24 {
4385
+ .kbq-circle-bolt_24 {
4386
4386
  font-size: 24px;
4387
4387
  &:before {
4388
4388
  content: "\f869";
4389
4389
  }
4390
4390
  }
4391
- .kbq-bolt-rectangle-vertical-o_24 {
4391
+ .kbq-rectangle-vertical-bolt-o_24 {
4392
4392
  font-size: 24px;
4393
4393
  &:before {
4394
4394
  content: "\f86a";
4395
4395
  }
4396
4396
  }
4397
- .kbq-bolt-rectangle-vertical_24 {
4397
+ .kbq-rectangle-vertical-bolt_24 {
4398
4398
  font-size: 24px;
4399
4399
  &:before {
4400
4400
  content: "\f86b";
@@ -4550,25 +4550,25 @@ transform:rotate(0.001deg);
4550
4550
  content: "\f884";
4551
4551
  }
4552
4552
  }
4553
- .kbq-chevron-circle-down_24 {
4553
+ .kbq-circle-chevron-down_24 {
4554
4554
  font-size: 24px;
4555
4555
  &:before {
4556
4556
  content: "\f885";
4557
4557
  }
4558
4558
  }
4559
- .kbq-chevron-circle-left_24 {
4559
+ .kbq-circle-chevron-left_24 {
4560
4560
  font-size: 24px;
4561
4561
  &:before {
4562
4562
  content: "\f886";
4563
4563
  }
4564
4564
  }
4565
- .kbq-chevron-circle-right_24 {
4565
+ .kbq-circle-chevron-right_24 {
4566
4566
  font-size: 24px;
4567
4567
  &:before {
4568
4568
  content: "\f887";
4569
4569
  }
4570
4570
  }
4571
- .kbq-chevron-circle-up_24 {
4571
+ .kbq-circle-chevron-up_24 {
4572
4572
  font-size: 24px;
4573
4573
  &:before {
4574
4574
  content: "\f888";
@@ -4730,7 +4730,7 @@ transform:rotate(0.001deg);
4730
4730
  content: "\f8a2";
4731
4731
  }
4732
4732
  }
4733
- .kbq-compress_24 {
4733
+ .kbq-chevrons-compress_24 {
4734
4734
  font-size: 24px;
4735
4735
  &:before {
4736
4736
  content: "\f8a3";
@@ -4868,7 +4868,7 @@ transform:rotate(0.001deg);
4868
4868
  content: "\f8b9";
4869
4869
  }
4870
4870
  }
4871
- .kbq-ellipsis-horizontal-circle-o_24 {
4871
+ .kbq-circle-ellipsis-horizontal-o_24 {
4872
4872
  font-size: 24px;
4873
4873
  &:before {
4874
4874
  content: "\f8ba";
@@ -4892,7 +4892,7 @@ transform:rotate(0.001deg);
4892
4892
  content: "\f8bd";
4893
4893
  }
4894
4894
  }
4895
- .kbq-exclamation-triangle_24 {
4895
+ .kbq-triangle-exclamation_24 {
4896
4896
  font-size: 24px;
4897
4897
  &:before {
4898
4898
  content: "\f8be";
@@ -5294,13 +5294,13 @@ transform:rotate(0.001deg);
5294
5294
  content: "\f900";
5295
5295
  }
5296
5296
  }
5297
- .kbq-ip4-rectangle_24 {
5297
+ .kbq-rectangle-ip4_24 {
5298
5298
  font-size: 24px;
5299
5299
  &:before {
5300
5300
  content: "\f901";
5301
5301
  }
5302
5302
  }
5303
- .kbq-ip6-rectangle_24 {
5303
+ .kbq-rectangle-ip6_24 {
5304
5304
  font-size: 24px;
5305
5305
  &:before {
5306
5306
  content: "\f902";
@@ -5396,7 +5396,7 @@ transform:rotate(0.001deg);
5396
5396
  content: "\f911";
5397
5397
  }
5398
5398
  }
5399
- .kbq-location-arrow-circle-o_24 {
5399
+ .kbq-circle-location-arrow-o_24 {
5400
5400
  font-size: 24px;
5401
5401
  &:before {
5402
5402
  content: "\f912";
@@ -5480,13 +5480,13 @@ transform:rotate(0.001deg);
5480
5480
  content: "\f91f";
5481
5481
  }
5482
5482
  }
5483
- .kbq-minus-circle-s_24 {
5483
+ .kbq-circle-minus-s_24 {
5484
5484
  font-size: 24px;
5485
5485
  &:before {
5486
5486
  content: "\f920";
5487
5487
  }
5488
5488
  }
5489
- .kbq-minus-octagon_24 {
5489
+ .kbq-octagon-minus_24 {
5490
5490
  font-size: 24px;
5491
5491
  &:before {
5492
5492
  content: "\f921";
@@ -5498,7 +5498,7 @@ transform:rotate(0.001deg);
5498
5498
  content: "\f922";
5499
5499
  }
5500
5500
  }
5501
- .kbq-minus-square_24 {
5501
+ .kbq-square-minus_24 {
5502
5502
  font-size: 24px;
5503
5503
  &:before {
5504
5504
  content: "\f923";
@@ -5570,7 +5570,7 @@ transform:rotate(0.001deg);
5570
5570
  content: "\f92e";
5571
5571
  }
5572
5572
  }
5573
- .kbq-pause-circle_24 {
5573
+ .kbq-circle-pause_24 {
5574
5574
  font-size: 24px;
5575
5575
  &:before {
5576
5576
  content: "\f92f";
@@ -5606,7 +5606,7 @@ transform:rotate(0.001deg);
5606
5606
  content: "\f934";
5607
5607
  }
5608
5608
  }
5609
- .kbq-play-circle_24 {
5609
+ .kbq-circle-play_24 {
5610
5610
  font-size: 24px;
5611
5611
  &:before {
5612
5612
  content: "\f935";
@@ -5624,13 +5624,13 @@ transform:rotate(0.001deg);
5624
5624
  content: "\f937";
5625
5625
  }
5626
5626
  }
5627
- .kbq-plus-circle-s_24 {
5627
+ .kbq-circle-plus-s_24 {
5628
5628
  font-size: 24px;
5629
5629
  &:before {
5630
5630
  content: "\f938";
5631
5631
  }
5632
5632
  }
5633
- .kbq-plus-circle_24 {
5633
+ .kbq-circle-plus_24 {
5634
5634
  font-size: 24px;
5635
5635
  &:before {
5636
5636
  content: "\f939";
@@ -5642,7 +5642,7 @@ transform:rotate(0.001deg);
5642
5642
  content: "\f93a";
5643
5643
  }
5644
5644
  }
5645
- .kbq-plus-square_24 {
5645
+ .kbq-square-plus_24 {
5646
5646
  font-size: 24px;
5647
5647
  &:before {
5648
5648
  content: "\f93b";
@@ -5966,7 +5966,7 @@ transform:rotate(0.001deg);
5966
5966
  content: "\f970";
5967
5967
  }
5968
5968
  }
5969
- .kbq-stop-circle_24 {
5969
+ .kbq-circle-stop_24 {
5970
5970
  font-size: 24px;
5971
5971
  &:before {
5972
5972
  content: "\f971";
@@ -6014,7 +6014,7 @@ transform:rotate(0.001deg);
6014
6014
  content: "\f978";
6015
6015
  }
6016
6016
  }
6017
- .kbq-telegram-circle_24 {
6017
+ .kbq-circle-telegram_24 {
6018
6018
  font-size: 24px;
6019
6019
  &:before {
6020
6020
  content: "\f979";
@@ -6152,7 +6152,7 @@ transform:rotate(0.001deg);
6152
6152
  content: "\f98f";
6153
6153
  }
6154
6154
  }
6155
- .kbq-user-arrow-triangle-up_24 {
6155
+ .kbq-user-badge-triangle-up_24 {
6156
6156
  font-size: 24px;
6157
6157
  &:before {
6158
6158
  content: "\f990";
@@ -6242,13 +6242,13 @@ transform:rotate(0.001deg);
6242
6242
  content: "\f99e";
6243
6243
  }
6244
6244
  }
6245
- .kbq-wrap-text-slash_24 {
6245
+ .kbq-text-overflow_24 {
6246
6246
  font-size: 24px;
6247
6247
  &:before {
6248
6248
  content: "\f99f";
6249
6249
  }
6250
6250
  }
6251
- .kbq-wrap-text_24 {
6251
+ .kbq-text-wrap_24 {
6252
6252
  font-size: 24px;
6253
6253
  &:before {
6254
6254
  content: "\f9a0";
@@ -6350,3 +6350,81 @@ transform:rotate(0.001deg);
6350
6350
  content: "\f9b0";
6351
6351
  }
6352
6352
  }
6353
+ .kbq-3-columns_16 {
6354
+ font-size: 16px;
6355
+ &:before {
6356
+ content: "\f9b1";
6357
+ }
6358
+ }
6359
+ .kbq-3-columns_24 {
6360
+ font-size: 24px;
6361
+ &:before {
6362
+ content: "\f9b2";
6363
+ }
6364
+ }
6365
+ .kbq-desktop-badge-linux_16 {
6366
+ font-size: 16px;
6367
+ &:before {
6368
+ content: "\f9b3";
6369
+ }
6370
+ }
6371
+ .kbq-desktop-badge-linux_24 {
6372
+ font-size: 24px;
6373
+ &:before {
6374
+ content: "\f9b4";
6375
+ }
6376
+ }
6377
+ .kbq-desktop-badge-windows_16 {
6378
+ font-size: 16px;
6379
+ &:before {
6380
+ content: "\f9b5";
6381
+ }
6382
+ }
6383
+ .kbq-desktop-badge-windows_24 {
6384
+ font-size: 24px;
6385
+ &:before {
6386
+ content: "\f9b6";
6387
+ }
6388
+ }
6389
+ .kbq-diamond-exclamation_16 {
6390
+ font-size: 16px;
6391
+ &:before {
6392
+ content: "\f9b7";
6393
+ }
6394
+ }
6395
+ .kbq-diamond-exclamation_24 {
6396
+ font-size: 24px;
6397
+ &:before {
6398
+ content: "\f9b8";
6399
+ }
6400
+ }
6401
+ .kbq-server-badge-linux_16 {
6402
+ font-size: 16px;
6403
+ &:before {
6404
+ content: "\f9b9";
6405
+ }
6406
+ }
6407
+ .kbq-server-badge-linux_24 {
6408
+ font-size: 24px;
6409
+ &:before {
6410
+ content: "\f9ba";
6411
+ }
6412
+ }
6413
+ .kbq-server-badge-windows_16 {
6414
+ font-size: 16px;
6415
+ &:before {
6416
+ content: "\f9bb";
6417
+ }
6418
+ }
6419
+ .kbq-server-badge-windows_24 {
6420
+ font-size: 24px;
6421
+ &:before {
6422
+ content: "\f9bc";
6423
+ }
6424
+ }
6425
+ .kbq-node-tree_24 {
6426
+ font-size: 24px;
6427
+ &:before {
6428
+ content: "\f9bd";
6429
+ }
6430
+ }