Skip to content

Commit

Permalink
bug fix: add filled suffix in tb
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed May 2, 2024
1 parent 9ba6a57 commit 99876c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-icons/src/icons/index.ts
Expand Up @@ -684,7 +684,7 @@ export const icons: IconDefinition[] = [
__dirname,
"../../icons/tabler-icons/icons/filled/*.svg",
),
formatter: (name) => `Tb${name}`,
formatter: (name) => `Tb${name}Filled`,
},
{
files: path.resolve(
Expand Down

0 comments on commit 99876c6

Please sign in to comment.