diff --git a/src/lib/holocene/icon/paths.ts b/src/lib/holocene/icon/paths.ts
index b4bbbef25..b1cc5a8b5 100644
--- a/src/lib/holocene/icon/paths.ts
+++ b/src/lib/holocene/icon/paths.ts
@@ -22,6 +22,7 @@ import chevronLeft from './svg/chevron-left.svelte';
import chevronRight from './svg/chevron-right.svelte';
import chevronSelectorVertical from './svg/chevron-selector-vertical.svelte';
import chevronUp from './svg/chevron-up.svelte';
+import circleCheckFilled from './svg/circle-check-filled.svelte';
import clock from './svg/clock.svelte';
import close from './svg/close.svelte';
import cometSolid from './svg/comet-solid.svelte';
@@ -54,7 +55,6 @@ import graph from './svg/graph.svelte';
import hyphen from './svg/hyphen.svelte';
import importIcon from './svg/import.svelte';
import info from './svg/info.svelte';
-import invertedCheckmark from './svg/inverted-checkmark.svelte';
import json from './svg/json.svelte';
import keyboard from './svg/keyboard.svelte';
import labs from './svg/labs.svelte';
@@ -107,6 +107,7 @@ import usage from './svg/usage.svelte';
import verticalEllipsis from './svg/vertical-ellipsis.svelte';
import warning from './svg/warning.svelte';
import workflow from './svg/workflow.svelte';
+import xmarkFilled from './svg/xmark-filled.svelte';
export const icons = {
activity,
@@ -132,6 +133,7 @@ export const icons = {
'chevron-right': chevronRight,
'chevron-up': chevronUp,
'chevron-selector-vertical': chevronSelectorVertical,
+ 'circle-check-filled': circleCheckFilled,
clock,
close,
'comet-solid': cometSolid,
@@ -164,7 +166,7 @@ export const icons = {
hyphen,
import: importIcon,
info,
- 'inverted-checkmark': invertedCheckmark,
+ 'xmark-filled': xmarkFilled,
json,
keyboard,
labs,
diff --git a/src/lib/holocene/icon/svg/circle-check-filled.svelte b/src/lib/holocene/icon/svg/circle-check-filled.svelte
new file mode 100644
index 000000000..a7322f8bc
--- /dev/null
+++ b/src/lib/holocene/icon/svg/circle-check-filled.svelte
@@ -0,0 +1,19 @@
+
+
+
diff --git a/src/lib/holocene/icon/svg/inverted-checkmark.svelte b/src/lib/holocene/icon/svg/inverted-checkmark.svelte
deleted file mode 100644
index b81ef1c17..000000000
--- a/src/lib/holocene/icon/svg/inverted-checkmark.svelte
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
diff --git a/src/lib/holocene/icon/svg/xmark-filled.svelte b/src/lib/holocene/icon/svg/xmark-filled.svelte
new file mode 100644
index 000000000..05fba1bef
--- /dev/null
+++ b/src/lib/holocene/icon/svg/xmark-filled.svelte
@@ -0,0 +1,13 @@
+
+
+