import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSearchAlt = withIcon(function IconSearchAlt(props) {
    return (<svg data-tag="IconSearchAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m20.006 17.354-.804-.804-.804-.804c-.661-.661-.988-.967-1.079-1.33-.09-.364.054-.785.336-1.677A7.422 7.422 0 0 0 18 10.5c0-2.071-.84-3.946-2.197-5.303A7.477 7.477 0 0 0 10.5 3c-2.071 0-3.946.84-5.303 2.197A7.477 7.477 0 0 0 3 10.5c0 2.071.84 3.946 2.197 5.303a7.477 7.477 0 0 0 7.543 1.852c.89-.282 1.312-.427 1.675-.336.364.091.67.418 1.331 1.079l.804.803.804.805c.663.662.994.994 1.326.994.331 0 .663-.332 1.326-.994.663-.663.994-.995.994-1.326 0-.332-.331-.663-.994-1.326M12.393 7.5c-1.346 0-2.57.55-3.456 1.437A4.878 4.878 0 0 0 7.5 12.393c.001.365-.147.591-.34.646-.194.055-.431-.062-.607-.382A4.456 4.456 0 0 1 6 10.5c0-1.243.504-2.368 1.318-3.182a4.486 4.486 0 0 1 4.314-1.174c.362.094.705.233 1.025.409.32.176.437.413.382.606-.055.194-.28.342-.646.34"/>
    </svg>);
});
//# sourceMappingURL=SearchAlt.jsx.map