import {Path, SVG} from '@wordpress/components';

export default function Icon() {
    return (
        <SVG width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
            <Path
                d="M19,7 C19.5522847,7 20,7.44771525 20,8 C20,8.51283584 19.6139598,8.93550716 19.1166211,8.99327227 L19,9 L7,9 C6.44771525,9 6,8.55228475 6,8 C6,7.48716416 6.38604019,7.06449284 6.88337887,7.00672773 L7,7 L19,7 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
            <Path
                d="M19,1 C19.5522847,1 20,1.44771525 20,2 C20,2.51283584 19.6139598,2.93550716 19.1166211,2.99327227 L19,3 L7,3 C6.44771525,3 6,2.55228475 6,2 C6,1.48716416 6.38604019,1.06449284 6.88337887,1.00672773 L7,1 L19,1 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
            <Path
                d="M19,13 C19.5522847,13 20,13.4477153 20,14 C20,14.5128358 19.6139598,14.9355072 19.1166211,14.9932723 L19,15 L7,15 C6.44771525,15 6,14.5522847 6,14 C6,13.4871642 6.38604019,13.0644928 6.88337887,13.0067277 L7,13 L19,13 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
            <Path
                d="M2,6 C0.895431435,6 0,6.89541906 0,8 C0,9.10458094 0.895431435,10 2,10 C3.10456856,10 4,9.10458094 4,8 C4,6.89541906 3.10456856,6 2,6 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
            <Path
                d="M2,0 C0.89543525,0 0,0.89543525 0,2 C0,3.10456475 0.89543525,4 2,4 C3.10456475,4 4,3.10456475 4,2 C4,0.89543525 3.10456475,0 2,0 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
            <Path
                d="M2,12 C0.895431435,12 0,12.8954191 0,14 C0,15.1045809 0.895431435,16 2,16 C3.10456856,16 4,15.1045809 4,14 C4,12.8954191 3.10456856,12 2,12 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
        </SVG>
    );
}
