import { __ } from '@wordpress/i18n'; import { SVG, Path, SVGProps } from '@wordpress/primitives'; const HostingerReachIcon = ( props: SVGProps & { width?: number; height?: number } ) => ( ); export default HostingerReachIcon;