| import { SVG, Path } from '@wordpress/primitives'; | |
| const customDesign = ( | |
| <SVG width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
| <Path | |
| d="M20.8008 11.2004L16.5008 6.90039L15.4008 8.00039L19.7008 12.3004C19.8008 12.4004 19.8008 12.6004 19.7008 12.7004L15.4008 17.0004L16.5008 18.1004L20.8008 13.8004C21.5008 13.0004 21.5008 11.9004 20.8008 11.2004ZM4.20078 12.3004L8.50078 8.00039L7.50078 7.00039L3.20078 11.3004C2.50078 12.0004 2.50078 13.1004 3.20078 13.8004L7.50078 18.1004L8.60078 17.0004L4.30078 12.7004C4.10078 12.6004 4.10078 12.4004 4.20078 12.3004Z" | |
| fill="#3858E9" | |
| /> | |
| </SVG> | |
| ); | |
| export default customDesign; | |