I'd love to switch to Xamarin.Forms to make crossplatform apps, but I have all my graphic UI assets in SVG format.
Here is an example of a buttons set created by me with Inkscape:
]
You can download the original svg files from here: SVG Image on GDrive
My question is: How can I convert them to a XAML or custom Xamarin.Form vector rendering UI format, to be able to use my assets in my crossplatform Xamarin.Form applications?
Thank you.