mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:47:41 +01:00
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:
22
icons/calendars.json
Normal file
22
icons/calendars.json
Normal 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
17
icons/calendars.svg
Normal 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 |
Reference in New Issue
Block a user