feat(icons): added calendars icon (#3788)

* Added icons/calendars.svg

* Added icons/calendars.json

* Updated icons/calendars.svg

* Updated icons/calendars.svg

* Updated icons/calendars.json
This commit is contained in:
Jakob Guddas
2025-11-17 10:06:12 +01:00
committed by GitHub
parent a4beac39a3
commit d3b2255c0a
2 changed files with 39 additions and 0 deletions

22
icons/calendars.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"date",
"month",
"year",
"event",
"dates",
"months",
"years",
"events"
],
"categories": [
"time"
]
}

17
icons/calendars.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 2v2" />
<path d="M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2" />
<path d="M18 2v2" />
<path d="M8 8h14" />
<rect x="8" y="3" width="14" height="14" rx="2" />
</svg>

After

Width:  |  Height:  |  Size: 408 B