maru_design2 2.25.2 → 2.25.3

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.25.3](https://github.com/42maru-ai/maru-design2/compare/v2.25.2...v2.25.3) (2025-04-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add arrow-cross [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([0e5f5aa](https://github.com/42maru-ai/maru-design2/commit/0e5f5aa831044f155527b5445db0e110bc7e44e1))
9
+
3
10
  ## [2.25.2](https://github.com/42maru-ai/maru-design2/compare/v2.25.1...v2.25.2) (2025-04-15)
4
11
 
5
12
 
@@ -42,6 +42,7 @@ export declare const ICONS: {
42
42
  readonly AlertCircle_s1615: "AlertCircle_s1615";
43
43
  readonly AlertTriangleBg_s2410: "AlertTriangleBg_s2410";
44
44
  readonly AlertTriangle_s1615: "AlertTriangle_s1615";
45
+ readonly ArrowCross_s1613: "ArrowCross_s1613";
45
46
  readonly ArrowDownCircle_s1413: "ArrowDownCircle_s1413";
46
47
  readonly ArrowRight_s1415: "ArrowRight_s1415";
47
48
  readonly ArrowRight_s1613: "ArrowRight_s1613";
package/dist/index.js CHANGED
@@ -300,6 +300,27 @@ var iconmap = {
300
300
  "circles": [],
301
301
  "rects": []
302
302
  },
303
+ "ArrowCross_s1613": {
304
+ "width": "16",
305
+ "height": "13",
306
+ "viewBox": "0 0 16 13",
307
+ "fill": "none",
308
+ "paths": [{
309
+ "d": "M2.62162 9.65749L10.4438 2.19868H6.53273",
310
+ "stroke": "#5C5C5C",
311
+ "strokeWidth": "1.3",
312
+ "strokeLinecap": "round",
313
+ "strokeLinejoin": "round"
314
+ }, {
315
+ "d": "M13.3774 3.67747L5.55519 11.1363L9.4663 11.1363",
316
+ "stroke": "#5C5C5C",
317
+ "strokeWidth": "1.3",
318
+ "strokeLinecap": "round",
319
+ "strokeLinejoin": "round"
320
+ }],
321
+ "circles": [],
322
+ "rects": []
323
+ },
303
324
  "ArrowDownCircle_s1413": {
304
325
  "width": "14",
305
326
  "height": "14",
@@ -5977,6 +5998,7 @@ var ICONS = {
5977
5998
  "AlertCircle_s1615": "AlertCircle_s1615",
5978
5999
  "AlertTriangleBg_s2410": "AlertTriangleBg_s2410",
5979
6000
  "AlertTriangle_s1615": "AlertTriangle_s1615",
6001
+ "ArrowCross_s1613": "ArrowCross_s1613",
5980
6002
  "ArrowDownCircle_s1413": "ArrowDownCircle_s1413",
5981
6003
  "ArrowRight_s1415": "ArrowRight_s1415",
5982
6004
  "ArrowRight_s1613": "ArrowRight_s1613",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.25.2",
3
+ "version": "2.25.3",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",