Skip to content

Commit

Permalink
fix(iconPacks): issue with lucide icons
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Mar 7, 2023
1 parent e3e12bb commit edea3eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/iconPacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ export default {
path: 'icons',
downloadLink: 'https://github.com/simple-icons/simple-icons/archive/refs/tags/7.15.0.zip',
},
Lucide: {
name: 'lucide-icons-0.122.0',
lucide: {
name: 'lucide-icons',
displayName: 'Lucide',
path: '',
downloadLink: 'https://github.com/lucide-icons/lucide/releases/download/v0.122.0/lucide-icons-0.122.0.zip',
},

} as { [key: string]: IconPack };

0 comments on commit edea3eb

Please sign in to comment.