import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserFollow = withIcon(function IconUserFollow(props) {
    return (<svg data-tag="IconUserFollow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 8.625h-1.5c-.45 0-.731-.056-.9-.225-.169-.169-.225-.45-.225-.9V6c0-.45-.056-.73-.225-.9-.169-.169-.45-.225-.9-.225s-.731.056-.9.225c-.169.17-.225.45-.225.9v1.5c0 .45-.056.731-.225.9-.169.169-.45.225-.9.225h-1.5c-.45 0-.731.056-.9.225-.169.17-.225.45-.225.9s.056.731.225.9c.169.169.45.225.9.225h1.5c.45 0 .731.056.9.225.169.17.225.45.225.9v1.5c0 .45.056.731.225.9.169.169.45.225.9.225s.731-.056.9-.225c.169-.169.225-.45.225-.9V12c0-.45.056-.73.225-.9.169-.168.45-.225.9-.225h1.5c.45 0 .731-.056.9-.225.169-.169.225-.45.225-.9s-.056-.73-.225-.9c-.169-.169-.45-.225-.9-.225M8.615 12.156c.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.903 0 .513-.266.79-1.243.939-.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.531-.244.557-.452.025-.209-.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"/>
    </svg>);
});
//# sourceMappingURL=UserFollow.jsx.map