@koobiq/icons 9.3.1 → 9.4.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/fonts/kbq-icons.css +26 -2
  3. package/fonts/kbq-icons.html +24 -0
  4. package/fonts/kbq-icons.scss +26 -2
  5. package/fonts/kbq-icons.ttf +0 -0
  6. package/fonts/kbq-icons.woff +0 -0
  7. package/info/kbq-icons-info.json +1 -1
  8. package/package.json +1 -1
  9. package/svg/arrows-rotate-reverse-slash_16.svg +1 -1
  10. package/svg/arrows-rotate-reverse-slash_24.svg +1 -1
  11. package/svg/arrows-rotate-slash_16.svg +1 -1
  12. package/svg/arrows-rotate-slash_24.svg +1 -1
  13. package/svg/build-set_16.svg +1 -1
  14. package/svg/clock-badge-play_16.svg +1 -1
  15. package/svg/cloud-badge-globe-o_16.svg +1 -1
  16. package/svg/cloud-badge-globe-o_24.svg +1 -1
  17. package/svg/cloud-badge-globe_16.svg +1 -1
  18. package/svg/cloud-badge-globe_24.svg +1 -0
  19. package/svg/desktop-multiple-o_16.svg +1 -0
  20. package/svg/desktop-multiple_16.svg +1 -1
  21. package/svg/desktop-o_16.svg +1 -0
  22. package/svg/desktop-plus-o_16.svg +1 -0
  23. package/svg/desktop-plus_16.svg +1 -1
  24. package/svg/desktop_16.svg +1 -1
  25. package/svg/file-badge-arrow-left-o_16.svg +1 -1
  26. package/svg/file-badge-arrow-right-o_16.svg +1 -1
  27. package/svg/folder-badge-arrow-right_16.svg +1 -1
  28. package/svg/idrac_16.svg +1 -1
  29. package/svg/idrac_24.svg +1 -1
  30. package/svg/magnifying-glass-badge-sparkles_16.svg +1 -1
  31. package/svg/play_16.svg +1 -1
  32. package/svg/square-multiple-o_16.svg +1 -1
  33. package/svg/text-magnifying-glass_16.svg +1 -1
  34. package/svg/user-arrow-triangle-up_16.svg +1 -1
  35. package/svg/user-badge-file-text_16.svg +1 -1
  36. package/svg/wrap-text-slash_16.svg +1 -1
  37. package/svg/wrench-badge-play_16.svg +1 -1
  38. package/symbol/sprite.scss +29 -9
  39. package/symbol/sprite.symbol.html +71 -31
  40. package/symbol/svg/sprite.symbol.svg +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 9.4.0 "Late March" (2025-03-26)
2
+
3
+ ### Icons
4
+
5
+ * 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
6
+
1
7
  ## 9.3.1 (2025-03-20)
2
8
 
3
9
  ### Icons
@@ -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?0b5b85a4afa1b6cbc970e210fce87562") format("truetype"),
6
- url("./kbq-icons.woff?0b5b85a4afa1b6cbc970e210fce87562") format("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
+ }
@@ -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>
@@ -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?0b5b85a4afa1b6cbc970e210fce87562") format("truetype"),
6
- url("./kbq-icons.woff?0b5b85a4afa1b6cbc970e210fce87562") format("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
+ }
Binary file
Binary file