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