Skip to content

Commit

Permalink
Merge branch 'main' into joypal/system-icons-build-1espt
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeeta26 authored Dec 18, 2024
2 parents db4cd2c + c4df8f8 commit 6dd1768
Show file tree
Hide file tree
Showing 3,695 changed files with 52,919 additions and 11,541 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
40 changes: 20 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,18 @@ jobs:
access: public
package: packages/react-native-icons/package.json

## Android
# - name: Run Android generate script
# env:
# # see https://github.com/JS-DevTools/npm-publish/issues/15
# INPUT_TOKEN: ''
# run: npm run deploy:android
# working-directory: importer
# Android
- name: Run Android generate script
env:
# see https://github.com/JS-DevTools/npm-publish/issues/15
INPUT_TOKEN: ''
run: npm run deploy:android
working-directory: importer

# - name: Setup Java
# uses: actions/setup-java@v1
# with:
# java-version: 8
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11

# - name: Base64 decodes and pipes the GPG key content into the secret file
# env:
Expand All @@ -215,12 +215,12 @@ jobs:
# git fetch --unshallow
# sudo bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"

# - name: Build Android library
# uses: eskatos/gradle-command-action@v1
# with:
# arguments: assembleRelease -DversionName='${{ env.NEW_VERSION }}'
# build-root-directory: android
# wrapper-directory: android
- name: Build Android library
uses: eskatos/gradle-command-action@v1
with:
arguments: assembleRelease -DversionName='${{ env.NEW_VERSION }}'
build-root-directory: android
wrapper-directory: android

# Temporarily commenting out the publishing to Maven Central, as it is blocking the release for other platforms
# - name: Publish to Maven Central
Expand All @@ -238,9 +238,9 @@ jobs:
# build-root-directory: android
# wrapper-directory: android

# - name: Generate BUILD.gn file for Android
# run: python3 generate_build_gn_android.py
# working-directory: importer
- name: Generate BUILD.gn file for Android
run: python3 generate_build_gn_android.py
working-directory: importer

