import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowDown = withIcon(function IconArrowDown(props) {
    return (<svg data-tag="IconArrowDown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m5.756 11.51 1.803 1.803 1.803 1.803c.293.292.577.382.788.294.212-.088.35-.352.35-.766V4.5c0-.6.075-.975.3-1.2.225-.225.6-.3 1.2-.3s.975.075 1.2.3c.225.225.3.6.3 1.2v10.144c0 .414.138.678.35.766.21.087.495-.002.788-.294l1.803-1.803 1.803-1.804c.423-.423.742-.634 1.06-.634.32 0 .639.211 1.062.634.423.423.634.742.634 1.061 0 .319-.211.638-.634 1.06l-3.653 3.653-3.652 3.653c-.423.423-.742.634-1.06.634-.32 0-.639-.211-1.062-.634l-3.652-3.653-3.652-3.652C3.212 13.208 3 12.889 3 12.57c0-.32.212-.639.635-1.062.423-.423.741-.634 1.06-.634.32 0 .638.211 1.06.634"/>
    </svg>);
});
//# sourceMappingURL=ArrowDown.jsx.map