import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronUpAlt = withIcon(function IconChevronUpAlt(props) {
    return (<svg data-tag="IconChevronUpAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.756 14.74c-.423.424-.742.635-1.06.635-.32 0-.639-.211-1.062-.634C6.211 14.318 6 13.999 6 13.68c0-.32.211-.638.634-1.06l2.153-2.153 2.152-2.153c.423-.423.742-.634 1.06-.634.32 0 .639.211 1.062.634l2.152 2.153 2.152 2.152c.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-1.358-1.357-1.357-1.356c-.19-.191-.36-.287-.53-.287-.17 0-.34.096-.53.287l-1.357 1.356z"/>
    </svg>);
});
//# sourceMappingURL=ChevronUpAlt.jsx.map