-
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.
- Loading branch information
Showing
8 changed files
with
42 additions
and
16 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ repositories { | |
``` | ||
Include the following dependency in your project's `build.gradle` | ||
```groovy | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.26' | ||
implementation 'com.microsoft.design:fluent-system-icons:1.1.27' | ||
``` | ||
|
||
For library docs, see [android/README.md](android/README.md). | ||
|
@@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md). | |
```ruby | ||
use_frameworks! | ||
|
||
pod "FluentIcons", "1.1.26" | ||
pod "FluentIcons", "1.1.27" | ||
``` | ||
|
||
#### Carthage | ||
|
||
```bash | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.26" | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.27" | ||
``` | ||
|
||
For library docs, see [ios/README.md](ios/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
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
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
16 changes: 16 additions & 0 deletions
16
.../Assets/IconAssets.xcassets/ic_fluent_text_strikethrough_20_filled.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "ic_fluent_text_strikethrough_20_filled.pdf", | ||
"idiom": "universal" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
}, | ||
"properties": { | ||
"preserves-vector-representation": true, | ||
"template-rendering-intent": "template" | ||
} | ||
} |
Binary file added
BIN
+4.28 KB
...c_fluent_text_strikethrough_20_filled.imageset/ic_fluent_text_strikethrough_20_filled.pdf
Binary file not shown.
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
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 |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
|
||
```ruby | ||
use_frameworks! | ||
pod "FluentIcons", "1.1.26" | ||
pod "FluentIcons", "1.1.27" | ||
``` | ||
|
||
### Carthage | ||
|
||
```bash | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.26" | ||
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.27" | ||
``` | ||
|
||
## Usage | ||
|