Skip to content

Instantly share code, notes, and snippets.

@taimila
taimila / SvgIcon.cs
Last active January 11, 2020 16:48
Simple Xamarin.Forms view that allows showing SVG icons with specific color.
using System;
using System.IO;
using System.Reflection;
using System.Collections.Generic;
using SkiaSharp;
using SkiaSharp.Views.Forms;
using Xamarin.Forms;
namespace Components
{