import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserUnfollow = withIcon(function IconUserUnfollow(props) {
    return (<svg data-tag="IconUserUnfollow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M22.399 12.183c.317.318.476.557.476.796s-.159.478-.476.795c-.317.318-.556.476-.796.476-.239 0-.478-.159-.795-.476l-2.035-2.035c-.143-.143-.27-.215-.398-.215-.127 0-.255.072-.398.215l-2.035 2.035c-.318.317-.557.476-.796.476s-.478-.159-.795-.476c-.317-.317-.476-.556-.476-.795 0-.24.159-.479.476-.796l2.035-2.035c.143-.143.215-.27.215-.398 0-.127-.072-.255-.215-.398l-2.035-2.035c-.317-.317-.476-.556-.476-.796 0-.239.159-.478.476-.795.317-.317.556-.476.795-.476.24 0 .478.159.796.476l2.035 2.035c.143.143.27.215.398.215.127 0 .255-.072.398-.215l2.035-2.035c.317-.317.556-.476.796-.476.239 0 .478.159.795.476.317.317.476.556.476.795 0 .24-.159.479-.476.796l-2.035 2.035c-.143.143-.215.27-.215.398 0 .127.072.255.215.398zM8.24 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=UserUnfollow.jsx.map