Skip to content

Instantly share code, notes, and snippets.

@tomh4
tomh4 / DuoToneIcon.cs
Last active October 23, 2023 12:32
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