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