@koobiq/icons 10.7.0 → 10.7.2
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.
- package/CHANGELOG.md +12 -0
- package/fonts/kbq-icons-10.7.2.css +6810 -0
- package/fonts/kbq-icons-10.7.2.html +6798 -0
- package/fonts/kbq-icons-10.7.2.scss +6810 -0
- package/fonts/kbq-icons-10.7.2.ttf +0 -0
- package/fonts/kbq-icons-10.7.2.woff +0 -0
- package/fonts/kbq-icons.css +530 -6
- package/fonts/kbq-icons.html +441 -1
- package/fonts/kbq-icons.scss +530 -6
- package/fonts/kbq-icons.ttf +0 -0
- package/fonts/kbq-icons.woff +0 -0
- package/package.json +1 -1
- package/svg/pin-slash_16.svg +1 -1
- package/svg/pin-slash_24.svg +1 -1
- package/svg/pin_16.svg +1 -1
- package/svg/pin_24.svg +1 -1
- package/symbol/sprite.symbol.html +5 -5
- package/symbol/svg/sprite.symbol.svg +1 -1
package/fonts/kbq-icons.css
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
|
|
1
2
|
@font-face {
|
|
2
|
-
font-family: "Koobiq Icons";
|
|
3
|
-
font-weight:normal;
|
|
4
|
-
font-style:normal;
|
|
5
|
-
src: url("./kbq-icons.ttf?
|
|
6
|
-
url("./kbq-icons.woff?
|
|
3
|
+
font-family: "Koobiq Icons";
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
src: url("./kbq-icons.ttf?9323d551ad7fb5b5e76ea537a64b50f4") format("truetype"),
|
|
7
|
+
url("./kbq-icons.woff?9323d551ad7fb5b5e76ea537a64b50f4") format("woff");
|
|
7
8
|
}
|
|
9
|
+
|
|
8
10
|
|
|
9
11
|
.kbq {
|
|
10
12
|
font-family: "Koobiq Icons";
|
|
@@ -21,7 +23,7 @@ text-rendering:auto;
|
|
|
21
23
|
-moz-osx-font-smoothing:grayscale;
|
|
22
24
|
transform:rotate(0.001deg);
|
|
23
25
|
}
|
|
24
|
-
|
|
26
|
+
|
|
25
27
|
/*---------------------
|
|
26
28
|
* Icons
|
|
27
29
|
*-------------------*/
|
|
@@ -248,12 +250,24 @@ transform:rotate(0.001deg);
|
|
|
248
250
|
.kbq-check-circle_16:before {
|
|
249
251
|
content: "\f533";
|
|
250
252
|
}
|
|
253
|
+
.kbq-circle-check_16 {
|
|
254
|
+
font-size: 16px;
|
|
255
|
+
}
|
|
256
|
+
.kbq-circle-check_16:before {
|
|
257
|
+
content: "\f533";
|
|
258
|
+
}
|
|
251
259
|
.kbq-check-circle_24 {
|
|
252
260
|
font-size: 24px;
|
|
253
261
|
}
|
|
254
262
|
.kbq-check-circle_24:before {
|
|
255
263
|
content: "\f534";
|
|
256
264
|
}
|
|
265
|
+
.kbq-circle-check_24 {
|
|
266
|
+
font-size: 24px;
|
|
267
|
+
}
|
|
268
|
+
.kbq-circle-check_24:before {
|
|
269
|
+
content: "\f534";
|
|
270
|
+
}
|
|
257
271
|
.kbq-ban_16 {
|
|
258
272
|
font-size: 16px;
|
|
259
273
|
}
|
|
@@ -542,6 +556,12 @@ transform:rotate(0.001deg);
|
|
|
542
556
|
.kbq-play-circle_16:before {
|
|
543
557
|
content: "\f575";
|
|
544
558
|
}
|
|
559
|
+
.kbq-circle-play_16 {
|
|
560
|
+
font-size: 16px;
|
|
561
|
+
}
|
|
562
|
+
.kbq-circle-play_16:before {
|
|
563
|
+
content: "\f575";
|
|
564
|
+
}
|
|
545
565
|
.kbq-plus_16 {
|
|
546
566
|
font-size: 16px;
|
|
547
567
|
}
|
|
@@ -566,6 +586,12 @@ transform:rotate(0.001deg);
|
|
|
566
586
|
.kbq-stop-circle_16:before {
|
|
567
587
|
content: "\f57a";
|
|
568
588
|
}
|
|
589
|
+
.kbq-circle-stop_16 {
|
|
590
|
+
font-size: 16px;
|
|
591
|
+
}
|
|
592
|
+
.kbq-circle-stop_16:before {
|
|
593
|
+
content: "\f57a";
|
|
594
|
+
}
|
|
569
595
|
.kbq-undo_16 {
|
|
570
596
|
font-size: 16px;
|
|
571
597
|
}
|
|
@@ -818,6 +844,12 @@ transform:rotate(0.001deg);
|
|
|
818
844
|
.kbq-pause-circle_16:before {
|
|
819
845
|
content: "\f5ac";
|
|
820
846
|
}
|
|
847
|
+
.kbq-circle-pause_16 {
|
|
848
|
+
font-size: 16px;
|
|
849
|
+
}
|
|
850
|
+
.kbq-circle-pause_16:before {
|
|
851
|
+
content: "\f5ac";
|
|
852
|
+
}
|
|
821
853
|
.kbq-join_16 {
|
|
822
854
|
font-size: 16px;
|
|
823
855
|
}
|
|
@@ -914,6 +946,12 @@ transform:rotate(0.001deg);
|
|
|
914
946
|
.kbq-info-circle_16:before {
|
|
915
947
|
content: "\f5c3";
|
|
916
948
|
}
|
|
949
|
+
.kbq-circle-info_16 {
|
|
950
|
+
font-size: 16px;
|
|
951
|
+
}
|
|
952
|
+
.kbq-circle-info_16:before {
|
|
953
|
+
content: "\f5c3";
|
|
954
|
+
}
|
|
917
955
|
.kbq-key_16 {
|
|
918
956
|
font-size: 16px;
|
|
919
957
|
}
|
|
@@ -938,12 +976,24 @@ transform:rotate(0.001deg);
|
|
|
938
976
|
.kbq-minus-circle_16:before {
|
|
939
977
|
content: "\f5c7";
|
|
940
978
|
}
|
|
979
|
+
.kbq-circle-minus_16 {
|
|
980
|
+
font-size: 16px;
|
|
981
|
+
}
|
|
982
|
+
.kbq-circle-minus_16:before {
|
|
983
|
+
content: "\f5c7";
|
|
984
|
+
}
|
|
941
985
|
.kbq-question-circle_16 {
|
|
942
986
|
font-size: 16px;
|
|
943
987
|
}
|
|
944
988
|
.kbq-question-circle_16:before {
|
|
945
989
|
content: "\f5c8";
|
|
946
990
|
}
|
|
991
|
+
.kbq-circle-question_16 {
|
|
992
|
+
font-size: 16px;
|
|
993
|
+
}
|
|
994
|
+
.kbq-circle-question_16:before {
|
|
995
|
+
content: "\f5c8";
|
|
996
|
+
}
|
|
947
997
|
.kbq-sliders_16 {
|
|
948
998
|
font-size: 16px;
|
|
949
999
|
}
|
|
@@ -1130,12 +1180,24 @@ transform:rotate(0.001deg);
|
|
|
1130
1180
|
.kbq-plus-circle_16:before {
|
|
1131
1181
|
content: "\f5f5";
|
|
1132
1182
|
}
|
|
1183
|
+
.kbq-circle-plus_16 {
|
|
1184
|
+
font-size: 16px;
|
|
1185
|
+
}
|
|
1186
|
+
.kbq-circle-plus_16:before {
|
|
1187
|
+
content: "\f5f5";
|
|
1188
|
+
}
|
|
1133
1189
|
.kbq-plus-circle-s_16 {
|
|
1134
1190
|
font-size: 16px;
|
|
1135
1191
|
}
|
|
1136
1192
|
.kbq-plus-circle-s_16:before {
|
|
1137
1193
|
content: "\f5f6";
|
|
1138
1194
|
}
|
|
1195
|
+
.kbq-circle-plus-s_16 {
|
|
1196
|
+
font-size: 16px;
|
|
1197
|
+
}
|
|
1198
|
+
.kbq-circle-plus-s_16:before {
|
|
1199
|
+
content: "\f5f6";
|
|
1200
|
+
}
|
|
1139
1201
|
.kbq-star_16 {
|
|
1140
1202
|
font-size: 16px;
|
|
1141
1203
|
}
|
|
@@ -1382,6 +1444,12 @@ transform:rotate(0.001deg);
|
|
|
1382
1444
|
.kbq-question-circle-o_32:before {
|
|
1383
1445
|
content: "\f62e";
|
|
1384
1446
|
}
|
|
1447
|
+
.kbq-circle-question-o_32 {
|
|
1448
|
+
font-size: 32px;
|
|
1449
|
+
}
|
|
1450
|
+
.kbq-circle-question-o_32:before {
|
|
1451
|
+
content: "\f62e";
|
|
1452
|
+
}
|
|
1385
1453
|
.kbq-pause_16 {
|
|
1386
1454
|
font-size: 16px;
|
|
1387
1455
|
}
|
|
@@ -1484,6 +1552,12 @@ transform:rotate(0.001deg);
|
|
|
1484
1552
|
.kbq-bolt-rectangle-vertical-o_16:before {
|
|
1485
1553
|
content: "\f640";
|
|
1486
1554
|
}
|
|
1555
|
+
.kbq-rectangle-vertical-bolt-o_16 {
|
|
1556
|
+
font-size: 16px;
|
|
1557
|
+
}
|
|
1558
|
+
.kbq-rectangle-vertical-bolt-o_16:before {
|
|
1559
|
+
content: "\f640";
|
|
1560
|
+
}
|
|
1487
1561
|
.kbq-database-badge-arrow-down_16 {
|
|
1488
1562
|
font-size: 16px;
|
|
1489
1563
|
}
|
|
@@ -1610,6 +1684,12 @@ transform:rotate(0.001deg);
|
|
|
1610
1684
|
.kbq-xmark-circle_16:before {
|
|
1611
1685
|
content: "\f667";
|
|
1612
1686
|
}
|
|
1687
|
+
.kbq-circle-xmark_16 {
|
|
1688
|
+
font-size: 16px;
|
|
1689
|
+
}
|
|
1690
|
+
.kbq-circle-xmark_16:before {
|
|
1691
|
+
content: "\f667";
|
|
1692
|
+
}
|
|
1613
1693
|
.kbq-circle-dot-o_16 {
|
|
1614
1694
|
font-size: 16px;
|
|
1615
1695
|
}
|
|
@@ -1622,6 +1702,12 @@ transform:rotate(0.001deg);
|
|
|
1622
1702
|
.kbq-arrow-right-circle-dot-o_16:before {
|
|
1623
1703
|
content: "\f66a";
|
|
1624
1704
|
}
|
|
1705
|
+
.kbq-circle-arrow-right-dot-o_16 {
|
|
1706
|
+
font-size: 16px;
|
|
1707
|
+
}
|
|
1708
|
+
.kbq-circle-arrow-right-dot-o_16:before {
|
|
1709
|
+
content: "\f66a";
|
|
1710
|
+
}
|
|
1625
1711
|
.kbq-flowchart-dot_16 {
|
|
1626
1712
|
font-size: 16px;
|
|
1627
1713
|
}
|
|
@@ -1724,6 +1810,12 @@ transform:rotate(0.001deg);
|
|
|
1724
1810
|
.kbq-exclamation-triangle_16:before {
|
|
1725
1811
|
content: "\f67f";
|
|
1726
1812
|
}
|
|
1813
|
+
.kbq-triangle-exclamation_16 {
|
|
1814
|
+
font-size: 16px;
|
|
1815
|
+
}
|
|
1816
|
+
.kbq-triangle-exclamation_16:before {
|
|
1817
|
+
content: "\f67f";
|
|
1818
|
+
}
|
|
1727
1819
|
.kbq-folder_16 {
|
|
1728
1820
|
font-size: 16px;
|
|
1729
1821
|
}
|
|
@@ -1778,6 +1870,12 @@ transform:rotate(0.001deg);
|
|
|
1778
1870
|
.kbq-bolt-rectangle-vertical_16:before {
|
|
1779
1871
|
content: "\f68a";
|
|
1780
1872
|
}
|
|
1873
|
+
.kbq-rectangle-vertical-bolt_16 {
|
|
1874
|
+
font-size: 16px;
|
|
1875
|
+
}
|
|
1876
|
+
.kbq-rectangle-vertical-bolt_16:before {
|
|
1877
|
+
content: "\f68a";
|
|
1878
|
+
}
|
|
1781
1879
|
.kbq-hypervisor_16 {
|
|
1782
1880
|
font-size: 16px;
|
|
1783
1881
|
}
|
|
@@ -1832,6 +1930,12 @@ transform:rotate(0.001deg);
|
|
|
1832
1930
|
.kbq-ellipsis-horizontal-circle-o_16:before {
|
|
1833
1931
|
content: "\f69a";
|
|
1834
1932
|
}
|
|
1933
|
+
.kbq-circle-ellipsis-horizontal-o_16 {
|
|
1934
|
+
font-size: 16px;
|
|
1935
|
+
}
|
|
1936
|
+
.kbq-circle-ellipsis-horizontal-o_16:before {
|
|
1937
|
+
content: "\f69a";
|
|
1938
|
+
}
|
|
1835
1939
|
.kbq-mobile_16 {
|
|
1836
1940
|
font-size: 16px;
|
|
1837
1941
|
}
|
|
@@ -1952,12 +2056,24 @@ transform:rotate(0.001deg);
|
|
|
1952
2056
|
.kbq-minus-circle-o_24:before {
|
|
1953
2057
|
content: "\f6bd";
|
|
1954
2058
|
}
|
|
2059
|
+
.kbq-circle-minus-o_24 {
|
|
2060
|
+
font-size: 24px;
|
|
2061
|
+
}
|
|
2062
|
+
.kbq-circle-minus-o_24:before {
|
|
2063
|
+
content: "\f6bd";
|
|
2064
|
+
}
|
|
1955
2065
|
.kbq-minus-circle_24 {
|
|
1956
2066
|
font-size: 24px;
|
|
1957
2067
|
}
|
|
1958
2068
|
.kbq-minus-circle_24:before {
|
|
1959
2069
|
content: "\f6be";
|
|
1960
2070
|
}
|
|
2071
|
+
.kbq-circle-minus_24 {
|
|
2072
|
+
font-size: 24px;
|
|
2073
|
+
}
|
|
2074
|
+
.kbq-circle-minus_24:before {
|
|
2075
|
+
content: "\f6be";
|
|
2076
|
+
}
|
|
1961
2077
|
.kbq-clipboard-check-o_24 {
|
|
1962
2078
|
font-size: 24px;
|
|
1963
2079
|
}
|
|
@@ -1994,6 +2110,12 @@ transform:rotate(0.001deg);
|
|
|
1994
2110
|
.kbq-exclamation-triangle_32:before {
|
|
1995
2111
|
content: "\f6c5";
|
|
1996
2112
|
}
|
|
2113
|
+
.kbq-triangle-exclamation_32 {
|
|
2114
|
+
font-size: 32px;
|
|
2115
|
+
}
|
|
2116
|
+
.kbq-triangle-exclamation_32:before {
|
|
2117
|
+
content: "\f6c5";
|
|
2118
|
+
}
|
|
1997
2119
|
.kbq-file-text-o_16 {
|
|
1998
2120
|
font-size: 16px;
|
|
1999
2121
|
}
|
|
@@ -2054,6 +2176,12 @@ transform:rotate(0.001deg);
|
|
|
2054
2176
|
.kbq-user-arrow-triangle-up_16:before {
|
|
2055
2177
|
content: "\f6d0";
|
|
2056
2178
|
}
|
|
2179
|
+
.kbq-user-badge-triangle-up_16 {
|
|
2180
|
+
font-size: 16px;
|
|
2181
|
+
}
|
|
2182
|
+
.kbq-user-badge-triangle-up_16:before {
|
|
2183
|
+
content: "\f6d0";
|
|
2184
|
+
}
|
|
2057
2185
|
.kbq-code_16 {
|
|
2058
2186
|
font-size: 16px;
|
|
2059
2187
|
}
|
|
@@ -2078,6 +2206,12 @@ transform:rotate(0.001deg);
|
|
|
2078
2206
|
.kbq-compress_16:before {
|
|
2079
2207
|
content: "\f6d6";
|
|
2080
2208
|
}
|
|
2209
|
+
.kbq-chevrons-compress_16 {
|
|
2210
|
+
font-size: 16px;
|
|
2211
|
+
}
|
|
2212
|
+
.kbq-chevrons-compress_16:before {
|
|
2213
|
+
content: "\f6d6";
|
|
2214
|
+
}
|
|
2081
2215
|
.kbq-crown_16 {
|
|
2082
2216
|
font-size: 16px;
|
|
2083
2217
|
}
|
|
@@ -2180,6 +2314,12 @@ transform:rotate(0.001deg);
|
|
|
2180
2314
|
.kbq-gear-badge-arrowtriangle-up-square_16:before {
|
|
2181
2315
|
content: "\f6ea";
|
|
2182
2316
|
}
|
|
2317
|
+
.kbq-gear-badge-square-arrowtriangle-up_16 {
|
|
2318
|
+
font-size: 16px;
|
|
2319
|
+
}
|
|
2320
|
+
.kbq-gear-badge-square-arrowtriangle-up_16:before {
|
|
2321
|
+
content: "\f6ea";
|
|
2322
|
+
}
|
|
2183
2323
|
.kbq-gear-badge-square_16 {
|
|
2184
2324
|
font-size: 16px;
|
|
2185
2325
|
}
|
|
@@ -2204,6 +2344,12 @@ transform:rotate(0.001deg);
|
|
|
2204
2344
|
.kbq-minus-circle-s_16:before {
|
|
2205
2345
|
content: "\f6ef";
|
|
2206
2346
|
}
|
|
2347
|
+
.kbq-circle-minus-s_16 {
|
|
2348
|
+
font-size: 16px;
|
|
2349
|
+
}
|
|
2350
|
+
.kbq-circle-minus-s_16:before {
|
|
2351
|
+
content: "\f6ef";
|
|
2352
|
+
}
|
|
2207
2353
|
.kbq-file-plus-o_16 {
|
|
2208
2354
|
font-size: 16px;
|
|
2209
2355
|
}
|
|
@@ -2294,6 +2440,12 @@ transform:rotate(0.001deg);
|
|
|
2294
2440
|
.kbq-info-circle_24:before {
|
|
2295
2441
|
content: "\f703";
|
|
2296
2442
|
}
|
|
2443
|
+
.kbq-circle-info_24 {
|
|
2444
|
+
font-size: 24px;
|
|
2445
|
+
}
|
|
2446
|
+
.kbq-circle-info_24:before {
|
|
2447
|
+
content: "\f703";
|
|
2448
|
+
}
|
|
2297
2449
|
.kbq-link-multiple_24 {
|
|
2298
2450
|
font-size: 24px;
|
|
2299
2451
|
}
|
|
@@ -2372,6 +2524,12 @@ transform:rotate(0.001deg);
|
|
|
2372
2524
|
.kbq-minus-circle-o_16:before {
|
|
2373
2525
|
content: "\f713";
|
|
2374
2526
|
}
|
|
2527
|
+
.kbq-circle-minus-o_16 {
|
|
2528
|
+
font-size: 16px;
|
|
2529
|
+
}
|
|
2530
|
+
.kbq-circle-minus-o_16:before {
|
|
2531
|
+
content: "\f713";
|
|
2532
|
+
}
|
|
2375
2533
|
.kbq-sources_24 {
|
|
2376
2534
|
font-size: 24px;
|
|
2377
2535
|
}
|
|
@@ -2390,6 +2548,12 @@ transform:rotate(0.001deg);
|
|
|
2390
2548
|
.kbq-table-badge-arrow-down-circle_32:before {
|
|
2391
2549
|
content: "\f71a";
|
|
2392
2550
|
}
|
|
2551
|
+
.kbq-table-badge-circle-arrow-down_32 {
|
|
2552
|
+
font-size: 32px;
|
|
2553
|
+
}
|
|
2554
|
+
.kbq-table-badge-circle-arrow-down_32:before {
|
|
2555
|
+
content: "\f71a";
|
|
2556
|
+
}
|
|
2393
2557
|
.kbq-diamond-o_16 {
|
|
2394
2558
|
font-size: 16px;
|
|
2395
2559
|
}
|
|
@@ -2504,24 +2668,48 @@ transform:rotate(0.001deg);
|
|
|
2504
2668
|
.kbq-arrow-circle-down_16:before {
|
|
2505
2669
|
content: "\f72f";
|
|
2506
2670
|
}
|
|
2671
|
+
.kbq-circle-arrow-down_16 {
|
|
2672
|
+
font-size: 16px;
|
|
2673
|
+
}
|
|
2674
|
+
.kbq-circle-arrow-down_16:before {
|
|
2675
|
+
content: "\f72f";
|
|
2676
|
+
}
|
|
2507
2677
|
.kbq-arrow-circle-left_16 {
|
|
2508
2678
|
font-size: 16px;
|
|
2509
2679
|
}
|
|
2510
2680
|
.kbq-arrow-circle-left_16:before {
|
|
2511
2681
|
content: "\f730";
|
|
2512
2682
|
}
|
|
2683
|
+
.kbq-circle-arrow-left_16 {
|
|
2684
|
+
font-size: 16px;
|
|
2685
|
+
}
|
|
2686
|
+
.kbq-circle-arrow-left_16:before {
|
|
2687
|
+
content: "\f730";
|
|
2688
|
+
}
|
|
2513
2689
|
.kbq-arrow-circle-right_16 {
|
|
2514
2690
|
font-size: 16px;
|
|
2515
2691
|
}
|
|
2516
2692
|
.kbq-arrow-circle-right_16:before {
|
|
2517
2693
|
content: "\f731";
|
|
2518
2694
|
}
|
|
2695
|
+
.kbq-circle-arrow-right_16 {
|
|
2696
|
+
font-size: 16px;
|
|
2697
|
+
}
|
|
2698
|
+
.kbq-circle-arrow-right_16:before {
|
|
2699
|
+
content: "\f731";
|
|
2700
|
+
}
|
|
2519
2701
|
.kbq-arrow-circle-up_16 {
|
|
2520
2702
|
font-size: 16px;
|
|
2521
2703
|
}
|
|
2522
2704
|
.kbq-arrow-circle-up_16:before {
|
|
2523
2705
|
content: "\f732";
|
|
2524
2706
|
}
|
|
2707
|
+
.kbq-circle-arrow-up_16 {
|
|
2708
|
+
font-size: 16px;
|
|
2709
|
+
}
|
|
2710
|
+
.kbq-circle-arrow-up_16:before {
|
|
2711
|
+
content: "\f732";
|
|
2712
|
+
}
|
|
2525
2713
|
.kbq-arrow-down_16 {
|
|
2526
2714
|
font-size: 16px;
|
|
2527
2715
|
}
|
|
@@ -2768,6 +2956,12 @@ transform:rotate(0.001deg);
|
|
|
2768
2956
|
.kbq-bolt-circle_16:before {
|
|
2769
2957
|
content: "\f75b";
|
|
2770
2958
|
}
|
|
2959
|
+
.kbq-circle-bolt_16 {
|
|
2960
|
+
font-size: 16px;
|
|
2961
|
+
}
|
|
2962
|
+
.kbq-circle-bolt_16:before {
|
|
2963
|
+
content: "\f75b";
|
|
2964
|
+
}
|
|
2771
2965
|
.kbq-book-multiple_24 {
|
|
2772
2966
|
font-size: 24px;
|
|
2773
2967
|
}
|
|
@@ -2876,24 +3070,48 @@ transform:rotate(0.001deg);
|
|
|
2876
3070
|
.kbq-chevron-circle-down_16:before {
|
|
2877
3071
|
content: "\f76d";
|
|
2878
3072
|
}
|
|
3073
|
+
.kbq-circle-chevron-down_16 {
|
|
3074
|
+
font-size: 16px;
|
|
3075
|
+
}
|
|
3076
|
+
.kbq-circle-chevron-down_16:before {
|
|
3077
|
+
content: "\f76d";
|
|
3078
|
+
}
|
|
2879
3079
|
.kbq-chevron-circle-left_16 {
|
|
2880
3080
|
font-size: 16px;
|
|
2881
3081
|
}
|
|
2882
3082
|
.kbq-chevron-circle-left_16:before {
|
|
2883
3083
|
content: "\f76e";
|
|
2884
3084
|
}
|
|
3085
|
+
.kbq-circle-chevron-left_16 {
|
|
3086
|
+
font-size: 16px;
|
|
3087
|
+
}
|
|
3088
|
+
.kbq-circle-chevron-left_16:before {
|
|
3089
|
+
content: "\f76e";
|
|
3090
|
+
}
|
|
2885
3091
|
.kbq-chevron-circle-right_16 {
|
|
2886
3092
|
font-size: 16px;
|
|
2887
3093
|
}
|
|
2888
3094
|
.kbq-chevron-circle-right_16:before {
|
|
2889
3095
|
content: "\f76f";
|
|
2890
3096
|
}
|
|
3097
|
+
.kbq-circle-chevron-right_16 {
|
|
3098
|
+
font-size: 16px;
|
|
3099
|
+
}
|
|
3100
|
+
.kbq-circle-chevron-right_16:before {
|
|
3101
|
+
content: "\f76f";
|
|
3102
|
+
}
|
|
2891
3103
|
.kbq-chevron-circle-up_16 {
|
|
2892
3104
|
font-size: 16px;
|
|
2893
3105
|
}
|
|
2894
3106
|
.kbq-chevron-circle-up_16:before {
|
|
2895
3107
|
content: "\f770";
|
|
2896
3108
|
}
|
|
3109
|
+
.kbq-circle-chevron-up_16 {
|
|
3110
|
+
font-size: 16px;
|
|
3111
|
+
}
|
|
3112
|
+
.kbq-circle-chevron-up_16:before {
|
|
3113
|
+
content: "\f770";
|
|
3114
|
+
}
|
|
2897
3115
|
.kbq-chevron-down-s_24 {
|
|
2898
3116
|
font-size: 24px;
|
|
2899
3117
|
}
|
|
@@ -3086,12 +3304,24 @@ transform:rotate(0.001deg);
|
|
|
3086
3304
|
.kbq-exclamation-circle_16:before {
|
|
3087
3305
|
content: "\f790";
|
|
3088
3306
|
}
|
|
3307
|
+
.kbq-circle-exclamation_16 {
|
|
3308
|
+
font-size: 16px;
|
|
3309
|
+
}
|
|
3310
|
+
.kbq-circle-exclamation_16:before {
|
|
3311
|
+
content: "\f790";
|
|
3312
|
+
}
|
|
3089
3313
|
.kbq-exclamation-circle_24 {
|
|
3090
3314
|
font-size: 24px;
|
|
3091
3315
|
}
|
|
3092
3316
|
.kbq-exclamation-circle_24:before {
|
|
3093
3317
|
content: "\f791";
|
|
3094
3318
|
}
|
|
3319
|
+
.kbq-circle-exclamation_24 {
|
|
3320
|
+
font-size: 24px;
|
|
3321
|
+
}
|
|
3322
|
+
.kbq-circle-exclamation_24:before {
|
|
3323
|
+
content: "\f791";
|
|
3324
|
+
}
|
|
3095
3325
|
.kbq-file-o_24 {
|
|
3096
3326
|
font-size: 24px;
|
|
3097
3327
|
}
|
|
@@ -3200,12 +3430,24 @@ transform:rotate(0.001deg);
|
|
|
3200
3430
|
.kbq-ip4-rectangle_16:before {
|
|
3201
3431
|
content: "\f7a3";
|
|
3202
3432
|
}
|
|
3433
|
+
.kbq-rectangle-ip4_16 {
|
|
3434
|
+
font-size: 16px;
|
|
3435
|
+
}
|
|
3436
|
+
.kbq-rectangle-ip4_16:before {
|
|
3437
|
+
content: "\f7a3";
|
|
3438
|
+
}
|
|
3203
3439
|
.kbq-ip6-rectangle_16 {
|
|
3204
3440
|
font-size: 16px;
|
|
3205
3441
|
}
|
|
3206
3442
|
.kbq-ip6-rectangle_16:before {
|
|
3207
3443
|
content: "\f7a4";
|
|
3208
3444
|
}
|
|
3445
|
+
.kbq-rectangle-ip6_16 {
|
|
3446
|
+
font-size: 16px;
|
|
3447
|
+
}
|
|
3448
|
+
.kbq-rectangle-ip6_16:before {
|
|
3449
|
+
content: "\f7a4";
|
|
3450
|
+
}
|
|
3209
3451
|
.kbq-layer-group_16 {
|
|
3210
3452
|
font-size: 16px;
|
|
3211
3453
|
}
|
|
@@ -3236,6 +3478,12 @@ transform:rotate(0.001deg);
|
|
|
3236
3478
|
.kbq-location-arrow-circle-o_16:before {
|
|
3237
3479
|
content: "\f7a9";
|
|
3238
3480
|
}
|
|
3481
|
+
.kbq-circle-location-arrow-o_16 {
|
|
3482
|
+
font-size: 16px;
|
|
3483
|
+
}
|
|
3484
|
+
.kbq-circle-location-arrow-o_16:before {
|
|
3485
|
+
content: "\f7a9";
|
|
3486
|
+
}
|
|
3239
3487
|
.kbq-location-chevron-down_16 {
|
|
3240
3488
|
font-size: 16px;
|
|
3241
3489
|
}
|
|
@@ -3302,6 +3550,12 @@ transform:rotate(0.001deg);
|
|
|
3302
3550
|
.kbq-minus-octagon_16:before {
|
|
3303
3551
|
content: "\f7b4";
|
|
3304
3552
|
}
|
|
3553
|
+
.kbq-octagon-minus_16 {
|
|
3554
|
+
font-size: 16px;
|
|
3555
|
+
}
|
|
3556
|
+
.kbq-octagon-minus_16:before {
|
|
3557
|
+
content: "\f7b4";
|
|
3558
|
+
}
|
|
3305
3559
|
.kbq-minus-s_16 {
|
|
3306
3560
|
font-size: 16px;
|
|
3307
3561
|
}
|
|
@@ -3314,6 +3568,12 @@ transform:rotate(0.001deg);
|
|
|
3314
3568
|
.kbq-minus-square_16:before {
|
|
3315
3569
|
content: "\f7b6";
|
|
3316
3570
|
}
|
|
3571
|
+
.kbq-square-minus_16 {
|
|
3572
|
+
font-size: 16px;
|
|
3573
|
+
}
|
|
3574
|
+
.kbq-square-minus_16:before {
|
|
3575
|
+
content: "\f7b6";
|
|
3576
|
+
}
|
|
3317
3577
|
.kbq-mobile_24 {
|
|
3318
3578
|
font-size: 24px;
|
|
3319
3579
|
}
|
|
@@ -3344,6 +3604,12 @@ transform:rotate(0.001deg);
|
|
|
3344
3604
|
.kbq-node-tree:before {
|
|
3345
3605
|
content: "\f7bb";
|
|
3346
3606
|
}
|
|
3607
|
+
.kbq-node-tree_16 {
|
|
3608
|
+
font-size: 16px;
|
|
3609
|
+
}
|
|
3610
|
+
.kbq-node-tree_16:before {
|
|
3611
|
+
content: "\f7bb";
|
|
3612
|
+
}
|
|
3347
3613
|
.kbq-north-star_16 {
|
|
3348
3614
|
font-size: 16px;
|
|
3349
3615
|
}
|
|
@@ -3374,12 +3640,24 @@ transform:rotate(0.001deg);
|
|
|
3374
3640
|
.kbq-plus-square_16:before {
|
|
3375
3641
|
content: "\f7c0";
|
|
3376
3642
|
}
|
|
3643
|
+
.kbq-square-plus_16 {
|
|
3644
|
+
font-size: 16px;
|
|
3645
|
+
}
|
|
3646
|
+
.kbq-square-plus_16:before {
|
|
3647
|
+
content: "\f7c0";
|
|
3648
|
+
}
|
|
3377
3649
|
.kbq-question-circle_24 {
|
|
3378
3650
|
font-size: 24px;
|
|
3379
3651
|
}
|
|
3380
3652
|
.kbq-question-circle_24:before {
|
|
3381
3653
|
content: "\f7c1";
|
|
3382
3654
|
}
|
|
3655
|
+
.kbq-circle-question_24 {
|
|
3656
|
+
font-size: 24px;
|
|
3657
|
+
}
|
|
3658
|
+
.kbq-circle-question_24:before {
|
|
3659
|
+
content: "\f7c1";
|
|
3660
|
+
}
|
|
3383
3661
|
.kbq-rectangles-o_16 {
|
|
3384
3662
|
font-size: 16px;
|
|
3385
3663
|
}
|
|
@@ -3488,6 +3766,12 @@ transform:rotate(0.001deg);
|
|
|
3488
3766
|
.kbq-telegram-circle_16:before {
|
|
3489
3767
|
content: "\f7d3";
|
|
3490
3768
|
}
|
|
3769
|
+
.kbq-circle-telegram_16 {
|
|
3770
|
+
font-size: 16px;
|
|
3771
|
+
}
|
|
3772
|
+
.kbq-circle-telegram_16:before {
|
|
3773
|
+
content: "\f7d3";
|
|
3774
|
+
}
|
|
3491
3775
|
.kbq-text_16 {
|
|
3492
3776
|
font-size: 16px;
|
|
3493
3777
|
}
|
|
@@ -3620,6 +3904,12 @@ transform:rotate(0.001deg);
|
|
|
3620
3904
|
.kbq-windows-arrow-rotate-left_16:before {
|
|
3621
3905
|
content: "\f7e9";
|
|
3622
3906
|
}
|
|
3907
|
+
.kbq-arrow-rotate-left-badge-windows_16 {
|
|
3908
|
+
font-size: 16px;
|
|
3909
|
+
}
|
|
3910
|
+
.kbq-arrow-rotate-left-badge-windows_16:before {
|
|
3911
|
+
content: "\f7e9";
|
|
3912
|
+
}
|
|
3623
3913
|
.kbq-cable_16 {
|
|
3624
3914
|
font-size: 16px;
|
|
3625
3915
|
}
|
|
@@ -3638,24 +3928,48 @@ transform:rotate(0.001deg);
|
|
|
3638
3928
|
.kbq-wrap-text_16:before {
|
|
3639
3929
|
content: "\f7ec";
|
|
3640
3930
|
}
|
|
3931
|
+
.kbq-text-wrap_16 {
|
|
3932
|
+
font-size: 16px;
|
|
3933
|
+
}
|
|
3934
|
+
.kbq-text-wrap_16:before {
|
|
3935
|
+
content: "\f7ec";
|
|
3936
|
+
}
|
|
3641
3937
|
.kbq-wrap-text-slash_16 {
|
|
3642
3938
|
font-size: 16px;
|
|
3643
3939
|
}
|
|
3644
3940
|
.kbq-wrap-text-slash_16:before {
|
|
3645
3941
|
content: "\f7ed";
|
|
3646
3942
|
}
|
|
3943
|
+
.kbq-text-overflow_16 {
|
|
3944
|
+
font-size: 16px;
|
|
3945
|
+
}
|
|
3946
|
+
.kbq-text-overflow_16:before {
|
|
3947
|
+
content: "\f7ed";
|
|
3948
|
+
}
|
|
3647
3949
|
.kbq-xmark-circle_24 {
|
|
3648
3950
|
font-size: 24px;
|
|
3649
3951
|
}
|
|
3650
3952
|
.kbq-xmark-circle_24:before {
|
|
3651
3953
|
content: "\f7ee";
|
|
3652
3954
|
}
|
|
3955
|
+
.kbq-circle-xmark_24 {
|
|
3956
|
+
font-size: 24px;
|
|
3957
|
+
}
|
|
3958
|
+
.kbq-circle-xmark_24:before {
|
|
3959
|
+
content: "\f7ee";
|
|
3960
|
+
}
|
|
3653
3961
|
.kbq-xmark-circle-s_16 {
|
|
3654
3962
|
font-size: 16px;
|
|
3655
3963
|
}
|
|
3656
3964
|
.kbq-xmark-circle-s_16:before {
|
|
3657
3965
|
content: "\f7ef";
|
|
3658
3966
|
}
|
|
3967
|
+
.kbq-circle-xmark-s_16 {
|
|
3968
|
+
font-size: 16px;
|
|
3969
|
+
}
|
|
3970
|
+
.kbq-circle-xmark-s_16:before {
|
|
3971
|
+
content: "\f7ef";
|
|
3972
|
+
}
|
|
3659
3973
|
.kbq-chart-index_16 {
|
|
3660
3974
|
font-size: 16px;
|
|
3661
3975
|
}
|
|
@@ -3968,6 +4282,12 @@ transform:rotate(0.001deg);
|
|
|
3968
4282
|
.kbq-anomaly-square_16:before {
|
|
3969
4283
|
content: "\f823";
|
|
3970
4284
|
}
|
|
4285
|
+
.kbq-square-a_16 {
|
|
4286
|
+
font-size: 16px;
|
|
4287
|
+
}
|
|
4288
|
+
.kbq-square-a_16:before {
|
|
4289
|
+
content: "\f823";
|
|
4290
|
+
}
|
|
3971
4291
|
.kbq-fincert_16 {
|
|
3972
4292
|
font-size: 16px;
|
|
3973
4293
|
}
|
|
@@ -3998,6 +4318,12 @@ transform:rotate(0.001deg);
|
|
|
3998
4318
|
.kbq-anomaly-square_24:before {
|
|
3999
4319
|
content: "\f828";
|
|
4000
4320
|
}
|
|
4321
|
+
.kbq-square-a_24 {
|
|
4322
|
+
font-size: 24px;
|
|
4323
|
+
}
|
|
4324
|
+
.kbq-square-a_24:before {
|
|
4325
|
+
content: "\f828";
|
|
4326
|
+
}
|
|
4001
4327
|
.kbq-anomaly_24 {
|
|
4002
4328
|
font-size: 24px;
|
|
4003
4329
|
}
|
|
@@ -4010,24 +4336,48 @@ transform:rotate(0.001deg);
|
|
|
4010
4336
|
.kbq-arrow-circle-down_24:before {
|
|
4011
4337
|
content: "\f82a";
|
|
4012
4338
|
}
|
|
4339
|
+
.kbq-circle-arrow-down_24 {
|
|
4340
|
+
font-size: 24px;
|
|
4341
|
+
}
|
|
4342
|
+
.kbq-circle-arrow-down_24:before {
|
|
4343
|
+
content: "\f82a";
|
|
4344
|
+
}
|
|
4013
4345
|
.kbq-arrow-circle-left_24 {
|
|
4014
4346
|
font-size: 24px;
|
|
4015
4347
|
}
|
|
4016
4348
|
.kbq-arrow-circle-left_24:before {
|
|
4017
4349
|
content: "\f82b";
|
|
4018
4350
|
}
|
|
4351
|
+
.kbq-circle-arrow-left_24 {
|
|
4352
|
+
font-size: 24px;
|
|
4353
|
+
}
|
|
4354
|
+
.kbq-circle-arrow-left_24:before {
|
|
4355
|
+
content: "\f82b";
|
|
4356
|
+
}
|
|
4019
4357
|
.kbq-arrow-circle-right_24 {
|
|
4020
4358
|
font-size: 24px;
|
|
4021
4359
|
}
|
|
4022
4360
|
.kbq-arrow-circle-right_24:before {
|
|
4023
4361
|
content: "\f82c";
|
|
4024
4362
|
}
|
|
4363
|
+
.kbq-circle-arrow-right_24 {
|
|
4364
|
+
font-size: 24px;
|
|
4365
|
+
}
|
|
4366
|
+
.kbq-circle-arrow-right_24:before {
|
|
4367
|
+
content: "\f82c";
|
|
4368
|
+
}
|
|
4025
4369
|
.kbq-arrow-circle-up_24 {
|
|
4026
4370
|
font-size: 24px;
|
|
4027
4371
|
}
|
|
4028
4372
|
.kbq-arrow-circle-up_24:before {
|
|
4029
4373
|
content: "\f82d";
|
|
4030
4374
|
}
|
|
4375
|
+
.kbq-circle-arrow-up_24 {
|
|
4376
|
+
font-size: 24px;
|
|
4377
|
+
}
|
|
4378
|
+
.kbq-circle-arrow-up_24:before {
|
|
4379
|
+
content: "\f82d";
|
|
4380
|
+
}
|
|
4031
4381
|
.kbq-arrow-down-left_24 {
|
|
4032
4382
|
font-size: 24px;
|
|
4033
4383
|
}
|
|
@@ -4112,6 +4462,12 @@ transform:rotate(0.001deg);
|
|
|
4112
4462
|
.kbq-arrow-right-circle-dot-o_24:before {
|
|
4113
4463
|
content: "\f83b";
|
|
4114
4464
|
}
|
|
4465
|
+
.kbq-circle-arrow-right-dot-o_24 {
|
|
4466
|
+
font-size: 24px;
|
|
4467
|
+
}
|
|
4468
|
+
.kbq-circle-arrow-right-dot-o_24:before {
|
|
4469
|
+
content: "\f83b";
|
|
4470
|
+
}
|
|
4115
4471
|
.kbq-arrow-right-from-bracket_24 {
|
|
4116
4472
|
font-size: 24px;
|
|
4117
4473
|
}
|
|
@@ -4388,18 +4744,36 @@ transform:rotate(0.001deg);
|
|
|
4388
4744
|
.kbq-bolt-circle_24:before {
|
|
4389
4745
|
content: "\f869";
|
|
4390
4746
|
}
|
|
4747
|
+
.kbq-circle-bolt_24 {
|
|
4748
|
+
font-size: 24px;
|
|
4749
|
+
}
|
|
4750
|
+
.kbq-circle-bolt_24:before {
|
|
4751
|
+
content: "\f869";
|
|
4752
|
+
}
|
|
4391
4753
|
.kbq-bolt-rectangle-vertical-o_24 {
|
|
4392
4754
|
font-size: 24px;
|
|
4393
4755
|
}
|
|
4394
4756
|
.kbq-bolt-rectangle-vertical-o_24:before {
|
|
4395
4757
|
content: "\f86a";
|
|
4396
4758
|
}
|
|
4759
|
+
.kbq-rectangle-vertical-bolt-o_24 {
|
|
4760
|
+
font-size: 24px;
|
|
4761
|
+
}
|
|
4762
|
+
.kbq-rectangle-vertical-bolt-o_24:before {
|
|
4763
|
+
content: "\f86a";
|
|
4764
|
+
}
|
|
4397
4765
|
.kbq-bolt-rectangle-vertical_24 {
|
|
4398
4766
|
font-size: 24px;
|
|
4399
4767
|
}
|
|
4400
4768
|
.kbq-bolt-rectangle-vertical_24:before {
|
|
4401
4769
|
content: "\f86b";
|
|
4402
4770
|
}
|
|
4771
|
+
.kbq-rectangle-vertical-bolt_24 {
|
|
4772
|
+
font-size: 24px;
|
|
4773
|
+
}
|
|
4774
|
+
.kbq-rectangle-vertical-bolt_24:before {
|
|
4775
|
+
content: "\f86b";
|
|
4776
|
+
}
|
|
4403
4777
|
.kbq-bolt_24 {
|
|
4404
4778
|
font-size: 24px;
|
|
4405
4779
|
}
|
|
@@ -4556,24 +4930,48 @@ transform:rotate(0.001deg);
|
|
|
4556
4930
|
.kbq-chevron-circle-down_24:before {
|
|
4557
4931
|
content: "\f885";
|
|
4558
4932
|
}
|
|
4933
|
+
.kbq-circle-chevron-down_24 {
|
|
4934
|
+
font-size: 24px;
|
|
4935
|
+
}
|
|
4936
|
+
.kbq-circle-chevron-down_24:before {
|
|
4937
|
+
content: "\f885";
|
|
4938
|
+
}
|
|
4559
4939
|
.kbq-chevron-circle-left_24 {
|
|
4560
4940
|
font-size: 24px;
|
|
4561
4941
|
}
|
|
4562
4942
|
.kbq-chevron-circle-left_24:before {
|
|
4563
4943
|
content: "\f886";
|
|
4564
4944
|
}
|
|
4945
|
+
.kbq-circle-chevron-left_24 {
|
|
4946
|
+
font-size: 24px;
|
|
4947
|
+
}
|
|
4948
|
+
.kbq-circle-chevron-left_24:before {
|
|
4949
|
+
content: "\f886";
|
|
4950
|
+
}
|
|
4565
4951
|
.kbq-chevron-circle-right_24 {
|
|
4566
4952
|
font-size: 24px;
|
|
4567
4953
|
}
|
|
4568
4954
|
.kbq-chevron-circle-right_24:before {
|
|
4569
4955
|
content: "\f887";
|
|
4570
4956
|
}
|
|
4957
|
+
.kbq-circle-chevron-right_24 {
|
|
4958
|
+
font-size: 24px;
|
|
4959
|
+
}
|
|
4960
|
+
.kbq-circle-chevron-right_24:before {
|
|
4961
|
+
content: "\f887";
|
|
4962
|
+
}
|
|
4571
4963
|
.kbq-chevron-circle-up_24 {
|
|
4572
4964
|
font-size: 24px;
|
|
4573
4965
|
}
|
|
4574
4966
|
.kbq-chevron-circle-up_24:before {
|
|
4575
4967
|
content: "\f888";
|
|
4576
4968
|
}
|
|
4969
|
+
.kbq-circle-chevron-up_24 {
|
|
4970
|
+
font-size: 24px;
|
|
4971
|
+
}
|
|
4972
|
+
.kbq-circle-chevron-up_24:before {
|
|
4973
|
+
content: "\f888";
|
|
4974
|
+
}
|
|
4577
4975
|
.kbq-chevron-double-down-s_24 {
|
|
4578
4976
|
font-size: 24px;
|
|
4579
4977
|
}
|
|
@@ -4736,6 +5134,12 @@ transform:rotate(0.001deg);
|
|
|
4736
5134
|
.kbq-compress_24:before {
|
|
4737
5135
|
content: "\f8a3";
|
|
4738
5136
|
}
|
|
5137
|
+
.kbq-chevrons-compress_24 {
|
|
5138
|
+
font-size: 24px;
|
|
5139
|
+
}
|
|
5140
|
+
.kbq-chevrons-compress_24:before {
|
|
5141
|
+
content: "\f8a3";
|
|
5142
|
+
}
|
|
4739
5143
|
.kbq-connection_24 {
|
|
4740
5144
|
font-size: 24px;
|
|
4741
5145
|
}
|
|
@@ -4874,6 +5278,12 @@ transform:rotate(0.001deg);
|
|
|
4874
5278
|
.kbq-ellipsis-horizontal-circle-o_24:before {
|
|
4875
5279
|
content: "\f8ba";
|
|
4876
5280
|
}
|
|
5281
|
+
.kbq-circle-ellipsis-horizontal-o_24 {
|
|
5282
|
+
font-size: 24px;
|
|
5283
|
+
}
|
|
5284
|
+
.kbq-circle-ellipsis-horizontal-o_24:before {
|
|
5285
|
+
content: "\f8ba";
|
|
5286
|
+
}
|
|
4877
5287
|
.kbq-ellipsis-horizontal_24 {
|
|
4878
5288
|
font-size: 24px;
|
|
4879
5289
|
}
|
|
@@ -4898,6 +5308,12 @@ transform:rotate(0.001deg);
|
|
|
4898
5308
|
.kbq-exclamation-triangle_24:before {
|
|
4899
5309
|
content: "\f8be";
|
|
4900
5310
|
}
|
|
5311
|
+
.kbq-triangle-exclamation_24 {
|
|
5312
|
+
font-size: 24px;
|
|
5313
|
+
}
|
|
5314
|
+
.kbq-triangle-exclamation_24:before {
|
|
5315
|
+
content: "\f8be";
|
|
5316
|
+
}
|
|
4901
5317
|
.kbq-exists_24 {
|
|
4902
5318
|
font-size: 24px;
|
|
4903
5319
|
}
|
|
@@ -5114,6 +5530,12 @@ transform:rotate(0.001deg);
|
|
|
5114
5530
|
.kbq-gear-badge-arrowtriangle-up-square_24:before {
|
|
5115
5531
|
content: "\f8e2";
|
|
5116
5532
|
}
|
|
5533
|
+
.kbq-gear-badge-square-arrowtriangle-up_24 {
|
|
5534
|
+
font-size: 24px;
|
|
5535
|
+
}
|
|
5536
|
+
.kbq-gear-badge-square-arrowtriangle-up_24:before {
|
|
5537
|
+
content: "\f8e2";
|
|
5538
|
+
}
|
|
5117
5539
|
.kbq-gear-badge-square-o_24 {
|
|
5118
5540
|
font-size: 24px;
|
|
5119
5541
|
}
|
|
@@ -5300,12 +5722,24 @@ transform:rotate(0.001deg);
|
|
|
5300
5722
|
.kbq-ip4-rectangle_24:before {
|
|
5301
5723
|
content: "\f901";
|
|
5302
5724
|
}
|
|
5725
|
+
.kbq-rectangle-ip4_24 {
|
|
5726
|
+
font-size: 24px;
|
|
5727
|
+
}
|
|
5728
|
+
.kbq-rectangle-ip4_24:before {
|
|
5729
|
+
content: "\f901";
|
|
5730
|
+
}
|
|
5303
5731
|
.kbq-ip6-rectangle_24 {
|
|
5304
5732
|
font-size: 24px;
|
|
5305
5733
|
}
|
|
5306
5734
|
.kbq-ip6-rectangle_24:before {
|
|
5307
5735
|
content: "\f902";
|
|
5308
5736
|
}
|
|
5737
|
+
.kbq-rectangle-ip6_24 {
|
|
5738
|
+
font-size: 24px;
|
|
5739
|
+
}
|
|
5740
|
+
.kbq-rectangle-ip6_24:before {
|
|
5741
|
+
content: "\f902";
|
|
5742
|
+
}
|
|
5309
5743
|
.kbq-ip_24 {
|
|
5310
5744
|
font-size: 24px;
|
|
5311
5745
|
}
|
|
@@ -5402,6 +5836,12 @@ transform:rotate(0.001deg);
|
|
|
5402
5836
|
.kbq-location-arrow-circle-o_24:before {
|
|
5403
5837
|
content: "\f912";
|
|
5404
5838
|
}
|
|
5839
|
+
.kbq-circle-location-arrow-o_24 {
|
|
5840
|
+
font-size: 24px;
|
|
5841
|
+
}
|
|
5842
|
+
.kbq-circle-location-arrow-o_24:before {
|
|
5843
|
+
content: "\f912";
|
|
5844
|
+
}
|
|
5405
5845
|
.kbq-location-arrow-right_24 {
|
|
5406
5846
|
font-size: 24px;
|
|
5407
5847
|
}
|
|
@@ -5486,12 +5926,24 @@ transform:rotate(0.001deg);
|
|
|
5486
5926
|
.kbq-minus-circle-s_24:before {
|
|
5487
5927
|
content: "\f920";
|
|
5488
5928
|
}
|
|
5929
|
+
.kbq-circle-minus-s_24 {
|
|
5930
|
+
font-size: 24px;
|
|
5931
|
+
}
|
|
5932
|
+
.kbq-circle-minus-s_24:before {
|
|
5933
|
+
content: "\f920";
|
|
5934
|
+
}
|
|
5489
5935
|
.kbq-minus-octagon_24 {
|
|
5490
5936
|
font-size: 24px;
|
|
5491
5937
|
}
|
|
5492
5938
|
.kbq-minus-octagon_24:before {
|
|
5493
5939
|
content: "\f921";
|
|
5494
5940
|
}
|
|
5941
|
+
.kbq-octagon-minus_24 {
|
|
5942
|
+
font-size: 24px;
|
|
5943
|
+
}
|
|
5944
|
+
.kbq-octagon-minus_24:before {
|
|
5945
|
+
content: "\f921";
|
|
5946
|
+
}
|
|
5495
5947
|
.kbq-minus-s_24 {
|
|
5496
5948
|
font-size: 24px;
|
|
5497
5949
|
}
|
|
@@ -5504,6 +5956,12 @@ transform:rotate(0.001deg);
|
|
|
5504
5956
|
.kbq-minus-square_24:before {
|
|
5505
5957
|
content: "\f923";
|
|
5506
5958
|
}
|
|
5959
|
+
.kbq-square-minus_24 {
|
|
5960
|
+
font-size: 24px;
|
|
5961
|
+
}
|
|
5962
|
+
.kbq-square-minus_24:before {
|
|
5963
|
+
content: "\f923";
|
|
5964
|
+
}
|
|
5507
5965
|
.kbq-minus_24 {
|
|
5508
5966
|
font-size: 24px;
|
|
5509
5967
|
}
|
|
@@ -5576,6 +6034,12 @@ transform:rotate(0.001deg);
|
|
|
5576
6034
|
.kbq-pause-circle_24:before {
|
|
5577
6035
|
content: "\f92f";
|
|
5578
6036
|
}
|
|
6037
|
+
.kbq-circle-pause_24 {
|
|
6038
|
+
font-size: 24px;
|
|
6039
|
+
}
|
|
6040
|
+
.kbq-circle-pause_24:before {
|
|
6041
|
+
content: "\f92f";
|
|
6042
|
+
}
|
|
5579
6043
|
.kbq-pause_24 {
|
|
5580
6044
|
font-size: 24px;
|
|
5581
6045
|
}
|
|
@@ -5612,6 +6076,12 @@ transform:rotate(0.001deg);
|
|
|
5612
6076
|
.kbq-play-circle_24:before {
|
|
5613
6077
|
content: "\f935";
|
|
5614
6078
|
}
|
|
6079
|
+
.kbq-circle-play_24 {
|
|
6080
|
+
font-size: 24px;
|
|
6081
|
+
}
|
|
6082
|
+
.kbq-circle-play_24:before {
|
|
6083
|
+
content: "\f935";
|
|
6084
|
+
}
|
|
5615
6085
|
.kbq-play-rewind_24 {
|
|
5616
6086
|
font-size: 24px;
|
|
5617
6087
|
}
|
|
@@ -5630,12 +6100,24 @@ transform:rotate(0.001deg);
|
|
|
5630
6100
|
.kbq-plus-circle-s_24:before {
|
|
5631
6101
|
content: "\f938";
|
|
5632
6102
|
}
|
|
6103
|
+
.kbq-circle-plus-s_24 {
|
|
6104
|
+
font-size: 24px;
|
|
6105
|
+
}
|
|
6106
|
+
.kbq-circle-plus-s_24:before {
|
|
6107
|
+
content: "\f938";
|
|
6108
|
+
}
|
|
5633
6109
|
.kbq-plus-circle_24 {
|
|
5634
6110
|
font-size: 24px;
|
|
5635
6111
|
}
|
|
5636
6112
|
.kbq-plus-circle_24:before {
|
|
5637
6113
|
content: "\f939";
|
|
5638
6114
|
}
|
|
6115
|
+
.kbq-circle-plus_24 {
|
|
6116
|
+
font-size: 24px;
|
|
6117
|
+
}
|
|
6118
|
+
.kbq-circle-plus_24:before {
|
|
6119
|
+
content: "\f939";
|
|
6120
|
+
}
|
|
5639
6121
|
.kbq-plus-s_24 {
|
|
5640
6122
|
font-size: 24px;
|
|
5641
6123
|
}
|
|
@@ -5648,6 +6130,12 @@ transform:rotate(0.001deg);
|
|
|
5648
6130
|
.kbq-plus-square_24:before {
|
|
5649
6131
|
content: "\f93b";
|
|
5650
6132
|
}
|
|
6133
|
+
.kbq-square-plus_24 {
|
|
6134
|
+
font-size: 24px;
|
|
6135
|
+
}
|
|
6136
|
+
.kbq-square-plus_24:before {
|
|
6137
|
+
content: "\f93b";
|
|
6138
|
+
}
|
|
5651
6139
|
.kbq-plus_24 {
|
|
5652
6140
|
font-size: 24px;
|
|
5653
6141
|
}
|
|
@@ -5972,6 +6460,12 @@ transform:rotate(0.001deg);
|
|
|
5972
6460
|
.kbq-stop-circle_24:before {
|
|
5973
6461
|
content: "\f971";
|
|
5974
6462
|
}
|
|
6463
|
+
.kbq-circle-stop_24 {
|
|
6464
|
+
font-size: 24px;
|
|
6465
|
+
}
|
|
6466
|
+
.kbq-circle-stop_24:before {
|
|
6467
|
+
content: "\f971";
|
|
6468
|
+
}
|
|
5975
6469
|
.kbq-stop_24 {
|
|
5976
6470
|
font-size: 24px;
|
|
5977
6471
|
}
|
|
@@ -6020,6 +6514,12 @@ transform:rotate(0.001deg);
|
|
|
6020
6514
|
.kbq-telegram-circle_24:before {
|
|
6021
6515
|
content: "\f979";
|
|
6022
6516
|
}
|
|
6517
|
+
.kbq-circle-telegram_24 {
|
|
6518
|
+
font-size: 24px;
|
|
6519
|
+
}
|
|
6520
|
+
.kbq-circle-telegram_24:before {
|
|
6521
|
+
content: "\f979";
|
|
6522
|
+
}
|
|
6023
6523
|
.kbq-telegram_24 {
|
|
6024
6524
|
font-size: 24px;
|
|
6025
6525
|
}
|
|
@@ -6158,6 +6658,12 @@ transform:rotate(0.001deg);
|
|
|
6158
6658
|
.kbq-user-arrow-triangle-up_24:before {
|
|
6159
6659
|
content: "\f990";
|
|
6160
6660
|
}
|
|
6661
|
+
.kbq-user-badge-triangle-up_24 {
|
|
6662
|
+
font-size: 24px;
|
|
6663
|
+
}
|
|
6664
|
+
.kbq-user-badge-triangle-up_24:before {
|
|
6665
|
+
content: "\f990";
|
|
6666
|
+
}
|
|
6161
6667
|
.kbq-user-badge-file-text_24 {
|
|
6162
6668
|
font-size: 24px;
|
|
6163
6669
|
}
|
|
@@ -6248,12 +6754,24 @@ transform:rotate(0.001deg);
|
|
|
6248
6754
|
.kbq-wrap-text-slash_24:before {
|
|
6249
6755
|
content: "\f99f";
|
|
6250
6756
|
}
|
|
6757
|
+
.kbq-text-overflow_24 {
|
|
6758
|
+
font-size: 24px;
|
|
6759
|
+
}
|
|
6760
|
+
.kbq-text-overflow_24:before {
|
|
6761
|
+
content: "\f99f";
|
|
6762
|
+
}
|
|
6251
6763
|
.kbq-wrap-text_24 {
|
|
6252
6764
|
font-size: 24px;
|
|
6253
6765
|
}
|
|
6254
6766
|
.kbq-wrap-text_24:before {
|
|
6255
6767
|
content: "\f9a0";
|
|
6256
6768
|
}
|
|
6769
|
+
.kbq-text-wrap_24 {
|
|
6770
|
+
font-size: 24px;
|
|
6771
|
+
}
|
|
6772
|
+
.kbq-text-wrap_24:before {
|
|
6773
|
+
content: "\f9a0";
|
|
6774
|
+
}
|
|
6257
6775
|
.kbq-wrench-badge-play_24 {
|
|
6258
6776
|
font-size: 24px;
|
|
6259
6777
|
}
|
|
@@ -6272,6 +6790,12 @@ transform:rotate(0.001deg);
|
|
|
6272
6790
|
.kbq-xmark-circle-s_24:before {
|
|
6273
6791
|
content: "\f9a3";
|
|
6274
6792
|
}
|
|
6793
|
+
.kbq-circle-xmark-s_24 {
|
|
6794
|
+
font-size: 24px;
|
|
6795
|
+
}
|
|
6796
|
+
.kbq-circle-xmark-s_24:before {
|
|
6797
|
+
content: "\f9a3";
|
|
6798
|
+
}
|
|
6275
6799
|
.kbq-xmark-s_24 {
|
|
6276
6800
|
font-size: 24px;
|
|
6277
6801
|
}
|