- name: Update icon sheet
run: python3 generate_icons_md.py
Expand Down
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.261@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.270@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.261"
pod "FluentIcons", "1.1.270"
```

#### Carthage

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

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.261
fluentui_system_icons: ^1.1.270
```
For library docs, see [flutter/README.md](flutter/README.md).
Expand Down
1,448 changes: 1,448 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,18 @@
<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">
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="4.25" android:startX="2.42857" android:endY="12.8541" android:endX="10.71" android:type="linear">
<item android:offset="0" android:color="#FF52D17C"/>
<item android:offset="1" android:color="#FF22918B"/>
</gradient>
</aapt:attr>
</path>
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="5.61204" android:startX="6.125" android:endY="12.1109" android:endX="7.96598" android:type="linear">
<item android:offset="0" android:color="#FFFFFFFF"/>
<item android:offset="1" android:color="#FFE3FFD9"/>
</gradient>
</aapt:attr>
</path>
</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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16">
<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"/>
<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"/>
</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="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16">
<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"/>
<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"/>
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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">
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="5" android:startX="2.57143" android:endY="16.4721" android:endX="13.6134" android:type="linear">
<item android:offset="0" android:color="#FF52D17C"/>
<item android:offset="1" android:color="#FF22918B"/>
</gradient>
</aapt:attr>
</path>
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="6.81605" android:startX="7.5" android:endY="15.4812" android:endX="9.95464" android:type="linear">
<item android:offset="0" android:color="#FFFFFFFF"/>
<item android:offset="1" android:color="#FFE3FFD9"/>
</gradient>
</aapt:attr>
</path>
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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">
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="5.75" android:startX="2.71429" android:endY="20.0902" android:endX="16.5167" android:type="linear">
<item android:offset="0" android:color="#FF52D17C"/>
<item android:offset="1" android:color="#FF22918B"/>
</gradient>
</aapt:attr>
</path>
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="8.02007" android:startX="8.875" android:endY="18.8516" android:endX="11.9433" android:type="linear">
<item android:offset="0" android:color="#FFFFFFFF"/>
<item android:offset="1" android:color="#FFE3FFD9"/>
</gradient>
</aapt:attr>
</path>
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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">
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="6.5" android:startX="2.85714" android:endY="23.7082" android:endX="19.42" android:type="linear">
<item android:offset="0" android:color="#FF52D17C"/>
<item android:offset="1" android:color="#FF22918B"/>
</gradient>
</aapt:attr>
</path>
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="9.22408" android:startX="10.25" android:endY="22.2219" android:endX="13.932" android:type="linear">
<item android:offset="0" android:color="#FFFFFFFF"/>
<item android:offset="1" android:color="#FFE3FFD9"/>
</gradient>
</aapt:attr>
</path>
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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">
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="7.25" android:startX="3" android:endY="27.3262" android:endX="22.3234" android:type="linear">
<item android:offset="0" android:color="#FF52D17C"/>
<item android:offset="1" android:color="#FF22918B"/>
</gradient>
</aapt:attr>
</path>
<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">
<aapt:attr name="android:fillColor">
<gradient android:startY="10.4281" android:startX="11.625" android:endY="25.5922" android:endX="15.9206" android:type="linear">
<item android:offset="0" android:color="#FFFFFFFF"/>
<item android:offset="1" android:color="#FFE3FFD9"/>
</gradient>
</aapt:attr>
</path>
</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="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"/>
</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="M24 6.5C14.335 6.5 6.5 14.335 6.5 24S14.335 41.5 24 41.5 41.5 33.665 41.5 24 33.665 6.5 24 6.5zM4 24C4 12.954 12.954 4 24 4s20 8.954 20 20-8.954 20-20 20S4 35.046 4 24zm20-10c0.69 0 1.25 0.56 1.25 1.25v7.5h7.5c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25h-7.5v7.5c0 0.69-0.56 1.25-1.25 1.25s-1.25-0.56-1.25-1.25v-7.5h-7.5C14.56 25.25 14 24.69 14 24s0.56-1.25 1.25-1.25h7.5v-7.5c0-0.69 0.56-1.25 1.25-1.25z" 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_add_circle_48_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_add_circle_48_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_add_circle_48_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_add_circle_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.907 1C7.35 1 6.924 1.497 7.008 2.047L7.69 6.481 5.806 6.652 4.567 4.485C4.396 4.185 4.077 4 3.731 4 3.328 4 3 4.327 3 4.731v2.176L1.974 7C1.433 7.014 1 7.457 1 8c0 0.543 0.433 0.986 0.974 1L3 9.093v2.176C3 11.672 3.328 12 3.731 12c0.346 0 0.665-0.185 0.836-0.485l1.239-2.167L7.69 9.519l-0.682 4.434C6.924 14.503 7.35 15 7.907 15c0.514 0 0.98-0.299 1.196-0.766l2.032-4.402C11.75 9.888 12.382 10 13 10c1.105 0 2-0.895 2-2s-0.895-2-2-2c-0.618 0-1.25 0.112-1.865 0.168L9.103 1.766C8.888 1.299 8.421 1 7.907 1z" 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.045 2.283C6.94 1.608 7.463 1 8.145 1c0.674 0 1.286 0.392 1.568 1.003l1.875 4.064C12.058 6.044 12.53 6 13 6c1.105 0 2 0.895 2 2s-0.895 2-2 2c-0.47 0-0.943-0.044-1.412-0.067l-1.875 4.064C9.43 14.608 8.819 15 8.145 15c-0.682 0-1.204-0.608-1.1-1.283l0.61-3.97L6.12 9.672l-0.92 1.61C4.948 11.726 4.475 12 3.964 12 3.43 12 3 11.569 3 11.037V9.524L2.487 9.5C1.664 9.493 1 8.824 1 8s0.665-1.493 1.487-1.5L3 6.476V4.963C3 4.43 3.431 4 3.963 4 4.474 4 4.947 4.274 5.2 4.718l0.919 1.61 1.535-0.074-0.61-3.971zM8.145 2c-0.07 0-0.123 0.062-0.112 0.13l0.78 5.07-3.257 0.155-1.224-2.14C4.262 5.093 4.138 5.014 4 5.002v2.427L2.512 7.5H2.5C2.224 7.5 2 7.724 2 8s0.224 0.5 0.5 0.5h0.012L4 8.57v2.428c0.138-0.012 0.263-0.09 0.332-0.212l1.224-2.141L8.813 8.8l-0.78 5.07C8.023 13.937 8.076 14 8.145 14c0.284 0 0.541-0.165 0.66-0.422l2.158-4.676 1.94 0.093C12.935 8.998 12.967 9 13 9c0.552 0 1-0.448 1-1s-0.448-1-1-1c-0.036 0-0.073 0.002-0.109 0.006l-1.928 0.092-2.158-4.676C8.686 2.165 8.428 2 8.145 2z" 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_airplane_16_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_16_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_16_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_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="M12.294 2c-0.771 0-1.369 0.675-1.275 1.44l0.996 8.137-2.704 0.143-1.643-2.876C7.369 8.322 6.814 8 6.213 8 5.543 8 5 8.543 5 9.213v2.733L3.978 12C2.884 12.012 2 12.903 2 14s0.884 1.988 1.978 2L5 16.054v2.733C5 19.457 5.543 20 6.213 20c0.601 0 1.156-0.322 1.455-0.844L9.31 16.28l2.704 0.142-0.996 8.136C10.925 25.325 11.523 26 12.294 26c0.716 0 1.366-0.42 1.66-1.074l3.684-8.207C19.418 16.812 21.218 17 23 17c1.657 0 3-1.343 3-3s-1.343-3-3-3c-1.782 0-3.582 0.188-5.362 0.281l-3.685-8.207C13.66 2.421 13.01 2 12.294 2z" 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="M11.036 3.903C10.912 2.892 11.7 2 12.72 2c1.041 0 1.986 0.611 2.412 1.561l3.394 7.56C20.016 11.08 21.51 11 23 11c1.657 0 3 1.343 3 3s-1.343 3-3 3c-1.49 0-2.984-0.08-4.474-0.12l-3.394 7.559C14.706 25.389 13.762 26 12.72 26c-1.019 0-1.808-0.892-1.684-1.903L11.94 16.7l-2.827-0.076-1.18 2.064C7.471 19.5 6.61 20 5.676 20 4.75 20 4 19.25 4 18.324V16.45C2.859 16.218 2 15.21 2 14c0-1.21 0.859-2.218 2-2.45V9.676C4 8.75 4.75 8 5.676 8 6.609 8 7.47 8.5 7.934 9.31l1.18 2.065 2.827-0.076-0.905-7.396zM12.72 3.5c-0.118 0-0.21 0.103-0.196 0.221l1.107 9.033-5.374 0.145-1.625-2.844C6.436 9.712 6.07 9.5 5.676 9.5 5.579 9.5 5.5 9.579 5.5 9.676v3.297L4.51 13H4.5c-0.552 0-1 0.448-1 1s0.448 1 1 1h0.01l0.99 0.027v3.297c0 0.097 0.079 0.176 0.176 0.176 0.395 0 0.76-0.212 0.956-0.555l1.625-2.844 5.373 0.145-1.106 9.033C12.51 24.396 12.602 24.5 12.72 24.5c0.45 0 0.86-0.264 1.044-0.675l3.803-8.472 5.35 0.145L23 15.5c0.828 0 1.5-0.672 1.5-1.5s-0.672-1.5-1.5-1.5c-0.028 0-0.056 0-0.083 0.002l-5.35 0.145-3.803-8.471C13.579 3.764 13.17 3.5 12.72 3.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_airplane_28_filled" android:state_activated="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_28_filled" android:state_checked="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_28_filled" android:state_selected="true"/>
<item android:drawable="@drawable/ic_fluent_airplane_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="M14.758 2c-1.074 0-1.912 0.932-1.797 2l1.025 9.565-3.8 0.165-1.457-3.402C8.383 9.522 7.59 9 6.715 9 5.768 9 5 9.768 5 10.715v3.24L3.975 14C2.882 14.014 2 14.904 2 16s0.882 1.986 1.975 2L5 18.044v3.241C5 22.232 5.768 23 6.715 23c0.876 0 1.668-0.522 2.014-1.328l1.458-3.402 3.799 0.165L12.96 28c-0.115 1.068 0.723 2 1.797 2 0.938 0 1.786-0.56 2.156-1.422l4.214-9.832C23.079 18.83 25.047 19 27 19c1.657 0 3-1.343 3-3s-1.343-3-3-3c-1.953 0-3.92 0.17-5.872 0.254l-4.214-9.832C16.544 2.559 15.696 2 14.758 2z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
Loading

0 comments on commit 6dd1768

Please sign in to comment.