UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

22 lines (17 loc) 493 B
import React from 'react'; var ChevronUp = function () { function ChevronUp(props) { return React.createElement( 'svg', props, React.createElement('path', { d: 'M32.1 712.6l453.2-452.2c11-11 21-11 32 0l453.2 452.2c4 5 6 10 6 16 0 13-10 23-22 23-7 0-12-2-16-7L501.3 308.5 64.1 744.7c-4 5-9 7-15 7-7 0-12-2-17-7-9-11-9-21 0-32.1z' }) ); } return ChevronUp; }(); ChevronUp.defaultProps = { viewBox: '0 0 1000 1000' }; export default ChevronUp;