mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:55:55 +02:00
feat(icons): added calendar-sync icon (#2590)
* Rename box-select.svg to square-dashed.svg * Update and rename box-select.json to square-dashed.json * Add aliases * Added icons/calendar-sync.svg * Added icons/calendar-sync.json * Delete icons/square-dashed.json * Delete icons/square-dashed.svg * Optimize calendar-sync.svg * Move arrows 0.5px down * Update icons/calendar-sync.svg Co-authored-by: Jakob Guddas <github@jguddas.de> * Maintain icon symmetry * Remove files category from meta data --------- Co-authored-by: Jakob Guddas <github@jguddas.de> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
committed by
GitHub
parent
636f966a98
commit
eaeef9ae37
30
icons/calendar-sync.json
Normal file
30
icons/calendar-sync.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"danielbayley",
|
||||
"jguddas",
|
||||
"karsa-mistmere",
|
||||
"chessurisme"
|
||||
],
|
||||
"tags": [
|
||||
"repeat",
|
||||
"refresh",
|
||||
"reconnect",
|
||||
"transfer",
|
||||
"backup",
|
||||
"date",
|
||||
"month",
|
||||
"year",
|
||||
"event",
|
||||
"subscribe",
|
||||
"recurring",
|
||||
"schedule",
|
||||
"reminder",
|
||||
"automatic",
|
||||
"auto"
|
||||
],
|
||||
"categories": [
|
||||
"arrows",
|
||||
"time"
|
||||
]
|
||||
}
|
||||
20
icons/calendar-sync.svg
Normal file
20
icons/calendar-sync.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<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="M11 10v4h4" />
|
||||
<path d="m11 14 1.535-1.605a5 5 0 0 1 8 1.5" />
|
||||
<path d="M16 2v4" />
|
||||
<path d="m21 18-1.535 1.605a5 5 0 0 1-8-1.5" />
|
||||
<path d="M21 22v-4h-4" />
|
||||
<path d="M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" />
|
||||
<path d="M3 10h4" />
|
||||
<path d="M8 2v4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 506 B |
Reference in New Issue
Block a user