import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserFriends = withIcon(function IconUserFriends(props) {
    return (<svg data-tag="IconUserFriends" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M14.25 18.39c0 .514-.266.79-1.243.94-.977.15-2.664.17-5.507.17-2.843 0-4.53-.02-5.507-.17-.977-.15-1.243-.426-1.243-.94 0-.385.11-1.645.8-2.902.689-1.256 1.958-2.509 4.278-2.88.34-.055.53-.244.557-.452.025-.208-.115-.437-.438-.57a2.648 2.648 0 0 1-1.358-1.222c-.306-.569-.464-1.297-.464-2.182 0-1.214.296-2.134.865-2.751.57-.617 1.414-.931 2.51-.931 1.096 0 1.94.314 2.51.93.57.618.865 1.538.865 2.752 0 .885-.158 1.613-.464 2.182a2.648 2.648 0 0 1-1.358 1.222c-.323.133-.463.361-.438.57.026.208.217.397.557.452 2.32.371 3.59 1.624 4.279 2.88.69 1.257.799 2.517.799 2.903m3.922-5.782c-.34-.055-.531-.244-.557-.452-.025-.209.115-.437.438-.57a2.648 2.648 0 0 0 1.358-1.222c.306-.569.464-1.297.464-2.182 0-1.214-.296-2.134-.865-2.751-.57-.617-1.414-.931-2.51-.931-1.096 0-1.94.314-2.51.93-.57.618-.865 1.538-.865 2.752 0 .885.158 1.613.464 2.182.307.568.762.977 1.358 1.222.323.133.463.357.436.563-.026.207-.217.395-.555.459-.459.086-.761.215-.879.415-.117.2-.05.471.233.842a7.47 7.47 0 0 1 1.223 2.45 8.72 8.72 0 0 1 .345 2.435c0 .243.06.43.184.557.124.127.312.193.566.193 2.843 0 4.53-.02 5.507-.17.977-.149 1.243-.426 1.243-.94 0-.385-.11-1.645-.8-2.901-.689-1.257-1.958-2.51-4.278-2.881"/>
    </svg>);
});
//# sourceMappingURL=UserFriends.jsx.map