@koobiq/icons 10.4.0 → 10.5.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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## 10.5.1 (2025-07-22)
2
+
3
+ ### Icons
4
+
5
+ * bug fix anomaly icon reExport ([#DS-4004](https://github.com/koobiq/icons/issues/issue/DS-4004)) ([#50](https://github.com/koobiq/icons/issues/50)) fa4b691
6
+
7
+ # 10.5.0 (2025-07-21)
8
+
9
+ ### Icons
10
+
11
+ * feature added anomaly-square_16 ([#DS-4005](https://github.com/koobiq/icons/issues/issue/DS-4005)) ([#49](https://github.com/koobiq/icons/issues/49)) 3ca0c3f
12
+
1
13
  # 10.4.0 (2025-06-27)
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?67cf659264dc0af56e5f728a158972ec") format("truetype"),
6
- url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
5
+ src: url("./kbq-icons.ttf?7382ad018d8c15f61e8011c043234c4d") format("truetype"),
6
+ url("./kbq-icons.woff?7382ad018d8c15f61e8011c043234c4d") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3962,3 +3962,9 @@ transform:rotate(0.001deg);
3962
3962
  .kbq-replace_24:before {
3963
3963
  content: "\f822";
3964
3964
  }
3965
+ .kbq-anomaly-square_16 {
3966
+ font-size: 16px;
3967
+ }
3968
+ .kbq-anomaly-square_16:before {
3969
+ content: "\f823";
3970
+ }
@@ -3971,6 +3971,12 @@
3971
3971
  <span class='label'>anomaly_16</span>
3972
3972
  </span>
3973
3973
  </div>
3974
+ <div class="icon" data-name="anomaly-square_16" title="anomaly-square_16">
3975
+ <span class="inner">
3976
+ <i class="kbq kbq-anomaly-square_16" aria-hidden="true"></i>
3977
+ <span class='label'>anomaly-square_16</span>
3978
+ </span>
3979
+ </div>
3974
3980
  <div class="icon" data-name="android_24" title="android_24">
3975
3981
  <span class="inner">
3976
3982
  <i class="kbq kbq-android_24" 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?67cf659264dc0af56e5f728a158972ec") format("truetype"),
6
- url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
5
+ src: url("./kbq-icons.ttf?7382ad018d8c15f61e8011c043234c4d") format("truetype"),
6
+ url("./kbq-icons.woff?7382ad018d8c15f61e8011c043234c4d") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -3962,3 +3962,9 @@ transform:rotate(0.001deg);
3962
3962
  content: "\f822";
3963
3963
  }
3964
3964
  }
3965
+ .kbq-anomaly-square_16 {
3966
+ font-size: 16px;
3967
+ &:before {
3968
+ content: "\f823";
3969
+ }
3970
+ }
Binary file
Binary file