import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAccount = withIcon(function IconAccount(props) {
    return (<svg data-tag="IconAccount" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m5.024 13.505A6.714 6.714 0 0 1 12 18.75a6.714 6.714 0 0 1-5.024-2.245c-.29-.324-.434-.561-.428-.793.006-.232.163-.46.472-.766a5.35 5.35 0 0 1 1.372-.981 6.599 6.599 0 0 1 1.936-.607c.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.135.865-2.752.57-.617 1.414-.93 2.51-.93 1.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-.437.57.025.208.216.397.556.452.75.12 1.39.332 1.936.607a5.35 5.35 0 0 1 1.372.981c.31.306.466.534.472.766.006.232-.138.469-.428.793"/>
    </svg>);
});
//# sourceMappingURL=Account.jsx.map