-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into azure-pipelines
- Loading branch information
Showing
350 changed files
with
13,847 additions
and
10,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.260@aar' | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.261@aar' | ||
``` | ||
|
||
For library docs, see [android/README.md](android/README.md). | ||
|
@@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md). | |
```ruby | ||
use_frameworks! | ||
|
||
pod "FluentIcons", "1.1.260" | ||
pod "FluentIcons", "1.1.261" | ||
``` | ||
|
||
#### Carthage | ||
|
||
```bash | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.260" | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.261" | ||
``` | ||
|
||
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: | |
```yaml | ||
dependencies: | ||
... | ||
fluentui_system_icons: ^1.1.260 | ||
fluentui_system_icons: ^1.1.261 | ||
``` | ||
For library docs, see [flutter/README.md](flutter/README.md). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
pr: none | ||
resources: | ||
repositories: | ||
- repository: 1ESPipelineTemplates | ||
type: git | ||
name: 1ESPipelineTemplates/1ESPipelineTemplates | ||
ref: refs/tags/release | ||
extends: | ||
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates | ||
parameters: | ||
pool: | ||
name: Azure-Pipelines-1ESPT-ExDShared | ||
image: windows-2022 | ||
os: windows | ||
customBuildTags: | ||
- ES365AIMigrationTooling | ||
stages: | ||
- stage: stage | ||
jobs: | ||
- job: Build | ||
variables: | ||
- name: BUILDSECMON_OPT_IN | ||
value: true | ||
templateContext: | ||
outputs: | ||
- output: pipelineArtifact | ||
displayName: 'Publish library artifact to pipeline' | ||
targetPath: '$(Build.ArtifactStagingDirectory)' | ||
artifactName: 'aar' | ||
publishLocation: 'pipeline' | ||
steps: | ||
- task: Bash@3 | ||
displayName: "Base64 decodes and pipes the GPG key content into the secret file" | ||
env: | ||
GPG_KEY_CONTENT: $(gpgContent) | ||
SIGNING_SECRET_KEY_RING_FILE: $(gpgSecretFilePath) | ||
inputs: | ||
targetType: "inline" | ||
script: | | ||
# Write your commands here | ||
bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'" | ||
ls | ||
- task: Gradle@3 | ||
inputs: | ||
gradleWrapperFile: 'android/gradlew' | ||
workingDirectory: 'android' | ||
tasks: "assembleRelease" | ||
options: "-PversionName=$(VERSION_NAME)" | ||
publishJUnitResults: false | ||
javaHomeOption: "JDKVersion" | ||
jdkVersionOption: "$(jdkVersion)" | ||
sonarQubeRunAnalysis: false | ||
spotBugsAnalysis: false | ||
- task: Gradle@2 | ||
displayName: Gradle publish | ||
inputs: | ||
gradleWrapperFile: 'android/gradlew' | ||
workingDirectory: 'android' | ||
tasks: 'publish' | ||
publishJUnitResults: false | ||
javaHomeOption: 'JDKVersion' | ||
jdkVersionOption: "$(jdkVersion)" | ||
sonarQubeRunAnalysis: false | ||
options: "-PGPGSigningKeyID=$(gpgSignKey) -PGPGSigningPassword=$(gpgSignPassword) -PSigningSecretKeyRingFile=$(gpgSecretFileParentPath)" |
Binary file not shown.
Binary file added
BIN
+1.29 KB
assets/Arrow Down Right/PDF/ic_fluent_arrow_down_right_16_regular.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.29 KB
assets/Arrow Down Right/PDF/ic_fluent_arrow_down_right_20_regular.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_16_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_16_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_20_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_20_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_24_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_24_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_32_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_32_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_48_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Down Right/SVG/ic_fluent_arrow_down_right_48_regular.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 added
BIN
+1.74 KB
assets/Arrow Repeat All/PDF/ic_fluent_arrow_repeat_all_28_regular.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.75 KB
assets/Arrow Repeat All/PDF/ic_fluent_arrow_repeat_all_48_regular.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Repeat All/SVG/ic_fluent_arrow_repeat_all_28_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Repeat All/SVG/ic_fluent_arrow_repeat_all_28_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Repeat All/SVG/ic_fluent_arrow_repeat_all_48_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Arrow Repeat All/SVG/ic_fluent_arrow_repeat_all_48_regular.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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 added
BIN
+1.36 KB
assets/Calendar Mention/PDF/ic_fluent_calendar_mention_16_regular.pdf
Binary file not shown.
Binary file modified
BIN
-1.34 KB
(52%)
assets/Calendar Mention/PDF/ic_fluent_calendar_mention_20_filled.pdf
Binary file not shown.
Binary file modified
BIN
-1.48 KB
(51%)
assets/Calendar Mention/PDF/ic_fluent_calendar_mention_20_regular.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
assets/Calendar Mention/SVG/ic_fluent_calendar_mention_16_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
assets/Calendar Mention/SVG/ic_fluent_calendar_mention_16_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.