@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,16 +242,16 @@ transform:rotate(0.001deg);
242
242
  .kbq-circle-o_24:before {
243
243
  content: "\f532";
244
244
  }
245
- .kbq-check-circle_16 {
245
+ .kbq-circle-check_16 {
246
246
  font-size: 16px;
247
247
  }
248
- .kbq-check-circle_16:before {
248
+ .kbq-circle-check_16:before {
249
249
  content: "\f533";
250
250
  }
251
- .kbq-check-circle_24 {
251
+ .kbq-circle-check_24 {
252
252
  font-size: 24px;
253
253
  }
254
- .kbq-check-circle_24:before {
254
+ .kbq-circle-check_24:before {
255
255
  content: "\f534";
256
256
  }
257
257
  .kbq-ban_16 {
@@ -536,10 +536,10 @@ transform:rotate(0.001deg);
536
536
  .kbq-minus_16:before {
537
537
  content: "\f574";
538
538
  }
539
- .kbq-play-circle_16 {
539
+ .kbq-circle-play_16 {
540
540
  font-size: 16px;
541
541
  }
542
- .kbq-play-circle_16:before {
542
+ .kbq-circle-play_16:before {
543
543
  content: "\f575";
544
544
  }
545
545
  .kbq-plus_16 {
@@ -560,10 +560,10 @@ transform:rotate(0.001deg);
560
560
  .kbq-floppy-disk_16:before {
561
561
  content: "\f579";
562
562
  }
563
- .kbq-stop-circle_16 {
563
+ .kbq-circle-stop_16 {
564
564
  font-size: 16px;
565
565
  }
566
- .kbq-stop-circle_16:before {
566
+ .kbq-circle-stop_16:before {
567
567
  content: "\f57a";
568
568
  }
569
569
  .kbq-undo_16 {
@@ -812,10 +812,10 @@ transform:rotate(0.001deg);
812
812
  .kbq-file-o_16:before {
813
813
  content: "\f5ab";
814
814
  }
815
- .kbq-pause-circle_16 {
815
+ .kbq-circle-pause_16 {
816
816
  font-size: 16px;
817
817
  }
818
- .kbq-pause-circle_16:before {
818
+ .kbq-circle-pause_16:before {
819
819
  content: "\f5ac";
820
820
  }
821
821
  .kbq-join_16 {
@@ -908,10 +908,10 @@ transform:rotate(0.001deg);
908
908
  .kbq-file-code-o_16:before {
909
909
  content: "\f5c2";
910
910
  }
911
- .kbq-info-circle_16 {
911
+ .kbq-circle-info_16 {
912
912
  font-size: 16px;
913
913
  }
914
- .kbq-info-circle_16:before {
914
+ .kbq-circle-info_16:before {
915
915
  content: "\f5c3";
916
916
  }
917
917
  .kbq-key_16 {
@@ -932,16 +932,16 @@ transform:rotate(0.001deg);
932
932
  .kbq-lock-open_16:before {
933
933
  content: "\f5c6";
934
934
  }
935
- .kbq-minus-circle_16 {
935
+ .kbq-circle-minus_16 {
936
936
  font-size: 16px;
937
937
  }
938
- .kbq-minus-circle_16:before {
938
+ .kbq-circle-minus_16:before {
939
939
  content: "\f5c7";
940
940
  }
941
- .kbq-question-circle_16 {
941
+ .kbq-circle-question_16 {
942
942
  font-size: 16px;
943
943
  }
944
- .kbq-question-circle_16:before {
944
+ .kbq-circle-question_16:before {
945
945
  content: "\f5c8";
946
946
  }
947
947
  .kbq-sliders_16 {
@@ -1124,16 +1124,16 @@ transform:rotate(0.001deg);
1124
1124
  .kbq-regex_16:before {
1125
1125
  content: "\f5f4";
1126
1126
  }
1127
- .kbq-plus-circle_16 {
1127
+ .kbq-circle-plus_16 {
1128
1128
  font-size: 16px;
1129
1129
  }
1130
- .kbq-plus-circle_16:before {
1130
+ .kbq-circle-plus_16:before {
1131
1131
  content: "\f5f5";
1132
1132
  }
1133
- .kbq-plus-circle-s_16 {
1133
+ .kbq-circle-plus-s_16 {
1134
1134
  font-size: 16px;
1135
1135
  }
1136
- .kbq-plus-circle-s_16:before {
1136
+ .kbq-circle-plus-s_16:before {
1137
1137
  content: "\f5f6";
1138
1138
  }
1139
1139
  .kbq-star_16 {
@@ -1478,10 +1478,10 @@ transform:rotate(0.001deg);
1478
1478
  .kbq-stop_64:before {
1479
1479
  content: "\f63e";
1480
1480
  }
1481
- .kbq-bolt-rectangle-vertical-o_16 {
1481
+ .kbq-rectangle-vertical-bolt-o_16 {
1482
1482
  font-size: 16px;
1483
1483
  }
1484
- .kbq-bolt-rectangle-vertical-o_16:before {
1484
+ .kbq-rectangle-vertical-bolt-o_16:before {
1485
1485
  content: "\f640";
1486
1486
  }
1487
1487
  .kbq-database-badge-arrow-down_16 {
@@ -1604,10 +1604,10 @@ transform:rotate(0.001deg);
1604
1604
  .kbq-xmark-s_16:before {
1605
1605
  content: "\f666";
1606
1606
  }
1607
- .kbq-xmark-circle_16 {
1607
+ .kbq-circle-xmark_16 {
1608
1608
  font-size: 16px;
1609
1609
  }
1610
- .kbq-xmark-circle_16:before {
1610
+ .kbq-circle-xmark_16:before {
1611
1611
  content: "\f667";
1612
1612
  }
1613
1613
  .kbq-circle-dot-o_16 {
@@ -1616,10 +1616,10 @@ transform:rotate(0.001deg);
1616
1616
  .kbq-circle-dot-o_16:before {
1617
1617
  content: "\f668";
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
  }
1622
- .kbq-arrow-right-circle-dot-o_16:before {
1622
+ .kbq-circle-arrow-right-dot-o_16:before {
1623
1623
  content: "\f66a";
1624
1624
  }
1625
1625
  .kbq-flowchart-dot_16 {
@@ -1718,10 +1718,10 @@ transform:rotate(0.001deg);
1718
1718
  .kbq-ellipsis-vertical_16:before {
1719
1719
  content: "\f67e";
1720
1720
  }
1721
- .kbq-exclamation-triangle_16 {
1721
+ .kbq-triangle-exclamation_16 {
1722
1722
  font-size: 16px;
1723
1723
  }
1724
- .kbq-exclamation-triangle_16:before {
1724
+ .kbq-triangle-exclamation_16:before {
1725
1725
  content: "\f67f";
1726
1726
  }
1727
1727
  .kbq-folder_16 {
@@ -1772,10 +1772,10 @@ transform:rotate(0.001deg);
1772
1772
  .kbq-file-lines_16:before {
1773
1773
  content: "\f689";
1774
1774
  }
1775
- .kbq-bolt-rectangle-vertical_16 {
1775
+ .kbq-rectangle-vertical-bolt_16 {
1776
1776
  font-size: 16px;
1777
1777
  }
1778
- .kbq-bolt-rectangle-vertical_16:before {
1778
+ .kbq-rectangle-vertical-bolt_16:before {
1779
1779
  content: "\f68a";
1780
1780
  }
1781
1781
  .kbq-hypervisor_16 {
@@ -1826,10 +1826,10 @@ transform:rotate(0.001deg);
1826
1826
  .kbq-paper-plane_16:before {
1827
1827
  content: "\f698";
1828
1828
  }
1829
- .kbq-ellipsis-horizontal-circle-o_16 {
1829
+ .kbq-circle-ellipsis-horizontal-o_16 {
1830
1830
  font-size: 16px;
1831
1831
  }
1832
- .kbq-ellipsis-horizontal-circle-o_16:before {
1832
+ .kbq-circle-ellipsis-horizontal-o_16:before {
1833
1833
  content: "\f69a";
1834
1834
  }
1835
1835
  .kbq-mobile_16 {
@@ -1946,16 +1946,16 @@ transform:rotate(0.001deg);
1946
1946
  .kbq-gear_24:before {
1947
1947
  content: "\f6bc";
1948
1948
  }
1949
- .kbq-minus-circle-o_24 {
1949
+ .kbq-circle-minus-o_24 {
1950
1950
  font-size: 24px;
1951
1951
  }
1952
- .kbq-minus-circle-o_24:before {
1952
+ .kbq-circle-minus-o_24:before {
1953
1953
  content: "\f6bd";
1954
1954
  }
1955
- .kbq-minus-circle_24 {
1955
+ .kbq-circle-minus_24 {
1956
1956
  font-size: 24px;
1957
1957
  }
1958
- .kbq-minus-circle_24:before {
1958
+ .kbq-circle-minus_24:before {
1959
1959
  content: "\f6be";
1960
1960
  }
1961
1961
  .kbq-clipboard-check-o_24 {
@@ -2048,10 +2048,10 @@ transform:rotate(0.001deg);
2048
2048
  .kbq-file-multiple-o_24:before {
2049
2049
  content: "\f6cf";
2050
2050
  }
2051
- .kbq-user-arrow-triangle-up_16 {
2051
+ .kbq-user-badge-triangle-up_16 {
2052
2052
  font-size: 16px;
2053
2053
  }
2054
- .kbq-user-arrow-triangle-up_16:before {
2054
+ .kbq-user-badge-triangle-up_16:before {
2055
2055
  content: "\f6d0";
2056
2056
  }
2057
2057
  .kbq-code_16 {
@@ -2072,10 +2072,10 @@ transform:rotate(0.001deg);
2072
2072
  .kbq-book-open_24:before {
2073
2073
  content: "\f6d3";
2074
2074
  }
2075
- .kbq-compress_16 {
2075
+ .kbq-chevrons-compress_16 {
2076
2076
  font-size: 16px;
2077
2077
  }
2078
- .kbq-compress_16:before {
2078
+ .kbq-chevrons-compress_16:before {
2079
2079
  content: "\f6d6";
2080
2080
  }
2081
2081
  .kbq-crown_16 {
@@ -2198,10 +2198,10 @@ transform:rotate(0.001deg);
2198
2198
  .kbq-gear-badge-square-s_16:before {
2199
2199
  content: "\f6ed";
2200
2200
  }
2201
- .kbq-minus-circle-s_16 {
2201
+ .kbq-circle-minus-s_16 {
2202
2202
  font-size: 16px;
2203
2203
  }
2204
- .kbq-minus-circle-s_16:before {
2204
+ .kbq-circle-minus-s_16:before {
2205
2205
  content: "\f6ef";
2206
2206
  }
2207
2207
  .kbq-file-plus-o_16 {
@@ -2288,10 +2288,10 @@ transform:rotate(0.001deg);
2288
2288
  .kbq-message_24:before {
2289
2289
  content: "\f701";
2290
2290
  }
2291
- .kbq-info-circle_24 {
2291
+ .kbq-circle-info_24 {
2292
2292
  font-size: 24px;
2293
2293
  }
2294
- .kbq-info-circle_24:before {
2294
+ .kbq-circle-info_24:before {
2295
2295
  content: "\f703";
2296
2296
  }
2297
2297
  .kbq-link-multiple_24 {
@@ -2366,10 +2366,10 @@ transform:rotate(0.001deg);
2366
2366
  .kbq-chart-line-multiple_48:before {
2367
2367
  content: "\f712";
2368
2368
  }
2369
- .kbq-minus-circle-o_16 {
2369
+ .kbq-circle-minus-o_16 {
2370
2370
  font-size: 16px;
2371
2371
  }
2372
- .kbq-minus-circle-o_16:before {
2372
+ .kbq-circle-minus-o_16:before {
2373
2373
  content: "\f713";
2374
2374
  }
2375
2375
  .kbq-sources_24 {
@@ -2498,28 +2498,28 @@ transform:rotate(0.001deg);
2498
2498
  .kbq-android_16:before {
2499
2499
  content: "\f72e";
2500
2500
  }
2501
- .kbq-arrow-circle-down_16 {
2501
+ .kbq-circle-arrow-down_16 {
2502
2502
  font-size: 16px;
2503
2503
  }
2504
- .kbq-arrow-circle-down_16:before {
2504
+ .kbq-circle-arrow-down_16:before {
2505
2505
  content: "\f72f";
2506
2506
  }
2507
- .kbq-arrow-circle-left_16 {
2507
+ .kbq-circle-arrow-left_16 {
2508
2508
  font-size: 16px;
2509
2509
  }
2510
- .kbq-arrow-circle-left_16:before {
2510
+ .kbq-circle-arrow-left_16:before {
2511
2511
  content: "\f730";
2512
2512
  }
2513
- .kbq-arrow-circle-right_16 {
2513
+ .kbq-circle-arrow-right_16 {
2514
2514
  font-size: 16px;
2515
2515
  }
2516
- .kbq-arrow-circle-right_16:before {
2516
+ .kbq-circle-arrow-right_16:before {
2517
2517
  content: "\f731";
2518
2518
  }
2519
- .kbq-arrow-circle-up_16 {
2519
+ .kbq-circle-arrow-up_16 {
2520
2520
  font-size: 16px;
2521
2521
  }
2522
- .kbq-arrow-circle-up_16:before {
2522
+ .kbq-circle-arrow-up_16:before {
2523
2523
  content: "\f732";
2524
2524
  }
2525
2525
  .kbq-arrow-down_16 {
@@ -2762,10 +2762,10 @@ transform:rotate(0.001deg);
2762
2762
  .kbq-bell_24:before {
2763
2763
  content: "\f75a";
2764
2764
  }
2765
- .kbq-bolt-circle_16 {
2765
+ .kbq-circle-bolt_16 {
2766
2766
  font-size: 16px;
2767
2767
  }
2768
- .kbq-bolt-circle_16:before {
2768
+ .kbq-circle-bolt_16:before {
2769
2769
  content: "\f75b";
2770
2770
  }
2771
2771
  .kbq-book-multiple_24 {
@@ -2870,28 +2870,28 @@ transform:rotate(0.001deg);
2870
2870
  .kbq-check-s_16:before {
2871
2871
  content: "\f76c";
2872
2872
  }
2873
- .kbq-chevron-circle-down_16 {
2873
+ .kbq-circle-chevron-down_16 {
2874
2874
  font-size: 16px;
2875
2875
  }
2876
- .kbq-chevron-circle-down_16:before {
2876
+ .kbq-circle-chevron-down_16:before {
2877
2877
  content: "\f76d";
2878
2878
  }
2879
- .kbq-chevron-circle-left_16 {
2879
+ .kbq-circle-chevron-left_16 {
2880
2880
  font-size: 16px;
2881
2881
  }
2882
- .kbq-chevron-circle-left_16:before {
2882
+ .kbq-circle-chevron-left_16:before {
2883
2883
  content: "\f76e";
2884
2884
  }
2885
- .kbq-chevron-circle-right_16 {
2885
+ .kbq-circle-chevron-right_16 {
2886
2886
  font-size: 16px;
2887
2887
  }
2888
- .kbq-chevron-circle-right_16:before {
2888
+ .kbq-circle-chevron-right_16:before {
2889
2889
  content: "\f76f";
2890
2890
  }
2891
- .kbq-chevron-circle-up_16 {
2891
+ .kbq-circle-chevron-up_16 {
2892
2892
  font-size: 16px;
2893
2893
  }
2894
- .kbq-chevron-circle-up_16:before {
2894
+ .kbq-circle-chevron-up_16:before {
2895
2895
  content: "\f770";
2896
2896
  }
2897
2897
  .kbq-chevron-down-s_24 {
@@ -3080,16 +3080,16 @@ transform:rotate(0.001deg);
3080
3080
  .kbq-exception_16:before {
3081
3081
  content: "\f78f";
3082
3082
  }
3083
- .kbq-exclamation-circle_16 {
3083
+ .kbq-circle-exclamation_16 {
3084
3084
  font-size: 16px;
3085
3085
  }
3086
- .kbq-exclamation-circle_16:before {
3086
+ .kbq-circle-exclamation_16:before {
3087
3087
  content: "\f790";
3088
3088
  }
3089
- .kbq-exclamation-circle_24 {
3089
+ .kbq-circle-exclamation_24 {
3090
3090
  font-size: 24px;
3091
3091
  }
3092
- .kbq-exclamation-circle_24:before {
3092
+ .kbq-circle-exclamation_24:before {
3093
3093
  content: "\f791";
3094
3094
  }
3095
3095
  .kbq-file-o_24 {
@@ -3194,16 +3194,16 @@ transform:rotate(0.001deg);
3194
3194
  .kbq-infinity_16:before {
3195
3195
  content: "\f7a2";
3196
3196
  }
3197
- .kbq-ip4-rectangle_16 {
3197
+ .kbq-rectangle-ip4_16 {
3198
3198
  font-size: 16px;
3199
3199
  }
3200
- .kbq-ip4-rectangle_16:before {
3200
+ .kbq-rectangle-ip4_16:before {
3201
3201
  content: "\f7a3";
3202
3202
  }
3203
- .kbq-ip6-rectangle_16 {
3203
+ .kbq-rectangle-ip6_16 {
3204
3204
  font-size: 16px;
3205
3205
  }
3206
- .kbq-ip6-rectangle_16:before {
3206
+ .kbq-rectangle-ip6_16:before {
3207
3207
  content: "\f7a4";
3208
3208
  }
3209
3209
  .kbq-layer-group_16 {
@@ -3230,10 +3230,10 @@ transform:rotate(0.001deg);
3230
3230
  .kbq-list-expand_16:before {
3231
3231
  content: "\f7a8";
3232
3232
  }
3233
- .kbq-location-arrow-circle-o_16 {
3233
+ .kbq-circle-location-arrow-o_16 {
3234
3234
  font-size: 16px;
3235
3235
  }
3236
- .kbq-location-arrow-circle-o_16:before {
3236
+ .kbq-circle-location-arrow-o_16:before {
3237
3237
  content: "\f7a9";
3238
3238
  }
3239
3239
  .kbq-location-chevron-down_16 {
@@ -3296,10 +3296,10 @@ transform:rotate(0.001deg);
3296
3296
  .kbq-message-faq_16:before {
3297
3297
  content: "\f7b3";
3298
3298
  }
3299
- .kbq-minus-octagon_16 {
3299
+ .kbq-octagon-minus_16 {
3300
3300
  font-size: 16px;
3301
3301
  }
3302
- .kbq-minus-octagon_16:before {
3302
+ .kbq-octagon-minus_16:before {
3303
3303
  content: "\f7b4";
3304
3304
  }
3305
3305
  .kbq-minus-s_16 {
@@ -3308,10 +3308,10 @@ transform:rotate(0.001deg);
3308
3308
  .kbq-minus-s_16:before {
3309
3309
  content: "\f7b5";
3310
3310
  }
3311
- .kbq-minus-square_16 {
3311
+ .kbq-square-minus_16 {
3312
3312
  font-size: 16px;
3313
3313
  }
3314
- .kbq-minus-square_16:before {
3314
+ .kbq-square-minus_16:before {
3315
3315
  content: "\f7b6";
3316
3316
  }
3317
3317
  .kbq-mobile_24 {
@@ -3338,10 +3338,10 @@ transform:rotate(0.001deg);
3338
3338
  .kbq-network-device-multiple_16:before {
3339
3339
  content: "\f7ba";
3340
3340
  }
3341
- .kbq-node-tree {
3342
- font-size: px;
3341
+ .kbq-node-tree_16 {
3342
+ font-size: 16px;
3343
3343
  }
3344
- .kbq-node-tree:before {
3344
+ .kbq-node-tree_16:before {
3345
3345
  content: "\f7bb";
3346
3346
  }
3347
3347
  .kbq-north-star_16 {
@@ -3368,16 +3368,16 @@ transform:rotate(0.001deg);
3368
3368
  .kbq-plus-s_16:before {
3369
3369
  content: "\f7bf";
3370
3370
  }
3371
- .kbq-plus-square_16 {
3371
+ .kbq-square-plus_16 {
3372
3372
  font-size: 16px;
3373
3373
  }
3374
- .kbq-plus-square_16:before {
3374
+ .kbq-square-plus_16:before {
3375
3375
  content: "\f7c0";
3376
3376
  }
3377
- .kbq-question-circle_24 {
3377
+ .kbq-circle-question_24 {
3378
3378
  font-size: 24px;
3379
3379
  }
3380
- .kbq-question-circle_24:before {
3380
+ .kbq-circle-question_24:before {
3381
3381
  content: "\f7c1";
3382
3382
  }
3383
3383
  .kbq-rectangles-o_16 {
@@ -3482,10 +3482,10 @@ transform:rotate(0.001deg);
3482
3482
  .kbq-table-line_16:before {
3483
3483
  content: "\f7d2";
3484
3484
  }
3485
- .kbq-telegram-circle_16 {
3485
+ .kbq-circle-telegram_16 {
3486
3486
  font-size: 16px;
3487
3487
  }
3488
- .kbq-telegram-circle_16:before {
3488
+ .kbq-circle-telegram_16:before {
3489
3489
  content: "\f7d3";
3490
3490
  }
3491
3491
  .kbq-text_16 {
@@ -3614,10 +3614,10 @@ transform:rotate(0.001deg);
3614
3614
  .kbq-wifi-tethering_16:before {
3615
3615
  content: "\f7e8";
3616
3616
  }
3617
- .kbq-windows-arrow-rotate-left_16 {
3617
+ .kbq-arrow-rotate-left-badge-windows_16 {
3618
3618
  font-size: 16px;
3619
3619
  }
3620
- .kbq-windows-arrow-rotate-left_16:before {
3620
+ .kbq-arrow-rotate-left-badge-windows_16:before {
3621
3621
  content: "\f7e9";
3622
3622
  }
3623
3623
  .kbq-cable_16 {
@@ -3632,22 +3632,22 @@ transform:rotate(0.001deg);
3632
3632
  .kbq-workflow_16:before {
3633
3633
  content: "\f7eb";
3634
3634
  }
3635
- .kbq-wrap-text_16 {
3635
+ .kbq-text-wrap_16 {
3636
3636
  font-size: 16px;
3637
3637
  }
3638
- .kbq-wrap-text_16:before {
3638
+ .kbq-text-wrap_16:before {
3639
3639
  content: "\f7ec";
3640
3640
  }
3641
- .kbq-wrap-text-slash_16 {
3641
+ .kbq-text-overflow_16 {
3642
3642
  font-size: 16px;
3643
3643
  }
3644
- .kbq-wrap-text-slash_16:before {
3644
+ .kbq-text-overflow_16:before {
3645
3645
  content: "\f7ed";
3646
3646
  }
3647
- .kbq-xmark-circle_24 {
3647
+ .kbq-circle-xmark_24 {
3648
3648
  font-size: 24px;
3649
3649
  }
3650
- .kbq-xmark-circle_24:before {
3650
+ .kbq-circle-xmark_24:before {
3651
3651
  content: "\f7ee";
3652
3652
  }
3653
3653
  .kbq-xmark-circle-s_16 {
@@ -3962,10 +3962,10 @@ transform:rotate(0.001deg);
3962
3962
  .kbq-replace_24:before {
3963
3963
  content: "\f822";
3964
3964
  }
3965
- .kbq-anomaly-square_16 {
3965
+ .kbq-square-a_16 {
3966
3966
  font-size: 16px;
3967
3967
  }
3968
- .kbq-anomaly-square_16:before {
3968
+ .kbq-square-a_16:before {
3969
3969
  content: "\f823";
3970
3970
  }
3971
3971
  .kbq-fincert_16 {
@@ -3992,10 +3992,10 @@ transform:rotate(0.001deg);
3992
3992
  .kbq-align-right_24:before {
3993
3993
  content: "\f827";
3994
3994
  }
3995
- .kbq-anomaly-square_24 {
3995
+ .kbq-square-a_24 {
3996
3996
  font-size: 24px;
3997
3997
  }
3998
- .kbq-anomaly-square_24:before {
3998
+ .kbq-square-a_24:before {
3999
3999
  content: "\f828";
4000
4000
  }
4001
4001
  .kbq-anomaly_24 {
@@ -4004,28 +4004,28 @@ transform:rotate(0.001deg);
4004
4004
  .kbq-anomaly_24:before {
4005
4005
  content: "\f829";
4006
4006
  }
4007
- .kbq-arrow-circle-down_24 {
4007
+ .kbq-circle-arrow-down_24 {
4008
4008
  font-size: 24px;
4009
4009
  }
4010
- .kbq-arrow-circle-down_24:before {
4010
+ .kbq-circle-arrow-down_24:before {
4011
4011
  content: "\f82a";
4012
4012
  }
4013
- .kbq-arrow-circle-left_24 {
4013
+ .kbq-circle-arrow-left_24 {
4014
4014
  font-size: 24px;
4015
4015
  }
4016
- .kbq-arrow-circle-left_24:before {
4016
+ .kbq-circle-arrow-left_24:before {
4017
4017
  content: "\f82b";
4018
4018
  }
4019
- .kbq-arrow-circle-right_24 {
4019
+ .kbq-circle-arrow-right_24 {
4020
4020
  font-size: 24px;
4021
4021
  }
4022
- .kbq-arrow-circle-right_24:before {
4022
+ .kbq-circle-arrow-right_24:before {
4023
4023
  content: "\f82c";
4024
4024
  }
4025
- .kbq-arrow-circle-up_24 {
4025
+ .kbq-circle-arrow-up_24 {
4026
4026
  font-size: 24px;
4027
4027
  }
4028
- .kbq-arrow-circle-up_24:before {
4028
+ .kbq-circle-arrow-up_24:before {
4029
4029
  content: "\f82d";
4030
4030
  }
4031
4031
  .kbq-arrow-down-left_24 {
@@ -4106,10 +4106,10 @@ transform:rotate(0.001deg);
4106
4106
  .kbq-arrow-right-arrow-left_24:before {
4107
4107
  content: "\f83a";
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
  }
4112
- .kbq-arrow-right-circle-dot-o_24:before {
4112
+ .kbq-circle-arrow-right-dot-o_24:before {
4113
4113
  content: "\f83b";
4114
4114
  }
4115
4115
  .kbq-arrow-right-from-bracket_24 {
@@ -4382,22 +4382,22 @@ transform:rotate(0.001deg);
4382
4382
  .kbq-binoculars_24:before {
4383
4383
  content: "\f868";
4384
4384
  }
4385
- .kbq-bolt-circle_24 {
4385
+ .kbq-circle-bolt_24 {
4386
4386
  font-size: 24px;
4387
4387
  }
4388
- .kbq-bolt-circle_24:before {
4388
+ .kbq-circle-bolt_24:before {
4389
4389
  content: "\f869";
4390
4390
  }
4391
- .kbq-bolt-rectangle-vertical-o_24 {
4391
+ .kbq-rectangle-vertical-bolt-o_24 {
4392
4392
  font-size: 24px;
4393
4393
  }
4394
- .kbq-bolt-rectangle-vertical-o_24:before {
4394
+ .kbq-rectangle-vertical-bolt-o_24:before {
4395
4395
  content: "\f86a";
4396
4396
  }
4397
- .kbq-bolt-rectangle-vertical_24 {
4397
+ .kbq-rectangle-vertical-bolt_24 {
4398
4398
  font-size: 24px;
4399
4399
  }
4400
- .kbq-bolt-rectangle-vertical_24:before {
4400
+ .kbq-rectangle-vertical-bolt_24:before {
4401
4401
  content: "\f86b";
4402
4402
  }
4403
4403
  .kbq-bolt_24 {
@@ -4550,28 +4550,28 @@ transform:rotate(0.001deg);
4550
4550
  .kbq-checkbox-multiple_24:before {
4551
4551
  content: "\f884";
4552
4552
  }
4553
- .kbq-chevron-circle-down_24 {
4553
+ .kbq-circle-chevron-down_24 {
4554
4554
  font-size: 24px;
4555
4555
  }
4556
- .kbq-chevron-circle-down_24:before {
4556
+ .kbq-circle-chevron-down_24:before {
4557
4557
  content: "\f885";
4558
4558
  }
4559
- .kbq-chevron-circle-left_24 {
4559
+ .kbq-circle-chevron-left_24 {
4560
4560
  font-size: 24px;
4561
4561
  }
4562
- .kbq-chevron-circle-left_24:before {
4562
+ .kbq-circle-chevron-left_24:before {
4563
4563
  content: "\f886";
4564
4564
  }
4565
- .kbq-chevron-circle-right_24 {
4565
+ .kbq-circle-chevron-right_24 {
4566
4566
  font-size: 24px;
4567
4567
  }
4568
- .kbq-chevron-circle-right_24:before {
4568
+ .kbq-circle-chevron-right_24:before {
4569
4569
  content: "\f887";
4570
4570
  }
4571
- .kbq-chevron-circle-up_24 {
4571
+ .kbq-circle-chevron-up_24 {
4572
4572
  font-size: 24px;
4573
4573
  }
4574
- .kbq-chevron-circle-up_24:before {
4574
+ .kbq-circle-chevron-up_24:before {
4575
4575
  content: "\f888";
4576
4576
  }
4577
4577
  .kbq-chevron-double-down-s_24 {
@@ -4730,10 +4730,10 @@ transform:rotate(0.001deg);
4730
4730
  .kbq-compass_24:before {
4731
4731
  content: "\f8a2";
4732
4732
  }
4733
- .kbq-compress_24 {
4733
+ .kbq-chevrons-compress_24 {
4734
4734
  font-size: 24px;
4735
4735
  }
4736
- .kbq-compress_24:before {
4736
+ .kbq-chevrons-compress_24:before {
4737
4737
  content: "\f8a3";
4738
4738
  }
4739
4739
  .kbq-connection_24 {
@@ -4868,10 +4868,10 @@ transform:rotate(0.001deg);
4868
4868
  .kbq-eject_24:before {
4869
4869
  content: "\f8b9";
4870
4870
  }
4871
- .kbq-ellipsis-horizontal-circle-o_24 {
4871
+ .kbq-circle-ellipsis-horizontal-o_24 {
4872
4872
  font-size: 24px;
4873
4873
  }
4874
- .kbq-ellipsis-horizontal-circle-o_24:before {
4874
+ .kbq-circle-ellipsis-horizontal-o_24:before {
4875
4875
  content: "\f8ba";
4876
4876
  }
4877
4877
  .kbq-ellipsis-horizontal_24 {
@@ -4892,10 +4892,10 @@ transform:rotate(0.001deg);
4892
4892
  .kbq-exception_24:before {
4893
4893
  content: "\f8bd";
4894
4894
  }
4895
- .kbq-exclamation-triangle_24 {
4895
+ .kbq-triangle-exclamation_24 {
4896
4896
  font-size: 24px;
4897
4897
  }
4898
- .kbq-exclamation-triangle_24:before {
4898
+ .kbq-triangle-exclamation_24:before {
4899
4899
  content: "\f8be";
4900
4900
  }
4901
4901
  .kbq-exists_24 {
@@ -5294,16 +5294,16 @@ transform:rotate(0.001deg);
5294
5294
  .kbq-ip-multiple_24:before {
5295
5295
  content: "\f900";
5296
5296
  }
5297
- .kbq-ip4-rectangle_24 {
5297
+ .kbq-rectangle-ip4_24 {
5298
5298
  font-size: 24px;
5299
5299
  }
5300
- .kbq-ip4-rectangle_24:before {
5300
+ .kbq-rectangle-ip4_24:before {
5301
5301
  content: "\f901";
5302
5302
  }
5303
- .kbq-ip6-rectangle_24 {
5303
+ .kbq-rectangle-ip6_24 {
5304
5304
  font-size: 24px;
5305
5305
  }
5306
- .kbq-ip6-rectangle_24:before {
5306
+ .kbq-rectangle-ip6_24:before {
5307
5307
  content: "\f902";
5308
5308
  }
5309
5309
  .kbq-ip_24 {
@@ -5396,10 +5396,10 @@ transform:rotate(0.001deg);
5396
5396
  .kbq-list-ul_24:before {
5397
5397
  content: "\f911";
5398
5398
  }
5399
- .kbq-location-arrow-circle-o_24 {
5399
+ .kbq-circle-location-arrow-o_24 {
5400
5400
  font-size: 24px;
5401
5401
  }
5402
- .kbq-location-arrow-circle-o_24:before {
5402
+ .kbq-circle-location-arrow-o_24:before {
5403
5403
  content: "\f912";
5404
5404
  }
5405
5405
  .kbq-location-arrow-right_24 {
@@ -5480,16 +5480,16 @@ transform:rotate(0.001deg);
5480
5480
  .kbq-message-faq_24:before {
5481
5481
  content: "\f91f";
5482
5482
  }
5483
- .kbq-minus-circle-s_24 {
5483
+ .kbq-circle-minus-s_24 {
5484
5484
  font-size: 24px;
5485
5485
  }
5486
- .kbq-minus-circle-s_24:before {
5486
+ .kbq-circle-minus-s_24:before {
5487
5487
  content: "\f920";
5488
5488
  }
5489
- .kbq-minus-octagon_24 {
5489
+ .kbq-octagon-minus_24 {
5490
5490
  font-size: 24px;
5491
5491
  }
5492
- .kbq-minus-octagon_24:before {
5492
+ .kbq-octagon-minus_24:before {
5493
5493
  content: "\f921";
5494
5494
  }
5495
5495
  .kbq-minus-s_24 {
@@ -5498,10 +5498,10 @@ transform:rotate(0.001deg);
5498
5498
  .kbq-minus-s_24:before {
5499
5499
  content: "\f922";
5500
5500
  }
5501
- .kbq-minus-square_24 {
5501
+ .kbq-square-minus_24 {
5502
5502
  font-size: 24px;
5503
5503
  }
5504
- .kbq-minus-square_24:before {
5504
+ .kbq-square-minus_24:before {
5505
5505
  content: "\f923";
5506
5506
  }
5507
5507
  .kbq-minus_24 {
@@ -5570,10 +5570,10 @@ transform:rotate(0.001deg);
5570
5570
  .kbq-paragraph-sign_24:before {
5571
5571
  content: "\f92e";
5572
5572
  }
5573
- .kbq-pause-circle_24 {
5573
+ .kbq-circle-pause_24 {
5574
5574
  font-size: 24px;
5575
5575
  }
5576
- .kbq-pause-circle_24:before {
5576
+ .kbq-circle-pause_24:before {
5577
5577
  content: "\f92f";
5578
5578
  }
5579
5579
  .kbq-pause_24 {
@@ -5606,10 +5606,10 @@ transform:rotate(0.001deg);
5606
5606
  .kbq-pin_24:before {
5607
5607
  content: "\f934";
5608
5608
  }
5609
- .kbq-play-circle_24 {
5609
+ .kbq-circle-play_24 {
5610
5610
  font-size: 24px;
5611
5611
  }
5612
- .kbq-play-circle_24:before {
5612
+ .kbq-circle-play_24:before {
5613
5613
  content: "\f935";
5614
5614
  }
5615
5615
  .kbq-play-rewind_24 {
@@ -5624,16 +5624,16 @@ transform:rotate(0.001deg);
5624
5624
  .kbq-play_24:before {
5625
5625
  content: "\f937";
5626
5626
  }
5627
- .kbq-plus-circle-s_24 {
5627
+ .kbq-circle-plus-s_24 {
5628
5628
  font-size: 24px;
5629
5629
  }
5630
- .kbq-plus-circle-s_24:before {
5630
+ .kbq-circle-plus-s_24:before {
5631
5631
  content: "\f938";
5632
5632
  }
5633
- .kbq-plus-circle_24 {
5633
+ .kbq-circle-plus_24 {
5634
5634
  font-size: 24px;
5635
5635
  }
5636
- .kbq-plus-circle_24:before {
5636
+ .kbq-circle-plus_24:before {
5637
5637
  content: "\f939";
5638
5638
  }
5639
5639
  .kbq-plus-s_24 {
@@ -5642,10 +5642,10 @@ transform:rotate(0.001deg);
5642
5642
  .kbq-plus-s_24:before {
5643
5643
  content: "\f93a";
5644
5644
  }
5645
- .kbq-plus-square_24 {
5645
+ .kbq-square-plus_24 {
5646
5646
  font-size: 24px;
5647
5647
  }
5648
- .kbq-plus-square_24:before {
5648
+ .kbq-square-plus_24:before {
5649
5649
  content: "\f93b";
5650
5650
  }
5651
5651
  .kbq-plus_24 {
@@ -5966,10 +5966,10 @@ transform:rotate(0.001deg);
5966
5966
  .kbq-star_24:before {
5967
5967
  content: "\f970";
5968
5968
  }
5969
- .kbq-stop-circle_24 {
5969
+ .kbq-circle-stop_24 {
5970
5970
  font-size: 24px;
5971
5971
  }
5972
- .kbq-stop-circle_24:before {
5972
+ .kbq-circle-stop_24:before {
5973
5973
  content: "\f971";
5974
5974
  }
5975
5975
  .kbq-stop_24 {
@@ -6014,10 +6014,10 @@ transform:rotate(0.001deg);
6014
6014
  .kbq-tag_24:before {
6015
6015
  content: "\f978";
6016
6016
  }
6017
- .kbq-telegram-circle_24 {
6017
+ .kbq-circle-telegram_24 {
6018
6018
  font-size: 24px;
6019
6019
  }
6020
- .kbq-telegram-circle_24:before {
6020
+ .kbq-circle-telegram_24:before {
6021
6021
  content: "\f979";
6022
6022
  }
6023
6023
  .kbq-telegram_24 {
@@ -6152,10 +6152,10 @@ transform:rotate(0.001deg);
6152
6152
  .kbq-usb-flash_24:before {
6153
6153
  content: "\f98f";
6154
6154
  }
6155
- .kbq-user-arrow-triangle-up_24 {
6155
+ .kbq-user-badge-triangle-up_24 {
6156
6156
  font-size: 24px;
6157
6157
  }
6158
- .kbq-user-arrow-triangle-up_24:before {
6158
+ .kbq-user-badge-triangle-up_24:before {
6159
6159
  content: "\f990";
6160
6160
  }
6161
6161
  .kbq-user-badge-file-text_24 {
@@ -6242,16 +6242,16 @@ transform:rotate(0.001deg);
6242
6242
  .kbq-workflow_24:before {
6243
6243
  content: "\f99e";
6244
6244
  }
6245
- .kbq-wrap-text-slash_24 {
6245
+ .kbq-text-overflow_24 {
6246
6246
  font-size: 24px;
6247
6247
  }
6248
- .kbq-wrap-text-slash_24:before {
6248
+ .kbq-text-overflow_24:before {
6249
6249
  content: "\f99f";
6250
6250
  }
6251
- .kbq-wrap-text_24 {
6251
+ .kbq-text-wrap_24 {
6252
6252
  font-size: 24px;
6253
6253
  }
6254
- .kbq-wrap-text_24:before {
6254
+ .kbq-text-wrap_24:before {
6255
6255
  content: "\f9a0";
6256
6256
  }
6257
6257
  .kbq-wrench-badge-play_24 {
@@ -6350,3 +6350,81 @@ transform:rotate(0.001deg);
6350
6350
  .kbq-envelope-mta_24:before {
6351
6351
  content: "\f9b0";
6352
6352
  }
6353
+ .kbq-3-columns_16 {
6354
+ font-size: 16px;
6355
+ }
6356
+ .kbq-3-columns_16:before {
6357
+ content: "\f9b1";
6358
+ }
6359
+ .kbq-3-columns_24 {
6360
+ font-size: 24px;
6361
+ }
6362
+ .kbq-3-columns_24:before {
6363
+ content: "\f9b2";
6364
+ }
6365
+ .kbq-desktop-badge-linux_16 {
6366
+ font-size: 16px;
6367
+ }
6368
+ .kbq-desktop-badge-linux_16:before {
6369
+ content: "\f9b3";
6370
+ }
6371
+ .kbq-desktop-badge-linux_24 {
6372
+ font-size: 24px;
6373
+ }
6374
+ .kbq-desktop-badge-linux_24:before {
6375
+ content: "\f9b4";
6376
+ }
6377
+ .kbq-desktop-badge-windows_16 {
6378
+ font-size: 16px;
6379
+ }
6380
+ .kbq-desktop-badge-windows_16:before {
6381
+ content: "\f9b5";
6382
+ }
6383
+ .kbq-desktop-badge-windows_24 {
6384
+ font-size: 24px;
6385
+ }
6386
+ .kbq-desktop-badge-windows_24:before {
6387
+ content: "\f9b6";
6388
+ }
6389
+ .kbq-diamond-exclamation_16 {
6390
+ font-size: 16px;
6391
+ }
6392
+ .kbq-diamond-exclamation_16:before {
6393
+ content: "\f9b7";
6394
+ }
6395
+ .kbq-diamond-exclamation_24 {
6396
+ font-size: 24px;
6397
+ }
6398
+ .kbq-diamond-exclamation_24:before {
6399
+ content: "\f9b8";
6400
+ }
6401
+ .kbq-server-badge-linux_16 {
6402
+ font-size: 16px;
6403
+ }
6404
+ .kbq-server-badge-linux_16:before {
6405
+ content: "\f9b9";
6406
+ }
6407
+ .kbq-server-badge-linux_24 {
6408
+ font-size: 24px;
6409
+ }
6410
+ .kbq-server-badge-linux_24:before {
6411
+ content: "\f9ba";
6412
+ }
6413
+ .kbq-server-badge-windows_16 {
6414
+ font-size: 16px;
6415
+ }
6416
+ .kbq-server-badge-windows_16:before {
6417
+ content: "\f9bb";
6418
+ }
6419
+ .kbq-server-badge-windows_24 {
6420
+ font-size: 24px;
6421
+ }
6422
+ .kbq-server-badge-windows_24:before {
6423
+ content: "\f9bc";
6424
+ }
6425
+ .kbq-node-tree_24 {
6426
+ font-size: 24px;
6427
+ }
6428
+ .kbq-node-tree_24:before {
6429
+ content: "\f9bd";
6430
+ }