maru_design2 2.26.10 → 2.26.11

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.26.11](https://github.com/42maru-ai/maru-design2/compare/v2.26.10...v2.26.11) (2025-07-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add Download02_s2413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([b31ba53](https://github.com/42maru-ai/maru-design2/commit/b31ba53eab4d9e73cacf78229028a5444d095b2a))
9
+
3
10
  ## [2.26.10](https://github.com/42maru-ai/maru-design2/compare/v2.26.9...v2.26.10) (2025-07-11)
4
11
 
5
12
 
@@ -182,6 +182,7 @@ export declare const ICONS: {
182
182
  readonly Download01_s1313: "Download01_s1313";
183
183
  readonly Download01_s1413: "Download01_s1413";
184
184
  readonly Download01_s1613: "Download01_s1613";
185
+ readonly Download02_s2413: "Download02_s2413";
185
186
  readonly Downstream_s1310: "Downstream_s1310";
186
187
  readonly Downstream_s1410: "Downstream_s1410";
187
188
  readonly Downstream_s2410: "Downstream_s2410";
package/dist/index.js CHANGED
@@ -2952,6 +2952,21 @@ var iconmap = {
2952
2952
  "circles": [],
2953
2953
  "rects": []
2954
2954
  },
2955
+ "Download02_s2413": {
2956
+ "width": "24",
2957
+ "height": "24",
2958
+ "viewBox": "0 0 24 24",
2959
+ "fill": "none",
2960
+ "paths": [{
2961
+ "d": "M20 20H4M17.3333 11.1111L12 16.4444M12 16.4444L6.66667 11.1111M12 16.4444V4",
2962
+ "stroke": "#8C8C8C",
2963
+ "strokeWidth": "1.3",
2964
+ "strokeLinecap": "round",
2965
+ "strokeLinejoin": "round"
2966
+ }],
2967
+ "circles": [],
2968
+ "rects": []
2969
+ },
2955
2970
  "Downstream_s1310": {
2956
2971
  "width": "13",
2957
2972
  "height": "13",
@@ -7064,6 +7079,7 @@ var ICONS = {
7064
7079
  "Download01_s1313": "Download01_s1313",
7065
7080
  "Download01_s1413": "Download01_s1413",
7066
7081
  "Download01_s1613": "Download01_s1613",
7082
+ "Download02_s2413": "Download02_s2413",
7067
7083
  "Downstream_s1310": "Downstream_s1310",
7068
7084
  "Downstream_s1410": "Downstream_s1410",
7069
7085
  "Downstream_s2410": "Downstream_s2410",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.26.10",
3
+ "version": "2.26.11",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",