{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleVersus/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleVersus: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-versus, vs, match, 1v1\"><path d=\"M16.0318 2.0549C16.4156 2.21052 16.6007 2.64787 16.4451 3.03173L8.94505 21.5317C8.78943 21.9156 8.35209 22.1006 7.96822 21.945C7.58435 21.7894 7.39932 21.352 7.55495 20.9682L15.0549 2.46818C15.2106 2.08431 15.6479 1.89928 16.0318 2.0549Z\" fill=\"currentColor\"/><path d=\"M7 1.99995C5.34315 1.99995 4 3.3431 4 4.99995C4 6.65681 5.34315 7.99995 7 7.99995C8.65685 7.99995 10 6.65681 10 4.99995C10 3.3431 8.65685 1.99995 7 1.99995Z\" fill=\"currentColor\"/><path d=\"M17 9.74995C15.3431 9.74995 14 11.0931 14 12.75C14 14.4068 15.3431 15.75 17 15.75C18.6569 15.75 20 14.4068 20 12.75C20 11.0931 18.6569 9.74995 17 9.74995Z\" fill=\"currentColor\"/><path d=\"M12.0029 21.1844C12.2385 18.4986 14.1575 16.25 17 16.25C19.8425 16.25 21.7615 18.4986 21.9971 21.1844C22.0155 21.3939 21.9451 21.6015 21.803 21.7566C21.661 21.9117 21.4603 22 21.25 22H12.75C12.5397 22 12.339 21.9117 12.197 21.7566C12.0549 21.6015 11.9845 21.3939 12.0029 21.1844Z\" fill=\"currentColor\"/><path d=\"M7 8.49995C8.4962 8.49995 9.73653 9.12298 10.6102 10.1048L8.92973 14.25H2.75C2.53969 14.25 2.33905 14.1617 2.19698 14.0066C2.05492 13.8515 1.98449 13.6439 2.00287 13.4344C2.23853 10.7486 4.15753 8.49995 7 8.49995Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleVersus;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAuvC,EAAvvC,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0RAA0R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wNAAwN,KAAK,eAAc,CAAI,GAGjvC",
  "debugId": "D59212F49A38E34364756E2164756E21",
  "names": []
}