https://github.com/timewarpengineering/timewarp-simple-icons
All the simple-icons wrapped as Blazor components.
https://github.com/timewarpengineering/timewarp-simple-icons
hacktoberfest
Last synced: 5 months ago
JSON representation
All the simple-icons wrapped as Blazor components.
- Host: GitHub
- URL: https://github.com/timewarpengineering/timewarp-simple-icons
- Owner: TimeWarpEngineering
- License: cc0-1.0
- Created: 2022-07-30T05:03:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T00:56:33.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:31:32.815Z (over 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage:
- Size: 3.63 MB
- Stars: 27
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://dotnet.microsoft.com)
[](https://github.com/TimeWarpEngineering/timewarp-simple-icons)
[](https://discord.gg/7F4bS2T)
[](https://www.nuget.org/packages/timewarp-simple-icons/)
[](https://www.nuget.org/packages/timewarp-simple-icons/)
[](https://github.com/TimeWarpEngineering/timewarp-simple-icons/issues)
[](https://github.com/TimeWarpEngineering/timewarp-simple-icons)
[](https://unlicense.org)
[](https://twitter.com/intent/tweet?url=https://github.com/TimeWarpEngineering/timewarp-simple-icons)
[](https://twitter.com/intent/follow?screen_name=StevenTCramer)
[](https://twitter.com/intent/follow?screen_name=TheFreezeTeam1)
# timewarp-simple-icons

All [simple-icons](https://github.com/simple-icons/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
```razor
```
Outputs

## Installation
You can see the latest NuGet packages from the official [TimeWarp NuGet page](https://www.nuget.org/profiles/TimeWarp.Enterprises).
* [timewarp-simple-icons](https://www.nuget.org/packages/timewarp-simple-icons/) [](https://www.nuget.org/packages/timewarp-simple-icons/)
```console
dotnet add package timewarp-simple-icons
```
## License
[](https://unlicense.org)
## Contributing
Time is of the essence. Before developing a Pull Request I recommend opening a [discussion](https://github.com/TimeWarpEngineering/timewarp-simple-icons/discussions).
Please feel free to make suggestions and help out with the [documentation](https://timewarpengineering.github.io/timewarp-simple-icons/).
Please refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
### Steps to publish NuGet package
* [ ] Clone the [simple-icons](https://github.com/simple-icons/simple-icons) repo.
* [ ] Set the PowerShell variable `$simple_icons` to the path where you cloned the simple-icons repo in the above step. (Add `$simple_icons = ""` to your profile)
* [ ] Ensure your copy of the simple-icons repo is up to date by running (`update.ps1`).
* [ ] Set the Version in `timewarp-simple-icons/source/timewarp-simple-icons/timewarp-simple-icons.csproj` to the same version that is in `simple-icons/package.json`.
* [ ] Transform the cloned [simple-icons](https://github.com/simple-icons/simple-icons) into razor files by running `transform.ps1`.
* [ ] Run the test app to make sure the icons render properly.
* [ ] Update `releases.md`.
* [ ] Commit and push the changes to GitHub.
* [ ] Set the PowerShell variable `$Nuget_Key` value.
* [ ] Publish to NuGet by running `publish.ps1`.
* [ ] Tweet to let people know.
## Contact
Sometimes the GitHub notifications get lost in the shuffle. If you file an [issue](https://github.com/TimeWarpEngineering/timewarp-simple-icons/issues) and don't get a response in a timely manner feel free to contact us on our [Discord server](https://discord.gg/A55JARGKKP).
[](https://discord.gg/7F4bS2T)
## References
https://github.com/simple-icons/simple-icons
### Commands used
```PowerShell
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
```