-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 fix: fix file type icon * Update index.tsx * Update index.tsx
- Loading branch information
Showing
18 changed files
with
53 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/icons/FileTypeIcon/demos/index.tsx → src/FileTypeIcon/demos/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
nav: Components | ||
title: FileTypeIcon | ||
--- | ||
|
||
## Default | ||
|
||
<code src="./demos/index.tsx" nopadding></code> | ||
|
||
## Custom Icon | ||
|
||
<code src="./demos/Icon.tsx" center></code> | ||
|
||
## APIs | ||
|
||
<API></API> |
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
...cons/MaterialFileTypeIcon/demos/index.tsx → src/MaterialFileTypeIcon/demos/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
nav: Components | ||
title: MaterialFileTypeIcon | ||
--- | ||
|
||
## Default | ||
|
||
<code src="./demos/index.tsx" nopadding></code> | ||
|
||
## APIs | ||
|
||
<API></API> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
export * from './components'; | ||
export * from './icons'; | ||
export { default as Auth0, type CompoundedIcon as Auth0Props } from './Auth0'; | ||
export { default as Authelia, type CompoundedIcon as AutheliaProps } from './Authelia'; | ||
export { default as Authentik, type CompoundedIcon as AuthentikProps } from './Authentik'; | ||
export { default as Casdoor, type CompoundedIcon as CasdoorProps } from './Casdoor'; | ||
export { default as Clerk, type CompoundedIcon as ClerkProps } from './Clerk'; | ||
export { default as Logto, type CompoundedIcon as LogtoProps } from './Logto'; | ||
export { | ||
default as MicrosoftEntra, | ||
type CompoundedIcon as MicrosoftEntraProps, | ||
} from './MicrosoftEntra'; | ||
export { default as NextAuth, type CompoundedIcon as NextAuthProps } from './NextAuth'; | ||
export { default as Zitadel, type CompoundedIcon as ZitadelProps } from './Zitadel'; | ||
export { Cloudflare, type CloudflareProps, Github, type GithubProps } from '@lobehub/icons'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters