@koobiq/icons 10.7.0 → 10.8.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 CHANGED
@@ -1,3 +1,15 @@
1
+ # 10.8.0 (2025-09-22)
2
+
3
+ ### Icons
4
+
5
+ * feature 24px icons: desktop-o, desktop-multiple, fincert ([#DS-4130](https://github.com/koobiq/icons/issues/issue/DS-4130)) ([#60](https://github.com/koobiq/icons/issues/60)) 6489bab
6
+
7
+ ## 10.7.1 (2025-09-12)
8
+
9
+ ### Icons
10
+
11
+ * bug fix new pin shape ([#DS-4183](https://github.com/koobiq/icons/issues/issue/DS-4183)) ([#59](https://github.com/koobiq/icons/issues/59)) b5e78d9
12
+
1
13
  # 10.7.0 (2025-08-22)
2
14
 
3
15
  ### 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?38f21bbf3616de06a216662addd07ddb") format("truetype"),
6
- url("./kbq-icons.woff?38f21bbf3616de06a216662addd07ddb") format("woff");
5
+ src: url("./kbq-icons.ttf?1b6deef1f01f5b603cb934303fac5de4") format("truetype"),
6
+ url("./kbq-icons.woff?1b6deef1f01f5b603cb934303fac5de4") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -6284,3 +6284,21 @@ transform:rotate(0.001deg);
6284
6284
  .kbq-xmark_24:before {
6285
6285
  content: "\f9a5";
6286
6286
  }
6287
+ .kbq-desktop-o_24 {
6288
+ font-size: 24px;
6289
+ }
6290
+ .kbq-desktop-o_24:before {
6291
+ content: "\f9a6";
6292
+ }
6293
+ .kbq-desktop-multiple-o_24 {
6294
+ font-size: 24px;
6295
+ }
6296
+ .kbq-desktop-multiple-o_24:before {
6297
+ content: "\f9a7";
6298
+ }
6299
+ .kbq-fincert_24 {
6300
+ font-size: 24px;
6301
+ }
6302
+ .kbq-fincert_24:before {
6303
+ content: "\f9a8";
6304
+ }
@@ -3263,6 +3263,12 @@
3263
3263
  <span class='label'>fire-flame_16</span>
3264
3264
  </span>
3265
3265
  </div>
3266
+ <div class="icon" data-name="fincert_24" title="fincert_24">
3267
+ <span class="inner">
3268
+ <i class="kbq kbq-fincert_24" aria-hidden="true"></i>
3269
+ <span class='label'>fincert_24</span>
3270
+ </span>
3271
+ </div>
3266
3272
  <div class="icon" data-name="fincert_16" title="fincert_16">
3267
3273
  <span class="inner">
3268
3274
  <i class="kbq kbq-fincert_16" aria-hidden="true"></i>
@@ -3815,6 +3821,12 @@
3815
3821
  <span class='label'>desktop-plus-o_16</span>
3816
3822
  </span>
3817
3823
  </div>
3824
+ <div class="icon" data-name="desktop-o_24" title="desktop-o_24">
3825
+ <span class="inner">
3826
+ <i class="kbq kbq-desktop-o_24" aria-hidden="true"></i>
3827
+ <span class='label'>desktop-o_24</span>
3828
+ </span>
3829
+ </div>
3818
3830
  <div class="icon" data-name="desktop-o_16" title="desktop-o_16">
3819
3831
  <span class="inner">
3820
3832
  <i class="kbq kbq-desktop-o_16" aria-hidden="true"></i>
@@ -3833,6 +3845,12 @@
3833
3845
  <span class='label'>desktop-multiple_16</span>
3834
3846
  </span>
3835
3847
  </div>
3848
+ <div class="icon" data-name="desktop-multiple-o_24" title="desktop-multiple-o_24">
3849
+ <span class="inner">
3850
+ <i class="kbq kbq-desktop-multiple-o_24" aria-hidden="true"></i>
3851
+ <span class='label'>desktop-multiple-o_24</span>
3852
+ </span>
3853
+ </div>
3836
3854
  <div class="icon" data-name="desktop-multiple-o_16" title="desktop-multiple-o_16">
3837
3855
  <span class="inner">
3838
3856
  <i class="kbq kbq-desktop-multiple-o_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?38f21bbf3616de06a216662addd07ddb") format("truetype"),
6
- url("./kbq-icons.woff?38f21bbf3616de06a216662addd07ddb") format("woff");
5
+ src: url("./kbq-icons.ttf?1b6deef1f01f5b603cb934303fac5de4") format("truetype"),
6
+ url("./kbq-icons.woff?1b6deef1f01f5b603cb934303fac5de4") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -6284,3 +6284,21 @@ transform:rotate(0.001deg);
6284
6284
  content: "\f9a5";
6285
6285
  }
6286
6286
  }
6287
+ .kbq-desktop-o_24 {
6288
+ font-size: 24px;
6289
+ &:before {
6290
+ content: "\f9a6";
6291
+ }
6292
+ }
6293
+ .kbq-desktop-multiple-o_24 {
6294
+ font-size: 24px;
6295
+ &:before {
6296
+ content: "\f9a7";
6297
+ }
6298
+ }
6299
+ .kbq-fincert_24 {
6300
+ font-size: 24px;
6301
+ &:before {
6302
+ content: "\f9a8";
6303
+ }
6304
+ }
Binary file
Binary file