{
  "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=\"M10.1541 2.77927C10.4787 2.29243 11.0251 2 11.6102 2H12.3898C12.9749 2 13.5213 2.29243 13.8459 2.77927L15.0156 4.53386C15.0733 4.62038 15.1785 4.66217 15.2799 4.63878L17.0726 4.22508C17.6605 4.08941 18.2768 4.26618 18.7035 4.69283L19.3072 5.29651C19.7338 5.72316 19.9106 6.33952 19.7749 6.92745L19.3612 8.72014C19.3378 8.82147 19.3796 8.92669 19.4661 8.98437L21.2207 10.1541C21.7076 10.4787 22 11.0251 22 11.6102V12.3898C22 12.9749 21.7076 13.5213 21.2207 13.8459L19.4661 15.0156C19.3796 15.0733 19.3378 15.1785 19.3612 15.2799L19.7749 17.0726C19.9106 17.6605 19.7338 18.2768 19.3072 18.7035L18.7035 19.3072C18.2768 19.7338 17.6605 19.9106 17.0726 19.7749L15.2799 19.3612C15.1785 19.3378 15.0733 19.3796 15.0156 19.4661L13.8459 21.2207C13.5213 21.7076 12.9749 22 12.3898 22H11.6102C11.0251 22 10.4787 21.7076 10.1541 21.2207L8.98437 19.4661C8.92669 19.3796 8.82147 19.3378 8.72014 19.3612L6.92745 19.7749C6.33952 19.9106 5.72316 19.7338 5.29651 19.3072L4.69283 18.7035C4.26618 18.2768 4.08941 17.6605 4.22508 17.0726L4.63878 15.2799C4.66217 15.1785 4.62038 15.0733 4.53386 15.0156L2.77927 13.8459C2.29243 13.5213 2 12.9749 2 12.3898V11.6102C2 11.0251 2.29243 10.4787 2.77927 10.1541L4.53386 8.98437C4.62038 8.92669 4.66217 8.82147 4.63878 8.72014L4.22508 6.92745C4.08941 6.33952 4.26618 5.72316 4.69283 5.29651L5.29651 4.69283C5.72316 4.26618 6.33952 4.08941 6.92745 4.22508L8.72014 4.63878C8.82147 4.66217 8.92669 4.62038 8.98437 4.53386L10.1541 2.77927ZM8.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,gBAAguD,EAAhuD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,slDAAslD,KAAK,eAAc,CAAI,GAG1tD",
  "debugId": "5DEDB498F1C8F0C464756E2164756E21",
  "names": []
}