import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserSearch = withIcon(function IconUserSearch(props) {
    return (<svg data-tag="IconUserSearch" 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.326m-8.484-5.65c-.208-.033-.325-.148-.34-.276-.016-.127.07-.266.267-.348.364-.15.642-.4.83-.747.187-.347.284-.792.284-1.333 0-.742-.181-1.304-.53-1.681-.347-.377-.863-.57-1.533-.57-.67 0-1.185.192-1.534.57-.348.377-.528.94-.528 1.68 0 .542.096.987.283 1.334.188.348.466.597.83.747.198.082.283.221.267.348-.015.128-.132.243-.34.277a4.087 4.087 0 0 0-1.449.5 3.222 3.222 0 0 0-.912.802c-.264.34-.485.505-.69.49-.204-.015-.392-.21-.59-.592A5.202 5.202 0 0 1 5.25 10.5c0-1.45.588-2.762 1.538-3.712A5.234 5.234 0 0 1 10.5 5.25c1.45 0 2.762.588 3.712 1.538a5.234 5.234 0 0 1 .952 6.117c-.199.382-.387.577-.591.592-.205.015-.426-.15-.69-.49a3.223 3.223 0 0 0-.912-.801 4.085 4.085 0 0 0-1.45-.501"/>
    </svg>);
});
//# sourceMappingURL=UserSearch.jsx.map