initial commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* External dependencies
|
||||
*/
|
||||
import { SVG } from 'wordpress-components';
|
||||
|
||||
const reader = (
|
||||
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path fill="none" d="M0 0h24v24H0V0z" />
|
||||
<path d="M21 4H3a2 2 0 00-2 2v13c0 1.1.9 2 2 2h18a2 2 0 002-2V6a2 2 0 00-2-2zM3 19V6h8v13H3zm18 0h-8V6h8v13zm-7-9.5h6V11h-6zm0 2.5h6v1.5h-6zm0 2.5h6V16h-6z" />
|
||||
</SVG>
|
||||
);
|
||||
|
||||
export default reader;
|
||||
Reference in New Issue
Block a user