Skip to content

Commit

Permalink
Release 1.1.232
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Mar 8, 2024
1 parent 8a847b2 commit 3c9d676
Show file tree
Hide file tree
Showing 452 changed files with 16,095 additions and 10,576 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.231@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.232@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.231"
pod "FluentIcons", "1.1.232"
```

#### Carthage

```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.231"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.232"
```

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.231
fluentui_system_icons: ^1.1.232
```
For library docs, see [flutter/README.md](flutter/README.md).
Expand Down
141 changes: 141 additions & 0 deletions android/BUILD.gn

Large diffs are not rendered by default.

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="M12 6.5c1.243 0 2.25-1.007 2.25-2.25S13.243 2 12 2 9.75 3.007 9.75 4.25 10.757 6.5 12 6.5zM6.15 4.178C5.007 3.693 3.682 4.222 3.188 5.362 2.693 6.505 3.222 7.829 4.37 8.316L7.393 9.6c0.37 0.156 0.61 0.519 0.61 0.92v3.04l-1.88 5.457c-0.404 1.175 0.22 2.455 1.395 2.86 1.175 0.404 2.456-0.22 2.86-1.395l0.694-2.014C11.024 18.152 11 17.828 11 17.5c0-3.074 2.134-5.65 5.002-6.327v-0.655c0-0.401 0.24-0.764 0.61-0.92l3.018-1.282c1.148-0.487 1.677-1.81 1.181-2.954-0.493-1.14-1.818-1.67-2.961-1.184L16.244 4.86c-0.34 0.144-0.578 0.423-0.695 0.73C15.007 7.026 13.621 8.044 12 8.044c-1.622 0-3.007-1.018-3.55-2.452C8.335 5.283 8.098 5.004 7.757 4.86L6.15 4.178zM23 17.5c0 3.038-2.462 5.5-5.5 5.5S12 20.538 12 17.5s2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5zm-2.146-2.354c-0.196-0.195-0.512-0.195-0.708 0L16.5 18.793l-1.646-1.647c-0.196-0.195-0.512-0.195-0.708 0-0.195 0.196-0.195 0.512 0 0.708l2 2c0.196 0.195 0.512 0.195 0.708 0l4-4c0.195-0.196 0.195-0.512 0-0.708z" android:fillColor="@color/fluent_default_icon_tint"/>
<path android:pathData="M12 6.5c1.243 0 2.25-1.007 2.25-2.25S13.243 2 12 2c-1.242 0-2.25 1.007-2.25 2.25S10.758 6.5 12 6.5zM6.15 4.178C5.007 3.693 3.682 4.222 3.19 5.362 2.694 6.505 3.224 7.829 4.37 8.316L7.394 9.6c0.37 0.156 0.61 0.519 0.61 0.92v3.04l-1.88 5.457c-0.404 1.175 0.22 2.455 1.396 2.86 1.175 0.404 2.455-0.22 2.86-1.395l0.145-0.422C10.187 19.274 10 18.409 10 17.5c0-3.422 2.645-6.227 6.003-6.481v-0.5c0-0.402 0.24-0.765 0.609-0.921l3.019-1.282c1.147-0.487 1.676-1.81 1.18-2.954-0.493-1.14-1.817-1.67-2.96-1.184L16.243 4.86c-0.34 0.144-0.578 0.423-0.694 0.73-0.542 1.435-1.928 2.453-3.55 2.453-1.621 0-3.007-1.018-3.549-2.452C8.335 5.283 8.097 5.004 7.756 4.86L6.15 4.178zM22 17.5c0 3.038-2.462 5.5-5.5 5.5-3.037 0-5.5-2.462-5.5-5.5s2.463-5.5 5.5-5.5c3.038 0 5.5 2.462 5.5 5.5zm-2.146-2.354c-0.195-0.195-0.512-0.195-0.707 0L15.5 18.793l-1.646-1.647c-0.195-0.195-0.512-0.195-0.707 0-0.195 0.196-0.195 0.512 0 0.708l2 2c0.195 0.195 0.512 0.195 0.707 0l4-4c0.195-0.196 0.195-0.512 0-0.708z" 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="M9.027 5.399C9.008 5.269 9 5.135 9 5c0-1.657 1.343-3 3-3s3 1.343 3 3c0 0.135-0.009 0.268-0.026 0.399l2.876-1.221c1.143-0.485 2.468 0.044 2.962 1.184 0.495 1.143-0.034 2.467-1.181 2.954l-3.628 1.54v1.317c-0.528 0.125-1.03 0.313-1.5 0.558V9.69c0-0.502 0.3-0.955 0.761-1.151l3.78-1.605c0.381-0.161 0.556-0.598 0.391-0.977-0.166-0.383-0.614-0.563-0.998-0.4l-4.972 2.11c-0.159 0.068-0.322 0.125-0.487 0.17C12.67 7.942 12.342 8 12 8c-0.342 0-0.671-0.057-0.978-0.163-0.165-0.045-0.328-0.1-0.487-0.168l-4.97-2.11c-0.386-0.164-0.834 0.016-1 0.399-0.164 0.38 0.01 0.816 0.39 0.977l3.786 1.607c0.462 0.196 0.762 0.649 0.762 1.15v3.91c0 0.138-0.023 0.275-0.068 0.406l-1.893 5.497c-0.135 0.392 0.073 0.818 0.465 0.953s0.818-0.073 0.953-0.465l2.109-6.123c0.221-0.644 0.94-0.819 1.436-0.53C11.565 14.468 11 15.918 11 17.5c0 0.33 0.024 0.653 0.072 0.969l-0.693 2.012c-0.405 1.175-1.685 1.8-2.86 1.395-1.175-0.404-1.8-1.685-1.395-2.86l1.879-5.456V9.857L4.37 8.316c-1.147-0.487-1.677-1.81-1.181-2.954 0.493-1.14 1.818-1.67 2.961-1.184l2.877 1.22zM10.5 5c0 0.641 0.402 1.188 0.968 1.403 0.35 0.085 0.714 0.085 1.064 0C13.098 6.19 13.5 5.641 13.5 5c0-0.828-0.671-1.5-1.5-1.5-0.828 0-1.5 0.672-1.5 1.5zM23 17.5c0 3.038-2.462 5.5-5.5 5.5S12 20.538 12 17.5s2.462-5.5 5.5-5.5 5.5 2.462 5.5 5.5zm-2.146-2.354c-0.196-0.195-0.512-0.195-0.708 0L16.5 18.793l-1.646-1.647c-0.196-0.195-0.512-0.195-0.708 0-0.195 0.196-0.195 0.512 0 0.708l2 2c0.196 0.195 0.512 0.195 0.708 0l4-4c0.195-0.196 0.195-0.512 0-0.708z" android:fillColor="@color/fluent_default_icon_tint"/>
<path android:pathData="M11.468 6.403C10.902 6.188 10.5 5.641 10.5 5c0-0.828 0.672-1.5 1.5-1.5 0.829 0 1.5 0.672 1.5 1.5 0 0.641-0.402 1.189-0.968 1.403-0.35 0.085-0.714 0.085-1.064 0zM9 5c0 0.135 0.01 0.268 0.027 0.399L6.15 4.178C5.007 3.693 3.682 4.222 3.19 5.362 2.694 6.505 3.224 7.829 4.37 8.316l3.634 1.542v3.701l-1.88 5.458c-0.404 1.174 0.22 2.455 1.396 2.86 1.175 0.404 2.455-0.22 2.86-1.395l0.145-0.422C10.187 19.274 10 18.409 10 17.5c0-0.205 0.01-0.408 0.028-0.609L8.96 19.993c-0.135 0.392-0.561 0.6-0.953 0.465-0.392-0.135-0.6-0.561-0.465-0.953l1.893-5.497c0.045-0.13 0.068-0.268 0.068-0.407V9.693c0-0.502-0.3-0.955-0.762-1.151L4.956 6.935C4.576 6.774 4.4 6.337 4.566 5.958c0.165-0.383 0.614-0.563 0.998-0.4l4.971 2.11c0.16 0.068 0.322 0.124 0.487 0.169C11.33 7.943 11.658 8 12 8c0.342 0 0.671-0.057 0.978-0.163 0.165-0.044 0.328-0.1 0.488-0.168l4.97-2.11c0.385-0.164 0.833 0.016 1 0.399 0.164 0.38-0.01 0.816-0.391 0.977l-3.78 1.605c-0.462 0.196-0.762 0.649-0.762 1.15v1.623c0.478-0.155 0.98-0.255 1.5-0.294V9.856l3.628-1.54c1.147-0.487 1.676-1.81 1.18-2.954-0.493-1.14-1.817-1.67-2.96-1.184l-2.877 1.22C14.99 5.269 15 5.136 15 5c0-1.657-1.343-3-3-3S9 3.343 9 5zm13 12.5c0 3.038-2.462 5.5-5.5 5.5-3.037 0-5.5-2.462-5.5-5.5s2.463-5.5 5.5-5.5c3.038 0 5.5 2.462 5.5 5.5zm-2.146-2.354c-0.195-0.195-0.512-0.195-0.707 0L15.5 18.793l-1.646-1.647c-0.195-0.195-0.512-0.195-0.707 0-0.196 0.196-0.196 0.512 0 0.708l2 2c0.195 0.195 0.511 0.195 0.707 0l4-4c0.195-0.196 0.195-0.512 0-0.708z" 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="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20">
<path android:pathData="M10 6c1.105 0 2-0.895 2-2s-0.895-2-2-2C8.896 2 8 2.895 8 4s0.896 2 2 2zM5.472 4.15C4.59 3.759 3.554 4.153 3.155 5.03c-0.4 0.882-0.007 1.917 0.877 2.31l2.671 1.19C6.883 8.61 7 8.79 7 8.987v1.865c0 0.064-0.012 0.128-0.036 0.187l-1.84 4.555C4.76 16.49 5.193 17.51 6.09 17.872c0.897 0.362 1.917-0.07 2.278-0.967l0.086-0.213C8.162 16.021 8 15.28 8 14.5c0-2.869 2.197-5.225 5-5.478V8.987c0-0.198 0.116-0.377 0.297-0.457l2.671-1.19c0.885-0.393 1.278-1.428 0.878-2.31-0.4-0.878-1.436-1.272-2.318-0.88l-1.276 0.57c-0.246 0.11-0.421 0.307-0.52 0.524C12.259 6.28 11.212 7 10 7 8.787 7 7.742 6.28 7.27 5.243c-0.1-0.217-0.274-0.415-0.52-0.524L5.471 4.15zM18 14.5c0 2.485-2.015 4.5-4.5 4.5S9 16.985 9 14.5s2.015-4.5 4.5-4.5 4.5 2.015 4.5 4.5zM13.5 12c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5zm0 5.125c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625-0.625 0.28-0.625 0.625 0.28 0.625 0.625 0.625z" 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="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20">
<path android:pathData="M8.5 4.498c0-0.828 0.672-1.5 1.5-1.5 0.829 0 1.5 0.672 1.5 1.5 0 0.829-0.671 1.5-1.5 1.5-0.828 0-1.5-0.671-1.5-1.5zm1.5-2.5c-1.38 0-2.5 1.12-2.5 2.5 0 0.202 0.024 0.398 0.07 0.586L5.471 4.151c-0.882-0.393-1.918 0-2.317 0.88-0.4 0.88-0.007 1.916 0.877 2.31L7 8.661v2.287l-1.877 4.645C4.761 16.49 5.194 17.51 6.09 17.872c0.897 0.362 1.917-0.07 2.278-0.967l0.086-0.213c-0.22-0.504-0.365-1.048-0.424-1.618l-0.59 1.457c-0.155 0.384-0.592 0.57-0.976 0.414-0.384-0.155-0.57-0.592-0.414-0.976l1.876-4.646C7.975 11.204 8 11.077 8 10.95V8.662c0-0.395-0.232-0.753-0.593-0.914L4.439 6.427C4.06 6.259 3.895 5.82 4.065 5.444c0.172-0.379 0.62-0.55 1-0.38l3.918 1.744c0.647 0.289 1.387 0.289 2.034 0l3.918-1.744c0.38-0.17 0.828 0.001 1 0.38 0.17 0.376 0.004 0.815-0.373 0.983l-2.969 1.321C12.233 7.91 12 8.267 12 8.662v0.545c0.322-0.091 0.657-0.154 1-0.185v-0.36l2.968-1.322c0.885-0.393 1.278-1.428 0.878-2.31-0.4-0.878-1.436-1.272-2.318-0.88l-2.097 0.934c0.045-0.188 0.07-0.384 0.07-0.586 0-1.38-1.12-2.5-2.5-2.5zM18 14.5c0 2.485-2.015 4.5-4.5 4.5S9 16.985 9 14.5s2.015-4.5 4.5-4.5 4.5 2.015 4.5 4.5zM13.5 12c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5zm0 5.125c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625-0.625 0.28-0.625 0.625 0.28 0.625 0.625 0.625z" 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_accessibility_error_20_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_20_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_20_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_20_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="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M12 6.5c1.243 0 2.25-1.007 2.25-2.25S13.243 2 12 2c-1.242 0-2.25 1.007-2.25 2.25S10.758 6.5 12 6.5zM6.15 4.178C5.007 3.693 3.682 4.222 3.19 5.362 2.694 6.505 3.224 7.829 4.37 8.316L7.394 9.6c0.37 0.156 0.61 0.519 0.61 0.92v3.04l-1.88 5.457c-0.404 1.175 0.22 2.455 1.396 2.86 1.175 0.404 2.455-0.22 2.86-1.395l0.145-0.422C10.187 19.274 10 18.409 10 17.5c0-3.422 2.645-6.227 6.003-6.481v-0.5c0-0.402 0.24-0.765 0.609-0.921l3.019-1.282c1.147-0.487 1.676-1.81 1.18-2.954-0.493-1.14-1.817-1.67-2.96-1.184L16.243 4.86c-0.34 0.144-0.578 0.423-0.694 0.73-0.542 1.435-1.928 2.453-3.55 2.453-1.621 0-3.007-1.018-3.549-2.452C8.335 5.283 8.097 5.004 7.756 4.86L6.15 4.178zM22 17.5c0 3.038-2.462 5.5-5.5 5.5-3.037 0-5.5-2.462-5.5-5.5s2.463-5.5 5.5-5.5c3.038 0 5.5 2.462 5.5 5.5zM16.5 14c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zm0 7.125c0.346 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625-0.625 0.28-0.625 0.625 0.28 0.625 0.625 0.625z" 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="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M11.468 6.403C10.902 6.188 10.5 5.641 10.5 5c0-0.828 0.672-1.5 1.5-1.5 0.829 0 1.5 0.672 1.5 1.5 0 0.641-0.402 1.189-0.968 1.403-0.35 0.085-0.714 0.085-1.064 0zM9 5c0 0.135 0.01 0.268 0.027 0.399L6.15 4.178C5.007 3.693 3.682 4.222 3.19 5.362 2.694 6.505 3.224 7.829 4.37 8.316l3.634 1.542v3.701l-1.88 5.458c-0.404 1.174 0.22 2.455 1.396 2.86 1.175 0.404 2.455-0.22 2.86-1.395l0.145-0.422C10.187 19.274 10 18.409 10 17.5c0-0.205 0.01-0.408 0.028-0.609L8.96 19.993c-0.135 0.392-0.561 0.6-0.953 0.465-0.392-0.135-0.6-0.561-0.465-0.953l1.893-5.497c0.045-0.13 0.068-0.268 0.068-0.407V9.693c0-0.502-0.3-0.955-0.762-1.151L4.956 6.935C4.576 6.774 4.4 6.337 4.566 5.958c0.165-0.383 0.614-0.563 0.998-0.4l4.971 2.11c0.16 0.068 0.322 0.124 0.487 0.169C11.33 7.943 11.658 8 12 8c0.342 0 0.671-0.057 0.978-0.163 0.165-0.044 0.328-0.1 0.488-0.168l4.97-2.11c0.385-0.164 0.833 0.016 1 0.399 0.164 0.38-0.01 0.816-0.391 0.977l-3.78 1.605c-0.462 0.196-0.762 0.649-0.762 1.15v1.623c0.478-0.155 0.98-0.255 1.5-0.294V9.856l3.628-1.54c1.147-0.487 1.676-1.81 1.18-2.954-0.493-1.14-1.817-1.67-2.96-1.184l-2.877 1.22C14.99 5.269 15 5.136 15 5c0-1.657-1.343-3-3-3S9 3.343 9 5zm13 12.5c0 3.038-2.462 5.5-5.5 5.5-3.037 0-5.5-2.462-5.5-5.5s2.463-5.5 5.5-5.5c3.038 0 5.5 2.462 5.5 5.5zM16.5 14c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zm0 7.125c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625-0.625 0.28-0.625 0.625 0.28 0.625 0.625 0.625z" 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_accessibility_error_24_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_24_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_24_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_error_24_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="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20">
<path android:pathData="M10 6c1.105 0 2-0.895 2-2s-0.895-2-2-2C8.896 2 8 2.895 8 4s0.896 2 2 2zM5.472 4.15C4.59 3.759 3.554 4.153 3.155 5.03c-0.4 0.882-0.007 1.917 0.877 2.31l2.671 1.19C6.883 8.61 7 8.79 7 8.987v1.865c0 0.064-0.012 0.128-0.036 0.187l-1.84 4.555C4.76 16.49 5.193 17.51 6.09 17.872c0.897 0.362 1.917-0.07 2.278-0.967l0.086-0.213C8.162 16.021 8 15.28 8 14.5c0-2.869 2.197-5.225 5-5.478V8.987c0-0.198 0.116-0.377 0.297-0.457l2.671-1.19c0.885-0.393 1.278-1.428 0.878-2.31-0.4-0.878-1.436-1.272-2.318-0.88l-1.276 0.57c-0.246 0.11-0.421 0.307-0.52 0.524C12.259 6.28 11.212 7 10 7 8.787 7 7.742 6.28 7.27 5.243c-0.1-0.217-0.274-0.415-0.52-0.524L5.471 4.15zM18 14.5c0 2.485-2.015 4.5-4.5 4.5S9 16.985 9 14.5s2.015-4.5 4.5-4.5 4.5 2.015 4.5 4.5zm-4.5 1.88c-0.345 0-0.624 0.28-0.624 0.625s0.28 0.624 0.624 0.624c0.345 0 0.625-0.28 0.625-0.624 0-0.345-0.28-0.625-0.625-0.625zm0-4.877c-1.048 0-1.864 0.818-1.853 1.955 0.002 0.276 0.228 0.498 0.505 0.495 0.276-0.003 0.497-0.229 0.495-0.505-0.006-0.579 0.36-0.945 0.853-0.945 0.473 0 0.854 0.392 0.854 0.95 0 0.202-0.072 0.315-0.36 0.544l-0.278 0.215C13.21 14.616 13 14.929 13 15.5c0 0.276 0.224 0.5 0.5 0.5 0.245 0 0.45-0.177 0.492-0.41l0.011-0.156c0.017-0.148 0.1-0.254 0.346-0.448l0.277-0.215c0.513-0.41 0.728-0.732 0.728-1.318 0-1.104-0.823-1.95-1.854-1.95z" 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="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20">
<path android:pathData="M8.5 4.498c0-0.828 0.672-1.5 1.5-1.5 0.829 0 1.5 0.672 1.5 1.5 0 0.829-0.671 1.5-1.5 1.5-0.828 0-1.5-0.671-1.5-1.5zm1.5-2.5c-1.38 0-2.5 1.12-2.5 2.5 0 0.202 0.024 0.398 0.07 0.586L5.471 4.151c-0.882-0.393-1.918 0-2.317 0.88-0.4 0.88-0.007 1.916 0.877 2.31L7 8.661v2.287l-1.877 4.645C4.761 16.49 5.194 17.51 6.09 17.872c0.897 0.362 1.917-0.07 2.278-0.967l0.086-0.213c-0.22-0.504-0.365-1.048-0.424-1.618l-0.59 1.457c-0.155 0.384-0.592 0.57-0.976 0.414-0.384-0.155-0.57-0.592-0.414-0.976l1.876-4.646C7.975 11.204 8 11.077 8 10.95V8.662c0-0.395-0.232-0.753-0.593-0.914L4.439 6.427C4.06 6.259 3.895 5.82 4.065 5.444c0.172-0.379 0.62-0.55 1-0.38l3.918 1.744c0.647 0.289 1.387 0.289 2.034 0l3.918-1.744c0.38-0.17 0.828 0.001 1 0.38 0.17 0.376 0.004 0.815-0.373 0.983l-2.969 1.321C12.233 7.91 12 8.267 12 8.662v0.545c0.322-0.091 0.657-0.154 1-0.185v-0.36l2.968-1.322c0.885-0.393 1.278-1.428 0.878-2.31-0.4-0.878-1.436-1.272-2.318-0.88l-2.097 0.934c0.045-0.188 0.07-0.384 0.07-0.586 0-1.38-1.12-2.5-2.5-2.5zM18 14.5c0 2.485-2.015 4.5-4.5 4.5S9 16.985 9 14.5s2.015-4.5 4.5-4.5 4.5 2.015 4.5 4.5zm-4.5 1.88c-0.345 0-0.624 0.28-0.624 0.625s0.28 0.624 0.624 0.624c0.345 0 0.625-0.28 0.625-0.624 0-0.345-0.28-0.625-0.625-0.625zm0-4.877c-1.048 0-1.864 0.818-1.853 1.955 0.002 0.276 0.228 0.498 0.505 0.495 0.276-0.003 0.497-0.229 0.495-0.505-0.006-0.579 0.36-0.945 0.853-0.945 0.473 0 0.854 0.392 0.854 0.95 0 0.202-0.072 0.315-0.36 0.544l-0.278 0.215C13.21 14.616 13 14.929 13 15.5c0 0.276 0.224 0.5 0.5 0.5 0.245 0 0.45-0.177 0.492-0.41l0.011-0.156c0.017-0.148 0.1-0.254 0.346-0.448l0.277-0.215c0.513-0.41 0.728-0.732 0.728-1.318 0-1.104-0.823-1.95-1.854-1.95z" 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_accessibility_question_mark_20_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_question_mark_20_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_question_mark_20_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_accessibility_question_mark_20_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="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M12 6.5c1.243 0 2.25-1.007 2.25-2.25S13.243 2 12 2c-1.242 0-2.25 1.007-2.25 2.25S10.758 6.5 12 6.5zM6.15 4.178C5.007 3.693 3.682 4.222 3.19 5.362 2.694 6.505 3.224 7.829 4.37 8.316L7.394 9.6c0.37 0.156 0.61 0.519 0.61 0.92v3.04l-1.88 5.457c-0.404 1.175 0.22 2.455 1.396 2.86 1.175 0.404 2.455-0.22 2.86-1.395l0.145-0.422C10.187 19.274 10 18.409 10 17.5c0-3.422 2.645-6.227 6.003-6.481v-0.5c0-0.402 0.24-0.765 0.609-0.921l3.019-1.282c1.147-0.487 1.676-1.81 1.18-2.954-0.493-1.14-1.817-1.67-2.96-1.184L16.243 4.86c-0.34 0.144-0.578 0.423-0.694 0.73-0.542 1.435-1.928 2.453-3.55 2.453-1.621 0-3.007-1.018-3.549-2.452C8.335 5.283 8.097 5.004 7.756 4.86L6.15 4.178zM11 17.5c0-3.038 2.463-5.5 5.5-5.5 3.038 0 5.5 2.462 5.5 5.5S19.538 23 16.5 23c-3.037 0-5.5-2.462-5.5-5.5zm4.75 3.25c0 0.414 0.336 0.75 0.75 0.75 0.415 0 0.75-0.336 0.75-0.75S16.915 20 16.5 20c-0.414 0-0.75 0.336-0.75 0.75zM14.5 16c0 0.276 0.224 0.5 0.5 0.5 0.277 0 0.5-0.224 0.5-0.5 0-0.552 0.448-1 1-1 0.553 0 1 0.448 1 1 0 0.37-0.082 0.58-0.366 0.898l-0.116 0.125-0.264 0.27C16.212 17.86 16 18.27 16 19c0 0.276 0.224 0.5 0.5 0.5S17 19.276 17 19c0-0.37 0.083-0.58 0.366-0.898l0.116-0.125 0.264-0.27C18.29 17.14 18.5 16.73 18.5 16c0-1.105-0.895-2-2-2-1.104 0-2 0.895-2 2z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
Loading

0 comments on commit 3c9d676

Please sign in to comment.