@koobiq/icons 10.5.0 → 10.6.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.
- package/CHANGELOG.md +12 -0
- package/fonts/kbq-icons.css +8 -2
- package/fonts/kbq-icons.html +12 -0
- package/fonts/kbq-icons.scss +8 -2
- 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/fincert_16.svg +1 -0
- package/symbol/sprite.scss +10 -0
- package/symbol/sprite.symbol.html +21 -1
- package/symbol/svg/sprite.symbol.svg +1 -1
- /package/svg/{.anomaly-square_16.svg → anomaly-square_16.svg} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# 10.6.0 (2025-08-20)
|
|
2
|
+
|
|
3
|
+
### Icons
|
|
4
|
+
|
|
5
|
+
* feature fincert icon ([#DS-4124](https://github.com/koobiq/icons/issues/issue/DS-4124)) ([#53](https://github.com/koobiq/icons/issues/53)) 12de638
|
|
6
|
+
|
|
7
|
+
## 10.5.1 (2025-07-22)
|
|
8
|
+
|
|
9
|
+
### Icons
|
|
10
|
+
|
|
11
|
+
* bug fix anomaly icon reExport ([#DS-4004](https://github.com/koobiq/icons/issues/issue/DS-4004)) ([#50](https://github.com/koobiq/icons/issues/50)) fa4b691
|
|
12
|
+
|
|
1
13
|
# 10.5.0 (2025-07-21)
|
|
2
14
|
|
|
3
15
|
### 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?c8c682fcca86d32aa2fa98d3bf0934f7") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?c8c682fcca86d32aa2fa98d3bf0934f7") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3968,3 +3968,9 @@ transform:rotate(0.001deg);
|
|
|
3968
3968
|
.kbq-anomaly-square_16:before {
|
|
3969
3969
|
content: "\f823";
|
|
3970
3970
|
}
|
|
3971
|
+
.kbq-fincert_16 {
|
|
3972
|
+
font-size: 16px;
|
|
3973
|
+
}
|
|
3974
|
+
.kbq-fincert_16:before {
|
|
3975
|
+
content: "\f824";
|
|
3976
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -1997,6 +1997,12 @@
|
|
|
1997
1997
|
<span class='label'>fire-flame_16</span>
|
|
1998
1998
|
</span>
|
|
1999
1999
|
</div>
|
|
2000
|
+
<div class="icon" data-name="fincert_16" title="fincert_16">
|
|
2001
|
+
<span class="inner">
|
|
2002
|
+
<i class="kbq kbq-fincert_16" aria-hidden="true"></i>
|
|
2003
|
+
<span class='label'>fincert_16</span>
|
|
2004
|
+
</span>
|
|
2005
|
+
</div>
|
|
2000
2006
|
<div class="icon" data-name="filter_16" title="filter_16">
|
|
2001
2007
|
<span class="inner">
|
|
2002
2008
|
<i class="kbq kbq-filter_16" aria-hidden="true"></i>
|
|
@@ -3971,6 +3977,12 @@
|
|
|
3971
3977
|
<span class='label'>anomaly_16</span>
|
|
3972
3978
|
</span>
|
|
3973
3979
|
</div>
|
|
3980
|
+
<div class="icon" data-name="anomaly-square_16" title="anomaly-square_16">
|
|
3981
|
+
<span class="inner">
|
|
3982
|
+
<i class="kbq kbq-anomaly-square_16" aria-hidden="true"></i>
|
|
3983
|
+
<span class='label'>anomaly-square_16</span>
|
|
3984
|
+
</span>
|
|
3985
|
+
</div>
|
|
3974
3986
|
<div class="icon" data-name="android_24" title="android_24">
|
|
3975
3987
|
<span class="inner">
|
|
3976
3988
|
<i class="kbq kbq-android_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?c8c682fcca86d32aa2fa98d3bf0934f7") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?c8c682fcca86d32aa2fa98d3bf0934f7") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3968,3 +3968,9 @@ transform:rotate(0.001deg);
|
|
|
3968
3968
|
content: "\f823";
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
|
+
.kbq-fincert_16 {
|
|
3972
|
+
font-size: 16px;
|
|
3973
|
+
&:before {
|
|
3974
|
+
content: "\f824";
|
|
3975
|
+
}
|
|
3976
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|