import * as React from "react"; function UserCircleIcon(props: React.SVGProps) { return ; } export default UserCircleIcon;