@koobiq/icons 10.2.0 → 10.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/fonts/kbq-icons-10.3.1.css +4272 -0
- package/fonts/kbq-icons-10.3.1.html +4470 -0
- package/fonts/kbq-icons-10.3.1.scss +4272 -0
- package/fonts/kbq-icons-10.3.1.ttf +0 -0
- package/fonts/kbq-icons-10.3.1.woff +0 -0
- package/fonts/kbq-icons.css +326 -6
- package/fonts/kbq-icons.html +447 -1
- package/fonts/kbq-icons.scss +326 -6
- package/fonts/kbq-icons.ttf +0 -0
- package/fonts/kbq-icons.woff +0 -0
- package/info/kbq-icons-info.json +1 -1
- package/package.json +1 -1
- package/svg/aurora-os_16.svg +1 -0
- package/symbol/sprite.scss +5 -0
- package/symbol/sprite.symbol.html +11 -1
- package/symbol/svg/sprite.symbol.svg +1 -1
|
Binary file
|
|
Binary file
|
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?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
|
|
7
|
+
url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") 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
|
}
|
|
@@ -3950,3 +4264,9 @@ transform:rotate(0.001deg);
|
|
|
3950
4264
|
.kbq-highlighter_16:before {
|
|
3951
4265
|
content: "\f820";
|
|
3952
4266
|
}
|
|
4267
|
+
.kbq-aurora-os_16 {
|
|
4268
|
+
font-size: 16px;
|
|
4269
|
+
}
|
|
4270
|
+
.kbq-aurora-os_16:before {
|
|
4271
|
+
content: "\f821";
|
|
4272
|
+
}
|