import type { IconFC } from "./types.js"; /** * @internal */ export const LockIcon: IconFC = (props) => { return ( ); };