forked from microsoft/fluentui-system-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
229 changed files
with
9,489 additions
and
6,737 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
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
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_down_32_filled.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M5.366 11.116c0.488-0.488 1.28-0.488 1.768 0L16 19.982l8.866-8.866c0.488-0.488 1.28-0.488 1.768 0s0.488 1.28 0 1.768l-9.75 9.75c-0.488 0.488-1.28 0.488-1.768 0l-9.75-9.75c-0.488-0.488-0.488-1.28 0-1.768z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_down_32_regular.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M5.293 11.293c0.39-0.39 1.024-0.39 1.414 0L16 20.586l9.293-9.293c0.39-0.39 1.024-0.39 1.414 0 0.39 0.39 0.39 1.024 0 1.414l-10 10c-0.39 0.39-1.024 0.39-1.414 0l-10-10c-0.39-0.39-0.39-1.024 0-1.414z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_chevron_down_32_selector.xml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2023. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_chevron_down_32_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_down_32_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_down_32_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_down_32_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_left_32_filled.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M20.884 5.366c0.488 0.488 0.488 1.28 0 1.768L12.018 16l8.866 8.866c0.488 0.488 0.488 1.28 0 1.768s-1.28 0.488-1.768 0l-9.75-9.75c-0.488-0.488-0.488-1.28 0-1.768l9.75-9.75c0.488-0.488 1.28-0.488 1.768 0z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_left_32_regular.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M20.707 5.293c0.39 0.39 0.39 1.024 0 1.414L11.414 16l9.293 9.293c0.39 0.39 0.39 1.024 0 1.414-0.39 0.39-1.024 0.39-1.414 0l-10-10c-0.39-0.39-0.39-1.024 0-1.414l10-10c0.39-0.39 1.024-0.39 1.414 0z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_chevron_left_32_selector.xml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2023. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_chevron_left_32_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_left_32_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_left_32_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_left_32_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_right_32_filled.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M11.116 26.634c-0.488-0.488-0.488-1.28 0-1.768L19.982 16l-8.866-8.866c-0.488-0.488-0.488-1.28 0-1.768s1.28-0.488 1.768 0l9.75 9.75c0.488 0.488 0.488 1.28 0 1.768l-9.75 9.75c-0.488 0.488-1.28 0.488-1.768 0z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_right_32_regular.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M11.293 26.707c-0.39-0.39-0.39-1.024 0-1.414L20.586 16l-9.293-9.293c-0.39-0.39-0.39-1.024 0-1.414 0.39-0.39 1.024-0.39 1.414 0l10 10c0.39 0.39 0.39 1.024 0 1.414l-10 10c-0.39 0.39-1.024 0.39-1.414 0z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_chevron_right_32_selector.xml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2023. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_chevron_right_32_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_right_32_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_right_32_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chevron_right_32_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_up_32_filled.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M5.366 20.884c0.488 0.488 1.28 0.488 1.768 0L16 12.018l8.866 8.866c0.488 0.488 1.28 0.488 1.768 0s0.488-1.28 0-1.768l-9.75-9.75c-0.488-0.488-1.28-0.488-1.768 0l-9.75 9.75c-0.488 0.488-0.488 1.28 0 1.768z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chevron_up_32_regular.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M5.293 20.707c0.39 0.39 1.024 0.39 1.414 0L16 11.414l9.293 9.293c0.39 0.39 1.024 0.39 1.414 0 0.39-0.39 0.39-1.024 0-1.414l-10-10c-0.39-0.39-1.024-0.39-1.414 0l-10 10c-0.39 0.39-0.39 1.024 0 1.414z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
Oops, something went wrong.