We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd27a commit 4fb1b56Copy full SHA for 4fb1b56
1 file changed
src/pages/Resources/Utilities.data.ts
@@ -2706,6 +2706,23 @@ const utilities: Array<Resource> = [
2706
type: PackageType.Package,
2707
categories: [ResourceCategory.UI],
2708
},
2709
+ {
2710
+ link: 'https://github.com/jaoaustero/solid-feather-icon',
2711
+ title: 'solid-feather-icon',
2712
+ description: 'A solidjs component for feather icons',
2713
+ author: 'Jao Austero',
2714
+ author_url: 'https://github.com/jaoaustero',
2715
+ keywords: [
2716
+ 'feather',
2717
+ 'feather-icons',
2718
+ 'icons',
2719
+ 'svg',
2720
+ ],
2721
+ official: false,
2722
+ type: PackageType.Package,
2723
+ categories: [ResourceCategory.Plugins, ResourceCategory.AddOn],
2724
+ published_at: 1745821054,
2725
+ },
2726
];
2727
2728
export default utilities;
0 commit comments