This commit is contained in:
tuanvu
2025-12-11 12:13:52 +01:00
6 changed files with 84 additions and 4 deletions

View File

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