import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronDown = withIcon(function IconChevronDown(props) {
    return (<svg data-tag="IconChevronDown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.244 8.134c.423-.423.742-.634 1.06-.634.32 0 .639.212 1.062.634.423.423.634.742.634 1.061 0 .32-.211.638-.634 1.06l-3.653 3.653-3.652 3.653c-.423.423-.742.634-1.06.634-.32 0-.639-.211-1.062-.634l-3.652-3.653-3.652-3.652C3.212 9.833 3 9.514 3 9.196c0-.32.212-.638.635-1.061.423-.423.741-.635 1.06-.635.32 0 .638.212 1.06.635l2.858 2.857 2.857 2.856c.19.191.36.287.53.287.17 0 .34-.096.53-.287l2.857-2.856z"/>
    </svg>);
});
//# sourceMappingURL=ChevronDown.jsx.map