{
  "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.446 3.03173C16.6017 2.64787 16.4166 2.21052 16.0328 2.0549C15.6489 1.89928 15.2115 2.08431 15.0559 2.46818L7.55592 20.9682C7.4003 21.352 7.58533 21.7894 7.9692 21.945C8.35307 22.1006 8.79041 21.9156 8.94603 21.5317L16.446 3.03173Z\" fill=\"currentColor\"/><path d=\"M10.611 10.1051C9.73407 9.12253 8.48967 8.49995 7.00097 8.49995C4.61498 8.49995 2.85653 10.0992 2.23259 12.2168C1.8936 13.3674 2.87263 14.25 3.84255 14.25H8.93071L10.611 10.1051Z\" fill=\"currentColor\"/><path d=\"M4.00082 4.99995C4.00082 3.3431 5.34396 1.99995 7.00082 1.99995C8.65767 1.99995 10.0008 3.3431 10.0008 4.99995C10.0008 6.65681 8.65767 7.99995 7.00082 7.99995C5.34396 7.99995 4.00082 6.65681 4.00082 4.99995Z\" fill=\"currentColor\"/><path d=\"M17.0008 9.74995C15.344 9.74995 14.0008 11.0931 14.0008 12.75C14.0008 14.4068 15.344 15.75 17.0008 15.75C18.6577 15.75 20.0008 14.4068 20.0008 12.75C20.0008 11.0931 18.6577 9.74995 17.0008 9.74995Z\" fill=\"currentColor\"/><path d=\"M17.001 16.25C14.615 16.25 12.8565 17.8492 12.2326 19.9668C11.8936 21.1174 12.8726 22 13.8426 22H20.1594C21.1293 22 22.1083 21.1174 21.7693 19.9668C21.1454 17.8492 19.387 16.25 17.001 16.25Z\" 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,gBAAstC,EAAttC,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wMAAwM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,CAAI,GAGhtC",
  "debugId": "6EC6BDA7D866F41264756E2164756E21",
  "names": []
}