import React from 'react'; export default function DateIcon(props) { return ( ); } DateIcon.defaultProps = { height: 20, width: 20, viewBox: '0 0 24 24', };