@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.
|
@@ -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 }) {
|