Skip to content

Commit d5b411b

Browse files
committed
fix formatting
1 parent 12f2f5b commit d5b411b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/react-icons/src/icons/index.ts

+15-15
Original file line numberDiff line numberDiff line change
@@ -673,21 +673,21 @@ export const icons: IconDefinition[] = [
673673
id: "tb",
674674
name: "Tabler Icons",
675675
contents: [
676-
{
677-
files: path.resolve(
678-
__dirname,
679-
"../../icons/tabler-icons/icons/filled/*.svg",
680-
),
681-
formatter: (name) => `Tb${name}`,
682-
},
683-
{
684-
files: path.resolve(
685-
__dirname,
686-
"../../icons/tabler-icons/icons/outline/*.svg",
687-
),
688-
formatter: (name) => `TbOutline${name}`,
689-
},
690-
],
676+
{
677+
files: path.resolve(
678+
__dirname,
679+
"../../icons/tabler-icons/icons/filled/*.svg",
680+
),
681+
formatter: (name) => `Tb${name}`,
682+
},
683+
{
684+
files: path.resolve(
685+
__dirname,
686+
"../../icons/tabler-icons/icons/outline/*.svg",
687+
),
688+
formatter: (name) => `TbOutline${name}`,
689+
},
690+
],
691691
projectUrl: "https://github.com/tabler/tabler-icons",
692692
license: "MIT",
693693
licenseUrl: "https://opensource.org/licenses/MIT",

0 commit comments

Comments
 (0)