export const AdminIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="21.308"
    height="21.3"
    viewBox="0 0 21.308 21.3"
    {...props}
  >
    <g data-name="Group 6">
      <g data-name="Group 1">
        <path
          data-name="Path 1"
          d="M8.684 10.65c-2.206 0-3.938-2.592-3.938-5.906C4.746.596 7.502.15 8.684.15s3.938.446 3.938 4.594c-.001 3.314-1.727 5.906-3.938 5.906Zm0-9.187c-1.739 0-2.625 1.1-2.625 3.281 0 2.487 1.2 4.594 2.625 4.594s2.625-2.107 2.625-4.594c0-2.179-.88-3.281-2.625-3.281Z"
          fill="currentColor"
          stroke="currentColor"
          strokeWidth=".3"
        />
      </g>
      <g data-name="Group 2">
        <path
          data-name="Path 2"
          d="M11.621 21.15H.809a.653.653 0 0 1-.656-.65c-.007-.643-.007-6.313 1.693-8.026a1.806 1.806 0 0 1 1.286-.564h.2c1.05.007 1.673-.033 2.152-.919a.658.658 0 0 1 1.155.63 3.214 3.214 0 0 1-3.314 1.6h-.19a.463.463 0 0 0-.348.177c-.9.906-1.267 4.187-1.313 6.438h10.147a.656.656 0 1 1 0 1.313Z"
          fill="currentColor"
          stroke="currentColor"
          strokeWidth=".3"
        />
      </g>
      <g data-name="Group 5">
        <g data-name="Group 4">
          <g data-name="Group 3">
            <path
              data-name="Path 3"
              d="M16.23 21.15a.858.858 0 0 1-.289-.046c-4.679-1.509-4.712-7.645-4.613-9.5a1 1 0 0 1 .368-.728.89.89 0 0 1 .7-.2 3.691 3.691 0 0 0 3.117-1.043l.105-.085a.934.934 0 0 1 1.207 0l.125.1a3.619 3.619 0 0 0 3.1 1.024.877.877 0 0 1 .7.2 1.024 1.024 0 0 1 .368.728c.1 1.844.066 7.987-4.613 9.5a.8.8 0 0 1-.275.05Zm-3.6-9.122c-.039 1.654.131 6.563 3.6 7.783 3.472-1.227 3.642-6.136 3.6-7.783a4.853 4.853 0 0 1-3.6-1.26 4.869 4.869 0 0 1-3.602 1.261Z"
              fill="currentColor"
              stroke="currentColor"
              strokeWidth=".3"
            />
          </g>
        </g>
      </g>
    </g>
  </svg>
);
