import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserEdit = withIcon(function IconUserEdit(props) {
    return (<svg data-tag="IconUserEdit" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M11.265 14.712c-.494.495-.784.79-1.021 1.115-.237.325-.421.68-.705 1.297-.17.367-.309.586-.507.713-.198.128-.455.163-.859.163-2.36-.003-3.84-.027-4.732-.177-.89-.15-1.191-.427-1.191-.932 0-.386.11-1.646.8-2.903.689-1.256 1.958-2.509 4.278-2.88.34-.055.53-.244.556-.452.026-.209-.114-.437-.437-.57a2.648 2.648 0 0 1-1.358-1.222c-.306-.569-.464-1.297-.464-2.182 0-1.214.295-2.135.865-2.752C7.06 3.313 7.904 3 9 3c1.096 0 1.94.313 2.51.93.57.617.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.452a7.612 7.612 0 0 1 .866.191c1.214.35 1.82.529 1.899.844.079.315-.368.766-1.261 1.659l-.455.455zm9.691-4.918C20.426 9.264 20.03 9 19.63 9c-.398 0-.796.265-1.325.794l-2.99 2.99-2.99 2.989c-.478.478-.719.72-.91.996-.192.276-.333.587-.614 1.203-.82 1.804-1.227 2.708-.979 2.956.248.248 1.152-.16 2.956-.98.616-.28.927-.421 1.203-.613.276-.191.518-.432.996-.91l2.99-2.99 2.99-2.99c.528-.529.793-.927.793-1.325 0-.398-.265-.797-.794-1.326"/>
    </svg>);
});
//# sourceMappingURL=UserEdit.jsx.map