export const CustomersIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" {...props}>
    <path
      fill="currentColor"
      d="M8.125 3.125a1.875 1.875 0 1 1 3.75 0 1.875 1.875 0 0 1-3.75 0Zm8.476 7.774-3.54-4.014a1.875 1.875 0 0 0-1.407-.635H8.346a1.875 1.875 0 0 0-1.406.635L3.4 10.9a.94.94 0 0 0 1.327 1.328L7.5 10l-1.787 6.791a.938.938 0 0 0 1.7.793L10 13.125l2.588 4.459a.938.938 0 0 0 1.699-.793L12.5 10l2.774 2.226a.939.939 0 1 0 1.328-1.328l-.001.001Z"
      opacity={0.2}
    />
    <path
      fill="currentColor"
      d="M12.5 3.125a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM10 4.375a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm7.058 6.098-3.53-4.002a2.5 2.5 0 0 0-1.874-.846H8.346a2.5 2.5 0 0 0-1.875.846l-3.529 4.002a1.562 1.562 0 0 0 2.198 2.22l1.273-1.021-1.292 4.912a1.563 1.563 0 0 0 2.848 1.291L10 14.37l2.031 3.505a1.562 1.562 0 0 0 2.845-1.29l-1.29-4.913 1.274 1.022a1.563 1.563 0 0 0 2.198-2.221Zm-.9 1.31a.311.311 0 0 1-.442 0c-.016-.016-.032-.031-.05-.045L12.89 9.512a.625.625 0 0 0-.996.644l1.788 6.797c.009.036.022.072.037.106a.312.312 0 1 1-.566.264.502.502 0 0 0-.026-.05l-2.587-4.46a.625.625 0 0 0-1.082 0L6.875 17.27a.487.487 0 0 0-.026.049.313.313 0 0 1-.567-.264.601.601 0 0 0 .038-.106l1.785-6.793a.625.625 0 0 0-.996-.644l-2.775 2.226c-.018.014-.034.03-.05.045a.311.311 0 0 1-.517-.097.313.313 0 0 1 .074-.345.46.46 0 0 0 .027-.028l3.54-4.015a1.25 1.25 0 0 1 .938-.423h3.308a1.25 1.25 0 0 1 .937.423l3.541 4.014.027.03a.313.313 0 0 1 0 .44Z"
    />
  </svg>
);
