|  | 
| 1 | 1 | <h4>Neutral appearane</h4> | 
| 2 | 2 | <div style="display: flex; align-items: center; gap: 10px; margin-bottom: 1em;"> | 
| 3 | 3 |     <FluentAnchor Href="#" IconStart="@(new Icons.Regular.Size16.Globe())"> | 
| 4 |  | -        With icon at start | 
|  | 4 | +        Icon at start | 
| 5 | 5 |     </FluentAnchor> | 
| 6 | 6 | 
 | 
| 7 | 7 |     <FluentAnchor Href="#" IconEnd="@(new Icons.Regular.Size16.Globe())"> | 
| 8 |  | -        With icon at end | 
|  | 8 | +        Icon at end | 
|  | 9 | +    </FluentAnchor> | 
|  | 10 | + | 
|  | 11 | +    <FluentAnchor Href="#"> | 
|  | 12 | +        <FluentIcon Value="@(new Icons.Regular.Size16.Globe())" Color="@Color.Success" Slot="start" /> | 
|  | 13 | +        Icon at start in content | 
|  | 14 | +    </FluentAnchor> | 
|  | 15 | + | 
|  | 16 | +    <FluentAnchor Href="#"> | 
|  | 17 | +        Icon at end in content | 
|  | 18 | +        <FluentIcon Value="@(new Icons.Regular.Size16.Globe())" Color="@Color.Success" Slot="end" /> | 
| 9 | 19 |     </FluentAnchor> | 
| 10 | 20 | </div> | 
| 11 | 21 | <h4>Hypertext appearane</h4> | 
| 12 | 22 | <div style="display: flex; align-items: center; gap: 10px; margin-bottom: 1em;"> | 
| 13 | 23 |     <FluentAnchor Appearance="@Appearance.Hypertext" Href="#" IconStart="@(new Icons.Regular.Size16.Globe())"> | 
| 14 |  | -        With icon at start | 
|  | 24 | +        Icon at start | 
| 15 | 25 |     </FluentAnchor> | 
| 16 | 26 | 
 | 
| 17 | 27 |     <FluentAnchor Appearance="@Appearance.Hypertext" Href="#" IconEnd="@(new Icons.Regular.Size16.Globe())"> | 
| 18 |  | -        With icon at end | 
|  | 28 | +        Icon at end | 
| 19 | 29 |     </FluentAnchor> | 
| 20 |  | -</div> | 
| 21 | 30 | 
 | 
| 22 |  | -<p>With icon in the content. By doing it this way, it is possible to specify <code>Color</code> for the icon.</p> | 
| 23 |  | -<FluentAnchor Href="#"> | 
| 24 |  | -    With icon in content | 
| 25 |  | -    <FluentIcon Value="@(new Icons.Regular.Size32.Globe())" Color="@Color.Success" Slot="end" /> | 
| 26 |  | -</FluentAnchor> | 
|  | 31 | +    <FluentAnchor Appearance="@Appearance.Hypertext" Href="#"> | 
|  | 32 | +        <FluentIcon Value="@(new Icons.Regular.Size16.Globe())" Color="@Color.Success" Slot="start" /> | 
|  | 33 | +        Icon at start in content | 
|  | 34 | +    </FluentAnchor> | 
| 27 | 35 | 
 | 
| 28 |  | -<FluentAnchor Appearance="@Appearance.Hypertext"  Href="#"> | 
| 29 |  | -    With icon in content | 
| 30 |  | -    <FluentIcon Value="@(new Icons.Regular.Size32.Globe())" Color="@Color.Success" Slot="end" /> | 
| 31 |  | -</FluentAnchor> | 
|  | 36 | +    <FluentAnchor Appearance="@Appearance.Hypertext" Href="#"> | 
|  | 37 | +        Icon at start in content | 
|  | 38 | +        <FluentIcon Value="@(new Icons.Regular.Size16.Globe())" Color="@Color.Success" Slot="end" /> | 
|  | 39 | +    </FluentAnchor> | 
|  | 40 | +</div> | 
| 32 | 41 | 
 | 
| 33 | 42 | <div style="display: flex; align-items: center; gap: 10px; margin-top: 1em;"> | 
| 34 | 43 |     With icon in default slot: | 
|  | 
0 commit comments