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