mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
feat(react/dialog): port note_type_chooser
This commit is contained in:
7
apps/client/src/widgets/react/Icon.tsx
Normal file
7
apps/client/src/widgets/react/Icon.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
interface IconProps {
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
export default function Icon({ icon }: IconProps) {
|
||||
return <span class={icon ?? "bx bx-empty"}></span>
|
||||
}
|
||||
Reference in New Issue
Block a user