{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldSearch/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 IconShieldSearch: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-search, safety, privacy, security, scan\"><path d=\"M11 8.4997C12.3806 8.4997 13.4998 9.61913 13.5 10.9997C13.5 12.3804 12.3807 13.4997 11 13.4997C9.61929 13.4997 8.5 12.3804 8.5 10.9997C8.50017 9.61913 9.61939 8.4997 11 8.4997Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.3164 1.72529C11.7532 1.53998 12.2468 1.53998 12.6836 1.72529L19.9336 4.80146C20.58 5.07577 20.9998 5.70966 21 6.41181V12.9997C21 17.9703 16.9706 21.9997 12 21.9997C7.02944 21.9997 3 17.9703 3 12.9997V6.41181C3.00015 5.70966 3.42005 5.07577 4.06641 4.80146L11.3164 1.72529ZM11 6.9997C8.79096 6.9997 7.00017 8.7907 7 10.9997C7 13.2088 8.79086 14.9997 11 14.9997C11.8336 14.9997 12.6073 14.7445 13.248 14.3083L14.9697 16.03C15.2626 16.3229 15.7374 16.3229 16.0303 16.03C16.323 15.7371 16.3231 15.2623 16.0303 14.9694L14.3076 13.2468C14.7436 12.6061 15 11.833 15 10.9997C14.9998 8.7907 13.209 6.9997 11 6.9997Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldSearch;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAi9B,EAAj9B,IAAqB,EAAO,UAAU,kDAAiD,gBAAC,OAAD,CAAM,EAAE,mLAAmL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qmBAAqmB,KAAK,eAAc,CAAI,GAG38B",
  "debugId": "E490C00AECFF0DCA64756E2164756E21",
  "names": []
}