Skip to content

Commit 4fb1b56

Browse files
committed
Add solid-feather-icon package
1 parent 03bd27a commit 4fb1b56

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/pages/Resources/Utilities.data.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,6 +2706,23 @@ const utilities: Array<Resource> = [
27062706
type: PackageType.Package,
27072707
categories: [ResourceCategory.UI],
27082708
},
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+
},
27092726
];
27102727

27112728
export default utilities;

0 commit comments

Comments
 (0)