import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronUp = withIcon(function IconChevronUp(props) {
    return (<svg data-tag="IconChevronUp" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.756 15.866c-.423.422-.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.06l3.653-3.653 3.652-3.653c.423-.423.742-.634 1.06-.634.32 0 .639.211 1.062.634l3.652 3.653 3.652 3.652c.423.423.635.742.635 1.06 0 .32-.212.638-.635 1.061-.423.423-.741.635-1.06.635-.32 0-.638-.212-1.06-.635l-2.858-2.857-2.857-2.856c-.19-.191-.36-.287-.53-.287-.17 0-.34.096-.53.287l-2.857 2.856z"/>
    </svg>);
});
//# sourceMappingURL=ChevronUp.jsx.map