maru_design2 2.24.2 → 2.24.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.24.3](https://github.com/42maru-ai/maru-design2/compare/v2.24.2...v2.24.3) (2025-03-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add HistoryTimer_s1815, BackToLines_s1615 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([5c20332](https://github.com/42maru-ai/maru-design2/commit/5c20332b24164c7ce40823cbe326fa44103faa73))
9
+
3
10
  ## [2.24.2](https://github.com/42maru-ai/maru-design2/compare/v2.24.1...v2.24.2) (2025-03-26)
4
11
 
5
12
 
@@ -48,6 +48,7 @@ export declare const ICONS: {
48
48
  readonly ArrowRight_s1813: "ArrowRight_s1813";
49
49
  readonly ArrowRight_s2420: "ArrowRight_s2420";
50
50
  readonly Atom01_s1615: "Atom01_s1615";
51
+ readonly BackToLines_s1615: "BackToLines_s1615";
51
52
  readonly BarChart10_s2420: "BarChart10_s2420";
52
53
  readonly BarChart12_s2420: "BarChart12_s2420";
53
54
  readonly BarChart20_s1613: "BarChart20_s1613";
@@ -216,6 +217,7 @@ export declare const ICONS: {
216
217
  readonly GraduationHat01_s2415: "GraduationHat01_s2415";
217
218
  readonly GraduationHat01_s2420: "GraduationHat01_s2420";
218
219
  readonly HistoryTimer_s1210: "HistoryTimer_s1210";
220
+ readonly HistoryTimer_s1815: "HistoryTimer_s1815";
219
221
  readonly HomeOutline24_s2410: "HomeOutline24_s2410";
220
222
  readonly Home_s2015: "Home_s2015";
221
223
  readonly Home_s2415: "Home_s2415";
package/dist/index.js CHANGED
@@ -396,6 +396,27 @@ var iconmap = {
396
396
  "circles": [],
397
397
  "rects": []
398
398
  },
399
+ "BackToLines_s1615": {
400
+ "width": "16",
401
+ "height": "16",
402
+ "viewBox": "0 0 16 16",
403
+ "fill": "none",
404
+ "paths": [{
405
+ "d": "M1 5.2H12.2M1 1H12.2M1 9.4H5.2",
406
+ "stroke": "#5C5C5C",
407
+ "strokeWidth": "1.5",
408
+ "strokeLinecap": "round",
409
+ "strokeLinejoin": "round"
410
+ }, {
411
+ "d": "M8.83998 10.6446L6.59998 12.8224M6.59998 12.8224L8.83998 15.0001M6.59998 12.8224H12.76C13.3541 12.8224 13.9238 12.5929 14.3439 12.1845C14.764 11.7761 15 11.2222 15 10.6446C15 10.067 14.764 9.51307 14.3439 9.10465C13.9238 8.69624 13.3541 8.4668 12.76 8.4668H12.2",
412
+ "stroke": "#5C5C5C",
413
+ "strokeWidth": "1.5",
414
+ "strokeLinecap": "round",
415
+ "strokeLinejoin": "round"
416
+ }],
417
+ "circles": [],
418
+ "rects": []
419
+ },
399
420
  "BarChart10_s2420": {
400
421
  "width": "24",
401
422
  "height": "24",
@@ -3546,6 +3567,27 @@ var iconmap = {
3546
3567
  "circles": [],
3547
3568
  "rects": []
3548
3569
  },
3570
+ "HistoryTimer_s1815": {
3571
+ "width": "18",
3572
+ "height": "18",
3573
+ "viewBox": "0 0 18 18",
3574
+ "fill": "none",
3575
+ "paths": [{
3576
+ "d": "M8.95483 5.52344V9.07899L10.7326 10.8568",
3577
+ "stroke": "#5C5C5C",
3578
+ "strokeWidth": "1.5",
3579
+ "strokeLinecap": "round",
3580
+ "strokeLinejoin": "round"
3581
+ }, {
3582
+ "d": "M1 8.18929C1.19919 6.23379 2.11134 4.42006 3.56243 3.09415C5.01351 1.76825 6.90195 1.02297 8.86744 1.00052C10.8329 0.978073 12.7379 1.68002 14.2189 2.97244C15.6999 4.26485 16.6532 6.05727 16.897 8.00772C17.1408 9.95816 16.658 11.9301 15.5407 13.5473C14.4235 15.1645 12.7499 16.3138 10.8394 16.7758C8.92881 17.2379 6.91503 16.9804 5.18222 16.0525C3.4494 15.1245 2.11886 13.5911 1.44444 11.7448M1 16.1893V11.7448H5.44444",
3583
+ "stroke": "#5C5C5C",
3584
+ "strokeWidth": "1.5",
3585
+ "strokeLinecap": "round",
3586
+ "strokeLinejoin": "round"
3587
+ }],
3588
+ "circles": [],
3589
+ "rects": []
3590
+ },
3549
3591
  "HomeOutline24_s2410": {
3550
3592
  "width": "24",
3551
3593
  "height": "24",
@@ -5815,6 +5857,7 @@ var ICONS = {
5815
5857
  "ArrowRight_s1813": "ArrowRight_s1813",
5816
5858
  "ArrowRight_s2420": "ArrowRight_s2420",
5817
5859
  "Atom01_s1615": "Atom01_s1615",
5860
+ "BackToLines_s1615": "BackToLines_s1615",
5818
5861
  "BarChart10_s2420": "BarChart10_s2420",
5819
5862
  "BarChart12_s2420": "BarChart12_s2420",
5820
5863
  "BarChart20_s1613": "BarChart20_s1613",
@@ -5983,6 +6026,7 @@ var ICONS = {
5983
6026
  "GraduationHat01_s2415": "GraduationHat01_s2415",
5984
6027
  "GraduationHat01_s2420": "GraduationHat01_s2420",
5985
6028
  "HistoryTimer_s1210": "HistoryTimer_s1210",
6029
+ "HistoryTimer_s1815": "HistoryTimer_s1815",
5986
6030
  "HomeOutline24_s2410": "HomeOutline24_s2410",
5987
6031
  "Home_s2015": "Home_s2015",
5988
6032
  "Home_s2415": "Home_s2415",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.24.2",
3
+ "version": "2.24.3",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",