feat(icons): added `calendar-1` icon (#2520)

* Added icons/calendar-single.svg

* Added icons/calendar-single.json

* Adjust calendar position

Adjust calendar position based on original

* Update name

* Add tag 1

* Optimize 1 path

* Add first tag

---------

Co-authored-by: peteruithoven <peter@metabolic.nl>

authored by Peter Uithoven peteruithoven and committed by GitHub 757bf0fb dd3aed1e

Changed files
+39
icons
+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
··· 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>