Skip to content

Commit

Permalink
feat: add icon apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroor committed Apr 24, 2024
1 parent 98e6693 commit 1b26674
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 31 deletions.
Binary file added src/assets/icons/lucide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/phosphor-svelte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/slidev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/svgl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 52 additions & 31 deletions src/model/modules/02-ui_design.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,23 +386,11 @@ export default <AppItem[]>[
name: 'GoogleFonts',
},
{
homepage: 'https://www.flaticon.com/',
icon: 'flaticon.png',
keywords: ['flaticon'],
name: 'Flaticon',
},
{
homepage: 'https://www.iconfinder.com/',
icon: 'iconfinder.png',
keywords: ['iconfinder'],
name: 'Iconfinder',
darkInvert: true,
},
{
homepage: 'https://useanimations.com/',
icon: 'useanimations.png',
keywords: ['useanimations', 'icon'],
name: 'UseAnimations',
homepage: 'https://tabler.io/icons',
repository: 'https://github.com/tabler/tabler',
icon: 'tabler.png',
keywords: ['tablericons'],
name: 'TablerIcons',
},
{
homepage: 'https://feathericons.com/',
Expand All @@ -418,6 +406,13 @@ export default <AppItem[]>[
keywords: ['heroicons'],
name: 'Heroicons',
},
{
homepage: 'https://lucide.dev/',
repository: 'https://github.com/lucide-icons/lucide',
icon: 'lucide.png',
keywords: ['lucide', 'icon'],
name: 'Lucide',
},
{
homepage: 'http://iconpark.bytedance.com/',
repository: 'https://github.com/bytedance/iconpark',
Expand All @@ -434,20 +429,6 @@ export default <AppItem[]>[
name: 'RemixIcon',
lessRadius: true,
},
{
homepage: 'https://tabler.io/icons',
repository: 'https://github.com/tabler/tabler',
icon: 'tabler.png',
keywords: ['tablericons'],
name: 'TablerIcons',
},
{
homepage: 'https://streamlinehq.com/',
repository: 'https://github.com/webalys-hq',
icon: 'streamline.png',
keywords: ['streamline', 'icon'],
name: 'Streamline',
},
{
homepage: 'https://icones.js.org/',
repository: 'https://github.com/antfu/icones',
Expand All @@ -463,6 +444,46 @@ export default <AppItem[]>[
keywords: ['iconify'],
name: 'Iconify',
},
{
homepage: 'https://svgl.app/',
repository: 'https://github.com/pheralb/svgl',
icon: 'svgl.png',
keywords: ['svgl'],
name: 'SVGL',
},
{
homepage: 'https://phosphoricons.com/',
repository: 'https://github.com/haruaki07/phosphor-svelte',
icon: 'phosphor-svelte.png',
keywords: ['phosphor', 'icon'],
name: 'Phosphor',
},
{
homepage: 'https://www.flaticon.com/',
icon: 'flaticon.png',
keywords: ['flaticon'],
name: 'Flaticon',
},
{
homepage: 'https://www.iconfinder.com/',
icon: 'iconfinder.png',
keywords: ['iconfinder'],
name: 'Iconfinder',
darkInvert: true,
},
{
homepage: 'https://useanimations.com/',
icon: 'useanimations.png',
keywords: ['useanimations', 'icon'],
name: 'UseAnimations',
},
{
homepage: 'https://streamlinehq.com/',
repository: 'https://github.com/webalys-hq',
icon: 'streamline.png',
keywords: ['streamline', 'icon'],
name: 'Streamline',
},
{
homepage: 'https://smashicons.com/',
repository: 'https://github.com/Smashicons',
Expand Down

0 comments on commit 1b26674

Please sign in to comment.