File tree 1 file changed +15
-15
lines changed
packages/react-icons/src/icons
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -673,21 +673,21 @@ export const icons: IconDefinition[] = [
673
673
id : "tb" ,
674
674
name : "Tabler Icons" ,
675
675
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
+ ] ,
691
691
projectUrl : "https://github.com/tabler/tabler-icons" ,
692
692
license : "MIT" ,
693
693
licenseUrl : "https://opensource.org/licenses/MIT" ,
You can’t perform that action at this time.
0 commit comments