Skip to content
Snippets Groups Projects
Unverified Commit 8ef69aed authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

fix the path for the calendar icon (#23621)

parent b64afe56
No related branches found
No related tags found
No related merge requests found
......@@ -112,13 +112,8 @@ export const ICON_PATHS: Record<string, any> = {
"M18.155 20.882c-5.178-.638-9.187-5.051-9.187-10.402C8.968 4.692 13.66 0 19.448 0c5.789 0 10.48 4.692 10.48 10.48 0 3.05-1.302 5.797-3.383 7.712a7.127 7.127 0 1 1-8.39 2.69zm-6.392 10.14a2.795 2.795 0 1 1 0-5.59 2.795 2.795 0 0 1 0 5.59zm-6.079-6.288a4.541 4.541 0 1 1 0-9.083 4.541 4.541 0 0 1 0 9.083z",
burger:
"M2.5 3.6h27a2.5 2.5 0 1 1 0 5h-27a2.5 2.5 0 0 1 0-5zm0 9.931h27a2.5 2.5 0 1 1 0 5h-27a2.5 2.5 0 1 1 0-5zm0 9.931h27a2.5 2.5 0 1 1 0 5h-27a2.5 2.5 0 0 1 0-5z",
calendar: {
path:
"M21,2 L21,0 L18,0 L18,2 L6,2 L6,0 L3,0 L3,2 L2.99109042,2 C1.34177063,2 0,3.34314575 0,5 L0,6.99502651 L0,20.009947 C0,22.2157067 1.78640758,24 3.99005301,24 L20.009947,24 C22.2157067,24 24,22.2135924 24,20.009947 L24,6.99502651 L24,5 C24,3.34651712 22.6608432,2 21.0089096,2 L21,2 L21,2 Z M22,8 L22,20.009947 C22,21.1099173 21.1102431,22 20.009947,22 L3.99005301,22 C2.89008272,22 2,21.1102431 2,20.009947 L2,8 L22,8 L22,8 Z M6,12 L10,12 L10,16 L6,16 L6,12 Z",
attrs: {
viewBox: "0 0 24 24",
},
},
calendar:
"M28 0h-4v2.667H8V0H4v2.667a4 4 0 0 0-4 4V26.68A5.318 5.318 0 0 0 5.32 32h21.36A5.318 5.318 0 0 0 32 26.68V6.667a4 4 0 0 0-4-4V0zM2.667 26.68V10.667h26.666V26.68a2.652 2.652 0 0 1-2.653 2.653H5.32a2.652 2.652 0 0 1-2.653-2.653zM13.333 16H8v5.333h5.333V16z",
check: "M1 14 L5 10 L13 18 L27 4 L31 8 L13 26 z ",
chevrondown: "M1 12 L16 26 L31 12 L27 8 L16 18 L5 8 z ",
chevronleft: "M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment