mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
feat: add area & stroke Semi Glyph data.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
6
src/Semi.Avalonia/Themes/Shared/IconPatch.axaml
Normal file
6
src/Semi.Avalonia/Themes/Shared/IconPatch.axaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<StaticResource x:Key="SemiIconCaretDown" ResourceKey="SemiIconCaretdown" />
|
||||
<StaticResource x:Key="SemiIconCaretUp" ResourceKey="SemiIconCaretup" />
|
||||
<StaticResource x:Key="SemiIconCheckBoxIndeterminate" ResourceKey="SemiIconCheckboxIndeterminate" />
|
||||
<StaticResource x:Key="SemiIconCheckBoxTick" ResourceKey="SemiIconCheckboxTick" />
|
||||
</ResourceDictionary>
|
||||
@@ -2,6 +2,7 @@
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/Palette.axaml" />
|
||||
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/Icon.axaml" />
|
||||
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/IconPatch.axaml" />
|
||||
<!-- Controls -->
|
||||
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/AdornerLayer.axaml" />
|
||||
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/AutoCompleteBox.axaml" />
|
||||
|
||||
Reference in New Issue
Block a user