@koobiq/icons 11.0.0 → 11.1.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 +28 -0
- package/fonts/kbq-icons.css +16 -16
- package/fonts/kbq-icons.html +33 -33
- package/fonts/kbq-icons.scss +9 -9
- 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/symbol/sprite.scss +23 -23
- package/symbol/sprite.symbol.html +59 -59
- package/symbol/svg/sprite.symbol.svg +1 -1
- /package/svg/{question-circle-o_32.svg → circle-question-o_32.svg} +0 -0
- /package/svg/{xmark-circle-s_16.svg → circle-xmark-s_16.svg} +0 -0
- /package/svg/{xmark-circle-s_24.svg → circle-xmark-s_24.svg} +0 -0
- /package/svg/{gear-badge-arrowtriangle-up-square_16.svg → gear-badge-square-arrowtriangle-up_16.svg} +0 -0
- /package/svg/{gear-badge-arrowtriangle-up-square_24.svg → gear-badge-square-arrowtriangle-up_24.svg} +0 -0
- /package/svg/{table-badge-arrow-down-circle_32.svg → table-badge-circle-arrow-down_32.svg} +0 -0
- /package/svg/{exclamation-triangle_32.svg → triangle-exclamation_32.svg} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 11.1.2 (2025-11-24)
|
|
2
|
+
|
|
3
|
+
* chore fixed setup-yarn action
|
|
4
|
+
|
|
5
|
+
## 11.1.1 (2025-11-24)
|
|
6
|
+
|
|
7
|
+
### Icons
|
|
8
|
+
|
|
9
|
+
* revert Revert "chore: update setup-node action to version 6 (#DS-4342) (#69)" e9ef7ee
|
|
10
|
+
|
|
11
|
+
# 11.1.0 (2025-11-24)
|
|
12
|
+
|
|
13
|
+
### Icons
|
|
14
|
+
|
|
15
|
+
* feature rename icons ([#73](https://github.com/koobiq/icons/issues/73)) f64985d
|
|
16
|
+
|
|
17
|
+
#### Renamed
|
|
18
|
+
|
|
19
|
+
🚨 Warning: breaking changes!
|
|
20
|
+
|
|
21
|
+
* exclamation-triangle_32 → triangle-exclamation_32
|
|
22
|
+
* gear-badge-arrowtriangle-up-square_16 → gear-badge-square-arrowtriangle-up_16
|
|
23
|
+
* gear-badge-arrowtriangle-up-square_24 → gear-badge-square-arrowtriangle-up_24
|
|
24
|
+
* question-circle-o_32 → circle-question-o_32
|
|
25
|
+
* table-badge-arrow-down-circle_32 → table-badge-circle-arrow-down_32
|
|
26
|
+
* xmark-circle-s_16 → circle-xmark-s_16
|
|
27
|
+
* xmark-circle-s_24 → circle-xmark-s_24
|
|
28
|
+
|
|
1
29
|
# 11.0.0 (2025-11-12)
|
|
2
30
|
|
|
3
31
|
### Icons
|
package/fonts/kbq-icons.css
CHANGED
|
@@ -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?
|
|
6
|
-
url("./kbq-icons.woff?
|
|
5
|
+
src: url("./kbq-icons.ttf?424b13f5f12e587208a0331cea77556c") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?424b13f5f12e587208a0331cea77556c") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -1376,10 +1376,10 @@ transform:rotate(0.001deg);
|
|
|
1376
1376
|
.kbq-rectangle-vertical-thin-lines_16:before {
|
|
1377
1377
|
content: "\f62d";
|
|
1378
1378
|
}
|
|
1379
|
-
.kbq-question-
|
|
1379
|
+
.kbq-circle-question-o_32 {
|
|
1380
1380
|
font-size: 32px;
|
|
1381
1381
|
}
|
|
1382
|
-
.kbq-question-
|
|
1382
|
+
.kbq-circle-question-o_32:before {
|
|
1383
1383
|
content: "\f62e";
|
|
1384
1384
|
}
|
|
1385
1385
|
.kbq-pause_16 {
|
|
@@ -1988,10 +1988,10 @@ transform:rotate(0.001deg);
|
|
|
1988
1988
|
.kbq-credit-card_16:before {
|
|
1989
1989
|
content: "\f6c4";
|
|
1990
1990
|
}
|
|
1991
|
-
.kbq-
|
|
1991
|
+
.kbq-triangle-exclamation_32 {
|
|
1992
1992
|
font-size: 32px;
|
|
1993
1993
|
}
|
|
1994
|
-
.kbq-
|
|
1994
|
+
.kbq-triangle-exclamation_32:before {
|
|
1995
1995
|
content: "\f6c5";
|
|
1996
1996
|
}
|
|
1997
1997
|
.kbq-file-text-o_16 {
|
|
@@ -2174,10 +2174,10 @@ transform:rotate(0.001deg);
|
|
|
2174
2174
|
.kbq-idrac_24:before {
|
|
2175
2175
|
content: "\f6e8";
|
|
2176
2176
|
}
|
|
2177
|
-
.kbq-gear-badge-arrowtriangle-
|
|
2177
|
+
.kbq-gear-badge-square-arrowtriangle-up_16 {
|
|
2178
2178
|
font-size: 16px;
|
|
2179
2179
|
}
|
|
2180
|
-
.kbq-gear-badge-arrowtriangle-
|
|
2180
|
+
.kbq-gear-badge-square-arrowtriangle-up_16:before {
|
|
2181
2181
|
content: "\f6ea";
|
|
2182
2182
|
}
|
|
2183
2183
|
.kbq-gear-badge-square_16 {
|
|
@@ -2384,10 +2384,10 @@ transform:rotate(0.001deg);
|
|
|
2384
2384
|
.kbq-bars-bold-horizontal_16:before {
|
|
2385
2385
|
content: "\f717";
|
|
2386
2386
|
}
|
|
2387
|
-
.kbq-table-badge-arrow-
|
|
2387
|
+
.kbq-table-badge-circle-arrow-down_32 {
|
|
2388
2388
|
font-size: 32px;
|
|
2389
2389
|
}
|
|
2390
|
-
.kbq-table-badge-arrow-
|
|
2390
|
+
.kbq-table-badge-circle-arrow-down_32:before {
|
|
2391
2391
|
content: "\f71a";
|
|
2392
2392
|
}
|
|
2393
2393
|
.kbq-diamond-o_16 {
|
|
@@ -3650,10 +3650,10 @@ transform:rotate(0.001deg);
|
|
|
3650
3650
|
.kbq-circle-xmark_24:before {
|
|
3651
3651
|
content: "\f7ee";
|
|
3652
3652
|
}
|
|
3653
|
-
.kbq-xmark-
|
|
3653
|
+
.kbq-circle-xmark-s_16 {
|
|
3654
3654
|
font-size: 16px;
|
|
3655
3655
|
}
|
|
3656
|
-
.kbq-xmark-
|
|
3656
|
+
.kbq-circle-xmark-s_16:before {
|
|
3657
3657
|
content: "\f7ef";
|
|
3658
3658
|
}
|
|
3659
3659
|
.kbq-chart-index_16 {
|
|
@@ -5108,10 +5108,10 @@ transform:rotate(0.001deg);
|
|
|
5108
5108
|
.kbq-forward_24:before {
|
|
5109
5109
|
content: "\f8e1";
|
|
5110
5110
|
}
|
|
5111
|
-
.kbq-gear-badge-arrowtriangle-
|
|
5111
|
+
.kbq-gear-badge-square-arrowtriangle-up_24 {
|
|
5112
5112
|
font-size: 24px;
|
|
5113
5113
|
}
|
|
5114
|
-
.kbq-gear-badge-arrowtriangle-
|
|
5114
|
+
.kbq-gear-badge-square-arrowtriangle-up_24:before {
|
|
5115
5115
|
content: "\f8e2";
|
|
5116
5116
|
}
|
|
5117
5117
|
.kbq-gear-badge-square-o_24 {
|
|
@@ -6266,10 +6266,10 @@ transform:rotate(0.001deg);
|
|
|
6266
6266
|
.kbq-wrench_24:before {
|
|
6267
6267
|
content: "\f9a2";
|
|
6268
6268
|
}
|
|
6269
|
-
.kbq-xmark-
|
|
6269
|
+
.kbq-circle-xmark-s_24 {
|
|
6270
6270
|
font-size: 24px;
|
|
6271
6271
|
}
|
|
6272
|
-
.kbq-xmark-
|
|
6272
|
+
.kbq-circle-xmark-s_24:before {
|
|
6273
6273
|
content: "\f9a3";
|
|
6274
6274
|
}
|
|
6275
6275
|
.kbq-xmark-s_24 {
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -125,18 +125,6 @@
|
|
|
125
125
|
<span class='label'>xmark-s_16</span>
|
|
126
126
|
</span>
|
|
127
127
|
</div>
|
|
128
|
-
<div class="icon" data-name="xmark-circle-s_24" title="xmark-circle-s_24">
|
|
129
|
-
<span class="inner">
|
|
130
|
-
<i class="kbq kbq-xmark-circle-s_24" aria-hidden="true"></i>
|
|
131
|
-
<span class='label'>xmark-circle-s_24</span>
|
|
132
|
-
</span>
|
|
133
|
-
</div>
|
|
134
|
-
<div class="icon" data-name="xmark-circle-s_16" title="xmark-circle-s_16">
|
|
135
|
-
<span class="inner">
|
|
136
|
-
<i class="kbq kbq-xmark-circle-s_16" aria-hidden="true"></i>
|
|
137
|
-
<span class='label'>xmark-circle-s_16</span>
|
|
138
|
-
</span>
|
|
139
|
-
</div>
|
|
140
128
|
<div class="icon" data-name="wrench_24" title="wrench_24">
|
|
141
129
|
<span class="inner">
|
|
142
130
|
<i class="kbq kbq-wrench_24" aria-hidden="true"></i>
|
|
@@ -443,6 +431,12 @@
|
|
|
443
431
|
<span class='label'>triangle-o_16</span>
|
|
444
432
|
</span>
|
|
445
433
|
</div>
|
|
434
|
+
<div class="icon" data-name="triangle-exclamation_32" title="triangle-exclamation_32">
|
|
435
|
+
<span class="inner">
|
|
436
|
+
<i class="kbq kbq-triangle-exclamation_32" aria-hidden="true"></i>
|
|
437
|
+
<span class='label'>triangle-exclamation_32</span>
|
|
438
|
+
</span>
|
|
439
|
+
</div>
|
|
446
440
|
<div class="icon" data-name="triangle-exclamation_24" title="triangle-exclamation_24">
|
|
447
441
|
<span class="inner">
|
|
448
442
|
<i class="kbq kbq-triangle-exclamation_24" aria-hidden="true"></i>
|
|
@@ -743,10 +737,10 @@
|
|
|
743
737
|
<span class='label'>table-badge-clock_16</span>
|
|
744
738
|
</span>
|
|
745
739
|
</div>
|
|
746
|
-
<div class="icon" data-name="table-badge-arrow-
|
|
740
|
+
<div class="icon" data-name="table-badge-circle-arrow-down_32" title="table-badge-circle-arrow-down_32">
|
|
747
741
|
<span class="inner">
|
|
748
|
-
<i class="kbq kbq-table-badge-arrow-
|
|
749
|
-
<span class='label'>table-badge-arrow-
|
|
742
|
+
<i class="kbq kbq-table-badge-circle-arrow-down_32" aria-hidden="true"></i>
|
|
743
|
+
<span class='label'>table-badge-circle-arrow-down_32</span>
|
|
750
744
|
</span>
|
|
751
745
|
</div>
|
|
752
746
|
<div class="icon" data-name="swords_24" title="swords_24">
|
|
@@ -1613,12 +1607,6 @@
|
|
|
1613
1607
|
<span class='label'>question_16</span>
|
|
1614
1608
|
</span>
|
|
1615
1609
|
</div>
|
|
1616
|
-
<div class="icon" data-name="question-circle-o_32" title="question-circle-o_32">
|
|
1617
|
-
<span class="inner">
|
|
1618
|
-
<i class="kbq kbq-question-circle-o_32" aria-hidden="true"></i>
|
|
1619
|
-
<span class='label'>question-circle-o_32</span>
|
|
1620
|
-
</span>
|
|
1621
|
-
</div>
|
|
1622
1610
|
<div class="icon" data-name="ql_24" title="ql_24">
|
|
1623
1611
|
<span class="inner">
|
|
1624
1612
|
<i class="kbq kbq-ql_24" aria-hidden="true"></i>
|
|
@@ -2957,16 +2945,16 @@
|
|
|
2957
2945
|
<span class='label'>gear-badge-square-o_16</span>
|
|
2958
2946
|
</span>
|
|
2959
2947
|
</div>
|
|
2960
|
-
<div class="icon" data-name="gear-badge-arrowtriangle-
|
|
2948
|
+
<div class="icon" data-name="gear-badge-square-arrowtriangle-up_24" title="gear-badge-square-arrowtriangle-up_24">
|
|
2961
2949
|
<span class="inner">
|
|
2962
|
-
<i class="kbq kbq-gear-badge-arrowtriangle-
|
|
2963
|
-
<span class='label'>gear-badge-arrowtriangle-
|
|
2950
|
+
<i class="kbq kbq-gear-badge-square-arrowtriangle-up_24" aria-hidden="true"></i>
|
|
2951
|
+
<span class='label'>gear-badge-square-arrowtriangle-up_24</span>
|
|
2964
2952
|
</span>
|
|
2965
2953
|
</div>
|
|
2966
|
-
<div class="icon" data-name="gear-badge-arrowtriangle-
|
|
2954
|
+
<div class="icon" data-name="gear-badge-square-arrowtriangle-up_16" title="gear-badge-square-arrowtriangle-up_16">
|
|
2967
2955
|
<span class="inner">
|
|
2968
|
-
<i class="kbq kbq-gear-badge-arrowtriangle-
|
|
2969
|
-
<span class='label'>gear-badge-arrowtriangle-
|
|
2956
|
+
<i class="kbq kbq-gear-badge-square-arrowtriangle-up_16" aria-hidden="true"></i>
|
|
2957
|
+
<span class='label'>gear-badge-square-arrowtriangle-up_16</span>
|
|
2970
2958
|
</span>
|
|
2971
2959
|
</div>
|
|
2972
2960
|
<div class="icon" data-name="gateway-envelope_24" title="gateway-envelope_24">
|
|
@@ -3503,12 +3491,6 @@
|
|
|
3503
3491
|
<span class='label'>exists_16</span>
|
|
3504
3492
|
</span>
|
|
3505
3493
|
</div>
|
|
3506
|
-
<div class="icon" data-name="exclamation-triangle_32" title="exclamation-triangle_32">
|
|
3507
|
-
<span class="inner">
|
|
3508
|
-
<i class="kbq kbq-exclamation-triangle_32" aria-hidden="true"></i>
|
|
3509
|
-
<span class='label'>exclamation-triangle_32</span>
|
|
3510
|
-
</span>
|
|
3511
|
-
</div>
|
|
3512
3494
|
<div class="icon" data-name="exception_24" title="exception_24">
|
|
3513
3495
|
<span class="inner">
|
|
3514
3496
|
<i class="kbq kbq-exception_24" aria-hidden="true"></i>
|
|
@@ -4205,6 +4187,18 @@
|
|
|
4205
4187
|
<span class='label'>circle-xmark_16</span>
|
|
4206
4188
|
</span>
|
|
4207
4189
|
</div>
|
|
4190
|
+
<div class="icon" data-name="circle-xmark-s_24" title="circle-xmark-s_24">
|
|
4191
|
+
<span class="inner">
|
|
4192
|
+
<i class="kbq kbq-circle-xmark-s_24" aria-hidden="true"></i>
|
|
4193
|
+
<span class='label'>circle-xmark-s_24</span>
|
|
4194
|
+
</span>
|
|
4195
|
+
</div>
|
|
4196
|
+
<div class="icon" data-name="circle-xmark-s_16" title="circle-xmark-s_16">
|
|
4197
|
+
<span class="inner">
|
|
4198
|
+
<i class="kbq kbq-circle-xmark-s_16" aria-hidden="true"></i>
|
|
4199
|
+
<span class='label'>circle-xmark-s_16</span>
|
|
4200
|
+
</span>
|
|
4201
|
+
</div>
|
|
4208
4202
|
<div class="icon" data-name="circle-telegram_24" title="circle-telegram_24">
|
|
4209
4203
|
<span class="inner">
|
|
4210
4204
|
<i class="kbq kbq-circle-telegram_24" aria-hidden="true"></i>
|
|
@@ -4241,6 +4235,12 @@
|
|
|
4241
4235
|
<span class='label'>circle-question_16</span>
|
|
4242
4236
|
</span>
|
|
4243
4237
|
</div>
|
|
4238
|
+
<div class="icon" data-name="circle-question-o_32" title="circle-question-o_32">
|
|
4239
|
+
<span class="inner">
|
|
4240
|
+
<i class="kbq kbq-circle-question-o_32" aria-hidden="true"></i>
|
|
4241
|
+
<span class='label'>circle-question-o_32</span>
|
|
4242
|
+
</span>
|
|
4243
|
+
</div>
|
|
4244
4244
|
<div class="icon" data-name="circle-plus_24" title="circle-plus_24">
|
|
4245
4245
|
<span class="inner">
|
|
4246
4246
|
<i class="kbq kbq-circle-plus_24" aria-hidden="true"></i>
|
package/fonts/kbq-icons.scss
CHANGED
|
@@ -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?
|
|
6
|
-
url("./kbq-icons.woff?
|
|
5
|
+
src: url("./kbq-icons.ttf?424b13f5f12e587208a0331cea77556c") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?424b13f5f12e587208a0331cea77556c") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -1376,7 +1376,7 @@ transform:rotate(0.001deg);
|
|
|
1376
1376
|
content: "\f62d";
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
|
-
.kbq-question-
|
|
1379
|
+
.kbq-circle-question-o_32 {
|
|
1380
1380
|
font-size: 32px;
|
|
1381
1381
|
&:before {
|
|
1382
1382
|
content: "\f62e";
|
|
@@ -1988,7 +1988,7 @@ transform:rotate(0.001deg);
|
|
|
1988
1988
|
content: "\f6c4";
|
|
1989
1989
|
}
|
|
1990
1990
|
}
|
|
1991
|
-
.kbq-
|
|
1991
|
+
.kbq-triangle-exclamation_32 {
|
|
1992
1992
|
font-size: 32px;
|
|
1993
1993
|
&:before {
|
|
1994
1994
|
content: "\f6c5";
|
|
@@ -2174,7 +2174,7 @@ transform:rotate(0.001deg);
|
|
|
2174
2174
|
content: "\f6e8";
|
|
2175
2175
|
}
|
|
2176
2176
|
}
|
|
2177
|
-
.kbq-gear-badge-arrowtriangle-
|
|
2177
|
+
.kbq-gear-badge-square-arrowtriangle-up_16 {
|
|
2178
2178
|
font-size: 16px;
|
|
2179
2179
|
&:before {
|
|
2180
2180
|
content: "\f6ea";
|
|
@@ -2384,7 +2384,7 @@ transform:rotate(0.001deg);
|
|
|
2384
2384
|
content: "\f717";
|
|
2385
2385
|
}
|
|
2386
2386
|
}
|
|
2387
|
-
.kbq-table-badge-arrow-
|
|
2387
|
+
.kbq-table-badge-circle-arrow-down_32 {
|
|
2388
2388
|
font-size: 32px;
|
|
2389
2389
|
&:before {
|
|
2390
2390
|
content: "\f71a";
|
|
@@ -3650,7 +3650,7 @@ transform:rotate(0.001deg);
|
|
|
3650
3650
|
content: "\f7ee";
|
|
3651
3651
|
}
|
|
3652
3652
|
}
|
|
3653
|
-
.kbq-xmark-
|
|
3653
|
+
.kbq-circle-xmark-s_16 {
|
|
3654
3654
|
font-size: 16px;
|
|
3655
3655
|
&:before {
|
|
3656
3656
|
content: "\f7ef";
|
|
@@ -5108,7 +5108,7 @@ transform:rotate(0.001deg);
|
|
|
5108
5108
|
content: "\f8e1";
|
|
5109
5109
|
}
|
|
5110
5110
|
}
|
|
5111
|
-
.kbq-gear-badge-arrowtriangle-
|
|
5111
|
+
.kbq-gear-badge-square-arrowtriangle-up_24 {
|
|
5112
5112
|
font-size: 24px;
|
|
5113
5113
|
&:before {
|
|
5114
5114
|
content: "\f8e2";
|
|
@@ -6266,7 +6266,7 @@ transform:rotate(0.001deg);
|
|
|
6266
6266
|
content: "\f9a2";
|
|
6267
6267
|
}
|
|
6268
6268
|
}
|
|
6269
|
-
.kbq-xmark-
|
|
6269
|
+
.kbq-circle-xmark-s_24 {
|
|
6270
6270
|
font-size: 24px;
|
|
6271
6271
|
&:before {
|
|
6272
6272
|
content: "\f9a3";
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|