{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSettingsGear4/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 IconSettingsGear4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"settings-gear-4, preferences\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.70898 2.35304C9.03725 2.16356 9.4557 2.24844 9.68359 2.55128L10.875 4.13527C11.2428 4.08307 11.6184 4.05617 12 4.05617C12.3812 4.05617 12.7565 4.08318 13.124 4.13527L14.3164 2.55128L14.4102 2.44874C14.6473 2.23183 15.0036 2.18716 15.291 2.35304L18.709 4.32667C19.037 4.51617 19.1724 4.92042 19.0244 5.26906L18.2471 7.09327C18.6422 7.59567 18.9789 8.14673 19.2451 8.73683C19.2903 8.83699 19.3319 8.93919 19.373 9.04152L21.3408 9.28175C21.7169 9.32763 21.9997 9.64703 22 10.0259V13.9732C21.9999 14.3521 21.717 14.6714 21.3408 14.7173L19.374 14.9566C19.0909 15.6622 18.7093 16.3167 18.2471 16.9048L19.0244 18.73C19.1728 19.0788 19.0373 19.4838 18.709 19.6734L15.291 21.647C14.9627 21.8364 14.5443 21.7507 14.3164 21.4478L13.124 19.8638C12.7565 19.9159 12.3813 19.9448 12 19.9448C11.6184 19.9448 11.2429 19.916 10.875 19.8638L9.68359 21.4478C9.4557 21.7507 9.0373 21.8365 8.70898 21.647L5.29102 19.6734C4.96285 19.4837 4.82718 19.0788 4.97559 18.73L5.75195 16.9048C5.28981 16.3168 4.90807 15.6621 4.625 14.9566L2.65918 14.7173C2.28297 14.6714 2.0001 14.3521 2 13.9732V10.0259C2.00027 9.64703 2.28306 9.32763 2.65918 9.28175L4.62598 9.04152C4.90909 8.3365 5.29002 7.68183 5.75195 7.09425L4.97559 5.26906C4.82748 4.92032 4.96285 4.51517 5.29102 4.3257L8.70898 2.35304ZM12 9.0005C10.3432 9.00057 9.00005 10.3437 9 12.0005C9.00022 13.6571 10.3433 15.0004 12 15.0005C13.6567 15.0005 14.9998 13.6572 15 12.0005C14.9999 10.3437 13.6568 9.0005 12 9.0005Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSettingsGear4;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAkjD,EAAljD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w6CAAw6C,KAAK,eAAc,CAAI,GAG5iD",
  "debugId": "9B1E5E50297D90EF64756E2164756E21",
  "names": []
}