{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTeam/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 IconTeam: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"team, group, people, community, users\"><path d=\"M12.0019 12C15.3156 12 18.0019 14.1863 18.0019 17.5C18.0019 18.8807 16.8826 20 15.5019 20H8.50191C7.1212 20 6.00191 18.8807 6.00191 17.5C6.00191 14.1863 8.6882 12 12.0019 12Z\" fill=\"currentColor\"/><path d=\"M6.41304 13C5.22507 14.327 4.50191 16.0788 4.50191 18V19H2.75191C1.09506 19 -0.365299 17.6068 0.190502 16.046C0.913597 14.0153 2.52695 13 5.00191 13H6.41304Z\" fill=\"currentColor\"/><path d=\"M19.0019 13C21.4769 13 23.0902 14.0153 23.8133 16.046C24.3691 17.6068 22.9088 19 21.2519 19H19.5019V18C19.5019 16.0788 18.7787 14.327 17.5908 13H19.0019Z\" fill=\"currentColor\"/><path d=\"M4.50191 6.25C6.0207 6.25 7.25191 7.48122 7.25191 9C7.25191 10.5188 6.0207 11.75 4.50191 11.75C2.98313 11.75 1.75191 10.5188 1.75191 9C1.75191 7.48122 2.98313 6.25 4.50191 6.25Z\" fill=\"currentColor\"/><path d=\"M19.5019 6.25C21.0207 6.25 22.2519 7.48122 22.2519 9C22.2519 10.5188 21.0207 11.75 19.5019 11.75C17.9831 11.75 16.7519 10.5188 16.7519 9C16.7519 7.48122 17.9831 6.25 19.5019 6.25Z\" fill=\"currentColor\"/><path d=\"M12.0019 3.5C13.9349 3.5 15.5019 5.067 15.5019 7C15.5019 8.933 13.9349 10.5 12.0019 10.5C10.0689 10.5 8.50191 8.933 8.50191 7C8.50191 5.067 10.0689 3.5 12.0019 3.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTeam;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA4vC,EAA5vC,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,iLAAiL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4JAA4J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sLAAsL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uKAAuK,KAAK,eAAc,CAAI,GAGtvC",
  "debugId": "B6108EB8B1EE4D4864756E2164756E21",
  "names": []
}