import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronDownAlt = withIcon(function IconChevronDownAlt(props) {
    return (<svg data-tag="IconChevronDownAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.244 9.26c.423-.424.742-.635 1.06-.635.32 0 .639.211 1.062.634.423.423.634.742.634 1.061 0 .32-.211.638-.634 1.06l-2.153 2.153-2.152 2.153c-.423.423-.742.634-1.06.634-.32 0-.639-.211-1.062-.634l-2.152-2.153-2.152-2.152C6.212 10.958 6 10.639 6 10.32c0-.32.212-.638.635-1.061.423-.423.741-.635 1.06-.635.32 0 .638.212 1.06.635l1.358 1.357 1.357 1.356c.19.191.36.287.53.287.17 0 .34-.096.53-.287l1.357-1.356z"/>
    </svg>);
});
//# sourceMappingURL=ChevronDownAlt.jsx.map