kui-icon 0.0.8 → 0.0.9

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.
package/dist/index.js CHANGED
@@ -669,7 +669,7 @@ var EditIcon = function EditIcon(props) {
669
669
  }));
670
670
  };
671
671
 
672
- var ErrorIcon$1 = function ErrorIcon(props) {
672
+ var ErrorIcon = function ErrorIcon(props) {
673
673
  return jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
674
674
  width: "16",
675
675
  height: "16",
@@ -2250,7 +2250,7 @@ var ErrorOperationIcon = function ErrorOperationIcon(props) {
2250
2250
  }));
2251
2251
  };
2252
2252
 
2253
- var ErrorIcon = function ErrorIcon(props) {
2253
+ var ErrorUnexpectedIcon = function ErrorUnexpectedIcon(props) {
2254
2254
  return jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
2255
2255
  width: "1106",
2256
2256
  height: "704",
@@ -3739,9 +3739,9 @@ exports.DownloadIcon = DownloadIcon;
3739
3739
  exports.DropIcon = DropIcon;
3740
3740
  exports.EditIcon = EditIcon;
3741
3741
  exports.Error404Icon = Error404Icon;
3742
- exports.ErrorIcon = ErrorIcon$1;
3742
+ exports.ErrorIcon = ErrorIcon;
3743
3743
  exports.ErrorOperationIcon = ErrorOperationIcon;
3744
- exports.ErrorUnexpectedIcon = ErrorIcon;
3744
+ exports.ErrorUnexpectedIcon = ErrorUnexpectedIcon;
3745
3745
  exports.FacebookIcon = FacebookIcon;
3746
3746
  exports.FileIcon = FileIcon;
3747
3747
  exports.GoogleIcon = GoogleIcon;