{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleGear/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 IconPeopleGear: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-gear, user-settings, preferences, person\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3705 13C18.6821 13 18.9612 13.193 19.0716 13.4844L19.2914 14.0635C19.4177 14.3965 19.7611 14.595 20.1127 14.5381L20.725 14.4385C21.0324 14.3886 21.3387 14.534 21.4945 14.8037L21.7982 15.3291C21.9496 15.5917 21.928 15.9196 21.7435 16.1602L21.3226 16.71C21.1109 16.986 21.1162 17.3712 21.3363 17.6406L21.7972 18.2041C21.9944 18.4455 22.0214 18.7838 21.8656 19.0537L21.5629 19.5791C21.4113 19.8416 21.1164 19.9866 20.8158 19.9473L20.1283 19.8574C19.7835 19.8123 19.4528 20.0099 19.3295 20.335L19.0716 21.0156C18.9612 21.3071 18.6822 21.5 18.3705 21.5H17.764C17.4609 21.5 17.1879 21.3171 17.0716 21.0371L16.765 20.2998C16.635 19.9866 16.3112 19.7997 15.975 19.8438L15.184 19.9473C14.8834 19.9868 14.5886 19.8416 14.4369 19.5791L14.1332 19.0537C13.9774 18.784 14.0047 18.4455 14.2015 18.2041L14.6625 17.6396C14.8818 17.3704 14.8873 16.9857 14.6761 16.71L14.2552 16.1602C14.071 15.9195 14.05 15.5916 14.2015 15.3291L14.5043 14.8037C14.6601 14.5338 14.9672 14.3885 15.2748 14.4385L15.9925 14.5557C16.3356 14.6113 16.6717 14.4235 16.805 14.1025L17.0716 13.4619C17.188 13.1823 17.4611 13 17.764 13H18.3705ZM17.9994 15.5C17.033 15.5002 16.2494 16.2836 16.2494 17.25C16.2494 18.2164 17.033 18.9998 17.9994 19C18.9659 19 19.7494 18.2165 19.7494 17.25C19.7494 16.2835 18.9659 15.5 17.9994 15.5Z\" fill=\"currentColor\"/><path d=\"M12.0004 12.5C12.8277 12.5 13.6103 12.611 14.3402 12.8154C13.0639 13.8701 12.2504 15.465 12.2504 17.25C12.2504 18.6834 12.7763 19.993 13.6439 21H4.50036C4.28932 21 4.08779 20.9109 3.94567 20.7549C3.80354 20.5988 3.73353 20.3899 3.75329 20.1797C4.15477 15.9096 7.38452 12.5 12.0004 12.5Z\" fill=\"currentColor\"/><path d=\"M12.0004 2C14.4854 2.00028 16.5004 4.01489 16.5004 6.5C16.5004 8.98511 14.4854 10.9997 12.0004 11C9.51508 11 7.50036 8.98528 7.50036 6.5C7.50036 4.01472 9.51508 2 12.0004 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleGear;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAg7D,EAAh7D,IAAqB,EAAO,UAAU,mDAAkD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wwCAAwwC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,CAAI,GAG16D",
  "debugId": "CAEEA0A47773B21364756E2164756E21",
  "names": []
}