-
Notifications
You must be signed in to change notification settings - Fork 542
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
221 changed files
with
7,024 additions
and
4,687 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ repositories { | |
Include the following dependency in your project's `build.gradle`: | ||
|
||
```groovy | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.237@aar' | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.238@aar' | ||
``` | ||
|
||
For library docs, see [android/README.md](android/README.md). | ||
|
@@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md). | |
```ruby | ||
use_frameworks! | ||
|
||
pod "FluentIcons", "1.1.237" | ||
pod "FluentIcons", "1.1.238" | ||
``` | ||
|
||
#### Carthage | ||
|
||
```bash | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.237" | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.238" | ||
``` | ||
|
||
For library docs, see [ios/README.md](ios/README.md). | ||
|
@@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: | |
```yaml | ||
dependencies: | ||
... | ||
fluentui_system_icons: ^1.1.237 | ||
fluentui_system_icons: ^1.1.238 | ||
``` | ||
For library docs, see [flutter/README.md](flutter/README.md). | ||
|
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_arrow_turn_right_16_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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M8.72 1.72c0.293-0.293 0.767-0.293 1.06 0l3.5 3.5c0.293 0.293 0.293 0.767 0 1.06l-3.5 3.5c-0.293 0.293-0.767 0.293-1.06 0-0.293-0.293-0.293-0.767 0-1.06l2.22-2.22H5.75C5.06 6.5 4.5 7.06 4.5 7.75v5.5C4.5 13.664 4.164 14 3.75 14S3 13.664 3 13.25v-5.5C3 6.231 4.231 5 5.75 5h5.19L8.72 2.78c-0.293-0.293-0.293-0.767 0-1.06z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_arrow_turn_right_16_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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M8.646 1.647c0.196-0.196 0.512-0.196 0.707 0l3.5 3.5c0.196 0.195 0.196 0.511 0 0.707l-3.5 3.5c-0.195 0.195-0.511 0.195-0.707 0-0.195-0.196-0.195-0.512 0-0.707L11.293 6H5.5C4.672 6 4 6.672 4 7.5v6C4 13.776 3.776 14 3.5 14S3 13.776 3 13.5v-6C3 6.12 4.12 5 5.5 5h5.793L8.647 2.353c-0.196-0.195-0.196-0.511 0-0.707z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_arrow_turn_right_16_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) 2024. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_arrow_turn_right_16_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_arrow_turn_right_16_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_arrow_turn_right_16_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_arrow_turn_right_16_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chart_multiple_16_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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M7.5 1.018V8c0 0.276 0.224 0.5 0.5 0.5h2.677C10.262 8.867 10 9.403 10 10v0.268C9.706 10.098 9.364 10 9 10c-1.105 0-2 0.895-2 2v2.93C3.608 14.443 1 11.526 1 8c0-3.698 2.867-6.726 6.5-6.982zm6.854 5.089c0.117-0.04 0.238-0.07 0.362-0.087-0.809-2.748-3.259-4.794-6.216-5.002V7.5h4.563c0.168-0.654 0.66-1.178 1.291-1.393zm0.323 0.946C14.283 7.188 14 7.561 14 8v7c0 0.552 0.448 1 1 1s1-0.448 1-1V8c0-0.552-0.448-1-1-1-0.113 0-0.222 0.019-0.323 0.053zM12 9c0.552 0 1 0.448 1 1v5c0 0.552-0.448 1-1 1s-1-0.448-1-1v-5c0-0.552 0.448-1 1-1zm-3 2c0.552 0 1 0.448 1 1v3c0 0.552-0.448 1-1 1s-1-0.448-1-1v-3c0-0.552 0.448-1 1-1z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_chart_multiple_16_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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M7.5 2.02C4.42 2.276 2 4.856 2 8c0 2.973 2.162 5.441 5 5.917v1.012C3.608 14.444 1 11.527 1 8c0-3.866 3.134-7 7-7 3.178 0 5.862 2.118 6.716 5.02-0.124 0.018-0.245 0.047-0.361 0.087-0.207 0.07-0.398 0.173-0.568 0.303-0.654-2.387-2.746-4.18-5.287-4.39V7.5h4.563C13.022 7.66 13 7.827 13 8v0.268C12.706 8.098 12.364 8 12 8c-0.507 0-0.97 0.189-1.323 0.5H8C7.724 8.5 7.5 8.276 7.5 8V2.02zm7.177 5.033C14.283 7.188 14 7.561 14 8v7c0 0.552 0.448 1 1 1s1-0.448 1-1V8c0-0.552-0.448-1-1-1-0.113 0-0.222 0.019-0.323 0.053zM12 9c0.552 0 1 0.448 1 1v5c0 0.552-0.448 1-1 1s-1-0.448-1-1v-5c0-0.552 0.448-1 1-1zm-3 2c0.552 0 1 0.448 1 1v3c0 0.552-0.448 1-1 1s-1-0.448-1-1v-3c0-0.552 0.448-1 1-1z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_chart_multiple_16_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) 2024. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_chart_multiple_16_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chart_multiple_16_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chart_multiple_16_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_chart_multiple_16_regular"/> | ||
</selector> |
Oops, something went wrong.