@conboai/storybook.components 0.5.23 → 0.5.24
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.
|
@@ -28834,6 +28834,14 @@ const $Z = {
|
|
|
28834
28834
|
strokeLineca: "round",
|
|
28835
28835
|
strokeLinejoi: "round"
|
|
28836
28836
|
}
|
|
28837
|
+
},
|
|
28838
|
+
exclamatory: {
|
|
28839
|
+
width: 16,
|
|
28840
|
+
height: 16,
|
|
28841
|
+
paths: ["M8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5ZM6.75 3H9.25V9.25H6.75V3ZM9.25 11.75C9.25 12.4404 8.69035 13 8 13C7.30964 13 6.75 12.4404 6.75 11.75C6.75 11.0596 7.30964 10.5 8 10.5C8.69035 10.5 9.25 11.0596 9.25 11.75Z"],
|
|
28842
|
+
attributes: {
|
|
28843
|
+
fill: "#828282"
|
|
28844
|
+
}
|
|
28837
28845
|
}
|
|
28838
28846
|
};
|
|
28839
28847
|
function Cn({ fill: e = "black", icon: t, width: n, height: r, fillOpacity: o }) {
|