{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldAi/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 IconShieldAi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-ai, security, safety, privacy, cyber\"><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.55956ZM12 7.95409C11.7591 7.95409 11.5426 8.10229 11.4561 8.32714L10.7598 10.1396C10.6582 10.4035 10.4494 10.6123 10.1855 10.7139L8.37305 11.4101C8.1482 11.4967 8 11.7132 8 11.9541C8 12.195 8.1482 12.4115 8.37305 12.498L10.1855 13.1943C10.4494 13.2959 10.6582 13.5047 10.7598 13.7685L11.4561 15.581C11.5426 15.8059 11.7591 15.9541 12 15.9541C12.2409 15.9541 12.4574 15.8059 12.5439 15.581L13.2402 13.7685C13.3418 13.5047 13.5506 13.2959 13.8145 13.1943L15.627 12.498C15.8518 12.4115 16 12.195 16 11.9541C16 11.7132 15.8518 11.4967 15.627 11.4101L13.8145 10.7139C13.5506 10.6123 13.3418 10.4035 13.2402 10.1396L12.5439 8.32714C12.4574 8.10229 12.2409 7.95409 12 7.95409Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldAi;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAiiC,EAAjiC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w4BAAw4B,KAAK,eAAc,CAAI,GAG3hC",
  "debugId": "C6A060E8991D2DFB64756E2164756E21",
  "names": []
}