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.024 12.183c.317.318.476.557.476.796s-.159.478-.476.795c-.317.318-.556.476-.795.476-.24 0-.479-.159-.796-.476l-1.018-1.017-1.017-1.018c-.143-.143-.27-.215-.398-.215-.127 0-.255.072-.398.215l-1.017 1.018-1.018 1.017c-.317.317-.556.476-.796.476-.239 0-.478-.159-.795-.476-.317-.317-.476-.556-.476-.795 0-.24.159-.479.476-.796l1.018-1.018 1.017-1.017c.143-.143.215-.27.215-.398 0-.127-.072-.255-.215-.398l-1.017-1.017-1.018-1.018C13.659 7 13.5 6.76 13.5 6.52c0-.239.159-.478.476-.795.317-.317.556-.476.795-.476.24 0 .479.159.796.476l1.018 1.018 1.017 1.017c.143.143.27.215.398.215.127 0 .255-.072.398-.215l1.018-1.017 1.017-1.018c.317-.317.557-.476.796-.476s.478.159.795.476c.317.317.476.556.476.795 0 .24-.159.479-.476.796l-1.018 1.018-1.017 1.017c-.143.143-.215.27-.215.398 0 .127.072.255.215.398l1.017 1.017zm-12.852.425c-.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.751C9.44 4.814 8.596 4.5 7.5 4.5c-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.361.438.57-.026.208-.217.397-.557.452-2.32.371-3.59 1.624-4.279 2.88C.86 16.745.75 18.005.75 18.391c0 .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"/>
    </svg>);
});
//# sourceMappingURL=UserUnfollow.jsx.map