Files

27 lines
1.6 KiB
JavaScript

function EditGrayA() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
>
<path
d="M4.61763 16.2667C4.1093 16.2667 3.6343 16.0917 3.29263 15.7667C2.8593 15.3583 2.65097 14.7417 2.72597 14.075L3.0343 11.375C3.09263 10.8667 3.40097 10.1917 3.7593 9.825L10.601 2.58333C12.3093 0.774998 14.0926 0.724998 15.901 2.43333C17.7093 4.14166 17.7593 5.925 16.051 7.73333L9.2093 14.975C8.8593 15.35 8.2093 15.7 7.70096 15.7833L5.01763 16.2417C4.87597 16.25 4.75097 16.2667 4.61763 16.2667ZM13.276 2.425C12.6343 2.425 12.076 2.825 11.5093 3.425L4.66763 10.675C4.50097 10.85 4.3093 11.2667 4.27597 11.5083L3.96763 14.2083C3.9343 14.4833 4.00097 14.7083 4.15097 14.85C4.30097 14.9917 4.52597 15.0417 4.80097 15L7.4843 14.5417C7.72597 14.5 8.12597 14.2833 8.29263 14.1083L15.1343 6.86666C16.1676 5.76666 16.5426 4.75 15.0343 3.33333C14.3676 2.69166 13.7926 2.425 13.276 2.425Z"
fill="#525252"
/>
<path
d="M14.4497 9.125C14.433 9.125 14.408 9.125 14.3914 9.125C11.7914 8.86667 9.69971 6.89167 9.29971 4.30833C9.24971 3.96667 9.48305 3.65 9.82471 3.59167C10.1664 3.54167 10.483 3.775 10.5414 4.11667C10.858 6.13333 12.4914 7.68333 14.5247 7.88333C14.8664 7.91667 15.1164 8.225 15.083 8.56667C15.0414 8.88333 14.7664 9.125 14.4497 9.125Z"
fill="#525252"
/>
<path
d="M17.5 18.9583H2.5C2.15833 18.9583 1.875 18.675 1.875 18.3333C1.875 17.9917 2.15833 17.7083 2.5 17.7083H17.5C17.8417 17.7083 18.125 17.9917 18.125 18.3333C18.125 18.675 17.8417 18.9583 17.5 18.9583Z"
fill="#525252"
/>
</svg>
);
}
export default EditGrayA;