@@ -2,68 +2,82 @@ import { SVGProps } from "react";
22
33export function CalendarDays ( props : SVGProps < SVGSVGElement > ) {
44 return (
5- < svg viewBox = "0 0 18 18" xmlns = "http://www.w3.org/2000/svg" { ...props } >
5+ < svg
6+ height = "18"
7+ width = "18"
8+ viewBox = "0 0 18 18"
9+ xmlns = "http://www.w3.org/2000/svg"
10+ { ...props }
11+ >
612 < g fill = "currentColor" >
7- < path
8- d = "M2.25 4.75C2.25 3.64543 3.14543 2.75 4.25 2.75H13.75C14.8546 2.75 15.75 3.64543 15.75 4.75V6.25H2.25V4.75Z"
9- fill = "currentColor"
10- fillOpacity = "0.3"
11- stroke = "none"
12- />
13- < path
14- d = "M5.75 2.75V0.75"
13+ < line
1514 fill = "none"
1615 stroke = "currentColor"
1716 strokeLinecap = "round"
1817 strokeLinejoin = "round"
1918 strokeWidth = "1.5"
19+ x1 = "5.75"
20+ x2 = "5.75"
21+ y1 = "2.75"
22+ y2 = ".75"
2023 />
21- < path
22- d = "M12.25 2.75V0.75"
24+ < line
2325 fill = "none"
2426 stroke = "currentColor"
2527 strokeLinecap = "round"
2628 strokeLinejoin = "round"
2729 strokeWidth = "1.5"
30+ x1 = "12.25"
31+ x2 = "12.25"
32+ y1 = "2.75"
33+ y2 = ".75"
2834 />
29- < path
30- d = "M13.75 2.75H4.25C3.14543 2.75 2.25 3.64543 2.25 4.75V13.25C2.25 14.3546 3.14543 15.25 4.25 15.25H13.75C14.8546 15.25 15.75 14.3546 15.75 13.25V4.75C15.75 3.64543 14.8546 2.75 13.75 2.75Z"
35+ < line
3136 fill = "none"
3237 stroke = "currentColor"
3338 strokeLinecap = "round"
3439 strokeLinejoin = "round"
3540 strokeWidth = "1.5"
41+ x1 = "2.25"
42+ x2 = "15.75"
43+ y1 = "6.25"
44+ y2 = "6.25"
3645 />
37- < path
38- d = "M2.25 6.25H15.75"
46+ < rect
47+ height = "12.5"
48+ width = "13.5"
3949 fill = "none"
50+ rx = "2"
51+ ry = "2"
4052 stroke = "currentColor"
4153 strokeLinecap = "round"
4254 strokeLinejoin = "round"
4355 strokeWidth = "1.5"
56+ x = "2.25"
57+ y = "2.75"
4458 />
4559 < path
46- d = "M9 8.25C8. 449 8.25 8 8.699 8 9.25C8 9.801 8. 449 10.25 9 10.25C9.551 10.25 10 9.801 10 9.25C10 8.699 9.551 8.25 9 8.25Z "
60+ d = "M9,8.25c-.551,0-1,. 449-1,1s.449,1,1,1,1-. 449,1-1-.449-1-1-1Z "
4761 fill = "currentColor"
4862 stroke = "none"
4963 />
5064 < path
51- d = "M12.5 10.25C13.051 10.25 13.5 9.801 13.5 9.25C13.5 8.699 13.051 8.25 12.5 8.25C11.949 8.25 11.5 8.699 11.5 9.25C11.5 9.801 11.949 10.25 12.5 10.25Z "
65+ d = "M12.5, 10.25c.551,0,1-.449,1-1s-.449-1-1-1-1,.449-1,1,.449,1,1,1Z "
5266 fill = "currentColor"
5367 stroke = "none"
5468 />
5569 < path
56- d = "M9 11.25C8. 449 11.25 8 11.699 8 12.25C8 12.801 8. 449 13.25 9 13.25C9.551 13.25 10 12.801 10 12.25C10 11.699 9.551 11.25 9 11.25Z "
70+ d = "M9, 11.25c-.551,0-1,. 449-1,1s.449,1,1,1,1-. 449,1-1-.449-1-1-1Z "
5771 fill = "currentColor"
5872 stroke = "none"
5973 />
6074 < path
61- d = "M5.5 11.25C4.949 11.25 4.5 11.699 4.5 12.25C4.5 12.801 4.949 13.25 5.5 13.25C6.051 13.25 6.5 12.801 6.5 12.25C6.5 11.699 6.051 11.25 5.5 11.25Z "
75+ d = "M5.5, 11.25c-.551,0-1,.449-1,1s.449,1,1,1,1-.449,1-1-.449-1-1-1Z "
6276 fill = "currentColor"
6377 stroke = "none"
6478 />
6579 < path
66- d = "M12.5 11.25C11.949 11.25 11.5 11.699 11.5 12.25C11.5 12.801 11.949 13.25 12.5 13.25C13.051 13.25 13.5 12.801 13.5 12.25C13.5 11.699 13.051 11.25 12.5 11.25Z "
80+ d = "M12.5, 11.25c-.551,0-1,.449-1,1s.449,1,1,1,1-.449,1-1-.449-1-1-1Z "
6781 fill = "currentColor"
6882 stroke = "none"
6983 />
0 commit comments