-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): Add cloud-sync and cloud-backup
#3466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added or changed iconsIcons as codeWorks for: const CloudBackupIcon = createLucideIcon('CloudBackup', [
["path",{"d":"M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607"}],
["path",{"d":"M7 11v4h4"}],
["path",{"d":"M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15"}]
])
const CloudSyncIcon = createLucideIcon('CloudSync', [
["path",{"d":"m17 18-1.535 1.605a5 5 0 0 1-8-1.5"}],
["path",{"d":"M17 22v-4h-4"}],
["path",{"d":"M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607"}],
["path",{"d":"M7 10v4h4"}],
["path",{"d":"m7 14 1.535-1.605a5 5 0 0 1 8 1.5"}]
]) |
|
Not sure about the naming of the icons. |
Yeah, I'm kind of torn as well. But better this than |
* Add icons * Update cloud-backup.json * Update cloud-sync.json * Format code --------- Co-authored-by: Karsa <[email protected]>
Closes #2055
Icon use case
From #2055:
Similar to the folder-sync icon the cloud sync would indicate a (two-way) sync with the cloud.
At the moment there are two cloud icons that either represent an upload or a download but no icon for both.
The use-case is that often one wants to sync information both ways (up and down) at the same time. This could be represented in two ways: either with an up and down arrow next to each other or -- like with the folder-sync -- a cloud and two arrows in a circle.
Alternative icon designs
See #2055
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting