import React from "react"; const KeyIcon = (props) => { return ( ); }; export default KeyIcon;