Skip to content

Commit 67aa1e0

Browse files
authored
Feature: Update to newer icon codes (#11822)
1 parent 2caef89 commit 67aa1e0

File tree

17 files changed

+36
-36
lines changed

17 files changed

+36
-36
lines changed

src/Files.App/Dialogs/SettingsDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
Content="{helpers:ResourceString Name=FileTags}"
105105
Tag="3">
106106
<NavigationViewItem.Icon>
107-
<FontIcon Glyph="&#xE1CB;" />
107+
<FontIcon Glyph="&#xE8EC;" />
108108
</NavigationViewItem.Icon>
109109
</NavigationViewItem>
110110
<NavigationViewItem

src/Files.App/Filesystem/Security/Principal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Principal : ObservableObject
1313
public string Glyph
1414
=> PrincipalType switch
1515
{
16-
PrincipalType.User => "\xE2AF",
16+
PrincipalType.User => "\xE77B",
1717
PrincipalType.Group => "\xE902",
1818
_ => "\xE716",
1919
};

src/Files.App/ResourceDictionaries/ToolbarButtonStyle.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
FontFamily="{ThemeResource SymbolThemeFontFamily}"
9999
FontSize="{ThemeResource AppBarButtonSecondarySubItemChevronFontSize}"
100100
Foreground="{ThemeResource AppBarButtonSubItemChevronForeground}"
101-
Glyph="&#xE019;" />
101+
Glyph="&#xE70D;" />
102102
<Grid
103103
x:Name="SubItemChevronPanel"
104104
Grid.Column="2"

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
Grid.Column="1"
167167
Margin="12"
168168
FontSize="16"
169-
Glyph="&#xE09D;" />
169+
Glyph="&#xE70D;" />
170170
</Grid>
171171

172172
<uc:SearchBox

src/Files.App/UserControls/DataGridHeader.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Setter>
2626
</Style>
2727

28-
<x:String x:Key="SortIconAscending">&#xE018;</x:String>
28+
<x:String x:Key="SortIconAscending">&#xE70E;</x:String>
2929
</UserControl.Resources>
3030

3131
<Grid>

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
x:Name="TagIcon"
683683
FontSize="12"
684684
Foreground="{x:Bind Color, Mode=OneWay, Converter={StaticResource StringToBrushConverter}}"
685-
Glyph="&#xE1CB;"
685+
Glyph="&#xE8EC;"
686686
Tapped="TagIcon_Tapped"
687687
ToolTipService.ToolTip="{helpers:ResourceString Name=Remove}" />
688688
<TextBlock

src/Files.App/Views/Properties/CompatibilityPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<FontIcon
3535
FontSize="14"
3636
Foreground="{ThemeResource TextFillColorPrimaryBrush}"
37-
Glyph="&#xE2B4;" />
37+
Glyph="&#xE8A7;" />
3838
</settingsuc:SettingsBlockControl>
3939

4040
<settingsuc:SettingsBlockControl Title="{helpers:ResourceString Name=CompatibilityMode}" HorizontalAlignment="Stretch">

src/Files.App/Views/Properties/LibraryPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<ColumnDefinition Width="36" />
103103
<ColumnDefinition />
104104
</Grid.ColumnDefinitions>
105-
<FontIcon Glyph="&#xE008;" Visibility="{x:Bind IsDefault, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" />
105+
<FontIcon Glyph="&#xE73E;" Visibility="{x:Bind IsDefault, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" />
106106
<TextBlock
107107
Grid.Column="2"
108108
Margin="0,0,0,2"

src/Files.App/Views/Properties/SecurityAdvancedPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
<HyperlinkButton VerticalAlignment="Center" Command="{x:Bind ViewModel.ChangeOwnerCommand}">
136136
<StackPanel Orientation="Horizontal" Spacing="6">
137-
<FontIcon FontSize="14" Glyph="&#xE104;" />
137+
<FontIcon FontSize="14" Glyph="&#xE70F;" />
138138
<TextBlock Text="{helpers:ResourceString Name=Change}" />
139139
</StackPanel>
140140
</HyperlinkButton>
@@ -181,15 +181,15 @@
181181
Background="Transparent"
182182
BorderBrush="Transparent"
183183
Command="{x:Bind ViewModel.AddAccessControlEntryCommand, Mode=OneWay}">
184-
<FontIcon FontSize="16" Glyph="&#xE109;" />
184+
<FontIcon FontSize="16" Glyph="&#xE710;" />
185185
</Button>
186186

187187
<Button
188188
Padding="8"
189189
Background="Transparent"
190190
BorderBrush="Transparent"
191191
Command="{x:Bind ViewModel.RemoveAccessControlEntryCommand, Mode=OneWay}">
192-
<FontIcon FontSize="16" Glyph="&#xE108;" />
192+
<FontIcon FontSize="16" Glyph="&#xE738;" />
193193
</Button>
194194

195195
</StackPanel>

src/Files.App/Views/Properties/SecurityPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
Background="Transparent"
6666
BorderBrush="Transparent"
6767
Command="{x:Bind SecurityViewModel.AddAccessControlEntryCommand}">
68-
<FontIcon FontSize="16" Glyph="&#xE109;" />
68+
<FontIcon FontSize="16" Glyph="&#xE710;" />
6969
</Button>
7070

7171
<Button
7272
Padding="8"
7373
Background="Transparent"
7474
BorderBrush="Transparent"
7575
Command="{x:Bind SecurityViewModel.RemoveAccessControlEntryCommand}">
76-
<FontIcon FontSize="16" Glyph="&#xE108;" />
76+
<FontIcon FontSize="16" Glyph="&#xE738;" />
7777
</Button>
7878

7979
</StackPanel>
@@ -178,7 +178,7 @@
178178
ToolTipService.ToolTip="{helpers:ResourceString Name=AdvancedPermissions}">
179179
<StackPanel Orientation="Horizontal" Spacing="4">
180180
<TextBlock Text="{helpers:ResourceString Name=AdvancedPermissions}" />
181-
<FontIcon FontSize="14" Glyph="&#xE00F;" />
181+
<FontIcon FontSize="14" Glyph="&#xE76C;" />
182182
</StackPanel>
183183
</Button>
184184

0 commit comments

Comments
 (0)