This commit is contained in:
Fluent Build System 2020-06-04 14:52:37 +00:00
Родитель 8f0162bb1c
Коммит 3c21740f84
18 изменённых файлов: 506 добавлений и 20 удалений

Просмотреть файл

@ -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.10'
implementation 'com.microsoft.design:fluent-system-icons:1.1.11'
```
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.10"
pod "FluentIcons", "1.1.11"
```
#### Carthage
```bash
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.10"
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.11"
```
For library docs, see [ios/README.md](ios/README.md).

Просмотреть файл

@ -728,8 +728,8 @@
|Text Strikethrough|<img src="assets/Text Strikethrough/SVG/ic_fluent_text_strikethrough_24_regular.svg?raw=true" width="24" height="24">|`textStrikethrough20Fiiled`<br />`textStrikethrough20Regular`<br />`textStrikethrough24Filled`<br />`textStrikethrough24Regular`|`ic_fluent_text_strikethrough_20_fiiled`<br />`ic_fluent_text_strikethrough_20_regular`<br />`ic_fluent_text_strikethrough_24_filled`<br />`ic_fluent_text_strikethrough_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`|
|Thinking|<img src="assets/Thinking/SVG/ic_fluent_thinking_24_regular.svg?raw=true" width="24" height="24">|`thinking20Filled`<br />`thinking20Regular`<br />`thinking24Filled`<br />`thinking24Regular`|`ic_fluent_thinking_20_filled`<br />`ic_fluent_thinking_20_regular`<br />`ic_fluent_thinking_24_filled`<br />`ic_fluent_thinking_24_regular`|
|Thumb Dislike|<img src="assets/Thumb Dislike/SVG/ic_fluent_thumb_dislike_20_regular.svg?raw=true" width="24" height="24">|`thumbDislike20Filled`<br />`thumbDislike20Regular`|`ic_fluent_thumb_dislike_20_filled`<br />`ic_fluent_thumb_dislike_20_regular`|
|Thumb Like|<img src="assets/Thumb Like/SVG/ic_fluent_thumb_like_20_regular.svg?raw=true" width="24" height="24">|`thumbLike20Filled`<br />`thumbLike20Regular`|`ic_fluent_thumb_like_20_filled`<br />`ic_fluent_thumb_like_20_regular`|
|Thumb Dislike|<img src="assets/Thumb Dislike/SVG/ic_fluent_thumb_dislike_24_regular.svg?raw=true" width="24" height="24">|`thumbDislike20Filled`<br />`thumbDislike20Regular`<br />`thumbDislike24Filled`<br />`thumbDislike24Regular`|`ic_fluent_thumb_dislike_20_filled`<br />`ic_fluent_thumb_dislike_20_regular`<br />`ic_fluent_thumb_dislike_24_filled`<br />`ic_fluent_thumb_dislike_24_regular`|
|Thumb Like|<img src="assets/Thumb Like/SVG/ic_fluent_thumb_like_24_regular.svg?raw=true" width="24" height="24">|`thumbLike20Filled`<br />`thumbLike20Regular`<br />`thumbLike24Filled`<br />`thumbLike24Regular`|`ic_fluent_thumb_like_20_filled`<br />`ic_fluent_thumb_like_20_regular`<br />`ic_fluent_thumb_like_24_filled`<br />`ic_fluent_thumb_like_24_regular`|
|Ticket|<img src="assets/Ticket/SVG/ic_fluent_ticket_24_regular.svg?raw=true" width="24" height="24">|`ticket20Filled`<br />`ticket20Regular`<br />`ticket24Filled`<br />`ticket24Regular`|`ic_fluent_ticket_20_filled`<br />`ic_fluent_ticket_20_regular`<br />`ic_fluent_ticket_24_filled`<br />`ic_fluent_ticket_24_regular`|
|Time And Weather|<img src="assets/Time And Weather/SVG/ic_fluent_time_and_weather_24_regular.svg?raw=true" width="24" height="24">|`timeAndWeather24Filled`<br />`timeAndWeather24Regular`|`ic_fluent_time_and_weather_24_filled`<br />`ic_fluent_time_and_weather_24_regular`|
|Time Picker|<img src="assets/Time Picker/SVG/ic_fluent_time_picker_24_regular.svg?raw=true" width="24" height="24">|`timePicker24Filled`<br />`timePicker24Regular`|`ic_fluent_time_picker_24_filled`<br />`ic_fluent_time_picker_24_regular`|

Просмотреть файл

@ -19635,6 +19635,20 @@ imageset("ic_fluent_thumb_dislike_20_regular") {
]
}
imageset("ic_fluent_thumb_dislike_24_filled") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_dislike_24_filled.imageset/Contents.json",
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_dislike_24_filled.imageset/ic_fluent_thumb_dislike_24_filled.pdf",
]
}
imageset("ic_fluent_thumb_dislike_24_regular") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_dislike_24_regular.imageset/Contents.json",
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_dislike_24_regular.imageset/ic_fluent_thumb_dislike_24_regular.pdf",
]
}
imageset("ic_fluent_thumb_like_20_filled") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_like_20_filled.imageset/Contents.json",
@ -19649,6 +19663,20 @@ imageset("ic_fluent_thumb_like_20_regular") {
]
}
imageset("ic_fluent_thumb_like_24_filled") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_like_24_filled.imageset/Contents.json",
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_like_24_filled.imageset/ic_fluent_thumb_like_24_filled.pdf",
]
}
imageset("ic_fluent_thumb_like_24_regular") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_like_24_regular.imageset/Contents.json",
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_thumb_like_24_regular.imageset/ic_fluent_thumb_like_24_regular.pdf",
]
}
imageset("ic_fluent_ticket_20_filled") {
sources = [
"FluentIcons/Assets/IconAssets.xcassets/ic_fluent_ticket_20_filled.imageset/Contents.json",

Просмотреть файл

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.10'
s.version = '1.1.11'
s.summary = 'FluentIcons'
s.description = <<-DESC

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,16 @@
{
"images": [
{
"filename": "ic_fluent_thumb_dislike_24_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
}

Просмотреть файл

@ -0,0 +1,85 @@
%PDF-1.7
1 0 obj
<< >>
endobj
2 0 obj
<< /Length 3 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 2.937500 1.333702 cm
0.129412 0.129412 0.129412 scn
12.118091 8.483445 m
12.578913 7.056424 12.811571 5.807255 12.811571 4.730179 c
12.811571 2.331505 11.872533 0.482765 10.311571 0.482765 c
9.511841 0.482765 9.233665 0.932535 8.928986 2.029291 c
8.659252 3.050798 l
8.558312 3.409538 8.382524 4.020288 8.132232 4.881809 c
8.125538 4.904888 8.115679 4.926640 8.102849 4.946714 c
5.236092 9.432375 l
4.558042 10.493331 3.557570 11.308831 2.381690 11.759039 c
1.124457 12.240395 l
0.331086 12.544152 -0.129533 13.373830 0.032182 14.207829 c
0.718342 17.746502 l
0.885484 18.608486 1.538787 19.294498 2.391585 19.503515 c
10.641096 21.525448 l
13.172302 22.145838 15.730685 20.610907 16.374578 18.085575 c
17.948454 11.912886 l
18.323698 10.441188 17.434847 8.943946 15.963150 8.568702 c
15.741107 8.512087 15.512858 8.483445 15.283710 8.483445 c
12.118091 8.483445 l
h
f
n
Q
endstream
endobj
3 0 obj
940
endobj
4 0 obj
<< /Annots []
/Type /Page
/MediaBox [ 0.000000 0.000000 24.000000 24.000000 ]
/Resources 1 0 R
/Contents 2 0 R
/Parent 5 0 R
>>
endobj
5 0 obj
<< /Kids [ 4 0 R ]
/Count 1
/Type /Pages
>>
endobj
6 0 obj
<< /Type /Catalog
/Pages 5 0 R
>>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000034 00000 n
0000001030 00000 n
0000001052 00000 n
0000001225 00000 n
0000001299 00000 n
trailer
<< /ID [ (some) (id) ]
/Root 6 0 R
/Size 7
>>
startxref
1358
%%EOF

Просмотреть файл

@ -0,0 +1,16 @@
{
"images": [
{
"filename": "ic_fluent_thumb_dislike_24_regular.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
}

Просмотреть файл

@ -0,0 +1,106 @@
%PDF-1.7
1 0 obj
<< >>
endobj
2 0 obj
<< /Length 3 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 3.078125 1.333702 cm
0.129412 0.129412 0.129412 scn
13.421459 4.681450 m
13.421459 2.239513 12.281365 0.482765 10.415078 0.482765 c
9.440174 0.482765 9.073649 1.025497 8.723994 2.278561 c
8.517847 3.050432 l
8.416907 3.409172 8.241119 4.019922 7.990827 4.881443 c
7.984133 4.904522 7.974275 4.926273 7.961444 4.946348 c
5.094687 9.432009 l
4.416636 10.492965 3.416164 11.308464 2.240284 11.758673 c
1.767003 11.939878 l
0.520277 12.417211 -0.203551 13.720990 0.050572 15.031561 c
0.455070 17.117641 l
0.696497 18.362732 1.640156 19.353634 2.871977 19.655550 c
10.499691 21.525082 l
13.030897 22.145472 15.589280 20.610540 16.233173 18.085209 c
17.648064 12.536054 l
18.091534 10.796775 17.041075 9.027308 15.301796 8.583837 c
15.039381 8.516928 14.769632 8.483079 14.498821 8.483079 c
12.675521 8.483079 l
13.171567 6.850191 13.421459 5.590405 13.421459 4.681450 c
h
1.523145 14.746024 m
1.407634 14.150311 1.736647 13.557683 2.303340 13.340714 c
2.776621 13.159509 l
4.252234 12.594543 5.507729 11.571172 6.358614 10.239777 c
9.225370 5.754114 l
9.315411 5.613226 9.384791 5.460171 9.431362 5.299603 c
9.983310 3.379322 l
10.194985 2.587986 l
10.334402 2.100006 10.404552 1.982765 10.415078 1.982765 c
11.282820 1.982765 11.921459 2.966833 11.921459 4.681450 c
11.921459 5.565937 11.595636 7.016891 10.937643 8.996517 c
10.776261 9.482048 11.137711 9.983079 11.649359 9.983079 c
14.498821 9.983079 l
14.644643 9.983079 14.789892 10.001305 14.931192 10.037333 c
15.867727 10.276124 16.433359 11.228915 16.194567 12.165450 c
14.779676 17.714605 l
14.339118 19.442463 12.588646 20.492680 10.856768 20.068203 c
3.229053 18.198671 l
2.565766 18.036102 2.057641 17.502537 1.927642 16.832106 c
1.523145 14.746024 l
h
f
n
Q
endstream
endobj
3 0 obj
1784
endobj
4 0 obj
<< /Annots []
/Type /Page
/MediaBox [ 0.000000 0.000000 24.000000 24.000000 ]
/Resources 1 0 R
/Contents 2 0 R
/Parent 5 0 R
>>
endobj
5 0 obj
<< /Kids [ 4 0 R ]
/Count 1
/Type /Pages
>>
endobj
6 0 obj
<< /Type /Catalog
/Pages 5 0 R
>>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000034 00000 n
0000001874 00000 n
0000001897 00000 n
0000002070 00000 n
0000002144 00000 n
trailer
<< /ID [ (some) (id) ]
/Root 6 0 R
/Size 7
>>
startxref
2203
%%EOF

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,16 @@
{
"images": [
{
"filename": "ic_fluent_thumb_like_24_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
}

Просмотреть файл

@ -0,0 +1,85 @@
%PDF-1.7
1 0 obj
<< >>
endobj
2 0 obj
<< /Length 3 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 2.937500 1.333694 cm
0.129412 0.129412 0.129412 scn
12.118091 13.662398 m
12.578913 15.089420 12.811571 16.338589 12.811571 17.415665 c
12.811571 19.814339 11.872533 21.663078 10.311571 21.663078 c
9.464798 21.663078 9.202744 21.158838 8.874832 19.916252 c
8.891967 19.981182 8.711940 19.282295 8.659252 19.095045 c
8.558312 18.736305 8.382524 18.125555 8.132232 17.264034 c
8.125538 17.240955 8.115679 17.219206 8.102849 17.199129 c
5.236092 12.713469 l
4.558042 11.652512 3.557570 10.837013 2.381690 10.386805 c
1.124457 9.905449 l
0.331086 9.601691 -0.129533 8.772014 0.032182 7.938014 c
0.718342 4.399342 l
0.885484 3.537357 1.538787 2.851347 2.391585 2.642328 c
10.641096 0.620396 l
13.172302 0.000004 15.730685 1.534937 16.374578 4.060266 c
17.948454 10.232958 l
18.323698 11.704656 17.434847 13.201899 15.963150 13.577143 c
15.741107 13.633758 15.512858 13.662398 15.283710 13.662398 c
12.118091 13.662398 l
h
f
n
Q
endstream
endobj
3 0 obj
990
endobj
4 0 obj
<< /Annots []
/Type /Page
/MediaBox [ 0.000000 0.000000 24.000000 24.000000 ]
/Resources 1 0 R
/Contents 2 0 R
/Parent 5 0 R
>>
endobj
5 0 obj
<< /Kids [ 4 0 R ]
/Count 1
/Type /Pages
>>
endobj
6 0 obj
<< /Type /Catalog
/Pages 5 0 R
>>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000034 00000 n
0000001080 00000 n
0000001102 00000 n
0000001275 00000 n
0000001349 00000 n
trailer
<< /ID [ (some) (id) ]
/Root 6 0 R
/Size 7
>>
startxref
1408
%%EOF

Просмотреть файл

@ -0,0 +1,16 @@
{
"images": [
{
"filename": "ic_fluent_thumb_like_24_regular.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
}

Просмотреть файл

@ -0,0 +1,106 @@
%PDF-1.7
1 0 obj
<< >>
endobj
2 0 obj
<< /Length 3 0 R >>
stream
/DeviceRGB CS
/DeviceRGB cs
q
1.000000 0.000000 -0.000000 1.000000 3.078125 1.333694 cm
0.129412 0.129412 0.129412 scn
13.421459 17.464027 m
13.421459 19.905964 12.281365 21.662712 10.415078 21.662712 c
9.388864 21.662712 9.036753 21.061348 8.668839 19.663137 c
8.593793 19.374287 8.556847 19.233650 8.517847 19.095045 c
8.416907 18.736305 8.241119 18.125555 7.990827 17.264034 c
7.984133 17.240955 7.974275 17.219206 7.961444 17.199131 c
5.094687 12.713469 l
4.416636 11.652512 3.416164 10.837013 2.240284 10.386805 c
1.767003 10.205600 l
0.520277 9.728267 -0.203551 8.424487 0.050572 7.113916 c
0.455070 5.027836 l
0.696497 3.782747 1.640156 2.791843 2.871977 2.489927 c
10.499691 0.620396 l
13.030897 0.000004 15.589280 1.534937 16.233173 4.060266 c
17.648064 9.609424 l
18.091534 11.348702 17.041075 13.118171 15.301796 13.561642 c
15.039381 13.628551 14.769632 13.662398 14.498821 13.662398 c
12.675521 13.662398 l
13.171567 15.295286 13.421459 16.555073 13.421459 17.464027 c
h
1.523145 7.399453 m
1.407634 7.995167 1.736647 8.587794 2.303340 8.804764 c
2.776621 8.985969 l
4.252234 9.550935 5.507729 10.574306 6.358614 11.905701 c
9.225370 16.391361 l
9.315411 16.532249 9.384791 16.685307 9.431362 16.845875 c
9.682667 17.710880 9.859388 18.324871 9.961778 18.688763 c
10.004898 18.842012 10.045734 18.997461 10.119460 19.281433 c
10.309363 20.003136 10.402798 20.162712 10.415078 20.162712 c
11.282820 20.162712 11.921459 19.178644 11.921459 17.464027 c
11.921459 16.579540 11.595636 15.128586 10.937643 13.148960 c
10.776261 12.663429 11.137711 12.162398 11.649359 12.162398 c
14.498821 12.162398 l
14.644643 12.162398 14.789892 12.144173 14.931192 12.108145 c
15.867727 11.869353 16.433359 10.916562 16.194567 9.980027 c
14.779676 4.430872 l
14.339118 2.703014 12.588646 1.652796 10.856768 2.077274 c
3.229053 3.946806 l
2.565766 4.109375 2.057641 4.642939 1.927642 5.313372 c
1.523145 7.399453 l
h
f
n
Q
endstream
endobj
3 0 obj
1916
endobj
4 0 obj
<< /Annots []
/Type /Page
/MediaBox [ 0.000000 0.000000 24.000000 24.000000 ]
/Resources 1 0 R
/Contents 2 0 R
/Parent 5 0 R
>>
endobj
5 0 obj
<< /Kids [ 4 0 R ]
/Count 1
/Type /Pages
>>
endobj
6 0 obj
<< /Type /Catalog
/Pages 5 0 R
>>
endobj
xref
0 7
0000000000 65535 f
0000000010 00000 n
0000000034 00000 n
0000002006 00000 n
0000002029 00000 n
0000002202 00000 n
0000002276 00000 n
trailer
<< /ID [ (some) (id) ]
/Root 6 0 R
/Size 7
>>
startxref
2335
%%EOF

Просмотреть файл

@ -2818,8 +2818,12 @@ import Foundation
case thinking24Regular
case thumbDislike20Filled
case thumbDislike20Regular
case thumbDislike24Filled
case thumbDislike24Regular
case thumbLike20Filled
case thumbLike20Regular
case thumbLike24Filled
case thumbLike24Regular
case ticket20Filled
case ticket20Regular
case ticket24Filled
@ -5955,8 +5959,12 @@ import Foundation
case .thinking24Regular: return "ic_fluent_thinking_24_regular"
case .thumbDislike20Filled: return "ic_fluent_thumb_dislike_20_filled"
case .thumbDislike20Regular: return "ic_fluent_thumb_dislike_20_regular"
case .thumbDislike24Filled: return "ic_fluent_thumb_dislike_24_filled"
case .thumbDislike24Regular: return "ic_fluent_thumb_dislike_24_regular"
case .thumbLike20Filled: return "ic_fluent_thumb_like_20_filled"
case .thumbLike20Regular: return "ic_fluent_thumb_like_20_regular"
case .thumbLike24Filled: return "ic_fluent_thumb_like_24_filled"
case .thumbLike24Regular: return "ic_fluent_thumb_like_24_regular"
case .ticket20Filled: return "ic_fluent_ticket_20_filled"
case .ticket20Regular: return "ic_fluent_ticket_20_regular"
case .ticket24Filled: return "ic_fluent_ticket_24_filled"
@ -6047,12 +6055,12 @@ import Foundation
case .viewDesktopMobile20Regular: return "ic_fluent_view_desktop_mobile_20_regular"
case .viewDesktopMobile24Filled: return "ic_fluent_view_desktop_mobile_24_filled"
case .viewDesktopMobile24Regular: return "ic_fluent_view_desktop_mobile_24_regular"
default: break }
switch self {
case .voicemail24Filled: return "ic_fluent_voicemail_24_filled"
case .voicemail24Regular: return "ic_fluent_voicemail_24_regular"
case .wallpaper24Filled: return "ic_fluent_wallpaper_24_filled"
case .wallpaper24Regular: return "ic_fluent_wallpaper_24_regular"
default: break }
switch self {
case .warning16Filled: return "ic_fluent_warning_16_filled"
case .warning16Regular: return "ic_fluent_warning_16_regular"
case .warning20Filled: return "ic_fluent_warning_20_filled"
@ -6149,12 +6157,12 @@ import Foundation
case .weatherSnowShowerDay24Regular: return "ic_fluent_weather_snow_shower_day_24_regular"
case .weatherSnowShowerDay48Filled: return "ic_fluent_weather_snow_shower_day_48_filled"
case .weatherSnowShowerDay48Regular: return "ic_fluent_weather_snow_shower_day_48_regular"
default: break }
switch self {
case .weatherSnowShowerNight20Filled: return "ic_fluent_weather_snow_shower_night_20_filled"
case .weatherSnowShowerNight20Regular: return "ic_fluent_weather_snow_shower_night_20_regular"
case .weatherSnowShowerNight24Filled: return "ic_fluent_weather_snow_shower_night_24_filled"
case .weatherSnowShowerNight24Regular: return "ic_fluent_weather_snow_shower_night_24_regular"
default: break }
switch self {
case .weatherSnowShowerNight48Filled: return "ic_fluent_weather_snow_shower_night_48_filled"
case .weatherSnowShowerNight48Regular: return "ic_fluent_weather_snow_shower_night_48_regular"
case .weatherSnowflake20Filled: return "ic_fluent_weather_snowflake_20_filled"
@ -9102,8 +9110,12 @@ import Foundation
case .thinking24Regular: return ".thinking24Regular"
case .thumbDislike20Filled: return ".thumbDislike20Filled"
case .thumbDislike20Regular: return ".thumbDislike20Regular"
case .thumbDislike24Filled: return ".thumbDislike24Filled"
case .thumbDislike24Regular: return ".thumbDislike24Regular"
case .thumbLike20Filled: return ".thumbLike20Filled"
case .thumbLike20Regular: return ".thumbLike20Regular"
case .thumbLike24Filled: return ".thumbLike24Filled"
case .thumbLike24Regular: return ".thumbLike24Regular"
case .ticket20Filled: return ".ticket20Filled"
case .ticket20Regular: return ".ticket20Regular"
case .ticket24Filled: return ".ticket24Filled"
@ -9194,12 +9206,12 @@ import Foundation
case .viewDesktopMobile20Regular: return ".viewDesktopMobile20Regular"
case .viewDesktopMobile24Filled: return ".viewDesktopMobile24Filled"
case .viewDesktopMobile24Regular: return ".viewDesktopMobile24Regular"
default: break }
switch self {
case .voicemail24Filled: return ".voicemail24Filled"
case .voicemail24Regular: return ".voicemail24Regular"
case .wallpaper24Filled: return ".wallpaper24Filled"
case .wallpaper24Regular: return ".wallpaper24Regular"
default: break }
switch self {
case .warning16Filled: return ".warning16Filled"
case .warning16Regular: return ".warning16Regular"
case .warning20Filled: return ".warning20Filled"
@ -9296,12 +9308,12 @@ import Foundation
case .weatherSnowShowerDay24Regular: return ".weatherSnowShowerDay24Regular"
case .weatherSnowShowerDay48Filled: return ".weatherSnowShowerDay48Filled"
case .weatherSnowShowerDay48Regular: return ".weatherSnowShowerDay48Regular"
default: break }
switch self {
case .weatherSnowShowerNight20Filled: return ".weatherSnowShowerNight20Filled"
case .weatherSnowShowerNight20Regular: return ".weatherSnowShowerNight20Regular"
case .weatherSnowShowerNight24Filled: return ".weatherSnowShowerNight24Filled"
case .weatherSnowShowerNight24Regular: return ".weatherSnowShowerNight24Regular"
default: break }
switch self {
case .weatherSnowShowerNight48Filled: return ".weatherSnowShowerNight48Filled"
case .weatherSnowShowerNight48Regular: return ".weatherSnowShowerNight48Regular"
case .weatherSnowflake20Filled: return ".weatherSnowflake20Filled"
@ -10925,10 +10937,10 @@ import Foundation
(name: "Text", weight: "regular", icons: [.text24Regular]),
(name: "Thinking", weight: "filled", icons: [.thinking20Filled, .thinking24Filled]),
(name: "Thinking", weight: "regular", icons: [.thinking20Regular, .thinking24Regular]),
(name: "Thumb Dislike", weight: "filled", icons: [.thumbDislike20Filled]),
(name: "Thumb Dislike", weight: "regular", icons: [.thumbDislike20Regular]),
(name: "Thumb Like", weight: "filled", icons: [.thumbLike20Filled]),
(name: "Thumb Like", weight: "regular", icons: [.thumbLike20Regular]),
(name: "Thumb Dislike", weight: "filled", icons: [.thumbDislike20Filled, .thumbDislike24Filled]),
(name: "Thumb Dislike", weight: "regular", icons: [.thumbDislike20Regular, .thumbDislike24Regular]),
(name: "Thumb Like", weight: "filled", icons: [.thumbLike20Filled, .thumbLike24Filled]),
(name: "Thumb Like", weight: "regular", icons: [.thumbLike20Regular, .thumbLike24Regular]),
(name: "Ticket", weight: "filled", icons: [.ticket20Filled, .ticket24Filled]),
(name: "Ticket", weight: "regular", icons: [.ticket20Regular, .ticket24Regular]),
(name: "Time And Weather", weight: "filled", icons: [.timeAndWeather24Filled]),

Просмотреть файл

@ -6,13 +6,13 @@
```ruby
use_frameworks!
pod "FluentIcons", "1.1.10"
pod "FluentIcons", "1.1.11"
```
### Carthage
```bash
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.10"
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.11"
```
## Usage