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