@conboai/storybook.components 0.5.53 → 0.5.54

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.
@@ -89,6 +89,7 @@ interface Icons {
89
89
  layers: Icon;
90
90
  widgets: Icon;
91
91
  closeSmall: Icon;
92
+ doubleArrowLeft: Icon;
92
93
  }
93
94
  interface Icon {
94
95
  paths: string[];
@@ -28920,6 +28920,20 @@ const zZ = {
28920
28920
  clipRule: "evenodd",
28921
28921
  fill: "#828282"
28922
28922
  }
28923
+ },
28924
+ doubleArrowLeft: {
28925
+ width: 20,
28926
+ height: 20,
28927
+ paths: [
28928
+ "M11.457 14.4577L15.9166 9.99812L11.4575 5.53906",
28929
+ "M5.45705 14.4577L9.91658 9.99812L5.45752 5.53906"
28930
+ ],
28931
+ attributes: {
28932
+ strokeWidth: 1.5,
28933
+ strokeMiterlimit: 1.5,
28934
+ strokeLinecap: "round",
28935
+ strokeLinejoin: "round"
28936
+ }
28923
28937
  }
28924
28938
  };
28925
28939
  function Cn({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.53",
3
+ "version": "0.5.54",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [