Skip to content

Commit

Permalink
Release 1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Jul 6, 2020
1 parent 6a9f7a6 commit e9865b3
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
|Text Quote|<img src="assets/Text Quote/SVG/ic_fluent_text_quote_24_regular.svg?raw=true" width="24" height="24">|`textQuote24Filled`<br />`textQuote24Regular`|`ic_fluent_text_quote_24_filled`<br />`ic_fluent_text_quote_24_regular`|
|Text Sort Ascending|<img src="assets/Text Sort Ascending/SVG/ic_fluent_text_sort_ascending_20_regular.svg?raw=true" width="24" height="24">|`textSortAscending20Filled`<br />`textSortAscending20Regular`|`ic_fluent_text_sort_ascending_20_filled`<br />`ic_fluent_text_sort_ascending_20_regular`|
|Text Sort Descending|<img src="assets/Text Sort Descending/SVG/ic_fluent_text_sort_descending_20_regular.svg?raw=true" width="24" height="24">|`textSortDescending20Filled`<br />`textSortDescending20Regular`|`ic_fluent_text_sort_descending_20_filled`<br />`ic_fluent_text_sort_descending_20_regular`|
|Text Strikethrough|<img src="assets/Text Strikethrough/SVG/ic_fluent_text_strikethrough_24_regular.svg?raw=true" width="24" height="24">|`textStrikethrough20filled`<br />`textStrikethrough20Regular`<br />`textStrikethrough24Filled`<br />`textStrikethrough24Regular`|`ic_fluent_text_strikethrough_20_filled`<br />`ic_fluent_text_strikethrough_20_regular`<br />`ic_fluent_text_strikethrough_24_filled`<br />`ic_fluent_text_strikethrough_24_regular`|
|Text Strikethrough|<img src="assets/Text Strikethrough/SVG/ic_fluent_text_strikethrough_24_regular.svg?raw=true" width="24" height="24">|`textStrikethrough20Filled`<br />`textStrikethrough20Regular`<br />`textStrikethrough24Filled`<br />`textStrikethrough24Regular`|`ic_fluent_text_strikethrough_20_filled`<br />`ic_fluent_text_strikethrough_20_regular`<br />`ic_fluent_text_strikethrough_24_filled`<br />`ic_fluent_text_strikethrough_24_regular`|
|Text Subscript|<img src="assets/Text Subscript/SVG/ic_fluent_text_subscript_24_regular.svg?raw=true" width="24" height="24">|`textSubscript20Filled`<br />`textSubscript20Regular`<br />`textSubscript24Filled`<br />`textSubscript24Regular`|`ic_fluent_text_subscript_20_filled`<br />`ic_fluent_text_subscript_20_regular`<br />`ic_fluent_text_subscript_24_filled`<br />`ic_fluent_text_subscript_24_regular`|
|Text Superscript|<img src="assets/Text Superscript/SVG/ic_fluent_text_superscript_24_regular.svg?raw=true" width="24" height="24">|`textSuperscript20Filled`<br />`textSuperscript20Regular`<br />`textSuperscript24Filled`<br />`textSuperscript24Regular`|`ic_fluent_text_superscript_20_filled`<br />`ic_fluent_text_superscript_20_regular`<br />`ic_fluent_text_superscript_24_filled`<br />`ic_fluent_text_superscript_24_regular`|
|Text Underline|<img src="assets/Text Underline/SVG/ic_fluent_text_underline_24_regular.svg?raw=true" width="24" height="24">|`textUnderline20Filled`<br />`textUnderline20Regular`<br />`textUnderline24Filled`<br />`textUnderline24Regular`|`ic_fluent_text_underline_20_filled`<br />`ic_fluent_text_underline_20_regular`<br />`ic_fluent_text_underline_24_filled`<br />`ic_fluent_text_underline_24_regular`|
Expand Down
7 changes: 7 additions & 0 deletions ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20881,6 +20881,13 @@ imageset("ic_fluent_text_sort_descending_20_regular") {
]
}

imageset("ic_fluent_text_strikethrough_20_filled") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_strikethrough_20_filled.imageset/Contents.json",
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_strikethrough_20_filled.imageset/ic_fluent_text_strikethrough_20_filled.pdf",
]
}

