Files
nobat724_front/components/icons/CalendarEdit.js
T

85 lines
2.4 KiB
JavaScript

function CalendarEdit() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
>
<path
d="M6.66797 1.66666V4.16666"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M13.332 1.66666V4.16666"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M2.91797 7.57501H17.0846"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M16.0066 13.1417L13.0566 16.0917C12.9399 16.2083 12.8316 16.425 12.8066 16.5833L12.6482 17.7083C12.5899 18.1167 12.8732 18.4 13.2816 18.3417L14.4066 18.1833C14.5649 18.1583 14.7899 18.05 14.8982 17.9333L17.8483 14.9833C18.3566 14.475 18.5983 13.8833 17.8483 13.1333C17.1066 12.3917 16.5149 12.6333 16.0066 13.1417Z"
fill="#525252"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15.582 13.5667C15.832 14.4667 16.532 15.1667 17.432 15.4167"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10 18.3333H6.66667C3.75 18.3333 2.5 16.6667 2.5 14.1667V7.08332C2.5 4.58332 3.75 2.91666 6.66667 2.91666H13.3333C16.25 2.91666 17.5 4.58332 17.5 7.08332V9.99999"
stroke="#525252"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M9.99803 11.4167H10.0055"
stroke="#525252"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M6.91209 11.4167H6.91957"
stroke="#525252"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M6.91209 13.9167H6.91957"
stroke="#525252"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default CalendarEdit;