dimonovdd / Xamarin.Forms.Icons8.LineAwesome

Icons8 LineAwesome Implementation For Xamarin.Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin.Forms.Icons8.LineAwesome

header

This package is a simple implementation of the beautiful Icons Font "Icons8 LineAwesome" For Xamarin.Forms (Screenshot)

Based on IconFontHelper NuGet

This package is divided into three nugets, so you don't install fonts that you don't use

Font Nuget
Solid NuGet
Regular NuGet
Brand NuGet

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:

xmlns:iconsB="clr-namespace:Icons8.LineAwesome.Brand;assembly=Icons8.LineAwesome.Brand"
<Image>
    <Image.Source>
        <iconsB:IconSource Icon="Github" Size="100" Color="Red"/>
    </Image.Source>
</Image>

See more...

About

Icons8 LineAwesome Implementation For Xamarin.Forms

License:Other


Languages

Language:C# 99.9%Language:PowerShell 0.1%