mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-01-12 23:35:07 +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" />;
|
|
}
|