import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTrendDown = withIcon(function IconTrendDown(props) {
    return (<svg data-tag="IconTrendDown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6 10.488v.023a.997.997 0 0 0 .298.688c.091.117.203.24.337.373l4.304 4.305c.423.423.742.635 1.061.635.319 0 .638-.212 1.06-.635l4.306-4.305c.125-.125.232-.241.32-.351a1.003 1.003 0 0 0 .314-.71v-.023a.992.992 0 0 0-1.06-.997v-.003H7a1 1 0 0 0-1 1"/>
    </svg>);
});
//# sourceMappingURL=TrendDown.jsx.map