/** * External dependencies */ import { SVG } from '@wordpress/primitives'; import classnames from 'classnames'; const Component = ( { className, height, width, ...props } ) => { return ( ); }; const woo = ; export default woo;