@koobiq/icons 10.2.0 → 10.3.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,9 @@
1
+ # 10.3.0 (2025-06-24)
2
+
3
+ ### Icons
4
+
5
+ * 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
6
+
1
7
  # 10.2.0 (2025-06-23)
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?4c766852ffc11139df2b0e578422f5b7") format("truetype"),
6
- url("./kbq-icons.woff?4c766852ffc11139df2b0e578422f5b7") format("woff");
5
+ src: url("./kbq-icons.ttf?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
6
+ url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3950,3 +3950,9 @@ 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
+ }
@@ -3485,6 +3485,12 @@
3485
3485
  <span class='label'>backward-step_16</span>
3486
3486
  </span>
3487
3487
  </div>
3488
+ <div class="icon" data-name="aurora-os_16" title="aurora-os_16">
3489
+ <span class="inner">
3490
+ <i class="kbq kbq-aurora-os_16" aria-hidden="true"></i>
3491
+ <span class='label'>aurora-os_16</span>
3492
+ </span>
3493
+ </div>
3488
3494
  <div class="icon" data-name="astra-linux_16" title="astra-linux_16">
3489
3495
  <span class="inner">
3490
3496
  <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?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
6
+ url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3950,3 +3950,9 @@ 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
+ }
Binary file
Binary file