@eqtylab/equality 1.1.5 → 1.1.6

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.cjs CHANGED
@@ -3213,7 +3213,7 @@ var getStatusConfig = (status) => {
3213
3213
  };
3214
3214
  case "non-compliant":
3215
3215
  return {
3216
- icon: "X",
3216
+ icon: "TriangleAlert",
3217
3217
  className: styles59__default.default["badge--non-compliant"],
3218
3218
  label: "Non-compliant"
3219
3219
  };