Skip to content

Commit df58194

Browse files
committed
Release 1.1.264
1 parent 168645c commit df58194

1,177 files changed

Lines changed: 14312 additions & 124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
Include the following dependency in your project's `build.gradle`:
3737

3838
```groovy
39-
implementation 'com.microsoft.design:fluent-system-icons:1.1.263@aar'
39+
implementation 'com.microsoft.design:fluent-system-icons:1.1.264@aar'
4040
```
4141

4242
For library docs, see [android/README.md](android/README.md).
@@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md).
4848
```ruby
4949
use_frameworks!
5050

51-
pod "FluentIcons", "1.1.263"
51+
pod "FluentIcons", "1.1.264"
5252
```
5353

5454
#### Carthage
5555

5656
```bash
57-
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.263"
57+
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.264"
5858
```
5959

6060
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:
6666
```yaml
6767
dependencies:
6868
...
69-
fluentui_system_icons: ^1.1.263
69+
fluentui_system_icons: ^1.1.264
7070
```
7171
7272
For library docs, see [flutter/README.md](flutter/README.md).

android/BUILD.gn

Lines changed: 1054 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16">
2+
<path android:pathData="M2 8c0-3.314 2.686-6 6-6s6 2.686 6 6-2.686 6-6 6-6-2.686-6-6z">
3+
<aapt:attr name="android:fillColor">
4+
<gradient android:startY="4.25" android:startX="2.42857" android:endY="12.8541" android:endX="10.71" android:type="linear">
5+
<item android:offset="0" android:color="#FF52D17C"/>
6+
<item android:offset="1" android:color="#FF22918B"/>
7+
</gradient>
8+
</aapt:attr>
9+
</path>
10+
<path android:pathData="M8 5C7.724 5 7.5 5.224 7.5 5.5v2h-2C5.224 7.5 5 7.724 5 8s0.224 0.5 0.5 0.5h2v2C7.5 10.776 7.724 11 8 11s0.5-0.224 0.5-0.5v-2h2C10.776 8.5 11 8.276 11 8s-0.224-0.5-0.5-0.5h-2v-2C8.5 5.224 8.276 5 8 5z">
11+
<aapt:attr name="android:fillColor">
12+
<gradient android:startY="5.61204" android:startX="6.125" android:endY="12.1109" android:endX="7.96598" android:type="linear">
13+
<item android:offset="0" android:color="#FFFFFFFF"/>
14+
<item android:offset="1" android:color="#FFE3FFD9"/>
15+
</gradient>
16+
</aapt:attr>
17+
</path>
18+
</vector>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16">
2-
<path android:pathData="M2 8c0-3.314 2.686-6 6-6s6 2.686 6 6-2.686 6-6 6-6-2.686-6-6zm6-3C7.724 5 7.5 5.224 7.5 5.5v2h-2C5.224 7.5 5 7.724 5 8s0.224 0.5 0.5 0.5h2v2C7.5 10.776 7.724 11 8 11s0.5-0.224 0.5-0.5v-2h2C10.776 8.5 11 8.276 11 8s-0.224-0.5-0.5-0.5h-2v-2C8.5 5.224 8.276 5 8 5z" android:fillColor="@color/fluent_default_icon_tint"/>
2+
<path android:pathData="M1 8c0-3.866 3.134-7 7-7s7 3.134 7 7-3.134 7-7 7-7-3.134-7-7zm7.5-3c0-0.276-0.224-0.5-0.5-0.5S7.5 4.724 7.5 5v2.5H5C4.724 7.5 4.5 7.724 4.5 8S4.724 8.5 5 8.5h2.5V11c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5V8.5H11c0.276 0 0.5-0.224 0.5-0.5S11.276 7.5 11 7.5H8.5V5z" android:fillColor="@color/fluent_default_icon_tint"/>
33
</vector>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16">
2-
<path android:pathData="M8 5c0.276 0 0.5 0.224 0.5 0.5v2h2C10.776 7.5 11 7.724 11 8s-0.224 0.5-0.5 0.5h-2v2C8.5 10.776 8.276 11 8 11s-0.5-0.224-0.5-0.5v-2h-2C5.224 8.5 5 8.276 5 8s0.224-0.5 0.5-0.5h2v-2C7.5 5.224 7.724 5 8 5zM2 8c0-3.314 2.686-6 6-6s6 2.686 6 6-2.686 6-6 6-6-2.686-6-6zm6-5C5.239 3 3 5.239 3 8s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z" android:fillColor="@color/fluent_default_icon_tint"/>
2+
<path android:pathData="M2 8c0-3.314 2.686-6 6-6s6 2.686 6 6-2.686 6-6 6-6-2.686-6-6zm6-7C4.134 1 1 4.134 1 8s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7zm0.5 4c0-0.276-0.224-0.5-0.5-0.5S7.5 4.724 7.5 5v2.5H5C4.724 7.5 4.5 7.724 4.5 8S4.724 8.5 5 8.5h2.5V11c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5V8.5H11c0.276 0 0.5-0.224 0.5-0.5S11.276 7.5 11 7.5H8.5V5z" android:fillColor="@color/fluent_default_icon_tint"/>
33
</vector>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20">
2+
<path android:pathData="M18 10c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8z">
3+
<aapt:attr name="android:fillColor">
4+
<gradient android:startY="5" android:startX="2.57143" android:endY="16.4721" android:endX="13.6134" android:type="linear">
5+
<item android:offset="0" android:color="#FF52D17C"/>
6+
<item android:offset="1" android:color="#FF22918B"/>
7+
</gradient>
8+
</aapt:attr>
9+
</path>
10+
<path android:pathData="M6 10c0-0.276 0.224-0.5 0.5-0.5h3v-3C9.5 6.224 9.724 6 10 6s0.5 0.224 0.5 0.5v3h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-3v3c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3h-3C6.224 10.5 6 10.276 6 10z">
11+
<aapt:attr name="android:fillColor">
12+
<gradient android:startY="6.81605" android:startX="7.5" android:endY="15.4812" android:endX="9.95464" android:type="linear">
13+
<item android:offset="0" android:color="#FFFFFFFF"/>
14+
<item android:offset="1" android:color="#FFE3FFD9"/>
15+
</gradient>
16+
</aapt:attr>
17+
</path>
18+
</vector>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
2+
<path android:pathData="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z">
3+
<aapt:attr name="android:fillColor">
4+
<gradient android:startY="5.75" android:startX="2.71429" android:endY="20.0902" android:endX="16.5167" android:type="linear">
5+
<item android:offset="0" android:color="#FF52D17C"/>
6+
<item android:offset="1" android:color="#FF22918B"/>
7+
</gradient>
8+
</aapt:attr>
9+
</path>
10+
<path android:pathData="M12 7c-0.38 0-0.694 0.282-0.743 0.648L11.25 7.75v3.5h-3.5C7.336 11.25 7 11.586 7 12c0 0.38 0.282 0.694 0.648 0.743L7.75 12.75h3.5v3.5c0 0.414 0.336 0.75 0.75 0.75 0.38 0 0.694-0.282 0.743-0.648l0.007-0.102v-3.5h3.5c0.414 0 0.75-0.336 0.75-0.75 0-0.38-0.282-0.694-0.648-0.743L16.25 11.25h-3.5v-3.5C12.75 7.336 12.414 7 12 7z">
11+
<aapt:attr name="android:fillColor">
12+
<gradient android:startY="8.02007" android:startX="8.875" android:endY="18.8516" android:endX="11.9433" android:type="linear">
13+
<item android:offset="0" android:color="#FFFFFFFF"/>
14+
<item android:offset="1" android:color="#FFE3FFD9"/>
15+
</gradient>
16+
</aapt:attr>
17+
</path>
18+
</vector>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="28dp" android:height="28dp" android:viewportWidth="28" android:viewportHeight="28">
2+
<path android:pathData="M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2z">
3+
<aapt:attr name="android:fillColor">
4+
<gradient android:startY="6.5" android:startX="2.85714" android:endY="23.7082" android:endX="19.42" android:type="linear">
5+
<item android:offset="0" android:color="#FF52D17C"/>
6+
<item android:offset="1" android:color="#FF22918B"/>
7+
</gradient>
8+
</aapt:attr>
9+
</path>
10+
<path android:pathData="M14 8c0.414 0 0.75 0.336 0.75 0.75v4.5h4.5c0.414 0 0.75 0.336 0.75 0.75s-0.336 0.75-0.75 0.75h-4.5v4.5c0 0.414-0.336 0.75-0.75 0.75s-0.75-0.336-0.75-0.75v-4.5h-4.5C8.336 14.75 8 14.414 8 14s0.336-0.75 0.75-0.75h4.5v-4.5C13.25 8.336 13.586 8 14 8z">
11+
<aapt:attr name="android:fillColor">
12+
<gradient android:startY="9.22408" android:startX="10.25" android:endY="22.2219" android:endX="13.932" android:type="linear">
13+
<item android:offset="0" android:color="#FFFFFFFF"/>
14+
<item android:offset="1" android:color="#FFE3FFD9"/>
15+
</gradient>
16+
</aapt:attr>
17+
</path>
18+
</vector>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32">
2+
<path android:pathData="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2s14 6.268 14 14z">
3+
<aapt:attr name="android:fillColor">
4+
<gradient android:startY="7.25" android:startX="3" android:endY="27.3262" android:endX="22.3234" android:type="linear">
5+
<item android:offset="0" android:color="#FF52D17C"/>
6+
<item android:offset="1" android:color="#FF22918B"/>
7+
</gradient>
8+
</aapt:attr>
9+
</path>
10+
<path android:pathData="M15 10c0-0.552 0.448-1 1-1s1 0.448 1 1v5h5c0.552 0 1 0.448 1 1s-0.448 1-1 1h-5v5c0 0.552-0.448 1-1 1s-1-0.448-1-1v-5h-5c-0.552 0-1-0.448-1-1s0.448-1 1-1h5v-5z">
11+
<aapt:attr name="android:fillColor">
12+
<gradient android:startY="10.4281" android:startX="11.625" android:endY="25.5922" android:endX="15.9206" android:type="linear">
13+
<item android:offset="0" android:color="#FFFFFFFF"/>
14+
<item android:offset="1" android:color="#FFE3FFD9"/>
15+
</gradient>
16+
</aapt:attr>
17+
</path>
18+
</vector>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48">
2+
<path android:pathData="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24 12.954 4 24 4s20 8.954 20 20zM24 14c-0.69 0-1.25 0.56-1.25 1.25v7.5h-7.5C14.56 22.75 14 23.31 14 24s0.56 1.25 1.25 1.25h7.5v7.5c0 0.69 0.56 1.25 1.25 1.25s1.25-0.56 1.25-1.25v-7.5h7.5c0.69 0 1.25-0.56 1.25-1.25s-0.56-1.25-1.25-1.25h-7.5v-7.5c0-0.69-0.56-1.25-1.25-1.25z" android:fillColor="@color/fluent_default_icon_tint"/>
3+
</vector>

0 commit comments

Comments
 (0)