imageset("ic_fluent_text_strikethrough_20_regular") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_text_strikethrough_20_regular.imageset/Contents.json",
Expand Down
2 changes: 1 addition & 1 deletion ios/FluentIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.26'
s.version = '1.1.27'
s.summary = 'FluentIcons'

s.description = <<-DESC
Expand Down
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 not shown.
21 changes: 12 additions & 9 deletions ios/FluentIcons/Classes/FluentIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2996,6 +2996,7 @@ import Foundation
case textSortAscending20Regular
case textSortDescending20Filled
case textSortDescending20Regular
case textStrikethrough20Filled
case textStrikethrough20Regular
case textStrikethrough24Filled
case textStrikethrough24Regular
Expand Down Expand Up @@ -6377,6 +6378,7 @@ import Foundation
case .textSortAscending20Regular: return "ic_fluent_text_sort_ascending_20_regular"
case .textSortDescending20Filled: return "ic_fluent_text_sort_descending_20_filled"
case .textSortDescending20Regular: return "ic_fluent_text_sort_descending_20_regular"
case .textStrikethrough20Filled: return "ic_fluent_text_strikethrough_20_filled"
case .textStrikethrough20Regular: return "ic_fluent_text_strikethrough_20_regular"
case .textStrikethrough24Filled: return "ic_fluent_text_strikethrough_24_filled"
case .textStrikethrough24Regular: return "ic_fluent_text_strikethrough_24_regular"
Expand All @@ -6394,9 +6396,9 @@ import Foundation
case .textUnderline24Regular: return "ic_fluent_text_underline_24_regular"
case .textWordCount20Filled: return "ic_fluent_text_word_count_20_filled"
case .textWordCount20Regular: return "ic_fluent_text_word_count_20_regular"
case .textWordCount24Filled: return "ic_fluent_text_word_count_24_filled"
default: break }
switch self {
case .textWordCount24Filled: return "ic_fluent_text_word_count_24_filled"
case .textWordCount24Regular: return "ic_fluent_text_word_count_24_regular"
case .textbox20Filled: return "ic_fluent_textbox_20_filled"
case .textbox20Regular: return "ic_fluent_textbox_20_regular"
Expand Down Expand Up @@ -6496,9 +6498,9 @@ import Foundation
case .usbPort24Filled: return "ic_fluent_usb_port_24_filled"
case .usbPort24Regular: return "ic_fluent_usb_port_24_regular"
case .usbStick20Filled: return "ic_fluent_usb_stick_20_filled"
case .usbStick20Regular: return "ic_fluent_usb_stick_20_regular"
default: break }
switch self {
case .usbStick20Regular: return "ic_fluent_usb_stick_20_regular"
case .usbStick24Filled: return "ic_fluent_usb_stick_24_filled"
case .usbStick24Regular: return "ic_fluent_usb_stick_24_regular"
case .video16Filled: return "ic_fluent_video_16_filled"
Expand Down Expand Up @@ -6598,9 +6600,9 @@ import Foundation
case .weatherRain20Filled: return "ic_fluent_weather_rain_20_filled"
case .weatherRain20Regular: return "ic_fluent_weather_rain_20_regular"
case .weatherRain24Filled: return "ic_fluent_weather_rain_24_filled"
case .weatherRain24Regular: return "ic_fluent_weather_rain_24_regular"
default: break }
switch self {
case .weatherRain24Regular: return "ic_fluent_weather_rain_24_regular"
case .weatherRain48Filled: return "ic_fluent_weather_rain_48_filled"
case .weatherRain48Regular: return "ic_fluent_weather_rain_48_regular"
case .weatherRainShowersDay20Filled: return "ic_fluent_weather_rain_showers_day_20_filled"
Expand Down Expand Up @@ -6700,9 +6702,9 @@ import Foundation
case .windowInprivate20Filled: return "ic_fluent_window_inprivate_20_filled"
case .windowInprivate20Regular: return "ic_fluent_window_inprivate_20_regular"
case .windowInprivateAccount20Filled: return "ic_fluent_window_inprivate_account_20_filled"
case .windowInprivateAccount20Regular: return "ic_fluent_window_inprivate_account_20_regular"
default: break }
switch self {
case .windowInprivateAccount20Regular: return "ic_fluent_window_inprivate_account_20_regular"
case .windowNew20Filled: return "ic_fluent_window_new_20_filled"
case .windowNew20Regular: return "ic_fluent_window_new_20_regular"
case .windowShield16Filled: return "ic_fluent_window_shield_16_filled"
Expand Down Expand Up @@ -9772,6 +9774,7 @@ import Foundation
case .textSortAscending20Regular: return ".textSortAscending20Regular"
case .textSortDescending20Filled: return ".textSortDescending20Filled"
case .textSortDescending20Regular: return ".textSortDescending20Regular"
case .textStrikethrough20Filled: return ".textStrikethrough20Filled"
case .textStrikethrough20Regular: return ".textStrikethrough20Regular"
case .textStrikethrough24Filled: return ".textStrikethrough24Filled"
case .textStrikethrough24Regular: return ".textStrikethrough24Regular"
Expand All @@ -9789,9 +9792,9 @@ import Foundation
case .textUnderline24Regular: return ".textUnderline24Regular"
case .textWordCount20Filled: return ".textWordCount20Filled"
case .textWordCount20Regular: return ".textWordCount20Regular"
case .textWordCount24Filled: return ".textWordCount24Filled"
default: break }
switch self {
case .textWordCount24Filled: return ".textWordCount24Filled"
case .textWordCount24Regular: return ".textWordCount24Regular"
case .textbox20Filled: return ".textbox20Filled"
case .textbox20Regular: return ".textbox20Regular"
Expand Down Expand Up @@ -9891,9 +9894,9 @@ import Foundation
case .usbPort24Filled: return ".usbPort24Filled"
case .usbPort24Regular: return ".usbPort24Regular"
case .usbStick20Filled: return ".usbStick20Filled"
case .usbStick20Regular: return ".usbStick20Regular"
default: break }
switch self {
case .usbStick20Regular: return ".usbStick20Regular"
case .usbStick24Filled: return ".usbStick24Filled"
case .usbStick24Regular: return ".usbStick24Regular"
case .video16Filled: return ".video16Filled"
Expand Down Expand Up @@ -9993,9 +9996,9 @@ import Foundation
case .weatherRain20Filled: return ".weatherRain20Filled"
case .weatherRain20Regular: return ".weatherRain20Regular"
case .weatherRain24Filled: return ".weatherRain24Filled"
case .weatherRain24Regular: return ".weatherRain24Regular"
default: break }
switch self {
case .weatherRain24Regular: return ".weatherRain24Regular"
case .weatherRain48Filled: return ".weatherRain48Filled"
case .weatherRain48Regular: return ".weatherRain48Regular"
case .weatherRainShowersDay20Filled: return ".weatherRainShowersDay20Filled"
Expand Down Expand Up @@ -10095,9 +10098,9 @@ import Foundation
case .windowInprivate20Filled: return ".windowInprivate20Filled"
case .windowInprivate20Regular: return ".windowInprivate20Regular"
case .windowInprivateAccount20Filled: return ".windowInprivateAccount20Filled"
case .windowInprivateAccount20Regular: return ".windowInprivateAccount20Regular"
default: break }
switch self {
case .windowInprivateAccount20Regular: return ".windowInprivateAccount20Regular"
case .windowNew20Filled: return ".windowNew20Filled"
case .windowNew20Regular: return ".windowNew20Regular"
case .windowShield16Filled: return ".windowShield16Filled"
Expand Down Expand Up @@ -11673,7 +11676,7 @@ import Foundation
(name: "Text Sort Ascending", weight: "regular", icons: [.textSortAscending20Regular]),
(name: "Text Sort Descending", weight: "filled", icons: [.textSortDescending20Filled]),
(name: "Text Sort Descending", weight: "regular", icons: [.textSortDescending20Regular]),
(name: "Text Strikethrough", weight: "filled", icons: [.textStrikethrough24Filled]),
(name: "Text Strikethrough", weight: "filled", icons: [.textStrikethrough20Filled, .textStrikethrough24Filled]),
(name: "Text Strikethrough", weight: "regular", icons: [.textStrikethrough20Regular, .textStrikethrough24Regular]),
(name: "Text Subscript", weight: "filled", icons: [.textSubscript20Filled, .textSubscript24Filled]),
(name: "Text Subscript", weight: "regular", icons: [.textSubscript20Regular, .textSubscript24Regular]),
Expand Down
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9865b3

Please sign in to comment.