{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGroup1/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 IconGroup1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"group-1, users\"><path d=\"M13.5 6.25C13.5 3.90279 11.5972 2 9.25 2C6.90279 2 5 3.90279 5 6.25C5 8.59721 6.90279 10.5 9.25 10.5C11.5972 10.5 13.5 8.59721 13.5 6.25Z\" fill=\"currentColor\"/><path d=\"M17.75 6.25C17.75 4.73122 16.5188 3.5 15 3.5C14.5858 3.5 14.25 3.16421 14.25 2.75C14.25 2.33579 14.5858 2 15 2C17.3472 2 19.25 3.90279 19.25 6.25C19.25 8.59721 17.3472 10.5 15 10.5C14.5858 10.5 14.25 10.1642 14.25 9.75C14.25 9.33579 14.5858 9 15 9C16.5188 9 17.75 7.76878 17.75 6.25Z\" fill=\"currentColor\"/><path d=\"M9.25 12C14.158 12 18.25 15.7578 18.25 20.2188C18.25 20.633 17.9142 20.9688 17.5 20.9688H1C0.585786 20.9688 0.25 20.633 0.25 20.2188C0.25 15.7578 4.34204 12 9.25 12Z\" fill=\"currentColor\"/><path d=\"M17.9996 14.2157C20.4023 15.0667 22.1354 17.1885 22.449 19.4999H20.75C20.3358 19.4999 20 19.8357 20 20.2499C20 20.6641 20.3358 20.9999 20.75 20.9999H23.25C23.6642 20.9999 24 20.6641 24 20.2499C24 16.9655 21.7033 13.9362 18.5004 12.8018C18.11 12.6635 17.6813 12.8679 17.543 13.2583C17.4047 13.6488 17.6092 14.0774 17.9996 14.2157Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGroup1;\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,gBAA2kC,EAA3kC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8RAA8R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wKAAwK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4UAA4U,KAAK,eAAc,CAAI,GAGrkC",
  "debugId": "52B02C70526AAD1564756E2164756E21",
  "names": []
}