import React from "react";

function ReorderIcon() {
	return (
		<svg
			width="24"
			height="24"
			viewBox="0 0 24 24"
			fill="none"
			xmlns="http://www.w3.org/2000/svg"
		>
			<path
				d="M23 8C23 7.72386 22.7761 7.5 22.5 7.5H1.5C1.22386 7.5 1 7.72386 1 8V10C1 10.2761 1.22386 10.5 1.5 10.5H22.5C22.7761 10.5 23 10.2761 23 10V8Z"
				fill="#002838"
			/>
			<path
				d="M23 14C23 13.7239 22.7762 13.5 22.5 13.5H1.50001C1.22387 13.5 1.00002 13.7239 1.00002 14V16C1.00002 16.2761 1.22387 16.5 1.50002 16.5H22.5C22.7762 16.5 23 16.2761 23 16V14Z"
				fill="#002838"
			/>
			<path d="M14 5H10L12 3L14 5Z" fill="#002838" />
			<path d="M14 19H10L12 21L14 19Z" fill="#002838" />
		</svg>
	);
}

export default ReorderIcon;
