diff --git a/front-packages/akeneo-design-system/src/illustrations/WarningIllustration.tsx b/front-packages/akeneo-design-system/src/illustrations/WarningIllustration.tsx
new file mode 100644
index 000000000000..0a00679894c7
--- /dev/null
+++ b/front-packages/akeneo-design-system/src/illustrations/WarningIllustration.tsx
@@ -0,0 +1,12 @@
+import React from 'react';
+import {IllustrationProps} from './IllustrationProps';
+import Warning from '../../static/illustrations/Warning.svg';
+
+const WarningIllustration = ({title, size = 256, ...props}: IllustrationProps) => (
+
+);
+
+export {WarningIllustration};
diff --git a/front-packages/akeneo-design-system/src/illustrations/index.ts b/front-packages/akeneo-design-system/src/illustrations/index.ts
index b57bc7d409e0..30de786021ab 100644
--- a/front-packages/akeneo-design-system/src/illustrations/index.ts
+++ b/front-packages/akeneo-design-system/src/illustrations/index.ts
@@ -58,3 +58,4 @@ export * from './UserRolesIllustration';
export * from './UsersIllustration';
export * from './UsingIllustration';
export * from './ViewsIllustration';
+export * from './WarningIllustration';
diff --git a/front-packages/akeneo-design-system/static/illustrations/Warning.svg b/front-packages/akeneo-design-system/static/illustrations/Warning.svg
new file mode 100644
index 000000000000..9810491b9457
--- /dev/null
+++ b/front-packages/akeneo-design-system/static/illustrations/Warning.svg
@@ -0,0 +1,203 @@
+