-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(icon): Update Link avatar and general link icon
Signed-off-by: Andy Scherzinger <[email protected]>
- Loading branch information
1 parent
fe8d89e
commit 63e7134
Showing
5 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,20 @@ | |
~ Nextcloud Talk - Android Client | ||
~ | ||
~ SPDX-FileCopyrightText: 2018-2024 Google LLC | ||
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]> | ||
~ SPDX-FileCopyrightText: 2021-2024 Andy Scherzinger <[email protected]> | ||
~ SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:autoMirrored="true" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#2C2C2C" | ||
android:fillType="nonZero" | ||
android:pathData="M12,0C5.4168,0 0,5.4168 0,12C0,18.5832 5.4168,24 12,24C18.5832,24 24,18.5832 24,12C24,5.4168 18.5832,0 12,0Z" /> | ||
android:pathData="M12,0C5.417,0 0,5.417 0,12C0,18.583 5.417,24 12,24C18.583,24 24,18.583 24,12C24,5.417 18.583,0 12,0Z" /> | ||
<path | ||
android:fillColor="#ffffff" | ||
android:fillType="nonZero" | ||
android:pathData="M13,5.921L9.818,9.105C9.111,9.812 8.781,10.723 8.83,11.562C8.88,12.401 9.263,13.146 9.818,13.701L11.23,12.285C10.663,11.717 10.686,11.065 11.232,10.519L14.414,7.337C14.939,6.812 15.664,6.814 16.186,7.335C16.668,7.891 16.713,8.574 16.182,9.105L15.362,9.925C15.917,10.71 16.007,11.291 15.955,12.16L17.596,10.519C18.833,9.282 18.833,7.154 17.596,5.917C16.36,4.681 14.254,4.706 13,5.921ZM13.707,9.806L12.293,11.224L12.297,11.224C12.847,11.774 12.804,12.482 12.293,12.994L9.111,16.175C8.415,16.767 7.813,16.646 7.342,16.175C6.715,15.549 6.842,14.907 7.342,14.407L8.192,13.56C7.636,12.777 7.543,12.195 7.594,11.328L5.928,12.994C4.689,14.233 4.692,16.354 5.928,17.589C7.163,18.825 9.29,18.825 10.526,17.589L13.707,14.407C14.416,13.699 14.747,12.789 14.698,11.949C14.65,11.109 14.266,10.362 13.709,9.808L13.707,9.806Z" /> | ||
android:pathData="M11.2,16L8,16C6.894,16 5.95,15.61 5.17,14.83C4.39,14.05 4,13.106 4,12C4,10.894 4.39,9.95 5.17,9.17C5.95,8.39 6.894,8 8,8L11.2,8L11.2,9.6L8,9.6C7.334,9.6 6.766,9.834 6.3,10.3C5.834,10.766 5.6,11.334 5.6,12C5.6,12.666 5.834,13.234 6.3,13.7C6.766,14.166 7.334,14.4 8,14.4L11.2,14.4L11.2,16ZM8.8,12.8L8.8,11.2L15.2,11.2L15.2,12.8L8.8,12.8ZM12.8,16L12.8,14.4L16,14.4C16.666,14.4 17.234,14.166 17.7,13.7C18.166,13.234 18.4,12.666 18.4,12C18.4,11.334 18.166,10.766 17.7,10.3C17.234,9.834 16.666,9.6 16,9.6L12.8,9.6L12.8,8L16,8C17.106,8 18.05,8.39 18.83,9.17C19.61,9.95 20,10.894 20,12C20,13.106 19.61,14.05 18.83,14.83C18.05,15.61 17.106,16 16,16L12.8,16Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
<!-- | ||
~ Nextcloud Talk - Android Client | ||
~ | ||
~ SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors | ||
~ SPDX-License-Identifier: GPL-3.0-or-later | ||
~ SPDX-FileCopyrightText: 2018-2024 Google LLC | ||
~ SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:autoMirrored="true" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
android:viewportWidth="960" | ||
android:viewportHeight="960"> | ||
<path | ||
android:fillColor="#ffffff" | ||
android:fillType="nonZero" | ||
android:pathData="M13,5.921L9.818,9.105C9.111,9.812 8.781,10.723 8.83,11.562C8.88,12.401 9.263,13.146 9.818,13.701L11.23,12.285C10.663,11.717 10.686,11.065 11.232,10.519L14.414,7.337C14.939,6.812 15.664,6.814 16.186,7.335C16.668,7.891 16.713,8.574 16.182,9.105L15.362,9.925C15.917,10.71 16.007,11.291 15.955,12.16L17.596,10.519C18.833,9.282 18.833,7.154 17.596,5.917C16.36,4.681 14.254,4.706 13,5.921ZM13.707,9.806L12.293,11.224L12.297,11.224C12.847,11.774 12.804,12.482 12.293,12.994L9.111,16.175C8.415,16.767 7.813,16.646 7.342,16.175C6.715,15.549 6.842,14.907 7.342,14.407L8.192,13.56C7.636,12.777 7.543,12.195 7.594,11.328L5.928,12.994C4.689,14.233 4.692,16.354 5.928,17.589C7.163,18.825 9.29,18.825 10.526,17.589L13.707,14.407C14.416,13.699 14.747,12.789 14.698,11.949C14.65,11.109 14.266,10.362 13.709,9.808L13.707,9.806Z" /> | ||
</vector> | ||
android:pathData="M440,680L280,680q-83,0 -141.5,-58.5T80,480q0,-83 58.5,-141.5T280,280h160v80L280,360q-50,0 -85,35t-35,85q0,50 35,85t85,35h160v80ZM320,520v-80h320v80L320,520ZM520,680v-80h160q50,0 85,-35t35,-85q0,-50 -35,-85t-85,-35L520,360v-80h160q83,0 141.5,58.5T880,480q0,83 -58.5,141.5T680,680L520,680Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,20 @@ | |
~ Nextcloud Talk - Android Client | ||
~ | ||
~ SPDX-FileCopyrightText: 2018-2024 Google LLC | ||
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]> | ||
~ SPDX-FileCopyrightText: 2021-2024 Andy Scherzinger <[email protected]> | ||
~ SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:autoMirrored="true" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#DBDBDB" | ||
android:fillType="nonZero" | ||
android:pathData="M12,0C5.4168,0 0,5.4168 0,12C0,18.5832 5.4168,24 12,24C18.5832,24 24,18.5832 24,12C24,5.4168 18.5832,0 12,0Z" /> | ||
android:pathData="M12,0C5.417,0 0,5.417 0,12C0,18.583 5.417,24 12,24C18.583,24 24,18.583 24,12C24,5.417 18.583,0 12,0Z" /> | ||
<path | ||
android:fillColor="#ffffff" | ||
android:fillType="nonZero" | ||
android:pathData="M13,5.921L9.818,9.105C9.111,9.812 8.781,10.723 8.83,11.562C8.88,12.401 9.263,13.146 9.818,13.701L11.23,12.285C10.663,11.717 10.686,11.065 11.232,10.519L14.414,7.337C14.939,6.812 15.664,6.814 16.186,7.335C16.668,7.891 16.713,8.574 16.182,9.105L15.362,9.925C15.917,10.71 16.007,11.291 15.955,12.16L17.596,10.519C18.833,9.282 18.833,7.154 17.596,5.917C16.36,4.681 14.254,4.706 13,5.921ZM13.707,9.806L12.293,11.224L12.297,11.224C12.847,11.774 12.804,12.482 12.293,12.994L9.111,16.175C8.415,16.767 7.813,16.646 7.342,16.175C6.715,15.549 6.842,14.907 7.342,14.407L8.192,13.56C7.636,12.777 7.543,12.195 7.594,11.328L5.928,12.994C4.689,14.233 4.692,16.354 5.928,17.589C7.163,18.825 9.29,18.825 10.526,17.589L13.707,14.407C14.416,13.699 14.747,12.789 14.698,11.949C14.65,11.109 14.266,10.362 13.709,9.808L13.707,9.806Z" /> | ||
android:pathData="M11.2,16L8,16C6.894,16 5.95,15.61 5.17,14.83C4.39,14.05 4,13.106 4,12C4,10.894 4.39,9.95 5.17,9.17C5.95,8.39 6.894,8 8,8L11.2,8L11.2,9.6L8,9.6C7.334,9.6 6.766,9.834 6.3,10.3C5.834,10.766 5.6,11.334 5.6,12C5.6,12.666 5.834,13.234 6.3,13.7C6.766,14.166 7.334,14.4 8,14.4L11.2,14.4L11.2,16ZM8.8,12.8L8.8,11.2L15.2,11.2L15.2,12.8L8.8,12.8ZM12.8,16L12.8,14.4L16,14.4C16.666,14.4 17.234,14.166 17.7,13.7C18.166,13.234 18.4,12.666 18.4,12C18.4,11.334 18.166,10.766 17.7,10.3C17.234,9.834 16.666,9.6 16,9.6L12.8,9.6L12.8,8L16,8C17.106,8 18.05,8.39 18.83,9.17C19.61,9.95 20,10.894 20,12C20,13.106 19.61,14.05 18.83,14.83C18.05,15.61 17.106,16 16,16L12.8,16Z" /> | ||
</vector> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]> | ||
SPDX-FileCopyrightText: 2021-2024 Andy Scherzinger <[email protected]> | ||
SPDX-FileCopyrightText: 2018-2024 Google LLC | ||
SPDX-License-Identifier: Apache-2.0 |