import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUser = withIcon(function IconUser(props) {
    return (<svg data-tag="IconUser" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.956 12.91c.415-.068.65-.298.68-.553.032-.255-.14-.533-.534-.696-.728-.3-1.285-.8-1.66-1.494-.374-.695-.567-1.585-.567-2.667 0-1.484.361-2.609 1.058-3.363C9.629 3.383 10.66 3 12 3s2.371.383 3.067 1.137c.697.755 1.058 1.88 1.058 3.363 0 1.082-.193 1.972-.568 2.667a3.235 3.235 0 0 1-1.659 1.494c-.395.163-.566.441-.535.696.032.255.266.485.68.552 2.836.455 4.387 1.902 5.23 3.355.843 1.452.977 2.908.977 3.38 0 .627-.325.966-1.52 1.148-1.193.182-3.256.208-6.73.208-3.474 0-5.537-.026-6.73-.208-1.195-.182-1.52-.521-1.52-1.148 0-.472.134-1.928.977-3.38.843-1.453 2.394-2.9 5.23-3.355"/>
    </svg>);
});
//# sourceMappingURL=User.jsx.map