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