Skip to content

Commit

Permalink
Merge pull request #321 from MahApps/icons/Cooliconsv4.1
Browse files Browse the repository at this point in the history
Update Coolicons to v4.1
  • Loading branch information
punker76 committed Apr 27, 2024
2 parents 25511c3 + 030f29a commit 020843c
Show file tree
Hide file tree
Showing 5 changed files with 891 additions and 831 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@
<a href="https://github.com/MahApps/MahApps.Metro.IconPacks/releases"><img src="https://img.shields.io/github/release/MahApps/MahApps.Metro.IconPacks.svg?style=flat-square&label=latest%20release"></a>
<a href="https://ci.appveyor.com/project/punker76/mahapps-metro-iconpacks/branch/main" target="_blank" rel="noopener noreferrer"><img alt="AppVeyor Build (with branch)" src="https://img.shields.io/appveyor/build/punker76/mahapps-metro-iconpacks/main?style=flat-square&logo=appveyor&label=main"></a>
<a href="https://ci.appveyor.com/project/punker76/mahapps-metro-iconpacks/branch/develop" target="_blank" rel="noopener noreferrer"><img alt="AppVeyor Build (with branch)" src="https://img.shields.io/appveyor/build/punker76/mahapps-metro-iconpacks/develop?style=flat-square&logo=appveyor&label=dev"></a>
<a href="https://github.com/MahApps/MahApps.Metro.IconPacks/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/MahApps/MahApps.Metro.IconPacks/ci.yml?branch=develop&style=flat-square&logo=github&label=dev"></a>
<a href="https://github.com/MahApps/MahApps.Metro.IconPacks/actions"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/MahApps/MahApps.Metro.IconPacks/ci.yml?branch=develop&style=flat-square&logo=github&label=dev"></a>
<br />
<br />

Expand All @@ -34,7 +34,7 @@ This `IconPacks` library contains controls, markup extensions and converters to
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.11.3 | 2050 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.BootstrapIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.BootstrapIcons.svg?style=flat-square&&label=BootstrapIcons"></a> |
| [Boxicons](https://boxicons.com/) | 2.1.4 | 1634 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.BoxIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.BoxIcons.svg?style=flat-square&&label=BoxIcons"></a> |
| [Codicons](https://github.com/microsoft/vscode-codicons) | 0.0.35 | 438 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Codicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Codicons.svg?style=flat-square&&label=Codicons"></a> |
| [Coolicons](https://github.com/krystonschwarze/coolicons) | 2.5.0 | 412 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Coolicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Coolicons.svg?style=flat-square&&label=Coolicons"></a> |
| [Coolicons](https://github.com/krystonschwarze/coolicons) | 4.1 | 442 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Coolicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Coolicons.svg?style=flat-square&&label=Coolicons"></a> |
| [Entypo+](http://www.entypo.com/) | | 411 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Entypo/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Entypo.svg?style=flat-square&&label=Entypo"></a> |
| [Eva Icons](https://github.com/akveo/eva-icons) | 1.1.3 | 490 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.EvaIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.EvaIcons.svg?style=flat-square&&label=EvaIcons"></a> |
| [Feather Icons](https://github.com/feathericons/feather) | 4.29.0 | 287 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.FeatherIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.FeatherIcons.svg?style=flat-square&&label=FeatherIcons"></a> |
Expand Down
Expand Up @@ -10,10 +10,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// Coolicons icons are licensed under [CC 4.0](<see><cref>https://github.com/krystonschwarze/coolicons#license</cref></see>).
/// Coolicons icons are licensed under [CC 4.0](<see><cref>https://github.com/krystonschwarze/coolicons/blob/master/README.md#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/krystonschwarze/coolicons</cref></see>.
/// </summary>
[MetaData("Coolicons", "https://github.com/krystonschwarze/coolicons", "https://github.com/krystonschwarze/coolicons#license")]
[MetaData("Coolicons", "https://github.com/krystonschwarze/coolicons", "https://github.com/krystonschwarze/coolicons/blob/master/README.md#license")]
public class PackIconCoolicons : PackIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down

0 comments on commit 020843c

Please sign in to comment.