mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-21 10:48:12 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
import { User } from "lucide-react";
|
||
|
|
||
|
export function InputIcon() {
|
||
|
return <User size="1.25rem" />;
|
||
|
}
|