From 90a7adc9bf284b037532e23684cd465325ca45ae Mon Sep 17 00:00:00 2001 From: gords2 Date: Sat, 20 Jun 2026 21:19:38 -0700 Subject: [PATCH] docs: add .NET MAUI to Installation section Adds a .NET MAUI subsection to the README Installation section linking the community IconFont.Maui.FluentIcons NuGet package, as requested in #984. Closes #984 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ed1823ffdf..854cc67f76 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,16 @@ dependencies: For library docs, see [flutter/README.md](flutter/README.md). +### .NET MAUI + +Install the community package: + +```shell +dotnet add package IconFont.Maui.FluentIcons +``` + +For library docs, see [IconFont.Maui.FluentIcons](https://github.com/jfversluis/IconFont.Maui.FluentIcons). + ### Plain svg Inline svg directly. See [packages/svg-icons/README.md](packages/svg-icons/README.md).