{
  "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.5 7C3.5 4.79086 5.29086 3 7.5 3C9.70914 3 11.5 4.79086 11.5 7C11.5 9.20914 9.70914 11 7.5 11C5.29086 11 3.5 9.20914 3.5 7Z\" fill=\"currentColor\"/><path d=\"M7.42857 12C10.943 12 14.2314 14.8926 14.6053 20.1973C14.6199 20.4048 14.5477 20.6091 14.4058 20.7613C14.2639 20.9136 14.0652 21 13.8571 21H1C0.791928 21 0.593206 20.9136 0.451343 20.7613C0.30948 20.6091 0.237227 20.4048 0.251858 20.1973C0.625789 14.8926 3.91415 12 7.42857 12Z\" fill=\"currentColor\"/><path d=\"M16.5 3C14.2909 3 12.5 4.79086 12.5 7C12.5 9.20914 14.2909 11 16.5 11C18.7091 11 20.5 9.20914 20.5 7C20.5 4.79086 18.7091 3 16.5 3Z\" fill=\"currentColor\"/><path d=\"M16.1017 20.0918C16.1237 20.4031 16.0805 20.7119 15.9786 21H22.9972C23.2053 21 23.404 20.9136 23.5459 20.7613C23.6877 20.6091 23.76 20.4048 23.7453 20.1973C23.3714 14.8926 20.083 12 16.5686 12C15.3801 12 14.2174 12.3308 13.1846 12.9739C14.7974 14.6363 15.889 17.0736 16.1017 20.0918Z\" 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,gBAAy+B,EAAz+B,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,gIAAgI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sIAAsI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8RAA8R,KAAK,eAAc,CAAI,GAGn+B",
  "debugId": "F7109DB492DD93D264756E2164756E21",
  "names": []
}