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