Skip to content

Commit

Permalink
feat(icon-packs): add feathericons
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Jan 5, 2024
1 parent 819210f commit f9b35ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file removed iconPacks/coolicons.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions src/icon-packs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ const iconPacks = {
downloadLink:
'https://github.com/krystonschwarze/coolicons/releases/download/v4.1/coolicons.v4.1.zip',
},
/** @source https://feathericons.com/ */
feathericons: {
name: 'feather-icons',
displayName: 'Feather Icons',
path: 'feather-4.29.1/icons/',
downloadLink:
'https://github.com/feathericons/feather/archive/refs/tags/v4.29.1.zip',
},
} as { [key: string]: IconPack };

/**
Expand Down

0 comments on commit f9b35ca

Please sign in to comment.