@koobiq/icons 11.4.0 → 11.5.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 +7 -0
- package/fonts/{kbq-icons-11.4.0.css → kbq-icons-11.5.0.css} +16 -4
- package/fonts/{kbq-icons-11.4.0.html → kbq-icons-11.5.0.html} +15 -3
- package/fonts/{kbq-icons-11.4.0.scss → kbq-icons-11.5.0.scss} +16 -4
- package/fonts/{kbq-icons-11.4.0.ttf → kbq-icons-11.5.0.ttf} +0 -0
- package/fonts/kbq-icons-11.5.0.woff +0 -0
- package/fonts/kbq-icons.css +14 -2
- package/fonts/kbq-icons.html +12 -0
- package/fonts/kbq-icons.scss +14 -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/list-circle-xmark_16.svg +1 -0
- package/svg/list-circle-xmark_24.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/types/icons.d.ts +27 -0
- package/fonts/kbq-icons-11.4.0.woff +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# 11.5.0 (2026-03-31)
|
|
2
|
+
|
|
3
|
+
### Icons
|
|
4
|
+
|
|
5
|
+
* feature list circle xmark ([#DS-4862](https://github.com/koobiq/icons/issues/issue/DS-4862)) ([#103](https://github.com/koobiq/icons/issues/103)) 376d1af
|
|
6
|
+
* feature added schema for mapping.json ([#DS-4516](https://github.com/koobiq/icons/issues/issue/DS-4516)) ([#104](https://github.com/koobiq/icons/issues/104)) 5fa9f927
|
|
7
|
+
|
|
1
8
|
# 11.4.0 (2026-03-19)
|
|
2
9
|
|
|
3
10
|
### Icons
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family: "Koobiq Icons 11.
|
|
3
|
+
font-family: "Koobiq Icons 11.5.0";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons-11.
|
|
7
|
-
url("./kbq-icons-11.
|
|
6
|
+
src: url("./kbq-icons-11.5.0.ttf?8921da62bd07a2c0311132f940403bc0") format("truetype"),
|
|
7
|
+
url("./kbq-icons-11.5.0.woff?8921da62bd07a2c0311132f940403bc0") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
.kbq {
|
|
12
|
-
font-family: "Koobiq Icons 11.
|
|
12
|
+
font-family: "Koobiq Icons 11.5.0";
|
|
13
13
|
display:inline-block;
|
|
14
14
|
vertical-align:middle;
|
|
15
15
|
line-height:1;
|
|
@@ -7006,3 +7006,15 @@ transform:rotate(0.001deg);
|
|
|
7006
7006
|
.kbq-arrow-up-to-bracket_24:before {
|
|
7007
7007
|
content: "\f9c6";
|
|
7008
7008
|
}
|
|
7009
|
+
.kbq-list-circle-xmark_16 {
|
|
7010
|
+
font-size: 16px;
|
|
7011
|
+
}
|
|
7012
|
+
.kbq-list-circle-xmark_16:before {
|
|
7013
|
+
content: "\f9c7";
|
|
7014
|
+
}
|
|
7015
|
+
.kbq-list-circle-xmark_24 {
|
|
7016
|
+
font-size: 24px;
|
|
7017
|
+
}
|
|
7018
|
+
.kbq-list-circle-xmark_24:before {
|
|
7019
|
+
content: "\f9c8";
|
|
7020
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>kbq-icons-11.
|
|
5
|
+
<title>kbq-icons-11.5.0</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-11.
|
|
92
|
+
<link rel="stylesheet" type="text/css" href="kbq-icons-11.5.0.css" />
|
|
93
93
|
</head>
|
|
94
94
|
<body>
|
|
95
|
-
<h1>kbq-icons-11.
|
|
95
|
+
<h1>kbq-icons-11.5.0</h1>
|
|
96
96
|
|
|
97
97
|
<div id="icons">
|
|
98
98
|
<div class="icon" data-name="xmark_32" title="xmark_32">
|
|
@@ -2357,6 +2357,18 @@
|
|
|
2357
2357
|
<span class='label'>list-collapse_16</span>
|
|
2358
2358
|
</span>
|
|
2359
2359
|
</div>
|
|
2360
|
+
<div class="icon" data-name="list-circle-xmark_24" title="list-circle-xmark_24">
|
|
2361
|
+
<span class="inner">
|
|
2362
|
+
<i class="kbq kbq-list-circle-xmark_24" aria-hidden="true"></i>
|
|
2363
|
+
<span class='label'>list-circle-xmark_24</span>
|
|
2364
|
+
</span>
|
|
2365
|
+
</div>
|
|
2366
|
+
<div class="icon" data-name="list-circle-xmark_16" title="list-circle-xmark_16">
|
|
2367
|
+
<span class="inner">
|
|
2368
|
+
<i class="kbq kbq-list-circle-xmark_16" aria-hidden="true"></i>
|
|
2369
|
+
<span class='label'>list-circle-xmark_16</span>
|
|
2370
|
+
</span>
|
|
2371
|
+
</div>
|
|
2360
2372
|
<div class="icon" data-name="list-badge-xmark_24" title="list-badge-xmark_24">
|
|
2361
2373
|
<span class="inner">
|
|
2362
2374
|
<i class="kbq kbq-list-badge-xmark_24" aria-hidden="true"></i>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family: "Koobiq Icons 11.
|
|
3
|
+
font-family: "Koobiq Icons 11.5.0";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons-11.
|
|
7
|
-
url("./kbq-icons-11.
|
|
6
|
+
src: url("./kbq-icons-11.5.0.ttf?8921da62bd07a2c0311132f940403bc0") format("truetype"),
|
|
7
|
+
url("./kbq-icons-11.5.0.woff?8921da62bd07a2c0311132f940403bc0") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
.kbq {
|
|
12
|
-
font-family: "Koobiq Icons 11.
|
|
12
|
+
font-family: "Koobiq Icons 11.5.0";
|
|
13
13
|
display:inline-block;
|
|
14
14
|
vertical-align:middle;
|
|
15
15
|
line-height:1;
|
|
@@ -7006,3 +7006,15 @@ transform:rotate(0.001deg);
|
|
|
7006
7006
|
content: "\f9c6";
|
|
7007
7007
|
}
|
|
7008
7008
|
}
|
|
7009
|
+
.kbq-list-circle-xmark_16 {
|
|
7010
|
+
font-size: 16px;
|
|
7011
|
+
&:before {
|
|
7012
|
+
content: "\f9c7";
|
|
7013
|
+
}
|
|
7014
|
+
}
|
|
7015
|
+
.kbq-list-circle-xmark_24 {
|
|
7016
|
+
font-size: 24px;
|
|
7017
|
+
&:before {
|
|
7018
|
+
content: "\f9c8";
|
|
7019
|
+
}
|
|
7020
|
+
}
|
|
Binary file
|
|
Binary file
|
package/fonts/kbq-icons.css
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
font-family: "Koobiq Icons";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons.ttf?
|
|
7
|
-
url("./kbq-icons.woff?
|
|
6
|
+
src: url("./kbq-icons.ttf?922382ffa066f48801ea776f0a296327") format("truetype"),
|
|
7
|
+
url("./kbq-icons.woff?922382ffa066f48801ea776f0a296327") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
|
|
@@ -7006,3 +7006,15 @@ transform:rotate(0.001deg);
|
|
|
7006
7006
|
.kbq-arrow-up-to-bracket_24:before {
|
|
7007
7007
|
content: "\f9c6";
|
|
7008
7008
|
}
|
|
7009
|
+
.kbq-list-circle-xmark_16 {
|
|
7010
|
+
font-size: 16px;
|
|
7011
|
+
}
|
|
7012
|
+
.kbq-list-circle-xmark_16:before {
|
|
7013
|
+
content: "\f9c7";
|
|
7014
|
+
}
|
|
7015
|
+
.kbq-list-circle-xmark_24 {
|
|
7016
|
+
font-size: 24px;
|
|
7017
|
+
}
|
|
7018
|
+
.kbq-list-circle-xmark_24:before {
|
|
7019
|
+
content: "\f9c8";
|
|
7020
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -2357,6 +2357,18 @@
|
|
|
2357
2357
|
<span class='label'>list-collapse_16</span>
|
|
2358
2358
|
</span>
|
|
2359
2359
|
</div>
|
|
2360
|
+
<div class="icon" data-name="list-circle-xmark_24" title="list-circle-xmark_24">
|
|
2361
|
+
<span class="inner">
|
|
2362
|
+
<i class="kbq kbq-list-circle-xmark_24" aria-hidden="true"></i>
|
|
2363
|
+
<span class='label'>list-circle-xmark_24</span>
|
|
2364
|
+
</span>
|
|
2365
|
+
</div>
|
|
2366
|
+
<div class="icon" data-name="list-circle-xmark_16" title="list-circle-xmark_16">
|
|
2367
|
+
<span class="inner">
|
|
2368
|
+
<i class="kbq kbq-list-circle-xmark_16" aria-hidden="true"></i>
|
|
2369
|
+
<span class='label'>list-circle-xmark_16</span>
|
|
2370
|
+
</span>
|
|
2371
|
+
</div>
|
|
2360
2372
|
<div class="icon" data-name="list-badge-xmark_24" title="list-badge-xmark_24">
|
|
2361
2373
|
<span class="inner">
|
|
2362
2374
|
<i class="kbq kbq-list-badge-xmark_24" aria-hidden="true"></i>
|
package/fonts/kbq-icons.scss
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
font-family: "Koobiq Icons";
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: url("./kbq-icons.ttf?
|
|
7
|
-
url("./kbq-icons.woff?
|
|
6
|
+
src: url("./kbq-icons.ttf?922382ffa066f48801ea776f0a296327") format("truetype"),
|
|
7
|
+
url("./kbq-icons.woff?922382ffa066f48801ea776f0a296327") format("woff");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
|
|
@@ -7006,3 +7006,15 @@ transform:rotate(0.001deg);
|
|
|
7006
7006
|
content: "\f9c6";
|
|
7007
7007
|
}
|
|
7008
7008
|
}
|
|
7009
|
+
.kbq-list-circle-xmark_16 {
|
|
7010
|
+
font-size: 16px;
|
|
7011
|
+
&:before {
|
|
7012
|
+
content: "\f9c7";
|
|
7013
|
+
}
|
|
7014
|
+
}
|
|
7015
|
+
.kbq-list-circle-xmark_24 {
|
|
7016
|
+
font-size: 24px;
|
|
7017
|
+
&:before {
|
|
7018
|
+
content: "\f9c8";
|
|
7019
|
+
}
|
|
7020
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|