@conboai/storybook.components 0.5.61 → 0.5.62
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.
|
@@ -28966,6 +28966,18 @@ const zZ = {
|
|
|
28966
28966
|
clipRule: "evenodd",
|
|
28967
28967
|
fill: "#3F4C9A"
|
|
28968
28968
|
}
|
|
28969
|
+
},
|
|
28970
|
+
floorPlan: {
|
|
28971
|
+
width: 24,
|
|
28972
|
+
height: 24,
|
|
28973
|
+
paths: [
|
|
28974
|
+
"M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H14M9 3V10M21 10H14M3 15H12"
|
|
28975
|
+
],
|
|
28976
|
+
attributes: {
|
|
28977
|
+
strokeLinecap: "round",
|
|
28978
|
+
strokeLinejoin: "round",
|
|
28979
|
+
stroke: "black"
|
|
28980
|
+
}
|
|
28969
28981
|
}
|
|
28970
28982
|
};
|
|
28971
28983
|
function Cn({
|