{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSearchOptions/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 IconSearchOptions: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"search-options, settings\"><path d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\" fill=\"currentColor\"/><path d=\"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSearchOptions;\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,gBAA4lC,EAA5lC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,sHAAsH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qeAAqe,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iUAAiU,KAAK,eAAc,CAAI,GAGtlC",
  "debugId": "13C2FE6675E8E1D764756E2164756E21",
  "names": []
}