import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTrendDownAlt = withIcon(function IconTrendDownAlt(props) {
    return (<svg data-tag="IconTrendDownAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.093 18.273c2.228.456 3.345.681 3.79.236.446-.446.22-1.562-.235-3.791-.382-1.868-.606-2.953-.998-3.323-.392-.37-.953-.025-2.008.97-.11.11-.223.2-.4.2-.178 0-.276-.095-.382-.2L14.606 9.11c-.512-.513-1.294-1.235-2.231-1.235-.938 0-1.719.722-2.232 1.235-.422.423-.956 1.015-1.518 1.015-.563 0-1.326-.822-1.546-1.041L4.81 6.814l-.1-.099C4.233 6.238 3.875 6 3.517 6c-.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.324.998"/>
    </svg>);
});
//# sourceMappingURL=TrendDownAlt.jsx.map