@koobiq/icons 11.1.3 → 11.2.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,23 @@
1
+ # 11.2.0 (2025-12-22)
2
+
3
+ ### Icons
4
+
5
+ #### Added
6
+ * grafana_16
7
+ * grafana_24
8
+ * plug-slash_16
9
+ * plug-slash_24
10
+
11
+ ---
12
+
13
+ #### Tags Edited
14
+ * paperclip_16: added “src”
15
+ * paperclip_24: added “src”
16
+ * bell_16: added “notification”
17
+ * bell_24: added “notification”
18
+
19
+ * feature grafana, plug-slash, mapping ([#DS-4547](https://github.com/koobiq/icons/issues/issue/DS-4547)) ([#77](https://github.com/koobiq/icons/issues/77)) 7df92df
20
+
1
21
  ## 11.1.3 (2025-12-08)
2
22
 
3
23
  ### 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?f67e2ffb27aa03b6afec73c99771eb4f") format("truetype"),
6
- url("./kbq-icons.woff?f67e2ffb27aa03b6afec73c99771eb4f") format("woff");
5
+ src: url("./kbq-icons.ttf?4c1e9eb1ad6ffe72fdfb524cda423ede") format("truetype"),
6
+ url("./kbq-icons.woff?4c1e9eb1ad6ffe72fdfb524cda423ede") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -6428,3 +6428,27 @@ transform:rotate(0.001deg);
6428
6428
  .kbq-node-tree_24:before {
6429
6429
  content: "\f9bd";
6430
6430
  }
6431
+ .kbq-grafana_16 {
6432
+ font-size: 16px;
6433
+ }
6434
+ .kbq-grafana_16:before {
6435
+ content: "\f9be";
6436
+ }
6437
+ .kbq-grafana_24 {
6438
+ font-size: 24px;
6439
+ }
6440
+ .kbq-grafana_24:before {
6441
+ content: "\f9bf";
6442
+ }
6443
+ .kbq-plug-slash_16 {
6444
+ font-size: 16px;
6445
+ }
6446
+ .kbq-plug-slash_16:before {
6447
+ content: "\f9c0";
6448
+ }
6449
+ .kbq-plug-slash_24 {
6450
+ font-size: 24px;
6451
+ }
6452
+ .kbq-plug-slash_24:before {
6453
+ content: "\f9c1";
6454
+ }
@@ -1703,6 +1703,18 @@
1703
1703
  <span class='label'>plug_16</span>
1704
1704
  </span>
1705
1705
  </div>
1706
+ <div class="icon" data-name="plug-slash_24" title="plug-slash_24">
1707
+ <span class="inner">
1708
+ <i class="kbq kbq-plug-slash_24" aria-hidden="true"></i>
1709
+ <span class='label'>plug-slash_24</span>
1710
+ </span>
1711
+ </div>
1712
+ <div class="icon" data-name="plug-slash_16" title="plug-slash_16">
1713
+ <span class="inner">
1714
+ <i class="kbq kbq-plug-slash_16" aria-hidden="true"></i>
1715
+ <span class='label'>plug-slash_16</span>
1716
+ </span>
1717
+ </div>
1706
1718
  <div class="icon" data-name="play_64" title="play_64">
1707
1719
  <span class="inner">
1708
1720
  <i class="kbq kbq-play_64" aria-hidden="true"></i>
@@ -2801,6 +2813,18 @@
2801
2813
  <span class='label'>grid-dots_16</span>
2802
2814
  </span>
2803
2815
  </div>
2816
+ <div class="icon" data-name="grafana_24" title="grafana_24">
2817
+ <span class="inner">
2818
+ <i class="kbq kbq-grafana_24" aria-hidden="true"></i>
2819
+ <span class='label'>grafana_24</span>
2820
+ </span>
2821
+ </div>
2822
+ <div class="icon" data-name="grafana_16" title="grafana_16">
2823
+ <span class="inner">
2824
+ <i class="kbq kbq-grafana_16" aria-hidden="true"></i>
2825
+ <span class='label'>grafana_16</span>
2826
+ </span>
2827
+ </div>
2804
2828
  <div class="icon" data-name="gossopka_24" title="gossopka_24">
2805
2829
  <span class="inner">
2806
2830
  <i class="kbq kbq-gossopka_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?f67e2ffb27aa03b6afec73c99771eb4f") format("truetype"),
6
- url("./kbq-icons.woff?f67e2ffb27aa03b6afec73c99771eb4f") format("woff");
5
+ src: url("./kbq-icons.ttf?4c1e9eb1ad6ffe72fdfb524cda423ede") format("truetype"),
6
+ url("./kbq-icons.woff?4c1e9eb1ad6ffe72fdfb524cda423ede") format("woff");
7
7
  }
8
8
 
9
9
  .kbq {
@@ -6428,3 +6428,27 @@ transform:rotate(0.001deg);
6428
6428
  content: "\f9bd";
6429
6429
  }
6430
6430
  }
6431
+ .kbq-grafana_16 {
6432
+ font-size: 16px;
6433
+ &:before {
6434
+ content: "\f9be";
6435
+ }
6436
+ }
6437
+ .kbq-grafana_24 {
6438
+ font-size: 24px;
6439
+ &:before {
6440
+ content: "\f9bf";
6441
+ }
6442
+ }
6443
+ .kbq-plug-slash_16 {
6444
+ font-size: 16px;
6445
+ &:before {
6446
+ content: "\f9c0";
6447
+ }
6448
+ }
6449
+ .kbq-plug-slash_24 {
6450
+ font-size: 24px;
6451
+ &:before {
6452
+ content: "\f9c1";
6453
+ }
6454
+ }
Binary file
Binary file