diff --git a/assets/js/src/form_editor/components/form_settings/form_placement_options/icons/slide_in_icon.tsx b/assets/js/src/form_editor/components/form_settings/form_placement_options/icons/slide_in_icon.tsx new file mode 100644 index 0000000000..00da664014 --- /dev/null +++ b/assets/js/src/form_editor/components/form_settings/form_placement_options/icons/slide_in_icon.tsx @@ -0,0 +1,43 @@ +import React from 'react'; +import { + SVG, + Path, + Rect, + G, +} from '@wordpress/components'; + +export default ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +); diff --git a/assets/js/src/form_editor/components/form_settings/form_placement_options/slide_in.tsx b/assets/js/src/form_editor/components/form_settings/form_placement_options/slide_in.tsx index a6c1e9d31f..0e68cf3c43 100644 --- a/assets/js/src/form_editor/components/form_settings/form_placement_options/slide_in.tsx +++ b/assets/js/src/form_editor/components/form_settings/form_placement_options/slide_in.tsx @@ -5,7 +5,7 @@ import { useSelect, useDispatch } from '@wordpress/data'; import FormPlacementSettings from './form_placement_settings'; import Toggle from '../../../../common/toggle'; -import Icon from './icons/popup_icon'; +import Icon from './icons/slide_in_icon'; const delayValues = [0, 15, 30, 60, 120, 180, 240];