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