import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTrendUp = withIcon(function IconTrendUp(props) {
    return (<svg data-tag="IconTrendUp" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18 13.512v-.023a.998.998 0 0 0-.297-.688 4.307 4.307 0 0 0-.337-.373L13.06 8.123c-.423-.423-.742-.635-1.061-.635-.319 0-.638.212-1.06.635l-4.305 4.305a4.433 4.433 0 0 0-.321.351 1.003 1.003 0 0 0-.314.71v.023a.992.992 0 0 0 1.06.997v.003H17a1 1 0 0 0 1-1"/>
    </svg>);
});
//# sourceMappingURL=TrendUp.jsx.map