Skip to content

Instantly share code, notes, and snippets.

@npagare
npagare / DuoToneIcon.cs
Created May 27, 2022 23:12 — forked from tomh4/DuoToneIcon.cs
An implementation to use DuoTone Icons in Xamarin.Forms
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Text.RegularExpressions;
using Xamarin.Forms;
namespace Fontawesome
{
public class DuoToneIcon : AbsoluteLayout