fix sharp duotone name

This commit is contained in:
lindsaym-fa
2025-06-20 18:19:03 -04:00
parent 4d8a5c829b
commit f9dc510444

View File

@@ -728,7 +728,7 @@ export const icons = [
{ name: 'Classic', libraryName: 'classic' },
{ name: 'Sharp', libraryName: 'sharp' },
{ name: 'Duotone', libraryName: 'duotone' },
{ name: 'Sharp-duotone', libraryName: 'sharp-duotone' },
{ name: 'Sharp Duotone', libraryName: 'sharp-duotone' },
];
export const colors = ['red', 'orange', 'yellow', 'green', 'cyan', 'blue', 'indigo', 'purple', 'pink', 'gray'];