Feat: ajout d'icone pour la gestion de ressources

This commit is contained in:
Amaël Kesteman
2025-12-09 16:24:05 +01:00
parent 4b170cf88e
commit a9442041e5
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ const MAPPING = {
'paperplane.fill': 'send',
'chevron.left.forwardslash.chevron.right': 'code',
'chevron.right': 'chevron-right',
'backpack.fill': 'backpack',
} as IconMapping;
/**