@koobiq/icons 12.2.0 → 12.2.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 +15 -0
- package/fonts/{kbq-icons-12.2.0.css → kbq-icons-12.2.1.css} +4 -4
- package/fonts/{kbq-icons-12.2.0.html → kbq-icons-12.2.1.html} +3 -3
- package/fonts/{kbq-icons-12.2.0.scss → kbq-icons-12.2.1.scss} +4 -4
- package/fonts/{kbq-icons-12.2.0.ttf → kbq-icons-12.2.1.ttf} +0 -0
- package/fonts/{kbq-icons-12.2.0.woff → kbq-icons-12.2.1.woff} +0 -0
- package/package.json +1 -1
- package/symbol/sprite.symbol.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 12.2.1 (2026-09-11)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- added generated llms,llms-full (#DS-4759) ([#152](https://github.com/koobiq/icons/pull/152))
|
|
6
|
+
- add dist tag policy resolution on publish (#DS-4781) ([#147](https://github.com/koobiq/icons/pull/147))
|
|
7
|
+
|
|
8
|
+
### 🩹 Fixes
|
|
9
|
+
|
|
10
|
+
- make llms.txt links version-independent (#DS-4759) ([#154](https://github.com/koobiq/icons/pull/154))
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Nikita Guryev
|
|
15
|
+
|
|
1
16
|
## 12.2.0 (2026-09-02)
|
|
2
17
|
|
|
3
18
|
### 🚀 Features
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family: "Koobiq Icons 12.2.
|
|
3
|
+
font-family: "Koobiq Icons 12.2.1";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons-12.2.
|
|
7
|
-
url("./kbq-icons-12.2.
|
|
6
|
+
src: url("./kbq-icons-12.2.1.ttf?4c3ce69c5be0ab28068ba7035468b33e") format("truetype"),
|
|
7
|
+
url("./kbq-icons-12.2.1.woff?4c3ce69c5be0ab28068ba7035468b33e") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
@layer kbq-icons {
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
.kbq {
|
|
14
|
-
font-family: "Koobiq Icons 12.2.
|
|
14
|
+
font-family: "Koobiq Icons 12.2.1";
|
|
15
15
|
display:inline-block;
|
|
16
16
|
vertical-align:middle;
|
|
17
17
|
line-height:1;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>kbq-icons-12.2.
|
|
5
|
+
<title>kbq-icons-12.2.1</title>
|
|
6
6
|
<style>
|
|
7
7
|
html {
|
|
8
8
|
box-sizing: border-box;
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
}
|
|
90
90
|
</style>
|
|
91
91
|
|
|
92
|
-
<link rel="stylesheet" type="text/css" href="kbq-icons-12.2.
|
|
92
|
+
<link rel="stylesheet" type="text/css" href="kbq-icons-12.2.1.css" />
|
|
93
93
|
</head>
|
|
94
94
|
<body>
|
|
95
|
-
<h1>kbq-icons-12.2.
|
|
95
|
+
<h1>kbq-icons-12.2.1</h1>
|
|
96
96
|
|
|
97
97
|
<div id="icons">
|
|
98
98
|
<div class="icon" data-name="xmark_32" title="xmark_32">
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family: "Koobiq Icons 12.2.
|
|
3
|
+
font-family: "Koobiq Icons 12.2.1";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons-12.2.
|
|
7
|
-
url("./kbq-icons-12.2.
|
|
6
|
+
src: url("./kbq-icons-12.2.1.ttf?4c3ce69c5be0ab28068ba7035468b33e") format("truetype"),
|
|
7
|
+
url("./kbq-icons-12.2.1.woff?4c3ce69c5be0ab28068ba7035468b33e") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
@layer kbq-icons {
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
.kbq {
|
|
14
|
-
font-family: "Koobiq Icons 12.2.
|
|
14
|
+
font-family: "Koobiq Icons 12.2.1";
|
|
15
15
|
display:inline-block;
|
|
16
16
|
vertical-align:middle;
|
|
17
17
|
line-height:1;
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -11039,7 +11039,7 @@ SVG sprite. They may be styled via CSS.
|
|
|
11039
11039
|
|
|
11040
11040
|
</section>
|
|
11041
11041
|
<footer>
|
|
11042
|
-
<p>Generated at
|
|
11042
|
+
<p>Generated at Fri, 11 Sep 2026 13:33:00 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
|
|
11043
11043
|
</footer>
|
|
11044
11044
|
</body>
|
|
11045
11045
|
</html>
|