import React from "react"; const Keyhole = ({ width, height, color }) => ( ); export default Keyhole;