@koobiq/icons 10.2.0 → 10.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # 10.4.0 (2025-06-27)
2
+
3
+ ### Icons
4
+
5
+ * feature add replace_24 ([#DS-3900](https://github.com/koobiq/icons/issues/issue/DS-3900)) ([#44](https://github.com/koobiq/icons/issues/44)) dbc6d25
6
+
7
+ # 10.3.0 (2025-06-24)
8
+
9
+ ### Icons
10
+
11
+ * feature added aurora OS icon ([#DS-3857](https://github.com/koobiq/icons/issues/issue/DS-3857)) ([#43](https://github.com/koobiq/icons/issues/43)) 6c78d0b
12
+
1
13
  # 10.2.0 (2025-06-23)
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?4c766852ffc11139df2b0e578422f5b7") format("truetype"),
6
- url("./kbq-icons.woff?4c766852ffc11139df2b0e578422f5b7") format("woff");
5
+ src: url("./kbq-icons.ttf?67cf659264dc0af56e5f728a158972ec") format("truetype"),
6
+ url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3950,3 +3950,15 @@ transform:rotate(0.001deg);
3950
3950
  .kbq-highlighter_16:before {
3951
3951
  content: "\f820";
3952
3952
  }
3953
+ .kbq-aurora-os_16 {
3954
+ font-size: 16px;
3955
+ }
3956
+ .kbq-aurora-os_16:before {
3957
+ content: "\f821";
3958
+ }
3959
+ .kbq-replace_24 {
3960
+ font-size: 24px;
3961
+ }
3962
+ .kbq-replace_24:before {
3963
+ content: "\f822";
3964
+ }
@@ -815,6 +815,12 @@
815
815
  <span class='label'>robot_16</span>
816
816
  </span>
817
817
  </div>
818
+ <div class="icon" data-name="replace_24" title="replace_24">
819
+ <span class="inner">
820
+ <i class="kbq kbq-replace_24" aria-hidden="true"></i>
821
+ <span class='label'>replace_24</span>
822
+ </span>
823
+ </div>
818
824
  <div class="icon" data-name="replace_16" title="replace_16">
819
825
  <span class="inner">
820
826
  <i class="kbq kbq-replace_16" aria-hidden="true"></i>
@@ -3485,6 +3491,12 @@
3485
3491
  <span class='label'>backward-step_16</span>
3486
3492
  </span>
3487
3493
  </div>
3494
+ <div class="icon" data-name="aurora-os_16" title="aurora-os_16">
3495
+ <span class="inner">
3496
+ <i class="kbq kbq-aurora-os_16" aria-hidden="true"></i>
3497
+ <span class='label'>aurora-os_16</span>
3498
+ </span>
3499
+ </div>
3488
3500
  <div class="icon" data-name="astra-linux_16" title="astra-linux_16">
3489
3501
  <span class="inner">
3490
3502
  <i class="kbq kbq-astra-linux_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?4c766852ffc11139df2b0e578422f5b7") format("truetype"),
6
- url("./kbq-icons.woff?4c766852ffc11139df2b0e578422f5b7") format("woff");
5
+ src: url("./kbq-icons.ttf?67cf659264dc0af56e5f728a158972ec") format("truetype"),
6
+ url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3950,3 +3950,15 @@ transform:rotate(0.001deg);
3950
3950
  content: "\f820";
3951
3951
  }
3952
3952
  }
3953
+ .kbq-aurora-os_16 {
3954
+ font-size: 16px;
3955
+ &:before {
3956
+ content: "\f821";
3957
+ }
3958
+ }
3959
+ .kbq-replace_24 {
3960
+ font-size: 24px;
3961
+ &:before {
3962
+ content: "\f822";
3963
+ }
3964
+ }
Binary file
Binary file