using System;
using FluentAvalonia.UI.Controls;
namespace StabilityMatrix.Avalonia.Controls;
///
/// Like , but with a link icon left of the text content.
///
public class HyperlinkIconButton : HyperlinkButton
{
///
protected override Type StyleKeyOverride => typeof(HyperlinkIconButton);
}