Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days ago
JSON representation
Icons8 LineAwesome Implementation For Xamarin.Forms
- Host: GitHub
- URL: https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome
- Owner: dimonovdd
- License: other
- Created: 2020-10-12T15:24:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T22:00:27.000Z (about 4 years ago)
- Last Synced: 2024-11-05T14:52:44.513Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest-accepted, icon, icon-font, iconfont, icons, icons-pack, icons8, icons8-lineawesome, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.Icons8.LineAwesome ★1
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)