{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGroup2/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 IconGroup2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"group-2, users\"><path d=\"M3.1875 7C3.1875 4.75634 5.00634 2.9375 7.25 2.9375C9.49366 2.9375 11.3125 4.75634 11.3125 7C11.3125 9.24366 9.49366 11.0625 7.25 11.0625C5.00634 11.0625 3.1875 9.24366 3.1875 7Z\" fill=\"currentColor\"/><path d=\"M12.4375 7C12.4375 4.75634 14.2563 2.9375 16.5 2.9375C18.7437 2.9375 20.5625 4.75634 20.5625 7C20.5625 9.24366 18.7437 11.0625 16.5 11.0625C14.2563 11.0625 12.4375 9.24366 12.4375 7Z\" fill=\"currentColor\"/><path d=\"M13.1895 13.1868C14.0692 14.0823 14.7997 15.2067 15.3146 16.5358C15.9666 18.2188 15.5137 19.8772 14.5341 21.0217C14.4575 21.1112 14.3777 21.1978 14.2949 21.2812H19.7782C20.8699 21.2812 21.8835 20.8069 22.5344 20.0463C23.1981 19.271 23.4854 18.1868 23.0557 17.0776C21.824 13.8982 19.2364 12.2188 16.5686 12.2188C15.3898 12.2188 14.2268 12.5466 13.1895 13.1868Z\" fill=\"currentColor\"/><path d=\"M7.4289 12.2188C10.0968 12.2188 12.6844 13.8982 13.9161 17.0776C14.3458 18.1868 14.0584 19.271 13.3948 20.0463C12.7438 20.8069 11.7302 21.2812 10.6386 21.2812H4.21925C3.12757 21.2812 2.11399 20.8069 1.46302 20.0463C0.799396 19.271 0.512014 18.1868 0.941713 17.0776C2.17344 13.8982 4.76102 12.2188 7.4289 12.2188Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGroup2;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAgsC,EAAhsC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yLAAyL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0WAA0W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2TAA2T,KAAK,eAAc,CAAI,GAG1rC",
  "debugId": "79A9B3526826CCF664756E2164756E21",
  "names": []
}