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