diff --git a/illustrations/assets/Signed documents/il_axis_signed_documents_dark.svg b/illustrations/assets/Signed documents/il_axis_signed_documents_dark.svg
new file mode 100644
index 00000000..6947dcf2
--- /dev/null
+++ b/illustrations/assets/Signed documents/il_axis_signed_documents_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/illustrations/assets/Signed documents/il_axis_signed_documents_light.svg b/illustrations/assets/Signed documents/il_axis_signed_documents_light.svg
new file mode 100644
index 00000000..b8815b62
--- /dev/null
+++ b/illustrations/assets/Signed documents/il_axis_signed_documents_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/illustrations/src/illustrations/chunk-2.tsx b/illustrations/src/illustrations/chunk-2.tsx
index 87479938..7497bcc0 100644
--- a/illustrations/src/illustrations/chunk-2.tsx
+++ b/illustrations/src/illustrations/chunk-2.tsx
@@ -31,6 +31,14 @@ export const SidebarLight = /*#__PURE__*/ createFluentIllustration(
"SidebarLight",
``
);
+export const SignedDocumentsDark = /*#__PURE__*/ createFluentIllustration(
+ "SignedDocumentsDark",
+ ``
+);
+export const SignedDocumentsLight = /*#__PURE__*/ createFluentIllustration(
+ "SignedDocumentsLight",
+ ``
+);
export const SuccessDark = /*#__PURE__*/ createFluentIllustration(
"SuccessDark",
``
diff --git a/illustrations/src/index.ts b/illustrations/src/index.ts
index b19472b0..0b97ba4c 100644
--- a/illustrations/src/index.ts
+++ b/illustrations/src/index.ts
@@ -111,6 +111,8 @@ export {
SettingsLight,
SidebarDark,
SidebarLight,
+ SignedDocumentsDark,
+ SignedDocumentsLight,
SuccessDark,
SuccessLight,
TeamDark,