@conboai/storybook.components 0.3.49 → 0.3.50
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.
|
@@ -29104,6 +29104,11 @@ const qX = {
|
|
|
29104
29104
|
width: 16,
|
|
29105
29105
|
height: 16,
|
|
29106
29106
|
paths: ["M8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z"]
|
|
29107
|
+
},
|
|
29108
|
+
menuTogglerEmpty: {
|
|
29109
|
+
width: 16,
|
|
29110
|
+
height: 16,
|
|
29111
|
+
paths: ["M8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8Z"]
|
|
29107
29112
|
}
|
|
29108
29113
|
};
|
|
29109
29114
|
function Kn({ fill: e = "black", icon: t, width: n, height: r, fillOpacity: o }) {
|