import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowUp = withIcon(function IconArrowUp(props) {
    return (<svg data-tag="IconArrowUp" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m18.244 12.49-1.803-1.803-1.803-1.803c-.293-.292-.577-.381-.788-.294-.212.088-.35.352-.35.766V19.5c0 .6-.075.974-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.226-.3-.6-.3-1.2V9.356c0-.414-.138-.678-.35-.766-.21-.087-.495.002-.788.294l-1.803 1.803-1.803 1.804c-.423.423-.742.634-1.06.634-.32 0-.639-.211-1.062-.634C3.211 12.068 3 11.749 3 11.43c0-.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.639-.635 1.061-.423.423-.741.635-1.06.635-.32 0-.638-.211-1.06-.634"/>
    </svg>);
});
//# sourceMappingURL=ArrowUp.jsx.map