-
Notifications
You must be signed in to change notification settings - Fork 535
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
159 changed files
with
274 additions
and
161 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.270@aar' | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.271@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.270" | ||
pod "FluentIcons", "1.1.271" | ||
``` | ||
|
||
#### Carthage | ||
|
||
```bash | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.270" | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.271" | ||
``` | ||
|
||
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.270 | ||
fluentui_system_icons: ^1.1.271 | ||
``` | ||
For library docs, see [flutter/README.md](flutter/README.md). | ||
|
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_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 |
---|---|---|
@@ -1,3 +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="M13 11.5c0 0.828-0.672 1.5-1.5 1.5H10v-2H6v3h5.5c1.38 0 2.5-1.12 2.5-2.5v-7C14 3.12 12.88 2 11.5 2H6v3h4V3h1.5C12.328 3 13 3.672 13 4.5v7zM10 10V6H6v4h4zM5 5V2H4.5C3.12 2 2 3.12 2 4.5V5h3zM2 6v4h3V6H2zm0 5.5V11h3v3H4.5C3.12 14 2 12.88 2 11.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M3 4.5C3 3.672 3.672 3 4.5 3H6v2h4V2H4.5C3.12 2 2 3.12 2 4.5v7C2 12.88 3.12 14 4.5 14H10v-3H6v2H4.5C3.672 13 3 12.328 3 11.5v-7zM6 6v4h4V6H6zm5 5v3h0.5c1.38 0 2.5-1.12 2.5-2.5V11h-3zm3-1V6h-3v4h3zm0-5.5V5h-3V2h0.5C12.88 2 14 3.12 14 4.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_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 |
---|---|---|
@@ -1,3 +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="M11.5 14c1.38 0 2.5-1.12 2.5-2.5v-7C14 3.12 12.88 2 11.5 2h-7C3.12 2 2 3.12 2 4.5v7C2 12.88 3.12 14 4.5 14h7zM6 3h4v2H6V3zm0 3h4v4H6V6zm0 5h4v2H6v-2zm-1-1H3V6h2v4zm0-5H3V4.5C3 3.672 3.672 3 4.5 3H5v2zm-2 6.5V11h2v2H4.5C3.672 13 3 12.328 3 11.5zM11.5 3C12.328 3 13 3.672 13 4.5v7c0 0.828-0.672 1.5-1.5 1.5H11V3h0.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M4.5 2C3.12 2 2 3.12 2 4.5v7C2 12.88 3.12 14 4.5 14h7c1.38 0 2.5-1.12 2.5-2.5v-7C14 3.12 12.88 2 11.5 2h-7zM10 13H6v-2h4v2zm0-3H6V6h4v4zm0-5H6V3h4v2zm1 1h2v4h-2V6zm0 5h2v0.5c0 0.828-0.672 1.5-1.5 1.5H11v-2zm2-6.5V5h-2V3h0.5C12.328 3 13 3.672 13 4.5zM4.5 13C3.672 13 3 12.328 3 11.5v-7C3 3.672 3.672 3 4.5 3H5v10H4.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M16 14.5c0 0.828-0.672 1.5-1.5 1.5H12v-3H8v4h6.5c1.38 0 2.5-1.12 2.5-2.5v-9C17 4.12 15.88 3 14.5 3H8v4h4V4h2.5C15.328 4 16 4.672 16 5.5v9zM5.5 3H7v4H3V5.5C3 4.12 4.12 3 5.5 3zM7 12V8H3v4h4zm5-4H8v4h4V8zm-9 5h4v4H5.5C4.12 17 3 15.88 3 14.5V13z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M4 5.5C4 4.672 4.672 4 5.5 4H8v3h4V3H5.5C4.12 3 3 4.12 3 5.5v9C3 15.88 4.12 17 5.5 17H12v-4H8v3H5.5C4.672 16 4 15.328 4 14.5v-9zM14.5 17H13v-4h4v1.5c0 1.38-1.12 2.5-2.5 2.5zM13 8v4h4V8h-4zm-5 4h4V8H8v4zm9-5h-4V3h1.5C15.88 3 17 4.12 17 5.5V7z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M5.5 17C4.12 17 3 15.88 3 14.5v-9C3 4.12 4.12 3 5.5 3h9C15.88 3 17 4.12 17 5.5v9c0 1.38-1.12 2.5-2.5 2.5h-9zM12 4H8v3h4V4zM7 4H5.5C4.72 4 4.08 4.595 4.007 5.356L4 5.5V7h3V4zm1 4v4h4V8H8zm-4 4h3V8H4v4zm4 1v3h4v-3H8zm-2.5 3H7v-3H4v1.5c0 0.78 0.595 1.42 1.356 1.493L5.5 16zm9-12H13v12h1.5c0.78 0 1.42-0.595 1.493-1.355L16 14.5v-9c0-0.78-0.595-1.42-1.355-1.493L14.5 4z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M14.5 3C15.88 3 17 4.12 17 5.5v9c0 1.38-1.12 2.5-2.5 2.5h-9C4.12 17 3 15.88 3 14.5v-9C3 4.12 4.12 3 5.5 3h9zM8 16h4v-3H8v3zm5 0h1.5c0.78 0 1.42-0.595 1.493-1.355L16 14.5V13h-3v3zm-1-4V8H8v4h4zm4-4h-3v4h3V8zm-4-1V4H8v3h4zm2.5-3H13v3h3V5.5c0-0.78-0.595-1.42-1.355-1.493L14.5 4zm-9 12H7V4H5.5C4.72 4 4.08 4.595 4.007 5.356L4 5.5v9c0 0.78 0.595 1.42 1.356 1.493L5.5 16z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> | ||
<path android:pathData="M8 3H6.25C4.455 3 3 4.455 3 6.25V8h5V3zm0 6.5H3v5h5v-5zm1.5 5v-5h5v5h-5zm0 1.5h5v3.5h3.25c0.966 0 1.75-0.784 1.75-1.75V6.25c0-0.966-0.784-1.75-1.75-1.75H14.5V8h-5V3h8.25C19.545 3 21 4.455 21 6.25v11.5c0 1.795-1.455 3.25-3.25 3.25H9.5v-5zM8 16H3v1.75C3 19.545 4.455 21 6.25 21H8v-5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M16 21h1.75c1.795 0 3.25-1.455 3.25-3.25V16h-5v5zm0-6.5h5v-5h-5v5zm-1.5-5v5h-5v-5h5zm0-1.5h-5V4.5H6.25C5.284 4.5 4.5 5.284 4.5 6.25v11.5c0 0.966 0.784 1.75 1.75 1.75H9.5V16h5v5H6.25C4.455 21 3 19.545 3 17.75V6.25C3 4.455 4.455 3 6.25 3h8.25v5zM16 8h5V6.25C21 4.455 19.545 3 17.75 3H16v5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_24_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> | ||
<path android:pathData="M21 17.75c0 1.795-1.455 3.25-3.25 3.25H6.25C4.455 21 3 19.545 3 17.75V6.25C3 4.455 4.455 3 6.25 3h11.5C19.545 3 21 4.455 21 6.25v11.5zm-3.25 1.75c0.966 0 1.75-0.784 1.75-1.75V6.25c0-0.966-0.784-1.75-1.75-1.75H15.5v15h2.25zM10 4.5v4h4v-4h-4zm-1.5 0H6.25C5.284 4.5 4.5 5.284 4.5 6.25V8.5h4v-4zm0 5.5h-4v4h4v-4zm1.5 4h4v-4h-4v4zm0 1.5v4h4v-4h-4zm-1.5 0h-4v2.25c0 0.966 0.784 1.75 1.75 1.75H8.5v-4z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M3 6.25C3 4.455 4.455 3 6.25 3h11.5C19.545 3 21 4.455 21 6.25v11.5c0 1.795-1.455 3.25-3.25 3.25H6.25C4.455 21 3 19.545 3 17.75V6.25zM6.25 4.5C5.284 4.5 4.5 5.284 4.5 6.25v11.5c0 0.966 0.784 1.75 1.75 1.75H8.5v-15H6.25zm7.75 15v-4h-4v4h4zm1.5 0h2.25c0.966 0 1.75-0.784 1.75-1.75V15.5h-4v4zm0-5.5h4v-4h-4v4zM14 10h-4v4h4v-4zm0-1.5v-4h-4v4h4zm1.5 0h4V6.25c0-0.966-0.784-1.75-1.75-1.75H15.5v4z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="28dp" android:height="28dp" android:viewportWidth="28" android:viewportHeight="28"> | ||
<path android:pathData="M23.5 21.25c0 1.243-1.007 2.25-2.25 2.25H17v-5h-6V25h10.25c2.071 0 3.75-1.679 3.75-3.75V6.75C25 4.679 23.321 3 21.25 3H11v6.5h6v-5h4.25c1.243 0 2.25 1.007 2.25 2.25v14.5zM6.75 3H9.5v6.5H3V6.75C3 4.679 4.679 3 6.75 3zM3 17v-6h6.5v6H3zm0 4.25V18.5h6.5V25H6.75C4.679 25 3 23.321 3 21.25zM11 11v6h6v-6h-6z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M4.5 6.75c0-1.243 1.007-2.25 2.25-2.25H11v5h6V3H6.75C4.679 3 3 4.679 3 6.75v14.5C3 23.321 4.679 25 6.75 25H17v-6.5h-6v5H6.75c-1.243 0-2.25-1.007-2.25-2.25V6.75zM21.25 25H18.5v-6.5H25v2.75c0 2.071-1.679 3.75-3.75 3.75zM25 11v6h-6.5v-6H25zm0-4.25V9.5h-6.5V3h2.75C23.321 3 25 4.679 25 6.75zM17 17v-6h-6v6h6z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_table_freeze_column_28_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="28dp" android:height="28dp" android:viewportWidth="28" android:viewportHeight="28"> | ||
<path android:pathData="M21.25 25c2.071 0 3.75-1.679 3.75-3.75V6.75C25 4.679 23.321 3 21.25 3H6.75C4.679 3 3 4.679 3 6.75v14.5C3 23.321 4.679 25 6.75 25h14.5zM17 4.5v5h-6v-5h6zM11 17v-6h6v6h-6zM9.5 4.5v5h-5V6.75c0-1.243 1.007-2.25 2.25-2.25H9.5zM4.5 17v-6h5v6h-5zm2.25 6.5c-1.243 0-2.25-1.007-2.25-2.25V18.5h5v5H6.75zm10.25 0h-6v-5h6v5zm4.25-19c1.243 0 2.25 1.007 2.25 2.25v14.5c0 1.243-1.007 2.25-2.25 2.25H18.5v-19h2.75z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M6.75 3C4.679 3 3 4.679 3 6.75v14.5C3 23.321 4.679 25 6.75 25h14.5c2.071 0 3.75-1.679 3.75-3.75V6.75C25 4.679 23.321 3 21.25 3H6.75zM11 23.5v-5h6v5h-6zM17 11v6h-6v-6h6zm1.5 12.5v-5h5v2.75c0 1.243-1.007 2.25-2.25 2.25H18.5zm5-12.5v6h-5v-6h5zm-2.25-6.5c1.243 0 2.25 1.007 2.25 2.25V9.5h-5v-5h2.75zM11 4.5h6v5h-6v-5zm-4.25 19c-1.243 0-2.25-1.007-2.25-2.25V6.75c0-1.243 1.007-2.25 2.25-2.25H9.5v19H6.75z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_first_line_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M15.72 2.22c0.293-0.293 0.767-0.293 1.06 0 0.293 0.293 0.293 0.767 0 1.06l-0.97 0.97 0.97 0.97c0.293 0.293 0.293 0.767 0 1.06-0.293 0.293-0.767 0.293-1.06 0l-1.5-1.5c-0.293-0.293-0.293-0.767 0-1.06l1.5-1.5zM3.75 3.5h7.5C11.664 3.5 12 3.836 12 4.25S11.664 5 11.25 5h-7.5C3.336 5 3 4.664 3 4.25S3.336 3.5 3.75 3.5zm12.5 10c0.414 0 0.75 0.336 0.75 0.75S16.664 15 16.25 15H3.75C3.336 15 3 14.664 3 14.25s0.336-0.75 0.75-0.75h12.5zM3.75 10h12.5C16.664 10 17 9.664 17 9.25S16.664 8.5 16.25 8.5H3.75C3.336 8.5 3 8.836 3 9.25S3.336 10 3.75 10z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M4.28 2.22c-0.293-0.293-0.767-0.293-1.06 0-0.293 0.293-0.293 0.767 0 1.06l0.97 0.97-0.97 0.97c-0.293 0.293-0.293 0.767 0 1.06 0.293 0.293 0.767 0.293 1.06 0l1.5-1.5c0.293-0.293 0.293-0.767 0-1.06l-1.5-1.5zM16.25 3.5h-7.5C8.336 3.5 8 3.836 8 4.25S8.336 5 8.75 5h7.5C16.664 5 17 4.664 17 4.25S16.664 3.5 16.25 3.5zm-12.5 10C3.336 13.5 3 13.836 3 14.25S3.336 15 3.75 15h12.5c0.414 0 0.75-0.336 0.75-0.75s-0.336-0.75-0.75-0.75H3.75zm12.5-3.5H3.75C3.336 10 3 9.664 3 9.25S3.336 8.5 3.75 8.5h12.5C16.664 8.5 17 8.836 17 9.25S16.664 10 16.25 10z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_first_line_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M16.646 3.147c0.196-0.196 0.512-0.196 0.708 0 0.195 0.195 0.195 0.511 0 0.707L16.207 5l1.147 1.146c0.195 0.196 0.195 0.512 0 0.708-0.196 0.195-0.512 0.195-0.708 0l-1.5-1.5c-0.195-0.196-0.195-0.512 0-0.708l1.5-1.5zM12.5 4C12.776 4 13 4.224 13 4.5S12.776 5 12.5 5h-10C2.224 5 2 4.776 2 4.5S2.224 4 2.5 4h10zm5 10c0.276 0 0.5 0.224 0.5 0.5S17.776 15 17.5 15h-15C2.224 15 2 14.776 2 14.5S2.224 14 2.5 14h15zM18 9.5C18 9.224 17.776 9 17.5 9h-15C2.224 9 2 9.224 2 9.5S2.224 10 2.5 10h15c0.276 0 0.5-0.224 0.5-0.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M3.353 3.147c-0.195-0.196-0.511-0.196-0.707 0-0.195 0.195-0.195 0.511 0 0.707L3.793 5 2.646 6.146c-0.195 0.196-0.195 0.512 0 0.708 0.196 0.195 0.512 0.195 0.708 0l1.5-1.5c0.195-0.196 0.195-0.512 0-0.708l-1.5-1.5zM7.5 4C7.224 4 7 4.224 7 4.5S7.224 5 7.5 5h10C17.776 5 18 4.776 18 4.5S17.776 4 17.5 4h-10zm-5 10C2.224 14 2 14.224 2 14.5S2.224 15 2.5 15h15c0.276 0 0.5-0.224 0.5-0.5S17.776 14 17.5 14h-15zM2 9.5C2 9.224 2.224 9 2.5 9h15C17.776 9 18 9.224 18 9.5S17.776 10 17.5 10h-15C2.224 10 2 9.776 2 9.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_first_line_24_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> | ||
<path android:pathData="M20.293 3.293c0.39-0.39 1.024-0.39 1.414 0 0.39 0.39 0.39 1.024 0 1.414L20.414 6l1.293 1.293c0.39 0.39 0.39 1.024 0 1.414-0.39 0.39-1.024 0.39-1.414 0l-2-2c-0.39-0.39-0.39-1.024 0-1.414l2-2zM14 5c0.552 0 1 0.448 1 1s-0.448 1-1 1H3C2.448 7 2 6.552 2 6s0.448-1 1-1h11zM3 17h18c0.552 0 1 0.448 1 1s-0.448 1-1 1H3c-0.552 0-1-0.448-1-1s0.448-1 1-1zm19-5c0-0.552-0.448-1-1-1H3c-0.552 0-1 0.448-1 1s0.448 1 1 1h18c0.552 0 1-0.448 1-1z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M3.707 3.293c-0.39-0.39-1.024-0.39-1.414 0-0.39 0.39-0.39 1.024 0 1.414L3.586 6 2.293 7.293c-0.39 0.39-0.39 1.024 0 1.414 0.39 0.39 1.024 0.39 1.414 0l2-2c0.39-0.39 0.39-1.024 0-1.414l-2-2zM10 5C9.448 5 9 5.448 9 6s0.448 1 1 1h11c0.552 0 1-0.448 1-1s-0.448-1-1-1H10zm11 12H3c-0.552 0-1 0.448-1 1s0.448 1 1 1h18c0.552 0 1-0.448 1-1s-0.448-1-1-1zM2 12c0-0.552 0.448-1 1-1h18c0.552 0 1 0.448 1 1s-0.448 1-1 1H3c-0.552 0-1-0.448-1-1z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_first_line_24_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> | ||
<path android:pathData="M20.22 3.22c0.293-0.293 0.767-0.293 1.06 0 0.293 0.293 0.293 0.767 0 1.06l-1.47 1.47 1.47 1.47c0.293 0.293 0.293 0.767 0 1.06-0.293 0.293-0.767 0.293-1.06 0l-2-2c-0.293-0.293-0.293-0.767 0-1.06l2-2zM14.25 5C14.664 5 15 5.336 15 5.75S14.664 6.5 14.25 6.5H2.75C2.336 6.5 2 6.164 2 5.75S2.336 5 2.75 5h11.5zm7 13c0.414 0 0.75 0.336 0.75 0.75s-0.336 0.75-0.75 0.75H2.75C2.336 19.5 2 19.164 2 18.75S2.336 18 2.75 18h18.5zM22 12.25c0-0.414-0.336-0.75-0.75-0.75H2.75C2.336 11.5 2 11.836 2 12.25S2.336 13 2.75 13h18.5c0.414 0 0.75-0.336 0.75-0.75z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M3.78 3.22c-0.293-0.293-0.767-0.293-1.06 0-0.293 0.293-0.293 0.767 0 1.06l1.47 1.47-1.47 1.47c-0.293 0.293-0.293 0.767 0 1.06 0.293 0.293 0.767 0.293 1.06 0l2-2c0.293-0.293 0.293-0.767 0-1.06l-2-2zM9.75 5C9.336 5 9 5.336 9 5.75S9.336 6.5 9.75 6.5h11.5C21.664 6.5 22 6.164 22 5.75S21.664 5 21.25 5H9.75zm-7 13C2.336 18 2 18.336 2 18.75s0.336 0.75 0.75 0.75h18.5c0.414 0 0.75-0.336 0.75-0.75S21.664 18 21.25 18H2.75zM2 12.25c0-0.414 0.336-0.75 0.75-0.75h18.5c0.414 0 0.75 0.336 0.75 0.75S21.664 13 21.25 13H2.75C2.336 13 2 12.664 2 12.25z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M14.5 10c2.485 0 4.5 2.015 4.5 4.5S16.985 19 14.5 19 10 16.985 10 14.5s2.015-4.5 4.5-4.5zm2.353 4.854l0.003-0.003c0.047-0.047 0.082-0.102 0.106-0.16C16.986 14.633 17 14.57 17 14.503v-0.006c0-0.067-0.014-0.13-0.038-0.188-0.024-0.06-0.06-0.115-0.108-0.163l-2-2c-0.196-0.195-0.512-0.195-0.708 0-0.195 0.196-0.195 0.512 0 0.708L15.293 14H12.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.793l-1.147 1.146c-0.195 0.196-0.195 0.512 0 0.708 0.196 0.195 0.512 0.195 0.708 0l2-2zM18 5.75C18 5.336 17.664 5 17.25 5H2.75C2.336 5 2 5.336 2 5.75S2.336 6.5 2.75 6.5h14.5C17.664 6.5 18 6.164 18 5.75zm0 3C18 8.336 17.664 8 17.25 8H2.75C2.336 8 2 8.336 2 8.75S2.336 9.5 2.75 9.5h9.456C12.904 9.179 13.68 9 14.5 9s1.596 0.179 2.294 0.5h0.456C17.664 9.5 18 9.164 18 8.75zM9.09 15.5H2.75C2.336 15.5 2 15.164 2 14.75S2.336 14 2.75 14h6.272C9.008 14.165 9 14.332 9 14.5c0 0.341 0.031 0.676 0.09 1zm0.285-3H2.75C2.336 12.5 2 12.164 2 11.75S2.336 11 2.75 11h7.507c-0.368 0.446-0.668 0.952-0.882 1.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M5.5 10C3.015 10 1 12.015 1 14.5S3.015 19 5.5 19s4.5-2.015 4.5-4.5S7.985 10 5.5 10zm-2.353 4.854l-0.003-0.003c-0.047-0.047-0.082-0.102-0.106-0.16C3.014 14.633 3 14.57 3 14.503v-0.006c0-0.067 0.014-0.13 0.038-0.188 0.024-0.06 0.06-0.115 0.109-0.163l2-2c0.195-0.195 0.511-0.195 0.707 0 0.195 0.196 0.195 0.512 0 0.708L4.707 14H7.5C7.776 14 8 14.224 8 14.5S7.776 15 7.5 15H4.707l1.147 1.146c0.195 0.196 0.195 0.512 0 0.708-0.196 0.195-0.512 0.195-0.708 0l-2-2zM2 5.75C2 5.336 2.336 5 2.75 5h14.5C17.664 5 18 5.336 18 5.75S17.664 6.5 17.25 6.5H2.75C2.336 6.5 2 6.164 2 5.75zm0 3C2 8.336 2.336 8 2.75 8h14.5C17.664 8 18 8.336 18 8.75S17.664 9.5 17.25 9.5H7.794C7.096 9.179 6.32 9 5.5 9S3.904 9.179 3.205 9.5H2.75C2.336 9.5 2 9.164 2 8.75zm8.91 6.75h6.34c0.414 0 0.75-0.336 0.75-0.75S17.664 14 17.25 14h-6.272C10.992 14.165 11 14.332 11 14.5c0 0.341-0.031 0.676-0.09 1zm-0.285-3h6.625c0.414 0 0.75-0.336 0.75-0.75S17.664 11 17.25 11H9.743c0.368 0.446 0.668 0.952 0.882 1.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
2 changes: 1 addition & 1 deletion
2
android/library/src/main/res/drawable/ic_fluent_text_grammar_arrow_right_20_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> | ||
<path android:pathData="M17.5 5C17.776 5 18 5.224 18 5.5S17.776 6 17.5 6h-15C2.224 6 2 5.776 2 5.5S2.224 5 2.5 5h15zm0 3C17.776 8 18 8.224 18 8.5S17.776 9 17.5 9h-15C2.224 9 2 8.776 2 8.5S2.224 8 2.5 8h15zm-7.243 3c-0.253 0.307-0.474 0.642-0.657 1H2.5C2.224 12 2 11.776 2 11.5S2.224 11 2.5 11h7.757zM9 14.5c0 0.168 0.008 0.335 0.022 0.5H2.5C2.224 15 2 14.776 2 14.5S2.224 14 2.5 14h6.522C9.008 14.165 9 14.332 9 14.5zm10 0c0-2.485-2.015-4.5-4.5-4.5S10 12.015 10 14.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5zm-4.146 2.354c-0.196 0.195-0.512 0.195-0.708 0-0.195-0.196-0.195-0.512 0-0.708L15.293 15H12.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.793l-1.147-1.146c-0.195-0.196-0.195-0.512 0-0.708 0.196-0.195 0.512-0.195 0.708 0l2 2c0.047 0.048 0.084 0.104 0.108 0.163C16.986 14.367 17 14.43 17 14.497v0.006c0 0.067-0.014 0.13-0.038 0.188-0.024 0.058-0.06 0.113-0.106 0.16l-0.003 0.003-2 2z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
<path android:pathData="M2.5 5C2.224 5 2 5.224 2 5.5S2.224 6 2.5 6h15C17.776 6 18 5.776 18 5.5S17.776 5 17.5 5h-15zm0 3C2.224 8 2 8.224 2 8.5S2.224 9 2.5 9h15C17.776 9 18 8.776 18 8.5S17.776 8 17.5 8h-15zm7.243 3c0.253 0.307 0.474 0.642 0.657 1h7.1c0.276 0 0.5-0.224 0.5-0.5S17.776 11 17.5 11H9.743zM11 14.5c0 0.168-0.008 0.335-0.022 0.5H17.5c0.276 0 0.5-0.224 0.5-0.5S17.776 14 17.5 14h-6.522C10.992 14.165 11 14.332 11 14.5zm-10 0C1 12.015 3.015 10 5.5 10s4.5 2.015 4.5 4.5S7.985 19 5.5 19 1 16.985 1 14.5zm4.146 2.354c0.196 0.195 0.512 0.195 0.708 0 0.195-0.196 0.195-0.512 0-0.708L4.707 15H7.5C7.776 15 8 14.776 8 14.5S7.776 14 7.5 14H4.707l1.147-1.146c0.195-0.196 0.195-0.512 0-0.708-0.196-0.195-0.512-0.195-0.708 0l-2 2C3.1 14.194 3.063 14.25 3.038 14.31 3.014 14.367 3 14.43 3 14.497v0.006c0 0.067 0.014 0.13 0.038 0.188 0.024 0.058 0.06 0.113 0.106 0.16l0.003 0.003 2 2z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
Oops, something went wrong.