Skip to content

Commit

Permalink
feat: update Codicons to v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 17, 2024
1 parent 6007b3b commit b86fbb8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> |
| [Circum Icons Free](https://github.com/Klarr-Agency/Circum-Icons) | 2.0.2 | 288 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.CircumIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.CircumIcons.svg?style=flat-square&&label=CircumIcons"></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> |
| [Codicons](https://github.com/microsoft/vscode-codicons) | 0.0.36 | 461 | <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) | 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> |
Expand Down
26 changes: 24 additions & 2 deletions src/MahApps.Metro.IconPacks.Codicons/PackIconCodiconsKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public enum PackIconCodiconsKind
[Description("cloud-download (EAC2)")] CloudDownload,
[Description("cloud-upload (EAC3)")] CloudUpload,
[Description("code (EAC4)")] Code,
[Description("code-oss (EC2B)")] CodeOss,
[Description("coffee (EC15)")] Coffee,
[Description("collapse-all (EAC5)")] CollapseAll,
[Description("color-mode (EAC6)")] ColorMode,
Expand All @@ -98,6 +99,7 @@ public enum PackIconCodiconsKind
[Description("compass-dot (EBD6)")] CompassDot,
[Description("copilot (EC1E)")] Copilot,
[Description("copy (EBCC)")] Copy,
[Description("coverage (EC2E)")] Coverage,
[Description("credit-card (EAC9)")] CreditCard,
[Description("dash (EACC)")] Dash,
[Description("dashboard (EACD)")] Dashboard,
Expand Down Expand Up @@ -142,8 +144,10 @@ public enum PackIconCodiconsKind
[Description("diff-added (EADC)")] DiffAdded,
[Description("diff-ignored (EADD)")] DiffIgnored,
[Description("diff-modified (EADE)")] DiffModified,
[Description("diff-multiple (EC23)")] DiffMultiple,
[Description("diff-removed (EADF)")] DiffRemoved,
[Description("diff-renamed (EAE0)")] DiffRenamed,
[Description("diff-single (EC22)")] DiffSingle,
[Description("discard (EAE2)")] Discard,
[Description("edit (EA73)")] Edit,
[Description("editor-layout (EAE3)")] EditorLayout,
Expand Down Expand Up @@ -181,24 +185,29 @@ public enum PackIconCodiconsKind
[Description("game (EC17)")] Game,
[Description("gear (EAF8)")] Gear,
[Description("gift (EAF9)")] Gift,
[Description("gist (F1A6)")] Gist,
[Description("gist (F1AA)")] Gist,
[Description("gist-secret (EAFA)")] GistSecret,
[Description("git-commit (EAFC)")] GitCommit,
[Description("git-compare (EAFD)")] GitCompare,
[Description("git-fetch (EC1D)")] GitFetch,
[Description("git-fetch (F101)")] GitFetch,
[Description("github (EA84)")] Github,
[Description("github-action (EAFF)")] GithubAction,
[Description("github-alt (EB00)")] GithubAlt,
[Description("github-inverted (EBA1)")] GithubInverted,
[Description("github-project (EC2F)")] GithubProject,
[Description("git-merge (EAFE)")] GitMerge,
[Description("git-pull-request (EA64)")] GitPullRequest,
[Description("git-pull-request-closed (EBDA)")] GitPullRequestClosed,
[Description("git-pull-request-create (EBBC)")] GitPullRequestCreate,
[Description("git-pull-request-draft (EBDB)")] GitPullRequestDraft,
[Description("git-pull-request-go-to-changes (EC0B)")] GitPullRequestGoToChanges,
[Description("git-pull-request-new-changes (EC0C)")] GitPullRequestNewChanges,
[Description("git-stash (EC26)")] GitStash,
[Description("git-stash-apply (EC27)")] GitStashApply,
[Description("git-stash-pop (EC28)")] GitStashPop,
[Description("globe (EB01)")] Globe,
[Description("go-to-file (EA94)")] GoToFile,
[Description("go-to-search (EC32)")] GoToSearch,
[Description("grabber (EB02)")] Grabber,
[Description("graph (EB03)")] Graph,
[Description("graph-left (EBAD)")] GraphLeft,
Expand Down Expand Up @@ -248,6 +257,7 @@ public enum PackIconCodiconsKind
[Description("library (EB9C)")] Library,
[Description("lightbulb (EA61)")] Lightbulb,
[Description("lightbulb-autofix (EB13)")] LightbulbAutofix,
[Description("lightbulb-sparkle (EC1F)")] LightbulbSparkle,
[Description("link (EB15)")] Link,
[Description("link-external (EB14)")] LinkExternal,
[Description("list-filter (EB83)")] ListFilter,
Expand All @@ -266,6 +276,8 @@ public enum PackIconCodiconsKind
[Description("mail-read (EB1B)")] MailRead,
[Description("map (EC05)")] Map,
[Description("map-filled (EC06)")] MapFilled,
[Description("map-vertical (EC30)")] MapVertical,
[Description("map-vertical-filled (EC31)")] MapVerticalFilled,
[Description("markdown (EB1D)")] Markdown,
[Description("megaphone (EB1E)")] Megaphone,
[Description("mention (EB1F)")] Mention,
Expand Down Expand Up @@ -295,6 +307,7 @@ public enum PackIconCodiconsKind
[Description("paintcan (EB2A)")] Paintcan,
[Description("pass (EBA4)")] Pass,
[Description("pass-filled (EBB3)")] PassFilled,
[Description("percentage (EC33)")] Percentage,
[Description("person (EA67)")] Person,
[Description("person-add (EBCD)")] PersonAdd,
[Description("piano (EC1A)")] Piano,
Expand Down Expand Up @@ -329,20 +342,24 @@ public enum PackIconCodiconsKind
[Description("reply (EA7D)")] Reply,
[Description("repo (EA62)")] Repo,
[Description("repo-clone (EB3E)")] RepoClone,
[Description("repo-fetch (EC1D)")] RepoFetch,
[Description("repo-force-push (EB3F)")] RepoForcePush,
[Description("repo-forked (EA63)")] RepoForked,
[Description("repo-pull (EB40)")] RepoPull,
[Description("repo-push (EB41)")] RepoPush,
[Description("report (EB42)")] Report,
[Description("request-changes (EB43)")] RequestChanges,
[Description("robot (EC20)")] Robot,
[Description("rocket (EB44)")] Rocket,
[Description("root-folder (EB46)")] RootFolder,
[Description("root-folder-opened (EB45)")] RootFolderOpened,
[Description("rss (EB47)")] Rss,
[Description("ruby (EB48)")] Ruby,
[Description("run-above (EBBD)")] RunAbove,
[Description("run-all (EB9E)")] RunAll,
[Description("run-all-coverage (EC2D)")] RunAllCoverage,
[Description("run-below (EBBE)")] RunBelow,
[Description("run-coverage (EC2C)")] RunCoverage,
[Description("run-errors (EBDE)")] RunErrors,
[Description("save (EB4B)")] Save,
[Description("save-all (EB49)")] SaveAll,
Expand All @@ -358,6 +375,7 @@ public enum PackIconCodiconsKind
[Description("server-process (EBA2)")] ServerProcess,
[Description("settings (EB52)")] Settings,
[Description("settings-gear (EB51)")] SettingsGear,
[Description("share (EC25)")] Share,
[Description("shield (EB53)")] Shield,
[Description("sign-in (EA6F)")] SignIn,
[Description("sign-out (EA6E)")] SignOut,
Expand All @@ -366,13 +384,15 @@ public enum PackIconCodiconsKind
[Description("sort-precedence (EB55)")] SortPrecedence,
[Description("source-control (EA68)")] SourceControl,
[Description("sparkle (EC10)")] Sparkle,
[Description("sparkle-filled (EC21)")] SparkleFilled,
[Description("split-horizontal (EB56)")] SplitHorizontal,
[Description("split-vertical (EB57)")] SplitVertical,
[Description("squirrel (EB58)")] Squirrel,
[Description("star-empty (EA6A)")] StarEmpty,
[Description("star-full (EB59)")] StarFull,
[Description("star-half (EB5A)")] StarHalf,
[Description("stop-circle (EBA5)")] StopCircle,
[Description("surround-with (EC24)")] SurroundWith,
[Description("symbol-array (EA8A)")] SymbolArray,
[Description("symbol-boolean (EA8F)")] SymbolBoolean,
[Description("symbol-class (EB5B)")] SymbolClass,
Expand Down Expand Up @@ -444,6 +464,8 @@ public enum PackIconCodiconsKind
[Description("vm-outline (EB7A)")] VmOutline,
[Description("vm-running (EB7B)")] VmRunning,
[Description("vr (EC18)")] Vr,
[Description("vscode (EC29)")] Vscode,
[Description("vscode-insiders (EC2A)")] VscodeInsiders,
[Description("wand (EBCF)")] Wand,
[Description("warning (EA6C)")] Warning,
[Description("watch (EB7C)")] Watch,
Expand Down
2 changes: 1 addition & 1 deletion src/MahApps.Metro.IconPacks.Codicons/Resources/Icons.json

Large diffs are not rendered by default.

0 comments on commit b86fbb8

Please sign in to comment.