diff --git a/mailpoet/assets/js/src/automation/editor/components/icons/delay.tsx b/mailpoet/assets/js/src/automation/editor/components/icons/delay.tsx deleted file mode 100644 index 72852a14a5..0000000000 --- a/mailpoet/assets/js/src/automation/editor/components/icons/delay.tsx +++ /dev/null @@ -1,20 +0,0 @@ -export function DelayIcon(): JSX.Element { - return ( - - - - - ); -} diff --git a/mailpoet/assets/js/src/automation/editor/components/icons/email.tsx b/mailpoet/assets/js/src/automation/editor/components/icons/email.tsx deleted file mode 100644 index 102f0ebac9..0000000000 --- a/mailpoet/assets/js/src/automation/editor/components/icons/email.tsx +++ /dev/null @@ -1,26 +0,0 @@ -export function EmailIcon(): JSX.Element { - return ( - - - - - - ); -} diff --git a/mailpoet/assets/js/src/automation/editor/components/icons/index.ts b/mailpoet/assets/js/src/automation/editor/components/icons/index.ts index 7df85aa428..49a66660b7 100644 --- a/mailpoet/assets/js/src/automation/editor/components/icons/index.ts +++ b/mailpoet/assets/js/src/automation/editor/components/icons/index.ts @@ -1,4 +1,2 @@ -export { DelayIcon } from './delay'; -export { EmailIcon } from './email'; export { TriggerIcon } from './trigger'; export { ColoredIcon } from './colored-icon';