import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTrendUpAlt = withIcon(function IconTrendUpAlt(props) {
    return (<svg data-tag="IconTrendUpAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.092 6.477c2.23-.456 3.346-.681 3.791-.236.446.446.22 1.562-.235 3.791-.382 1.868-.606 2.953-.998 3.323-.393.37-.953.025-2.008-.97-.11-.11-.223-.2-.4-.2-.178 0-.276.095-.382.2l-3.254 3.255c-.512.513-1.294 1.235-2.231 1.235-.938 0-1.719-.722-2.232-1.235-.423-.423-.956-1.015-1.518-1.015-.563 0-1.326.822-1.546 1.041l-2.269 2.27-.1.099c-.477.477-.835.715-1.193.715-.358 0-.608-.106-1.085-.583s-.559-.702-.559-1.06c0-.358.24-.717.716-1.194l1.705-1.704 1.724-1.724.474-.468c.498-.45 1.195-1.142 2.133-1.142.937 0 1.467.479 2.204 1.208.22.22.983 1.042 1.546 1.042.562 0 1.326-.822 1.546-1.042l1.818-1.819c.097-.097.192-.16.209-.34.017-.182-.09-.323-.209-.441-.994-1.055-1.34-1.615-.97-2.008.37-.392 1.456-.616 3.323-.998"/>
    </svg>);
});
//# sourceMappingURL=TrendUpAlt.jsx.map