Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome

Icons8 LineAwesome Implementation For Xamarin.Forms
https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome

List: Xamarin.Forms.Icons8.LineAwesome

hacktoberfest hacktoberfest-accepted icon icon-font iconfont icons icons-pack icons8 icons8-lineawesome xamarin xamarin-forms

Last synced: about 2 months ago
JSON representation

Icons8 LineAwesome Implementation For Xamarin.Forms

Awesome Lists containing this project

README

        

# Xamarin.Forms.Icons8.LineAwesome

![header](/header.svg)

This package is a simple implementation of the beautiful Icons Font ["Icons8 LineAwesome"](https://icons8.com/line-awesome) For Xamarin.Forms [*(Screenshot)*](https://raw.githubusercontent.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome/main/SampleImages/sample.jpg)

Based on [IconFontHelper](https://github.com/dimonovdd/Xamarin.Forms.IconFontHelper) [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.IconFontHelper?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.IconFontHelper/)

This package is divided into three nugets, so you don't install fonts that you don't use
| Font | Nuget |
|:--------|:-------------:|
| Solid | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.Icons8.LineAwesome.Solid?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.Icons8.LineAwesome.Solid/) |
| Regular | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.Icons8.LineAwesome.Regular?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.Icons8.LineAwesome.Regular/)|
| Brand | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.Icons8.LineAwesome.Brand?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.Icons8.LineAwesome.Brand/) |

Icon naming differs from icons8 according to the C# language rules.

| icons8 | icons8 HTML | this project |
|:--------------:|:-----------------:|:-------------:|
|dog |la-dog |Dog |
|question-circle |la-question-circle |QuestionCircle |
|500px |la-500px |_500x |

#### Littel Sample:
```xml
xmlns:iconsB="clr-namespace:Icons8.LineAwesome.Brand;assembly=Icons8.LineAwesome.Brand"
```
```xml



```
[***See more...***](https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome/blob/main/src/LineAwesome.Sample/LineAwesome.Sample/MainPage.xaml)