maru_design2 2.26.3 → 2.26.5

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,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.26.5](https://github.com/42maru-ai/maru-design2/compare/v2.26.4...v2.26.5) (2025-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add Clip_s1813 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([521b07b](https://github.com/42maru-ai/maru-design2/commit/521b07bd23b00309f0715e612ae94123a7ee9b5c))
9
+
10
+ ## [2.26.4](https://github.com/42maru-ai/maru-design2/compare/v2.26.3...v2.26.4) (2025-06-26)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * :bento: Icon - add ArrowRight_s1313 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([369094a](https://github.com/42maru-ai/maru-design2/commit/369094a6acf2c9ddcc86694a72ed23630089b6cb))
16
+ * :bento: Icon - add Check_s1413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([5a9367e](https://github.com/42maru-ai/maru-design2/commit/5a9367eb7457264252c36a808a72f1be9bcbe11e))
17
+ * :bento: Icon - add FolderSetting_s2015 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([289cc85](https://github.com/42maru-ai/maru-design2/commit/289cc85d941efe38b4b6063658f29aa027e0e729))
18
+ * :bento: Icon - add Network03_s2015 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([09f32dd](https://github.com/42maru-ai/maru-design2/commit/09f32dd7826c6407a14faf4c67ee48a79338bef1))
19
+ * :bento: Icon - add RectShine_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([30da028](https://github.com/42maru-ai/maru-design2/commit/30da0283afd9e908303fd3f23f61230700caabfd))
20
+ * :bento: Icon - add User_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([d964616](https://github.com/42maru-ai/maru-design2/commit/d964616c44e84a33993b258c244c4021130d8b86))
21
+ * :bento: Icon - add UserPlus_s1610 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([7e0f2fa](https://github.com/42maru-ai/maru-design2/commit/7e0f2faf1b142dd90a287d0948167bc9d2e01396))
22
+ * :bento: Icon - add UserSetting_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c620eb4](https://github.com/42maru-ai/maru-design2/commit/c620eb43907f2a3d5d4738bf38bd08757ec1537a))
23
+ * :bento: Icon - update LogOut01_s1615 to ArrowRightOut02_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([ac02908](https://github.com/42maru-ai/maru-design2/commit/ac02908ca79f82143725ce1f8b35230a531137b9))
24
+ * :bento: Icon - update UserAccess_s1413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([7b4c0f0](https://github.com/42maru-ai/maru-design2/commit/7b4c0f09382200f615a235de6bd6ac4156affbf1))
25
+
3
26
  ## [2.26.3](https://github.com/42maru-ai/maru-design2/compare/v2.26.2...v2.26.3) (2025-06-17)
4
27
 
5
28
 
@@ -113,6 +113,7 @@ export declare const ICONS: {
113
113
  readonly ChevronUp_s1613: "ChevronUp_s1613";
114
114
  readonly ChevronUp_s1615: "ChevronUp_s1615";
115
115
  readonly ChevronUp_s2420: "ChevronUp_s2420";
116
+ readonly Clip_s1813: "Clip_s1813";
116
117
  readonly ClipboardCheck_s1612: "ClipboardCheck_s1612";
117
118
  readonly ClipboardCheck_s1615: "ClipboardCheck_s1615";
118
119
  readonly ClipboardPlus_s1615: "ClipboardPlus_s1615";
package/dist/index.js CHANGED
@@ -1451,6 +1451,21 @@ var iconmap = {
1451
1451
  "circles": [],
1452
1452
  "rects": []
1453
1453
  },
1454
+ "Clip_s1813": {
1455
+ "width": "18",
1456
+ "height": "19",
1457
+ "viewBox": "0 0 18 19",
1458
+ "fill": "none",
1459
+ "paths": [{
1460
+ "d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
1461
+ "stroke": "#ADACE3",
1462
+ "strokeWidth": "1.3",
1463
+ "strokeLinecap": "round",
1464
+ "strokeLinejoin": "round"
1465
+ }],
1466
+ "circles": [],
1467
+ "rects": []
1468
+ },
1454
1469
  "ClipboardCheck_s1612": {
1455
1470
  "width": "16",
1456
1471
  "height": "16",
@@ -6789,6 +6804,7 @@ var ICONS = {
6789
6804
  "ChevronUp_s1613": "ChevronUp_s1613",
6790
6805
  "ChevronUp_s1615": "ChevronUp_s1615",
6791
6806
  "ChevronUp_s2420": "ChevronUp_s2420",
6807
+ "Clip_s1813": "Clip_s1813",
6792
6808
  "ClipboardCheck_s1612": "ClipboardCheck_s1612",
6793
6809
  "ClipboardCheck_s1615": "ClipboardCheck_s1615",
6794
6810
  "ClipboardPlus_s1615": "ClipboardPlus_s1615",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.26.3",
3
+ "version": "2.26.5",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",