@koobiq/icons 10.3.1 → 10.4.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,8 +1,14 @@
1
- ## 10.3.1 (2026-03-05)
1
+ ## 10.4.1 (2026-03-05)
2
2
 
3
3
  ### Icons
4
4
 
5
- * bug fix mapping-interop & added versioned icons ([#DS-4751](https://github.com/koobiq/icons/issues/issue/DS-4751)) ([#92](https://github.com/koobiq/icons/issues/92)) 74a529e
5
+ * bug fix mapping-interop & added versioned icons ([#DS-4751](https://github.com/koobiq/icons/issues/issue/DS-4751)) ([#93](https://github.com/koobiq/icons/issues/93)) 51dc2e7
6
+
7
+ # 10.4.0 (2025-06-27)
8
+
9
+ ### Icons
10
+
11
+ * 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
12
 
7
13
  # 10.3.0 (2025-06-24)
8
14
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  @font-face {
3
- font-family: "Koobiq Icons 10.3.1";
3
+ font-family: "Koobiq Icons 10.4.1";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons-10.3.1.ttf?125af6a376510d6e886a5bf72bdac925") format("truetype"),
7
- url("./kbq-icons-10.3.1.woff?125af6a376510d6e886a5bf72bdac925") format("woff");
6
+ src: url("./kbq-icons-10.4.1.ttf?8457b1c1042016a78d0f6fe9b9dd93bf") format("truetype"),
7
+ url("./kbq-icons-10.4.1.woff?8457b1c1042016a78d0f6fe9b9dd93bf") format("woff");
8
8
  }
9
9
 
10
10
 
11
11
  .kbq {
12
- font-family: "Koobiq Icons 10.3.1";
12
+ font-family: "Koobiq Icons 10.4.1";
13
13
  display:inline-block;
14
14
  vertical-align:middle;
15
15
  line-height:1;
@@ -4270,3 +4270,9 @@ transform:rotate(0.001deg);
4270
4270
  .kbq-aurora-os_16:before {
4271
4271
  content: "\f821";
4272
4272
  }
4273
+ .kbq-replace_24 {
4274
+ font-size: 24px;
4275
+ }
4276
+ .kbq-replace_24:before {
4277
+ content: "\f822";
4278
+ }
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
- <title>kbq-icons-10.3.1</title>
5
+ <title>kbq-icons-10.4.1</title>
6
6
  <style>
7
7
  html {
8
8
  box-sizing: border-box;
@@ -89,10 +89,10 @@
89
89
  }
90
90
  </style>
91
91
 
92
- <link rel="stylesheet" type="text/css" href="kbq-icons-10.3.1.css" />
92
+ <link rel="stylesheet" type="text/css" href="kbq-icons-10.4.1.css" />
93
93
  </head>
94
94
  <body>
95
- <h1>kbq-icons-10.3.1</h1>
95
+ <h1>kbq-icons-10.4.1</h1>
96
96
 
97
97
  <div id="icons">
98
98
  <div class="icon" data-name="xmark_32" title="xmark_32">
@@ -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>
@@ -1,15 +1,15 @@
1
1
 
2
2
  @font-face {
3
- font-family: "Koobiq Icons 10.3.1";
3
+ font-family: "Koobiq Icons 10.4.1";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons-10.3.1.ttf?125af6a376510d6e886a5bf72bdac925") format("truetype"),
7
- url("./kbq-icons-10.3.1.woff?125af6a376510d6e886a5bf72bdac925") format("woff");
6
+ src: url("./kbq-icons-10.4.1.ttf?8457b1c1042016a78d0f6fe9b9dd93bf") format("truetype"),
7
+ url("./kbq-icons-10.4.1.woff?8457b1c1042016a78d0f6fe9b9dd93bf") format("woff");
8
8
  }
9
9
 
10
10
 
11
11
  .kbq {
12
- font-family: "Koobiq Icons 10.3.1";
12
+ font-family: "Koobiq Icons 10.4.1";
13
13
  display:inline-block;
14
14
  vertical-align:middle;
15
15
  line-height:1;
@@ -4270,3 +4270,9 @@ transform:rotate(0.001deg);
4270
4270
  content: "\f821";
4271
4271
  }
4272
4272
  }
4273
+ .kbq-replace_24 {
4274
+ font-size: 24px;
4275
+ &:before {
4276
+ content: "\f822";
4277
+ }
4278
+ }
Binary file
@@ -3,8 +3,8 @@
3
3
  font-family: "Koobiq Icons";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons.ttf?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
7
- url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
6
+ src: url("./kbq-icons.ttf?67cf659264dc0af56e5f728a158972ec") format("truetype"),
7
+ url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
8
8
  }
9
9
 
10
10
 
@@ -4270,3 +4270,9 @@ transform:rotate(0.001deg);
4270
4270
  .kbq-aurora-os_16:before {
4271
4271
  content: "\f821";
4272
4272
  }
4273
+ .kbq-replace_24 {
4274
+ font-size: 24px;
4275
+ }
4276
+ .kbq-replace_24:before {
4277
+ content: "\f822";
4278
+ }
@@ -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>
@@ -3,8 +3,8 @@
3
3
  font-family: "Koobiq Icons";
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
- src: url("./kbq-icons.ttf?eb04fd44a9636ae720ad619644163cb1") format("truetype"),
7
- url("./kbq-icons.woff?eb04fd44a9636ae720ad619644163cb1") format("woff");
6
+ src: url("./kbq-icons.ttf?67cf659264dc0af56e5f728a158972ec") format("truetype"),
7
+ url("./kbq-icons.woff?67cf659264dc0af56e5f728a158972ec") format("woff");
8
8
  }
9
9
 
10
10
 
@@ -4270,3 +4270,9 @@ transform:rotate(0.001deg);
4270
4270
  content: "\f821";
4271
4271
  }
4272
4272
  }
4273
+ .kbq-replace_24 {
4274
+ font-size: 24px;
4275
+ &:before {
4276
+ content: "\f822";
4277
+ }
4278
+ }
Binary file
Binary file