mirror of
https://github.com/langgenius/dify.git
synced 2026-08-31 04:53:19 +08:00
12 lines
427 B
TypeScript
12 lines
427 B
TypeScript
export const MarketplaceInstallSourceIcon = () => (
|
|
<span aria-hidden className="i-custom-vender-plugin-box-sparkle-fill size-4 shrink-0" />
|
|
)
|
|
|
|
export const GithubInstallSourceIcon = () => (
|
|
<span aria-hidden className="i-custom-vender-solid-general-github size-4 shrink-0" />
|
|
)
|
|
|
|
export const LocalPackageInstallSourceIcon = () => (
|
|
<span aria-hidden className="i-custom-vender-solid-files-file-zip size-4 shrink-0" />
|
|
)
|