Skip to content

Commit

Permalink
v1.1.244
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxuang committed Jun 15, 2024
1 parent 53a1056 commit 6672553
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ This package features `<SymbolIcon>` element, and `<SymbolIconSource>` on platfo

`SymbolIconExtension` and `SymbolIconSourceExtension` have been added since 1.1.242. These extensions will auto-detect `FlowDirection` from parent control, except on (non-Uno) UWP where `IXamlServiceProvider` is not available.

### Avalonia / WPF
### Avalonia

To enable `UseSegoeMetrics` globally, call `UseSegoeMetric(this AppBuilder builder)` on Avalonia and `UseSegoeMetric(this Application app)` on WPF.
To enable `UseSegoeMetrics` globally, call `UseSegoeMetric(this AppBuilder builder)`. Markup extension classes are in a child namespace to stop style selectors from throwing for their naming conventions.

### MAUI

Expand All @@ -66,3 +66,7 @@ To enable `UseSegoeMetrics` globally, call `UseSegoeMetric(this AppBuilder build
⚠️ You must reference this package directly so that fonts can be included in the build output properly. ⚠️

To enable `UseSegoeMetrics` globally, call `UseSegoeMetric(this Application app)` or `UseSegoeMetric(this IHostBuilder builder)` (WinUI-only).

### WPF

To enable `UseSegoeMetrics` globally, call `UseSegoeMetric(this Application app)`.
Binary file modified seagull-icons/assets/FluentSystemIcons.ttf
Binary file not shown.
Binary file modified seagull-icons/assets/SeagullFluentIcons.ttf
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.
13 changes: 12 additions & 1 deletion seagull-icons/transform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ base:
search: "3"
screenshot: "2"
seat: ["1", [-1, 1]]
search: "3"
search:
"#": "3"
sparkle: "1"
select_object_skew: "2"
send: "2"
server: "2"
Expand Down Expand Up @@ -673,6 +675,12 @@ compose:
- subtract_circle
- voicemail

arrow_back_down:
inherits: circle
badge: M4.5,0c2.4853,0 4.5,2.0147 4.5,4.5c0,2.4853 -2.0147,4.5 -4.5,4.5c-2.4853,0 -4.5,-2.0147 -4.5,-4.5c0,-2.4853 2.0147,-4.5 4.5,-4.5zM3.6036,6.3964l-0.8965,-0.8964h1.5429c1.5188,0 2.75,-1.2312 2.75,-2.75v-0.25c0,-0.2761 -0.2239,-0.5 -0.5,-0.5c-0.2761,0 -0.5,0.2239 -0.5,0.5v0.25c0,0.9665 -0.7835,1.75 -1.75,1.75h-1.5429l0.8965,-0.8964c0.1952,-0.1953 0.1952,-0.5119 0,-0.7072c-0.1953,-0.1952 -0.5119,-0.1952 -0.7072,0l-1.7521,1.7522c-0.0469,0.0474 -0.0823,0.1019 -0.1064,0.16c-0.0244,0.059 -0.0379,0.1236 -0.0379,0.1914c0,0.0678 0.0135,0.1324 0.0379,0.1914c0.0244,0.059 0.0606,0.1142 0.1085,0.1622l1.75,1.75c0.1953,0.1952 0.5119,0.1952 0.7072,0c0.1952,-0.1953 0.1952,-0.5119 0,-0.7072z
icons:
- chat

arrow_clockwise#:
window: [7, 6]
mask: M6.192,0.246c0.054,-0.095 0.117,-0.184 0.19,-0.265c0.274,-0.307 0.673,-0.501 1.118,-0.501c0.828,0 1.5,0.672 1.5,1.5v2c0,0.387 -0.146,0.739 -0.386,1.005c0.775,0.058 1.386,0.705 1.386,1.495c0,3.038 -2.462,5.5 -5.5,5.5c-3.038,0 -5.5,-2.462 -5.5,-5.5c0,-3.037 2.462,-5.5 5.5,-5.5c0.59,0 1.159,0.094 1.692,0.266z
Expand Down Expand Up @@ -897,6 +905,7 @@ compose:
icons:
- people
- person
- slide_text
- video_person

chat:
Expand Down Expand Up @@ -1014,6 +1023,7 @@ compose:
- chat_alt:chat
- desktop
- panel_right
- slide_text
- table

data_bar:
Expand Down Expand Up @@ -1887,6 +1897,7 @@ compose:
- pen
- receipt#/receipt_sparkles
- rectangle_landscape
- search
- slide_text
- square_hint#/square_hint_sparkles
- tab_desktop_multiple
Expand Down

0 comments on commit 6672553

Please sign in to comment.