maru_design2 2.20.0 → 2.20.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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.20.1](https://github.com/42maru-ai/maru-design2/compare/v2.20.0...v2.20.1) (2025-01-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add triangle icon ([8873e91](https://github.com/42maru-ai/maru-design2/commit/8873e91e789731d4dbdb67de32f98f1f65b48a52))
9
+
3
10
  ## [2.20.0](https://github.com/42maru-ai/maru-design2/compare/v2.19.1...v2.20.0) (2025-01-06)
4
11
 
5
12
 
@@ -288,6 +288,7 @@ export declare const ICONS: {
288
288
  readonly Trash01_s1613: "Trash01_s1613";
289
289
  readonly Trash01_s1810: "Trash01_s1810";
290
290
  readonly Trash01_s1815: "Trash01_s1815";
291
+ readonly Triangle_s1615: "Triangle_s1615";
291
292
  readonly Up_s1610: "Up_s1610";
292
293
  readonly Upload01_s1613: "Upload01_s1613";
293
294
  readonly UserCircleBg_s2415: "UserCircleBg_s2415";
package/dist/index.js CHANGED
@@ -4709,6 +4709,21 @@ var iconmap = {
4709
4709
  "circles": [],
4710
4710
  "rects": []
4711
4711
  },
4712
+ "Triangle_s1615": {
4713
+ "width": "16",
4714
+ "height": "16",
4715
+ "viewBox": "0 0 16 16",
4716
+ "fill": "none",
4717
+ "paths": [{
4718
+ "d": "M8 4L14 13H2L8 4Z",
4719
+ "stroke": "#096412",
4720
+ "strokeWidth": "1.5",
4721
+ "strokeLinecap": "round",
4722
+ "strokeLinejoin": "round"
4723
+ }],
4724
+ "circles": [],
4725
+ "rects": []
4726
+ },
4712
4727
  "Up_s1610": {
4713
4728
  "width": "16",
4714
4729
  "height": "16",
@@ -5399,6 +5414,7 @@ var ICONS = {
5399
5414
  "Trash01_s1613": "Trash01_s1613",
5400
5415
  "Trash01_s1810": "Trash01_s1810",
5401
5416
  "Trash01_s1815": "Trash01_s1815",
5417
+ "Triangle_s1615": "Triangle_s1615",
5402
5418
  "Up_s1610": "Up_s1610",
5403
5419
  "Upload01_s1613": "Upload01_s1613",
5404
5420
  "UserCircleBg_s2415": "UserCircleBg_s2415",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",