{
  "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 12C15.3137 12 18 14.6863 18 18V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19V18C6 14.6863 8.68629 12 12 12Z\" fill=\"currentColor\"/><path d=\"M6.41113 13C5.22316 14.327 4.5 16.0788 4.5 18V19H1C0.447715 19 0 18.5523 0 18C0 15.2386 2.23858 13 5 13H6.41113Z\" fill=\"currentColor\"/><path d=\"M19 13C21.7614 13 24 15.2386 24 18C24 18.5523 23.5523 19 23 19H19.5V18C19.5 16.0788 18.7768 14.327 17.5889 13H19Z\" fill=\"currentColor\"/><path d=\"M4.5 6.25C6.01878 6.25 7.25 7.48122 7.25 9C7.25 10.5188 6.01878 11.75 4.5 11.75C2.98122 11.75 1.75 10.5188 1.75 9C1.75 7.48122 2.98122 6.25 4.5 6.25Z\" fill=\"currentColor\"/><path d=\"M19.5 6.25C21.0188 6.25 22.25 7.48122 22.25 9C22.25 10.5188 21.0188 11.75 19.5 11.75C17.9812 11.75 16.75 10.5188 16.75 9C16.75 7.48122 17.9812 6.25 19.5 6.25Z\" fill=\"currentColor\"/><path d=\"M12 3.5C13.933 3.5 15.5 5.067 15.5 7C15.5 8.933 13.933 10.5 12 10.5C10.067 10.5 8.5 8.933 8.5 7C8.5 5.067 10.067 3.5 12 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,gBAA4hC,EAA5hC,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,CAAI,GAGthC",
  "debugId": "EADCB5461B2AE17B64756E2164756E21",
  "names": []
}