File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ namespace MaterialDesignThemes.Wpf
77 /// Displays an icon image/path, according to the specified <see cref="Type"/> name.
88 /// </summary>
99 /// <remarks>
10- /// All icons sourced from Material Design Icons Font - <see cref=" https://materialdesignicons.com/"/> - in accordance of
11- /// <see cref=" https://github.com/Templarian/MaterialDesign/blob/master/license.txt"/> .
10+ /// All icons sourced from Material Design Icons Font - https://materialdesignicons.com/ - in accordance of
11+ /// https://github.com/Templarian/MaterialDesign/blob/master/LICENSE .
1212 /// </remarks>
1313 public class Icon : Control
1414 {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ namespace MaterialDesignThemes.Wpf
44 /// List of available icons for use with <see cref="Icon"/>.
55 /// </summary>
66 /// <remarks>
7- /// All icons sourced from Material Design Icons Font - <see cref=" https://materialdesignicons.com/"/> - in accordance of
8- /// <see cref=" https://github.com/Templarian/MaterialDesign/blob/master/license.txt"/> .
7+ /// All icons sourced from Material Design Icons Font - https://materialdesignicons.com/ - in accordance of
8+ /// https://github.com/Templarian/MaterialDesign/blob/master/LICENSE .
99 /// </remarks>
1010 public enum IconType
1111 {
You can’t perform that action at this time.
0 commit comments