+22
icons/calendar-1.json
+22
icons/calendar-1.json
···
1
+
{
2
+
"$schema": "../icon.schema.json",
3
+
"contributors": [
4
+
"colebemis",
5
+
"ericfennis",
6
+
"peteruithoven"
7
+
],
8
+
"tags": [
9
+
"date",
10
+
"month",
11
+
"year",
12
+
"event",
13
+
"single",
14
+
"singular",
15
+
"once",
16
+
"1",
17
+
"first"
18
+
],
19
+
"categories": [
20
+
"time"
21
+
]
22
+
}
+17
icons/calendar-1.svg
+17
icons/calendar-1.svg
···
1
+
<svg
2
+
xmlns="http://www.w3.org/2000/svg"
3
+
width="24"
4
+
height="24"
5
+
viewBox="0 0 24 24"
6
+
fill="none"
7
+
stroke="currentColor"
8
+
stroke-width="2"
9
+
stroke-linecap="round"
10
+
stroke-linejoin="round"
11
+
>
12
+
<path d="M11 14h1v4" />
13
+
<path d="M16 2v4" />
14
+
<path d="M3 10h18" />
15
+
<path d="M8 2v4" />
16
+
<rect x="3" y="4" width="18" height="18" rx="2" />
17
+
</svg>