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