File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/admin/dashboard/icons/icon-edit.js
export const EditIcon = (props) => {
return (
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.5 17.5H17.5M10.185 4.85667L12.5417 2.5L16.6667 6.625L14.31 8.98167M10.185 4.85667L5.5125 9.52917C5.35621 9.68541 5.26838 9.89734 5.26833 10.1183V13.8983H9.04833C9.26933 13.8983 9.48126 13.8105 9.6375 13.6542L14.31 8.98167M10.185 4.85667L14.31 8.98167"
stroke="#2673FF"
strokeWidth="1.2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
};