@koobiq/icons 9.3.1 → 9.4.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 +12 -0
- package/fonts/kbq-icons.css +26 -2
- package/fonts/kbq-icons.html +24 -0
- package/fonts/kbq-icons.scss +26 -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/arrows-rotate-reverse-slash_16.svg +1 -1
- package/svg/arrows-rotate-reverse-slash_24.svg +1 -1
- package/svg/arrows-rotate-slash_16.svg +1 -1
- package/svg/arrows-rotate-slash_24.svg +1 -1
- package/svg/build-set_16.svg +1 -1
- package/svg/clock-badge-play_16.svg +1 -1
- package/svg/cloud-badge-globe-o_16.svg +1 -1
- package/svg/cloud-badge-globe-o_24.svg +1 -1
- package/svg/cloud-badge-globe_16.svg +1 -1
- package/svg/cloud-badge-globe_24.svg +1 -0
- package/svg/desktop-multiple-o_16.svg +1 -0
- package/svg/desktop-multiple_16.svg +1 -1
- package/svg/desktop-o_16.svg +1 -0
- package/svg/desktop-plus-o_16.svg +1 -0
- package/svg/desktop-plus_16.svg +1 -1
- package/svg/desktop_16.svg +1 -1
- package/svg/file-badge-arrow-left-o_16.svg +1 -1
- package/svg/file-badge-arrow-right-o_16.svg +1 -1
- package/svg/folder-badge-arrow-right_16.svg +1 -1
- package/svg/idrac_16.svg +1 -1
- package/svg/idrac_24.svg +1 -1
- package/svg/magnifying-glass-badge-sparkles_16.svg +1 -1
- package/svg/play_16.svg +1 -1
- package/svg/square-multiple-o_16.svg +1 -1
- package/svg/text-magnifying-glass_16.svg +1 -1
- package/svg/user-arrow-triangle-up_16.svg +1 -1
- package/svg/user-badge-file-text_16.svg +1 -1
- package/svg/wrap-text-slash_16.svg +1 -1
- package/svg/wrench-badge-play_16.svg +1 -1
- package/symbol/sprite.scss +29 -9
- package/symbol/sprite.symbol.html +71 -31
- package/symbol/svg/sprite.symbol.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 9.4.1 (2025-04-25)
|
|
2
|
+
|
|
3
|
+
### Icons
|
|
4
|
+
|
|
5
|
+
* bug fix added xmlns to the root svg ([#DS-3446](https://github.com/koobiq/icons/issues/issue/DS-3446)) ([#16](https://github.com/koobiq/icons/issues/16)) 30d31a2
|
|
6
|
+
|
|
7
|
+
# 9.4.0 "Late March" (2025-03-26)
|
|
8
|
+
|
|
9
|
+
### Icons
|
|
10
|
+
|
|
11
|
+
* feature add icons and codepoints ([#DS-3560](https://github.com/koobiq/icons/issues/issue/DS-3560)) ([#15](https://github.com/koobiq/icons/issues/15)) 3094e46
|
|
12
|
+
|
|
1
13
|
## 9.3.1 (2025-03-20)
|
|
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?df07f3b9e8047df60abc6c20a8e74de3") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?df07f3b9e8047df60abc6c20a8e74de3") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3830,3 +3830,27 @@ transform:rotate(0.001deg);
|
|
|
3830
3830
|
.kbq-ubuntu_16:before {
|
|
3831
3831
|
content: "\f80c";
|
|
3832
3832
|
}
|
|
3833
|
+
.kbq-cloud-badge-globe_24 {
|
|
3834
|
+
font-size: 24px;
|
|
3835
|
+
}
|
|
3836
|
+
.kbq-cloud-badge-globe_24:before {
|
|
3837
|
+
content: "\f80d";
|
|
3838
|
+
}
|
|
3839
|
+
.kbq-desktop-o_16 {
|
|
3840
|
+
font-size: 16px;
|
|
3841
|
+
}
|
|
3842
|
+
.kbq-desktop-o_16:before {
|
|
3843
|
+
content: "\f80e";
|
|
3844
|
+
}
|
|
3845
|
+
.kbq-desktop-plus-o_16 {
|
|
3846
|
+
font-size: 16px;
|
|
3847
|
+
}
|
|
3848
|
+
.kbq-desktop-plus-o_16:before {
|
|
3849
|
+
content: "\f80f";
|
|
3850
|
+
}
|
|
3851
|
+
.kbq-desktop-multiple-o_16 {
|
|
3852
|
+
font-size: 16px;
|
|
3853
|
+
}
|
|
3854
|
+
.kbq-desktop-multiple-o_16:before {
|
|
3855
|
+
content: "\f810";
|
|
3856
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -2237,6 +2237,18 @@
|
|
|
2237
2237
|
<span class='label'>desktop-plus_16</span>
|
|
2238
2238
|
</span>
|
|
2239
2239
|
</div>
|
|
2240
|
+
<div class="icon" data-name="desktop-plus-o_16" title="desktop-plus-o_16">
|
|
2241
|
+
<span class="inner">
|
|
2242
|
+
<i class="kbq kbq-desktop-plus-o_16" aria-hidden="true"></i>
|
|
2243
|
+
<span class='label'>desktop-plus-o_16</span>
|
|
2244
|
+
</span>
|
|
2245
|
+
</div>
|
|
2246
|
+
<div class="icon" data-name="desktop-o_16" title="desktop-o_16">
|
|
2247
|
+
<span class="inner">
|
|
2248
|
+
<i class="kbq kbq-desktop-o_16" aria-hidden="true"></i>
|
|
2249
|
+
<span class='label'>desktop-o_16</span>
|
|
2250
|
+
</span>
|
|
2251
|
+
</div>
|
|
2240
2252
|
<div class="icon" data-name="desktop-multiple_24" title="desktop-multiple_24">
|
|
2241
2253
|
<span class="inner">
|
|
2242
2254
|
<i class="kbq kbq-desktop-multiple_24" aria-hidden="true"></i>
|
|
@@ -2249,6 +2261,12 @@
|
|
|
2249
2261
|
<span class='label'>desktop-multiple_16</span>
|
|
2250
2262
|
</span>
|
|
2251
2263
|
</div>
|
|
2264
|
+
<div class="icon" data-name="desktop-multiple-o_16" title="desktop-multiple-o_16">
|
|
2265
|
+
<span class="inner">
|
|
2266
|
+
<i class="kbq kbq-desktop-multiple-o_16" aria-hidden="true"></i>
|
|
2267
|
+
<span class='label'>desktop-multiple-o_16</span>
|
|
2268
|
+
</span>
|
|
2269
|
+
</div>
|
|
2252
2270
|
<div class="icon" data-name="dataflow_16" title="dataflow_16">
|
|
2253
2271
|
<span class="inner">
|
|
2254
2272
|
<i class="kbq kbq-dataflow_16" aria-hidden="true"></i>
|
|
@@ -2399,6 +2417,12 @@
|
|
|
2399
2417
|
<span class='label'>cloud-badge-key-o_16</span>
|
|
2400
2418
|
</span>
|
|
2401
2419
|
</div>
|
|
2420
|
+
<div class="icon" data-name="cloud-badge-globe_24" title="cloud-badge-globe_24">
|
|
2421
|
+
<span class="inner">
|
|
2422
|
+
<i class="kbq kbq-cloud-badge-globe_24" aria-hidden="true"></i>
|
|
2423
|
+
<span class='label'>cloud-badge-globe_24</span>
|
|
2424
|
+
</span>
|
|
2425
|
+
</div>
|
|
2402
2426
|
<div class="icon" data-name="cloud-badge-globe_16" title="cloud-badge-globe_16">
|
|
2403
2427
|
<span class="inner">
|
|
2404
2428
|
<i class="kbq kbq-cloud-badge-globe_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?df07f3b9e8047df60abc6c20a8e74de3") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?df07f3b9e8047df60abc6c20a8e74de3") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3830,3 +3830,27 @@ transform:rotate(0.001deg);
|
|
|
3830
3830
|
content: "\f80c";
|
|
3831
3831
|
}
|
|
3832
3832
|
}
|
|
3833
|
+
.kbq-cloud-badge-globe_24 {
|
|
3834
|
+
font-size: 24px;
|
|
3835
|
+
&:before {
|
|
3836
|
+
content: "\f80d";
|
|
3837
|
+
}
|
|
3838
|
+
}
|
|
3839
|
+
.kbq-desktop-o_16 {
|
|
3840
|
+
font-size: 16px;
|
|
3841
|
+
&:before {
|
|
3842
|
+
content: "\f80e";
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
.kbq-desktop-plus-o_16 {
|
|
3846
|
+
font-size: 16px;
|
|
3847
|
+
&:before {
|
|
3848
|
+
content: "\f80f";
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
.kbq-desktop-multiple-o_16 {
|
|
3852
|
+
font-size: 16px;
|
|
3853
|
+
&:before {
|
|
3854
|
+
content: "\f810";
|
|
3855
|
+
}
|
|
3856
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|