Skip to content

Commit

Permalink
Release 1.1.268
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Dec 13, 2024
1 parent efd84ac commit f54a252
Show file tree
Hide file tree
Showing 500 changed files with 15,368 additions and 9,413 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.267@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.268@aar'
```

For library docs, see [android/README.md](android/README.md).
Expand All @@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby
use_frameworks!

pod "FluentIcons", "1.1.267"
pod "FluentIcons", "1.1.268"
```

#### Carthage

```bash
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.267"
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.268"
```

For library docs, see [ios/README.md](ios/README.md).
Expand All @@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
fluentui_system_icons: ^1.1.267
fluentui_system_icons: ^1.1.268
```
For library docs, see [flutter/README.md](flutter/README.md).
Expand Down
146 changes: 146 additions & 0 deletions android/BUILD.gn

Large diffs are not rendered by default.

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 1c0.276 0 0.5 0.224 0.5 0.5V2h2C11.328 2 12 2.672 12 3.5v3C12 7.328 11.328 8 10.5 8h-5C4.672 8 4 7.328 4 6.5v-3C4 2.672 4.672 2 5.5 2h2V1.5C7.5 1.224 7.724 1 8 1zM4.5 9.5C3.672 9.5 3 10.172 3 11v0.35c0 1.305 0.6 2.25 1.554 2.843C5.479 14.768 6.71 15 8 15c1.297 0 2.528-0.231 3.452-0.807C12.406 13.6 13 12.653 13 11.35V11c0-0.828-0.672-1.5-1.5-1.5h-7zm2-3.75c0.414 0 0.75-0.336 0.75-0.75S6.914 4.25 6.5 4.25 5.75 4.586 5.75 5 6.086 5.75 6.5 5.75zM10.25 5c0-0.414-0.336-0.75-0.75-0.75S8.75 4.586 8.75 5 9.086 5.75 9.5 5.75 10.25 5.414 10.25 5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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.5 1.5C8.5 1.224 8.276 1 8 1S7.5 1.224 7.5 1.5V2h-2C4.672 2 4 2.672 4 3.5v3C4 7.328 4.672 8 5.5 8h5C11.328 8 12 7.328 12 6.5v-3C12 2.672 11.328 2 10.5 2h-2V1.5zM5 3.5C5 3.224 5.224 3 5.5 3h5C10.776 3 11 3.224 11 3.5v3C11 6.776 10.776 7 10.5 7h-5C5.224 7 5 6.776 5 6.5v-3zM4 11c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v0.35c0 0.947-0.406 1.576-1.077 1.994C10.222 13.781 9.203 14 8 14c-1.195 0-2.214-0.218-2.918-0.656C4.408 12.925 4 12.295 4 11.35V11zm0.5-1.5C3.672 9.5 3 10.172 3 11v0.35c0 1.305 0.6 2.25 1.554 2.843C5.479 14.768 6.71 15 8 15c1.297 0 2.528-0.231 3.452-0.807C12.406 13.6 13 12.653 13 11.35V11c0-0.828-0.672-1.5-1.5-1.5h-7zM7.25 5c0 0.414-0.336 0.75-0.75 0.75S5.75 5.414 5.75 5 6.086 4.25 6.5 4.25 7.25 4.586 7.25 5zM9.5 5.75c0.414 0 0.75-0.336 0.75-0.75S9.914 4.25 9.5 4.25 8.75 4.586 8.75 5 9.086 5.75 9.5 5.75z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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_bot_16_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_bot_16_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_bot_16_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_bot_16_regular"/>
</selector>
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="28dp" android:height="28dp" android:viewportWidth="28" android:viewportHeight="28">
<path android:pathData="M14 1.5c0.414 0 0.75 0.336 0.75 0.75V3h4.5C20.769 3 22 4.231 22 5.75v5.5c0 1.519-1.231 2.75-2.75 2.75H8.75C7.231 14 6 12.769 6 11.25v-5.5C6 4.231 7.231 3 8.75 3h4.5V2.25c0-0.414 0.336-0.75 0.75-0.75zM6.75 16C5.231 16 4 17.231 4 18.75v0.75c0 1.977 0.961 3.642 2.717 4.78C8.444 25.397 10.917 26 14 26c3.084 0 5.556-0.602 7.283-1.72C23.039 23.141 24 21.476 24 19.5v-0.75c0-1.519-1.231-2.75-2.75-2.75H6.75zM11 10c0.828 0 1.5-0.672 1.5-1.5S11.828 7 11 7 9.5 7.672 9.5 8.5 10.172 10 11 10zm7.5-1.5C18.5 7.672 17.828 7 17 7s-1.5 0.672-1.5 1.5S16.172 10 17 10s1.5-0.672 1.5-1.5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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="28dp" android:height="28dp" android:viewportWidth="28" android:viewportHeight="28">
<path android:pathData="M14.75 2.25c0-0.414-0.336-0.75-0.75-0.75s-0.75 0.336-0.75 0.75V3h-4.5C7.231 3 6 4.231 6 5.75v5.5C6 12.769 7.231 14 8.75 14h10.5c1.519 0 2.75-1.231 2.75-2.75v-5.5C22 4.231 20.769 3 19.25 3h-4.5V2.25zM7.5 5.75c0-0.69 0.56-1.25 1.25-1.25h10.5c0.69 0 1.25 0.56 1.25 1.25v5.5c0 0.69-0.56 1.25-1.25 1.25H8.75c-0.69 0-1.25-0.56-1.25-1.25v-5.5zm-2 13c0-0.69 0.56-1.25 1.25-1.25h14.5c0.69 0 1.25 0.56 1.25 1.25v0.75c0 1.423-0.664 2.633-2.033 3.52-1.398 0.907-3.55 1.48-6.467 1.48-2.916 0-5.069-0.573-6.467-1.48C6.163 22.134 5.5 20.924 5.5 19.5v-0.75zM6.75 16C5.231 16 4 17.231 4 18.75v0.75c0 1.977 0.961 3.642 2.717 4.78C8.444 25.397 10.917 26 14 26c3.084 0 5.556-0.602 7.283-1.72C23.039 23.141 24 21.476 24 19.5v-0.75c0-1.519-1.231-2.75-2.75-2.75H6.75zm5.75-7.5c0 0.828-0.672 1.5-1.5 1.5S9.5 9.328 9.5 8.5 10.172 7 11 7s1.5 0.672 1.5 1.5zM17 10c0.828 0 1.5-0.672 1.5-1.5S17.828 7 17 7s-1.5 0.672-1.5 1.5S16.172 10 17 10z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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_bot_28_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_bot_28_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_bot_28_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_bot_28_regular"/>
</selector>
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="M17 3c0-0.552-0.448-1-1-1s-1 0.448-1 1v1h-4.75C8.455 4 7 5.455 7 7.25v5.5C7 14.545 8.455 16 10.25 16h11.5c1.795 0 3.25-1.455 3.25-3.25v-5.5C25 5.455 23.545 4 21.75 4H17V3zM8.25 19C6.455 19 5 20.455 5 22.25v0.45c0 2.17 1.077 4.043 3.013 5.332C9.92 29.302 12.634 30 16 30c3.366 0 6.08-0.698 7.987-1.968C25.923 26.742 27 24.87 27 22.7v-0.45c0-1.795-1.455-3.25-3.25-3.25H8.25zm4.25-7.25c-0.966 0-1.75-0.784-1.75-1.75s0.784-1.75 1.75-1.75 1.75 0.784 1.75 1.75-0.784 1.75-1.75 1.75zM21.25 10c0 0.966-0.784 1.75-1.75 1.75s-1.75-0.784-1.75-1.75 0.784-1.75 1.75-1.75 1.75 0.784 1.75 1.75z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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="M17 3c0-0.552-0.448-1-1-1s-1 0.448-1 1v1h-4.75C8.455 4 7 5.455 7 7.25v5.5C7 14.545 8.455 16 10.25 16h11.5c1.795 0 3.25-1.455 3.25-3.25v-5.5C25 5.455 23.545 4 21.75 4H17V3zM9 7.25C9 6.56 9.56 6 10.25 6h11.5C22.44 6 23 6.56 23 7.25v5.5c0 0.69-0.56 1.25-1.25 1.25h-11.5C9.56 14 9 13.44 9 12.75v-5.5zm-2 15C7 21.56 7.56 21 8.25 21h15.5c0.69 0 1.25 0.56 1.25 1.25v0.45c0 1.43-0.68 2.707-2.122 3.668C21.406 27.348 19.121 28 16 28c-3.12 0-5.406-0.652-6.878-1.632C7.68 25.408 7 24.13 7 22.7v-0.45zM8.25 19C6.455 19 5 20.455 5 22.25v0.45c0 2.17 1.077 4.043 3.013 5.332C9.92 29.302 12.634 30 16 30c3.366 0 6.08-0.698 7.987-1.968C25.923 26.742 27 24.87 27 22.7v-0.45c0-1.795-1.455-3.25-3.25-3.25H8.25zm6-9c0 0.966-0.784 1.75-1.75 1.75s-1.75-0.784-1.75-1.75 0.784-1.75 1.75-1.75 1.75 0.784 1.75 1.75zm5.25 1.75c0.966 0 1.75-0.784 1.75-1.75s-0.784-1.75-1.75-1.75-1.75 0.784-1.75 1.75 0.784 1.75 1.75 1.75z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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_bot_32_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_bot_32_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_bot_32_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_bot_32_regular"/>
</selector>
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="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48">
<path android:pathData="M25.25 5.25C25.25 4.56 24.69 4 24 4s-1.25 0.56-1.25 1.25V7h-7.5C12.903 7 11 8.903 11 11.25v8.5c0 2.347 1.903 4.25 4.25 4.25h17.5c2.347 0 4.25-1.903 4.25-4.25v-8.5C37 8.903 35.097 7 32.75 7h-7.5V5.25zM19 18c-1.38 0-2.5-1.12-2.5-2.5S17.62 13 19 13s2.5 1.12 2.5 2.5S20.38 18 19 18zm12.5-2.5c0 1.38-1.12 2.5-2.5 2.5s-2.5-1.12-2.5-2.5S27.62 13 29 13s2.5 1.12 2.5 2.5zM8 32.25C8 29.903 9.903 28 12.25 28h23.5c2.347 0 4.25 1.903 4.25 4.25v1.05c0 3.154-1.535 5.888-4.336 7.785C32.9 42.957 28.94 44 24 44c-4.94 0-8.9-1.043-11.664-2.915C9.535 39.188 8 36.454 8 33.3v-1.05z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48">
<path android:pathData="M25.25 5.25C25.25 4.56 24.69 4 24 4s-1.25 0.56-1.25 1.25V7h-7.5C12.903 7 11 8.903 11 11.25v8.5c0 2.347 1.903 4.25 4.25 4.25h17.5c2.347 0 4.25-1.903 4.25-4.25v-8.5C37 8.903 35.097 7 32.75 7h-7.5V5.25zm-11.75 6c0-0.966 0.784-1.75 1.75-1.75h17.5c0.967 0 1.75 0.784 1.75 1.75v8.5c0 0.966-0.783 1.75-1.75 1.75h-17.5c-0.966 0-1.75-0.784-1.75-1.75v-8.5zM19 18c1.38 0 2.5-1.12 2.5-2.5S20.38 13 19 13s-2.5 1.12-2.5 2.5S17.62 18 19 18zm12.5-2.5c0 1.38-1.12 2.5-2.5 2.5s-2.5-1.12-2.5-2.5S27.62 13 29 13s2.5 1.12 2.5 2.5zm-21 16.75c0-0.966 0.784-1.75 1.75-1.75h23.5c0.967 0 1.75 0.784 1.75 1.75v1.05c0 2.246-1.056 4.237-3.238 5.715C32.042 40.518 28.627 41.5 24 41.5c-4.627 0-8.043-0.982-10.262-2.485-2.182-1.478-3.238-3.469-3.238-5.715v-1.05zM12.25 28C9.903 28 8 29.903 8 32.25v1.05c0 3.154 1.535 5.888 4.336 7.785C15.1 42.957 19.06 44 24 44c4.94 0 8.9-1.043 11.664-2.915C38.465 39.188 40 36.454 40 33.3v-1.05c0-2.347-1.903-4.25-4.25-4.25h-23.5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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_bot_48_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_bot_48_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_bot_48_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_bot_48_regular"/>
</selector>
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 1c0.276 0 0.5 0.224 0.5 0.5V2h2C10.328 2 11 2.672 11 3.5v2.522C9.496 6.158 8.166 6.9 7.257 8H4.5C3.672 8 3 7.328 3 6.5v-3C3 2.672 3.672 2 4.5 2h2V1.5C6.5 1.224 6.724 1 7 1zM6 11.5c0-0.706 0.133-1.38 0.375-2H3.5C2.672 9.5 2 10.172 2 11v0.35c0 1.305 0.6 2.25 1.554 2.843C4.479 14.768 5.71 15 7 15l0.255-0.003C6.47 14.047 6 12.828 6 11.5zM5.5 5.75c0.414 0 0.75-0.336 0.75-0.75S5.914 4.25 5.5 4.25 4.75 4.586 4.75 5 5.086 5.75 5.5 5.75zM9.25 5c0-0.414-0.336-0.75-0.75-0.75S7.75 4.586 7.75 5 8.086 5.75 8.5 5.75 9.25 5.414 9.25 5zM16 11.5c0 2.485-2.015 4.5-4.5 4.5S7 13.985 7 11.5 9.015 7 11.5 7 16 9.015 16 11.5zm-4-2C12 9.224 11.776 9 11.5 9S11 9.224 11 9.5V11H9.5C9.224 11 9 11.224 9 11.5S9.224 12 9.5 12H11v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5V12h1.5c0.276 0 0.5-0.224 0.5-0.5S13.776 11 13.5 11H12V9.5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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.5C7.5 1.224 7.276 1 7 1S6.5 1.224 6.5 1.5V2h-2C3.672 2 3 2.672 3 3.5v3C3 7.328 3.672 8 4.5 8h2.757c0.314-0.38 0.677-0.716 1.08-1H4.5C4.224 7 4 6.776 4 6.5v-3C4 3.224 4.224 3 4.5 3h5C9.776 3 10 3.224 10 3.5v2.707c0.322-0.091 0.657-0.154 1-0.185V3.5C11 2.672 10.328 2 9.5 2h-2V1.5zm-4 8h2.875c-0.125 0.32-0.22 0.654-0.284 1H3.5C3.224 10.5 3 10.724 3 11v0.35c0 0.945 0.408 1.575 1.082 1.994 0.623 0.387 1.493 0.603 2.513 0.647 0.184 0.36 0.405 0.697 0.66 1.006L7 15c-1.29 0-2.521-0.232-3.446-0.807C2.599 13.6 2 12.655 2 11.35V11c0-0.828 0.672-1.5 1.5-1.5zM6.25 5c0 0.414-0.336 0.75-0.75 0.75S4.75 5.414 4.75 5 5.086 4.25 5.5 4.25 6.25 4.586 6.25 5zM8.5 5.75c0.414 0 0.75-0.336 0.75-0.75S8.914 4.25 8.5 4.25 7.75 4.586 7.75 5 8.086 5.75 8.5 5.75zM16 11.5c0 2.485-2.015 4.5-4.5 4.5S7 13.985 7 11.5 9.015 7 11.5 7 16 9.015 16 11.5zm-4-2C12 9.224 11.776 9 11.5 9S11 9.224 11 9.5V11H9.5C9.224 11 9 11.224 9 11.5S9.224 12 9.5 12H11v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5V12h1.5c0.276 0 0.5-0.224 0.5-0.5S13.776 11 13.5 11H12V9.5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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_bot_add_16_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_bot_add_16_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_bot_add_16_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_bot_add_16_regular"/>
</selector>
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="M17.5 12c3.038 0 5.5 2.462 5.5 5.5 0 3.037-2.462 5.5-5.5 5.5-3.037 0-5.5-2.463-5.5-5.5 0-3.038 2.463-5.5 5.5-5.5zm-5.477 1.999C11.376 15.009 11 16.21 11 17.499c0 1.645 0.61 3.146 1.617 4.291C11.816 21.93 10.942 22 10 22c-2.89 0-5.128-0.656-6.69-2-0.83-0.712-1.306-1.75-1.306-2.843v-0.908c0-1.242 1.007-2.25 2.25-2.25h7.769zm5.477 0l-0.09 0.008c-0.204 0.037-0.364 0.198-0.402 0.402L17 14.499v2.5h-2.502l-0.09 0.009c-0.204 0.037-0.365 0.198-0.402 0.402l-0.008 0.09 0.008 0.09c0.037 0.204 0.198 0.364 0.402 0.401L14.498 18l2.503-0.001v2.504l0.008 0.09c0.038 0.204 0.198 0.365 0.403 0.402l0.09 0.008 0.09-0.008c0.203-0.037 0.364-0.198 0.401-0.402l0.009-0.09L18 17.999h2.504l0.09-0.008c0.204-0.037 0.365-0.197 0.402-0.402l0.008-0.09-0.008-0.09c-0.037-0.203-0.198-0.364-0.402-0.401L20.505 17 18 16.998v-2.5l-0.008-0.09c-0.037-0.204-0.198-0.365-0.402-0.402l-0.09-0.008zM10 2c0.38 0 0.694 0.282 0.744 0.648L10.75 2.75v0.749h3.5c1.243 0 2.25 1.008 2.25 2.25v4.505c0 0.301-0.059 0.589-0.166 0.851-1.125 0.203-2.15 0.696-2.993 1.4h-7.59c-1.243 0-2.25-1.008-2.25-2.25V5.748c0-1.242 1.007-2.25 2.25-2.25H9.25V2.75c0-0.345 0.234-0.636 0.551-0.723L9.9 2.007 10 2zM7.75 6.5C7.06 6.5 6.5 7.059 6.5 7.748c0 0.69 0.56 1.25 1.25 1.25s1.249-0.56 1.249-1.25-0.56-1.25-1.25-1.25zm4.492 0c-0.69 0-1.249 0.559-1.249 1.249 0 0.69 0.56 1.25 1.25 1.25s1.249-0.56 1.249-1.25-0.56-1.25-1.25-1.25z" android:fillColor="@color/fluent_default_icon_tint"/>
<path android:pathData="M11 17.5c0-1.289 0.375-2.49 1.022-3.5H6.254c-1.243 0-2.25 1.007-2.25 2.25v0.907c0 1.093 0.477 2.131 1.305 2.844 1.563 1.343 3.802 2 6.691 2 0.27 0 0.535-0.006 0.794-0.017C11.682 20.817 11 19.238 11 17.5zm6.5-6.5c0.29 0 0.574 0.019 0.854 0.056 0.094-0.25 0.146-0.52 0.146-0.801V5.75c0-1.243-1.007-2.25-2.25-2.25h-3.5V2.75l-0.005-0.1C12.694 2.283 12.38 2 12 2l-0.102 0.006C11.532 2.056 11.25 2.37 11.25 2.75v0.748L7.75 3.5C6.508 3.5 5.5 4.507 5.5 5.75v4.505c0 1.242 1.008 2.25 2.25 2.25h5.59C14.469 11.565 15.919 11 17.5 11zM9.75 6.5c0.69 0 1.249 0.56 1.249 1.25s-0.56 1.249-1.25 1.249S8.5 8.439 8.5 7.749 9.06 6.5 9.75 6.5zm4.492 0c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.249-1.25 1.249-1.249-0.56-1.249-1.25 0.56-1.249 1.25-1.249zM23 17.5c0-3.038-2.462-5.5-5.5-5.5S12 14.462 12 17.5s2.462 5.5 5.5 5.5 5.5-2.462 5.5-5.5zM18 18l0.001 2.503c0 0.277-0.224 0.5-0.5 0.5s-0.5-0.223-0.5-0.5V18h-2.505c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5H17v-2.5c0-0.277 0.224-0.5 0.5-0.5s0.5 0.223 0.5 0.5V17h2.497c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5H18z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
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="M17.5 12c3.038 0 5.5 2.462 5.5 5.5 0 3.037-2.462 5.5-5.5 5.5-3.037 0-5.5-2.463-5.5-5.5 0-3.038 2.463-5.5 5.5-5.5zm-5.477 1.999c-0.297 0.463-0.537 0.966-0.709 1.5h-7.06c-0.414 0-0.75 0.336-0.75 0.75v0.908c0 0.655 0.286 1.278 0.783 1.706C5.545 19.945 7.441 20.5 10 20.5c0.6 0 1.162-0.03 1.688-0.091 0.25 0.5 0.563 0.963 0.93 1.38C11.814 21.93 10.941 22 10 22c-2.89 0-5.128-0.656-6.69-2-0.83-0.712-1.306-1.75-1.306-2.843v-0.908c0-1.242 1.007-2.25 2.25-2.25h7.769zm5.477 0l-0.09 0.008c-0.204 0.037-0.364 0.198-0.402 0.402L17 14.499v2.5h-2.502l-0.09 0.009c-0.204 0.037-0.365 0.198-0.402 0.402l-0.008 0.09 0.008 0.09c0.037 0.204 0.198 0.364 0.402 0.401L14.498 18l2.503-0.001v2.504l0.008 0.09c0.038 0.204 0.198 0.365 0.403 0.402l0.09 0.008 0.09-0.008c0.203-0.037 0.364-0.198 0.401-0.402l0.009-0.09L18 17.999h2.504l0.09-0.008c0.204-0.037 0.365-0.197 0.402-0.402l0.008-0.09-0.008-0.09c-0.037-0.203-0.198-0.364-0.402-0.401L20.505 17 18 16.998v-2.5l-0.008-0.09c-0.037-0.204-0.198-0.365-0.402-0.402l-0.09-0.008zM10 2c0.38 0 0.694 0.282 0.744 0.648L10.75 2.75v0.749h3.5c1.243 0 2.25 1.008 2.25 2.25v4.505c0 0.301-0.059 0.589-0.166 0.851-1.125 0.203-2.15 0.696-2.993 1.4h-7.59c-1.243 0-2.25-1.008-2.25-2.25V5.748c0-1.242 1.007-2.25 2.25-2.25H9.25V2.75c0-0.345 0.234-0.636 0.551-0.723L9.9 2.007 10 2zm4.25 3h-8.5C5.336 5 5 5.335 5 5.75v4.504c0 0.414 0.336 0.75 0.75 0.75h8.5c0.415 0 0.75-0.336 0.75-0.75V5.75C15 5.335 14.665 5 14.25 5zm-6.5 1.5c0.69 0 1.249 0.559 1.249 1.249 0 0.69-0.56 1.25-1.25 1.25S6.5 8.438 6.5 7.748s0.56-1.25 1.25-1.25zm4.492 0c0.69 0 1.25 0.559 1.25 1.249 0 0.69-0.56 1.25-1.25 1.25s-1.249-0.56-1.249-1.25 0.56-1.25 1.25-1.25z" android:fillColor="@color/fluent_default_icon_tint"/>
<path android:pathData="M11.313 15.5c0.173-0.534 0.412-1.037 0.709-1.5H6.254c-1.243 0-2.25 1.007-2.25 2.25v0.907c0 1.093 0.477 2.131 1.305 2.844 1.563 1.343 3.802 2 6.691 2 0.27 0 0.535-0.006 0.794-0.017-0.42-0.44-0.779-0.94-1.062-1.485-2.424-0.038-4.231-0.592-5.445-1.636-0.497-0.427-0.783-1.05-0.783-1.706V16.25c0-0.414 0.336-0.75 0.75-0.75h5.06zM17.5 11c0.29 0 0.574 0.019 0.854 0.056 0.094-0.25 0.146-0.52 0.146-0.801V5.75c0-1.243-1.007-2.25-2.25-2.25h-3.5V2.75l-0.005-0.1C12.694 2.283 12.38 2 12 2l-0.102 0.006C11.532 2.056 11.25 2.37 11.25 2.75v0.748L7.75 3.5C6.508 3.5 5.5 4.507 5.5 5.75v4.505c0 1.242 1.008 2.25 2.25 2.25h5.59C14.469 11.565 15.919 11 17.5 11zm-1.25-6C16.665 5 17 5.336 17 5.75v4.505c0 0.414-0.335 0.75-0.75 0.75h-8.5c-0.414 0-0.75-0.336-0.75-0.75V5.75C7 5.336 7.336 5 7.75 5h8.5zm-6.5 1.5c0.69 0 1.249 0.56 1.249 1.25s-0.56 1.249-1.25 1.249S8.5 8.439 8.5 7.749 9.06 6.5 9.75 6.5zm4.492 0c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.249-1.25 1.249-1.249-0.56-1.249-1.25 0.56-1.249 1.25-1.249zM23 17.5c0-3.038-2.462-5.5-5.5-5.5S12 14.462 12 17.5s2.462 5.5 5.5 5.5 5.5-2.462 5.5-5.5zM18 18l0.001 2.503c0 0.277-0.224 0.5-0.5 0.5s-0.5-0.223-0.5-0.5V18h-2.505c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5H17v-2.5c0-0.277 0.224-0.5 0.5-0.5s0.5 0.223 0.5 0.5V17h2.497c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5H18z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
Loading

0 comments on commit f54a252

Please sign in to comment.