import type { SVGProps } from "react"; export function PocketIDIcon(props: SVGProps) { return ( ); }