|
19 | 19 | <DataTemplate> |
20 | 20 | <Rectangle Width="20" Height="20" Fill="{DynamicResource GrayBrush3}"> |
21 | 21 | <Rectangle.OpacityMask> |
22 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconMaterial Kind=Sitemap}" /> |
| 22 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=Sitemap}" /> |
23 | 23 | </Rectangle.OpacityMask> |
24 | 24 | </Rectangle> |
25 | 25 | </DataTemplate> |
|
30 | 30 | <StackPanel Orientation="Horizontal"> |
31 | 31 | <Rectangle Width="20" Height="20" Fill="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=Foreground}"> |
32 | 32 | <Rectangle.OpacityMask> |
33 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconOcticons Kind=Repo}" /> |
| 33 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Octicons Kind=Repo}" /> |
34 | 34 | </Rectangle.OpacityMask> |
35 | 35 | </Rectangle> |
36 | 36 | <TextBlock Text="{DynamicResource String_Documentation}" VerticalAlignment="Center" Margin="5,0,0,0" /> |
|
40 | 40 | <StackPanel Orientation="Horizontal"> |
41 | 41 | <Rectangle Width="20" Height="20" Fill="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=Foreground}"> |
42 | 42 | <Rectangle.OpacityMask> |
43 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconModern Kind=SocialGithubOctocat}" /> |
| 43 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Modern Kind=SocialGithubOctocat}" /> |
44 | 44 | </Rectangle.OpacityMask> |
45 | 45 | </Rectangle> |
46 | 46 | <TextBlock Text="{DynamicResource String_ForkMeOnGitHub}" VerticalAlignment="Center" Margin="5,0,0,0" /> |
|
55 | 55 | <MenuItem.Icon> |
56 | 56 | <Rectangle Width="16" Height="16" Fill="{DynamicResource BlackColorBrush}"> |
57 | 57 | <Rectangle.OpacityMask> |
58 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconMaterial Kind=OpenInNew}" /> |
| 58 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=OpenInNew}" /> |
59 | 59 | </Rectangle.OpacityMask> |
60 | 60 | </Rectangle> |
61 | 61 | </MenuItem.Icon> |
|
64 | 64 | <MenuItem.Icon> |
65 | 65 | <Rectangle Width="16" Height="16" Fill="{DynamicResource BlackColorBrush}"> |
66 | 66 | <Rectangle.OpacityMask> |
67 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconOcticons Kind=Settings}" /> |
| 67 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Octicons Kind=Settings}" /> |
68 | 68 | </Rectangle.OpacityMask> |
69 | 69 | </Rectangle> |
70 | 70 | </MenuItem.Icon> |
|
74 | 74 | <MenuItem.Icon> |
75 | 75 | <Rectangle Width="16" Height="16" Fill="{DynamicResource CleanWindowCloseButtonBackgroundBrush}"> |
76 | 76 | <Rectangle.OpacityMask> |
77 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconMaterial Kind=WindowClose}" /> |
| 77 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=WindowClose}" /> |
78 | 78 | </Rectangle.OpacityMask> |
79 | 79 | </Rectangle> |
80 | 80 | </MenuItem.Icon> |
|
177 | 177 | </Button.Style> |
178 | 178 | <Rectangle Width="24" Height="24"> |
179 | 179 | <Rectangle.OpacityMask> |
180 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconFontAwesome Kind=Bars}" /> |
| 180 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:FontAwesome Kind=BarsSolid}" /> |
181 | 181 | </Rectangle.OpacityMask> |
182 | 182 | <Rectangle.Style> |
183 | 183 | <Style TargetType="{x:Type Rectangle}"> |
|
277 | 277 | </ToggleButton.Style> |
278 | 278 | <Rectangle Width="16" Height="16"> |
279 | 279 | <Rectangle.Resources> |
280 | | - <VisualBrush x:Key="VisualPin" Visual="{IconPacks:PackIconModern Kind=Pin}" /> |
| 280 | + <VisualBrush x:Key="VisualPin" Visual="{IconPacks:Modern Kind=Pin}" /> |
281 | 281 | </Rectangle.Resources> |
282 | 282 | <Rectangle.Style> |
283 | 283 | <Style TargetType="{x:Type Rectangle}"> |
|
452 | 452 | </Grid.RowDefinitions> |
453 | 453 | <Rectangle Grid.Row="0" Width="24" Height="24" Fill="{DynamicResource GrayBrush3}" Margin="10"> |
454 | 454 | <Rectangle.OpacityMask> |
455 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconMaterial Kind=FilterRemoveOutline}" /> |
| 455 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=FilterRemoveOutline}" /> |
456 | 456 | </Rectangle.OpacityMask> |
457 | 457 | </Rectangle> |
458 | 458 | <TextBlock Grid.Row="1" Style="{StaticResource HeaderTextBlock}" FontSize="18" Foreground="{DynamicResource GrayBrush3}" Text="{DynamicResource String_SearchedApplicationNotFound}" Margin="10,0" TextWrapping="Wrap" TextAlignment="Center" /> |
|
494 | 494 | </Grid.ColumnDefinitions> |
495 | 495 | <Rectangle Grid.Column="0" Width="24" Height="24"> |
496 | 496 | <Rectangle.OpacityMask> |
497 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconModern Kind=Settings}" /> |
| 497 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Modern Kind=Settings}" /> |
498 | 498 | </Rectangle.OpacityMask> |
499 | 499 | <Rectangle.Style> |
500 | 500 | <Style TargetType="{x:Type Rectangle}"> |
|
596 | 596 | </Grid.ColumnDefinitions> |
597 | 597 | <Rectangle Grid.Column="0" Width="24" Height="24"> |
598 | 598 | <Rectangle.OpacityMask> |
599 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:PackIconMaterialLight Kind=ArrowLeftCircle}" /> |
| 599 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:MaterialLight Kind=ArrowLeftCircle}" /> |
600 | 600 | </Rectangle.OpacityMask> |
601 | 601 | <Rectangle.Style> |
602 | 602 | <Style TargetType="{x:Type Rectangle}"> |
|
0 commit comments