Home

Awesome

Dotnet Stars Discord nuget nuget Issues Open Forks License Twitter

Twitter Twitter

timewarp-simple-icons

TimeWarp Logo

All simple-icons wrapped as Blazor components. See and search all at https://simpleicons.org/

Give a Star! :star:

If you like or are using this project please give it a star. Thank you!

Usage

<GithubIcon class="w-6 h-6"/>
<BlazorIcon class="w-6 h-6 fill-[#512BD4]" />
<TwitterIcon class="w-6 h-6 fill-blue-400" />

Outputs

Installation

You can see the latest NuGet packages from the official TimeWarp NuGet page.

dotnet add package timewarp-simple-icons

License

License

Contributing

Time is of the essence. Before developing a Pull Request I recommend opening a discussion.

Please feel free to make suggestions and help out with the documentation. Please refer to Markdown for how to write markdown files.

Steps to publish NuGet package

Contact

Sometimes the GitHub notifications get lost in the shuffle. If you file an issue and don't get a response in a timely manner feel free to contact us on our Discord server.

Discord

References

https://github.com/simple-icons/simple-icons

Commands used

dotnet new sln
dotnet new razorclasslib -n timewarp-simple-icons
dotnet sln add .\Source\timewarp-simple-icons\timewarp-simple-icons.csproj
dotnet new tool-manifest
dotnet tool install dotnet-cleanup
dotnet cleanup -y