Skip to content

Commit 51df654

Browse files
authored
Merge pull request #32 from MahApps/icons/PrimerOcticons(GitHub)v19.19.0
Update Primer Octicons (GitHub) to v19.19.0
2 parents 3268251 + 7ad5232 commit 51df654

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The same icons are also available for `WPF` and `UWP` with the [MahApps.Metro.Ic
3131

3232
| Icon collection | Version | ∑ | NuGet |
3333
|---|--:|--:|:--|
34-
| Complete IconPacks collection with all Icons in one package | | 69212 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.svg?style=flat-square&&label=IconPacks"></a> |
34+
| Complete IconPacks collection with all Icons in one package | | 69225 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.svg?style=flat-square&&label=IconPacks"></a> |
3535
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.13.1 | 2078 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.BootstrapIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.BootstrapIcons.svg?style=flat-square&&label=BootstrapIcons"></a> |
3636
| [Boxicons v2](https://v2.boxicons.com/) | 2.1.4 | 1634 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.BoxIcons2/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.BoxIcons2.svg?style=flat-square&&label=BoxIcons2"></a> |
3737
| [Boxicons v3](https://boxicons.com/) | 3.0.0 | 3584 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.BoxIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.BoxIcons.svg?style=flat-square&&label=BoxIcons"></a> |
@@ -61,7 +61,7 @@ The same icons are also available for `WPF` and `UWP` with the [MahApps.Metro.Ic
6161
| [MingCute Icon](https://github.com/Richard9394/MingCute) | 2.9.6 | 3098 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.MingCuteIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.MingCuteIcons.svg?style=flat-square&&label=MingCuteIcons"></a> |
6262
| [Modern UI Icons](https://github.com/Templarian/WindowsIcons) | Feb 12, 2015 | 1260 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.Modern/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.Modern.svg?style=flat-square&&label=Modern"></a> |
6363
| [MynaUI Icons](https://github.com/praveenjuge/mynaui-icons) | 0.3.9 | 2544 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.MynaUIIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.MynaUIIcons.svg?style=flat-square&&label=MynaUIIcons"></a> |
64-
| [Primer Octicons (GitHub)](https://github.com/primer/octicons) | 19.15.5 | 657 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.Octicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.Octicons.svg?style=flat-square&&label=Octicons"></a> |
64+
| [Primer Octicons (GitHub)](https://github.com/primer/octicons) | 19.19.0 | 670 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.Octicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.Octicons.svg?style=flat-square&&label=Octicons"></a> |
6565
| [Phosphor Icons](https://phosphoricons.com/) | 2.1.1 | 7560 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.PhosphorIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.PhosphorIcons.svg?style=flat-square&&label=PhosphorIcons"></a> |
6666
| [PICOL Icons](https://github.com/PicolSigns/Icons) | 1.1.0 | 549 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.PicolIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.PicolIcons.svg?style=flat-square&&label=PicolIcons"></a> |
6767
| [Pixelarticons](https://pixelarticons.com/) | 1.8.1 | 486 | <a href="https://www.nuget.org/packages/IconPacks.Avalonia.PixelartIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/IconPacks.Avalonia.PixelartIcons.svg?style=flat-square&&label=PixelartIcons"></a> |

src/IconPacks.Avalonia.Octicons/PackIconOcticonsKind.cs

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ public enum PackIconOcticonsKind
9090
[Description("check-24")] Check,
9191
[Description("check-16 (mark, yes, confirm, accept, ok, success)")] Check16,
9292
[Description("checkbox-24")] Checkbox,
93-
[Description("checkbox-16")] Checkbox16,
93+
[Description("checkbox-16 (box, checkbox, check)")] Checkbox16,
94+
[Description("checkbox-fill-24")] CheckboxFill,
95+
[Description("checkbox-fill-16 (box, checkbox, check)")] CheckboxFill16,
9496
[Description("check-circle-24")] CheckCircle,
9597
[Description("check-circle-16")] CheckCircle16,
9698
[Description("check-circle-fill-24")] CheckCircleFill,
@@ -141,9 +143,11 @@ public enum PackIconOcticonsKind
141143
[Description("command-palette-24")] CommandPalette,
142144
[Description("command-palette-16")] CommandPalette16,
143145
[Description("comment-24")] Comment,
144-
[Description("comment-16 (speak, bubble)")] Comment16,
146+
[Description("comment-16 (speak, bubble, chat)")] Comment16,
147+
[Description("comment-ai-24")] CommentAi,
148+
[Description("comment-ai-16 (ai, speak, bubble, chat)")] CommentAi16,
145149
[Description("comment-discussion-24")] CommentDiscussion,
146-
[Description("comment-discussion-16 (converse, talk)")] CommentDiscussion16,
150+
[Description("comment-discussion-16 (converse, talk, chat)")] CommentDiscussion16,
147151
[Description("container-24")] Container,
148152
[Description("container-16")] Container16,
149153
[Description("copilot-24")] Copilot,
@@ -387,6 +391,10 @@ public enum PackIconOcticonsKind
387391
[Description("markdown-16 (markup, style)")] Markdown16,
388392
[Description("mark-github-24")] MarkGithub,
389393
[Description("mark-github-16 (octocat, brand, github, logo)")] MarkGithub16,
394+
[Description("maximize-24")] Maximize,
395+
[Description("maximize-16 (expand, enlarge, arrow)")] Maximize16,
396+
[Description("mcp-24")] Mcp,
397+
[Description("mcp-16 (model, context, protocol)")] Mcp16,
390398
[Description("megaphone-24")] Megaphone,
391399
[Description("megaphone-16 (bullhorn, loud, shout, broadcast)")] Megaphone16,
392400
[Description("mention-24")] Mention,
@@ -395,6 +403,8 @@ public enum PackIconOcticonsKind
395403
[Description("meter-16")] Meter16,
396404
[Description("milestone-24")] Milestone,
397405
[Description("milestone-16 (marker)")] Milestone16,
406+
[Description("minimize-24")] Minimize,
407+
[Description("minimize-16 (smaller, shrink, arrow)")] Minimize16,
398408
[Description("mirror-24")] Mirror,
399409
[Description("mirror-16 (reflect)")] Mirror16,
400410
[Description("moon-24")] Moon,
@@ -656,6 +666,9 @@ public enum PackIconOcticonsKind
656666
[Description("versions-16 (history, commits)")] Versions16,
657667
[Description("video-24")] Video,
658668
[Description("video-16")] Video16,
669+
[Description("vscode-16")] Vscode16,
670+
[Description("vscode-32")] Vscode32,
671+
[Description("vscode-48")] Vscode48,
659672
[Description("webhook-16")] Webhook16,
660673
[Description("workflow-24")] Workflow,
661674
[Description("workflow-16 (workflow, actions)")] Workflow16,

src/IconPacks.Avalonia.Octicons/Resources/Icons.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)