import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUsername = withIcon(function IconUsername(props) {
    return (<svg data-tag="IconUsername" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.282 11.999c0-1.506 1.067-2.727 2.384-2.727 1.316 0 2.384 1.221 2.384 2.727 0 1.506-1.068 2.726-2.384 2.726-1.317 0-2.384-1.22-2.384-2.726"/>
      <path fillRule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m2.876-3.58a6.132 6.132 0 1 1 3.26-5.42c0 1.318-.609 2.386-1.361 2.386-.753 0-1.363-.61-1.363-1.364v-4.09a.682.682 0 0 0-.796-.672.707.707 0 0 0-.566.71v.17a3.362 3.362 0 0 0-2.554-1.23C9.52 7.91 7.92 9.74 7.92 12s1.6 4.09 3.576 4.09a3.451 3.451 0 0 0 2.907-1.728 2.722 2.722 0 0 0 2.372 1.387c1.505 0 2.724-1.678 2.724-3.749a7.5 7.5 0 1 0-3.96 6.612.682.682 0 0 0-.663-1.19" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Username.jsx.map