{
  "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=\"M10.5352 2.05661C11.4712 1.65952 12.5288 1.65952 13.4648 2.05661L18.7148 4.28415C20.1002 4.87204 21 6.23133 21 7.73629V13C21 17.9705 16.9705 22 12 22C7.02946 22 3.00003 17.9705 3 13V7.73629C3 6.23133 3.89979 4.87204 5.28516 4.28415L10.5352 2.05661ZM12 7.95407C11.7591 7.95407 11.5426 8.10225 11.4561 8.32712L10.7598 10.1396C10.6582 10.4035 10.4494 10.6123 10.1855 10.7138L8.37305 11.4101C8.14821 11.4967 8 11.7131 8 11.9541C8.00001 12.195 8.1482 12.4115 8.37305 12.498L10.1855 13.1943C10.4494 13.2959 10.6582 13.5046 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.5046 13.5506 13.2959 13.8145 13.1943L15.627 12.498C15.8518 12.4115 16 12.195 16 11.9541C16 11.7131 15.8518 11.4967 15.627 11.4101L13.8145 10.7138C13.5506 10.6123 13.3418 10.4035 13.2402 10.1396L12.5439 8.32712C12.4574 8.10225 12.2409 7.95407 12 7.95407Z\" 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,gBAAkjC,EAAljC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y5BAAy5B,KAAK,eAAc,CAAI,GAG5iC",
  "debugId": "314D1E297867C84564756E2164756E21",
  "names": []
}