/**
* WordPress dependencies
*/
const { SVG, Path } = wp.components;
const icons = {};
icons.hr =
<SVG role="img" focusable="false" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<Path d="m5.11338976 2.8941786 3.2418891 3.24188911 1.44197591-1.44197591-4.68386501-4.6940918-4.6940918 4.6940918 1.45220269 1.44197591zm0 12.6198459-3.24188911-3.2418891-1.44197591 1.4419759 4.68386502 4.6940918 4.69409179-4.6940918-1.45220269-1.4419759z" transform="translate(6.88661 2.795898)" />
</SVG>;
export default icons;