{
  "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=\"M13.1309 4.12843C14.0359 2.92553 15.6963 2.5867 17 3.33937C18.3037 4.09224 18.8404 5.70017 18.251 7.08546L18.2471 7.09328C18.6421 7.5956 18.979 8.14685 19.2451 8.73683C19.2902 8.83685 19.332 8.93934 19.373 9.04152L19.3818 9.04347C20.8763 9.2257 22 10.494 22 11.9995C21.9997 13.5048 20.8761 14.7744 19.3818 14.9566H19.374C19.0909 15.662 18.7092 16.3169 18.2471 16.9048L18.252 16.9146C18.8408 18.2997 18.3035 19.907 17 20.6597C15.6963 21.4122 14.0359 21.0734 13.1309 19.8706L13.125 19.8628C12.7571 19.915 12.3816 19.9448 12 19.9448C11.6184 19.9448 11.2429 19.916 10.875 19.8638L10.8701 19.8716C9.96509 21.0743 8.30364 21.413 7 20.6607C5.6963 19.908 5.15994 18.2998 5.74902 16.9146L5.75195 16.9048C5.28997 16.317 4.90903 15.6618 4.62598 14.9566H4.61816C3.12386 14.7744 2.00034 13.5048 2 11.9995C2.00004 10.494 3.1237 9.22472 4.61816 9.0425L4.62598 9.04054C4.90907 8.33577 5.29113 7.68165 5.75293 7.09425L5.74902 7.08546C5.15959 5.70018 5.69634 4.09224 7 3.33937C8.30379 2.58663 9.96405 2.92544 10.8691 4.12843L10.875 4.13625C11.2429 4.08404 11.6184 4.05617 12 4.05617C12.3813 4.05617 12.7564 4.08415 13.124 4.13625L13.1309 4.12843ZM12 8.99953C10.3433 8.99959 9.00014 10.3428 9 11.9995C9.00025 13.6561 10.3434 14.9995 12 14.9995C13.6567 14.9995 14.9998 13.6562 15 11.9995C14.9999 10.3428 13.6568 8.99953 12 8.99953Z\" 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,gBAA46C,EAA56C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kyCAAkyC,KAAK,eAAc,CAAI,GAGt6C",
  "debugId": "DD8C301C920D62B964756E2164756E21",
  "names": []
}