/** * External dependencies */ import { SVG } from '@wordpress/components'; // This uses `delete_outline` icon from Material. // https://material.io/resources/icons/?icon=delete_outline&style=baseline // We are using it as `trash` or `trashcan` or `remove-item`. const trash = ( ); export default trash;