@conboai/storybook.components 0.2.24 → 0.2.25

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.
@@ -20,6 +20,7 @@ interface Icons {
20
20
  downloadVideo: Icon;
21
21
  fullScreen: Icon;
22
22
  burgerIcon: Icon;
23
+ mirroredBurgerIcon: Icon;
23
24
  }
24
25
  interface Icon {
25
26
  paths: string[];
@@ -27143,6 +27143,14 @@ const DL = {
27143
27143
  ],
27144
27144
  width: 24,
27145
27145
  height: 24
27146
+ },
27147
+ mirroredBurgerIcon: {
27148
+ paths: [
27149
+ "M22 18.5V20.5H4V18.5H22ZM22 11.5V13.5H13V11.5H22ZM22 4.5V6.5H13V4.5H22Z",
27150
+ "M4 14L4 4L9 9L4 14Z"
27151
+ ],
27152
+ width: 24,
27153
+ height: 24
27146
27154
  }
27147
27155
  };
27148
27156
  function Dt({ fill: t = "black", icon: e, width: n, height: r, fillOpacity: o }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [