{
  "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.49999C12.3807 8.49999 13.5 9.61928 13.5 11C13.5 12.3807 12.3807 13.5 11 13.5C9.61929 13.5 8.5 12.3807 8.5 11C8.5 9.61928 9.61929 8.49999 11 8.49999Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.707 1.55956C11.8942 1.48015 12.1058 1.48015 12.293 1.55956L20.543 5.05956C20.8201 5.17714 21 5.44899 21 5.74999V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.74999C3 5.44899 3.17995 5.17714 3.45703 5.05956L11.707 1.55956ZM11 6.99999C8.79086 6.99999 7 8.79085 7 11C7 13.2091 8.79086 15 11 15C11.8334 15 12.6064 14.7437 13.2471 14.3076L14.9697 16.0303C15.2626 16.3232 15.7374 16.3232 16.0303 16.0303C16.3232 15.7374 16.3232 15.2626 16.0303 14.9697L14.3076 13.2471C14.7437 12.6064 15 11.8334 15 11C15 8.79085 13.2091 6.99999 11 6.99999Z\" 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,gBAA+3B,EAA/3B,IAAqB,EAAO,UAAU,kDAAiD,gBAAC,OAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yiBAAyiB,KAAK,eAAc,CAAI,GAGz3B",
  "debugId": "9ECED491336AE88C64756E2164756E21",
  "names": []
}