Skip to content

Commit

Permalink
Merge branch 'main' into user/joypal/1es-pt-migration-pipeline-fluent…
Browse files Browse the repository at this point in the history
…ui-system-icons
  • Loading branch information
joyeeta26 authored Oct 8, 2024
2 parents dd22e61 + fc03f58 commit 83f2676
Show file tree
Hide file tree
Showing 1,848 changed files with 41,640 additions and 9,564 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
error_found=false
for file in $(find ./assets -type f -name "*.svg" -exec grep -L 'fill="#212121"' {} \;); do
for file in $(find ./assets -type f -name "*.svg" -print0 | grep -zv '_color.svg' | xargs -0 grep -L 'fill="#212121"'); do
echo "Error: $file does not have 'fill=\"#212121\"' or has a different fill."
error_found=true
done
Expand Down Expand Up @@ -162,7 +162,9 @@ jobs:
- run: |
npm run build
working-directory: packages/react-icons
- run: |
npm run build
working-directory: packages/react-native-icons
- run: |
npm run build
working-directory: packages/react-icons-font-subsetting-webpack-plugin
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.258@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.260@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.258"
pod "FluentIcons", "1.1.260"
```

#### Carthage

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

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.258
fluentui_system_icons: ^1.1.260
```
For library docs, see [flutter/README.md](flutter/README.md).
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_28_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Add Circle/SVG/ic_fluent_add_circle_32_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Alert/PDF/ic_fluent_alert_16_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_20_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_24_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_28_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_32_color.pdf
Binary file not shown.
Binary file added assets/Alert/PDF/ic_fluent_alert_48_color.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_28_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_32_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Alert/SVG/ic_fluent_alert_48_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_16_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_20_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/Approvals App/SVG/ic_fluent_approvals_app_24_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 83f2676

Please sign in to comment.