import { SVG, Path } from '@wordpress/primitives'; /** * Icon for the form step container block. * * @return {Element} SVG icon element */ export default function StepContainerIcon() { return ( ); }