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