{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGroup3/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 IconGroup3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"group-3\"><path d=\"M11.25 7C11.25 8.79493 9.79493 10.25 8 10.25C6.20507 10.25 4.75 8.79493 4.75 7C4.75 5.20507 6.20507 3.75 8 3.75C9.79493 3.75 11.25 5.20507 11.25 7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M19.75 7.5C19.75 9.01878 18.5188 10.25 17 10.25C15.4812 10.25 14.25 9.01878 14.25 7.5C14.25 5.98122 15.4812 4.75 17 4.75C18.5188 4.75 19.75 5.98122 19.75 7.5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M1.75 20.25L1.002 20.1953L0.943159 21H1.75V20.25ZM14.25 20.25V21H15.0568L14.998 20.1953L14.25 20.25ZM1.75 20.25L2.498 20.3047C2.6444 18.3025 3.22142 16.5832 4.15301 15.3831C5.06738 14.2052 6.3396 13.5 8 13.5V12.75V12C5.84779 12 4.14873 12.9424 2.96812 14.4633C1.80473 15.962 1.16305 17.9927 1.002 20.1953L1.75 20.25ZM8 12.75V13.5C9.6604 13.5 10.9326 14.2052 11.847 15.3831C12.7786 16.5832 13.3556 18.3025 13.502 20.3047L14.25 20.25L14.998 20.1953C14.837 17.9927 14.1953 15.962 13.0319 14.4633C11.8513 12.9424 10.1522 12 8 12V12.75ZM1.75 20.25V21H14.25V20.25V19.5H1.75V20.25Z\" fill=\"currentColor\"/><path d=\"M22.5 19.25V20H23.3077L23.2479 19.1945L22.5 19.25ZM17 12.75V13.5C18.4362 13.5 19.5308 14.0994 20.3177 15.0977C21.1216 16.1177 21.6244 17.5856 21.7521 19.3055L22.5 19.25L23.2479 19.1945C23.1051 17.2701 22.5354 15.4881 21.4957 14.1691C20.439 12.8285 18.9189 12 17 12V12.75ZM17 19.25V20H22.5V19.25V18.5H17V19.25ZM15 13.1435L15.2958 13.8327C15.7909 13.6202 16.3567 13.5 17 13.5V12.75V12C16.1654 12 15.397 12.1569 14.7042 12.4543L15 13.1435Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGroup3;\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,gBAA2iD,EAA3iD,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,ikBAAikB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ubAAub,KAAK,eAAc,CAAI,GAGriD",
  "debugId": "114D1C8B7257A5D764756E2164756E21",
  "names": []
}