@koobiq/icons 10.2.0 → 10.3.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 +6 -0
- package/fonts/kbq-icons.css +8 -2
- package/fonts/kbq-icons.html +6 -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/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
package/CHANGELOG.md
CHANGED
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?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3950,3 +3950,9 @@ transform:rotate(0.001deg);
|
|
|
3950
3950
|
.kbq-highlighter_16:before {
|
|
3951
3951
|
content: "\f820";
|
|
3952
3952
|
}
|
|
3953
|
+
.kbq-aurora-os_16 {
|
|
3954
|
+
font-size: 16px;
|
|
3955
|
+
}
|
|
3956
|
+
.kbq-aurora-os_16:before {
|
|
3957
|
+
content: "\f821";
|
|
3958
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -3485,6 +3485,12 @@
|
|
|
3485
3485
|
<span class='label'>backward-step_16</span>
|
|
3486
3486
|
</span>
|
|
3487
3487
|
</div>
|
|
3488
|
+
<div class="icon" data-name="aurora-os_16" title="aurora-os_16">
|
|
3489
|
+
<span class="inner">
|
|
3490
|
+
<i class="kbq kbq-aurora-os_16" aria-hidden="true"></i>
|
|
3491
|
+
<span class='label'>aurora-os_16</span>
|
|
3492
|
+
</span>
|
|
3493
|
+
</div>
|
|
3488
3494
|
<div class="icon" data-name="astra-linux_16" title="astra-linux_16">
|
|
3489
3495
|
<span class="inner">
|
|
3490
3496
|
<i class="kbq kbq-astra-linux_16" 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?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3950,3 +3950,9 @@ transform:rotate(0.001deg);
|
|
|
3950
3950
|
content: "\f820";
|
|
3951
3951
|
}
|
|
3952
3952
|
}
|
|
3953
|
+
.kbq-aurora-os_16 {
|
|
3954
|
+
font-size: 16px;
|
|
3955
|
+
&:before {
|
|
3956
|
+
content: "\f821";
|
|
3957
|
+
}
|
|
3958
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|