{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSettingsGear2/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 IconSettingsGear2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"settings-gear-2, preferences\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.93786 3.10362C10.3975 2.41414 11.1713 2 12 2C12.8287 2 13.6025 2.41414 14.0621 3.10362L14.4492 3.68429C14.8478 4.28207 15.5747 4.57074 16.2748 4.40919L16.6566 4.32107C17.5033 4.12568 18.3909 4.38024 19.0053 4.99467C19.6198 5.6091 19.8743 6.4967 19.6789 7.34338L19.5908 7.72523C19.4293 8.42528 19.7179 9.15223 20.3157 9.55075L20.8964 9.93786C21.5859 10.3975 22 11.1713 22 12C22 12.8287 21.5859 13.6025 20.8964 14.0621L20.3157 14.4492C19.7179 14.8478 19.4293 15.5747 19.5908 16.2748L19.6789 16.6566C19.8743 17.5033 19.6198 18.3909 19.0053 19.0053C18.3909 19.6198 17.5033 19.8743 16.6566 19.6789L16.2748 19.5908C15.5747 19.4293 14.8478 19.7179 14.4492 20.3157L14.0621 20.8964C13.6025 21.5859 12.8287 22 12 22C11.1713 22 10.3975 21.5859 9.93786 20.8964L9.55075 20.3157C9.15223 19.7179 8.42528 19.4293 7.72523 19.5908L7.34338 19.6789C6.4967 19.8743 5.6091 19.6198 4.99467 19.0053C4.38025 18.3909 4.12568 17.5033 4.32107 16.6566L4.40919 16.2748C4.57074 15.5747 4.28207 14.8478 3.68429 14.4492L3.10362 14.0621C2.41414 13.6025 2 12.8287 2 12C2 11.1713 2.41414 10.3975 3.10362 9.93786L3.68429 9.55075C4.28207 9.15223 4.57074 8.42528 4.40919 7.72523L4.32107 7.34338C4.12568 6.49671 4.38024 5.6091 4.99467 4.99467C5.6091 4.38024 6.4967 4.12568 7.34338 4.32107L7.72523 4.40919C8.42528 4.57074 9.15223 4.28207 9.55075 3.68429L9.93786 3.10362ZM8.875 12C8.875 10.2741 10.2741 8.875 12 8.875C13.7259 8.875 15.125 10.2741 15.125 12C15.125 13.7259 13.7259 15.125 12 15.125C10.2741 15.125 8.875 13.7259 8.875 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSettingsGear2;\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,gBAAqmD,EAArmD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,29CAA29C,KAAK,eAAc,CAAI,GAG/lD",
  "debugId": "B214EC6BF659736164756E2164756E21",
  "names": []
}