{
  "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.3164 1.72492C11.7532 1.53961 12.2468 1.53961 12.6836 1.72492L19.9336 4.80109C20.58 5.0754 20.9998 5.70929 21 6.41144V12.9993C21 17.9699 16.9706 21.9993 12 21.9993C7.02944 21.9993 3 17.9699 3 12.9993V6.41144C3.00015 5.70929 3.42005 5.0754 4.06641 4.80109L11.3164 1.72492ZM12 7.95343C11.759 7.95343 11.5426 8.10254 11.4561 8.32746L10.7598 10.139C10.6582 10.403 10.4495 10.6116 10.1855 10.7132L8.37305 11.4105C8.14842 11.497 8.00013 11.7127 8 11.9534C8 12.1943 8.14826 12.4108 8.37305 12.4974L10.1855 13.1946C10.4494 13.2963 10.6583 13.5049 10.7598 13.7689L11.4561 15.5804C11.5426 15.8053 11.759 15.9534 12 15.9534C12.241 15.9534 12.4574 15.8053 12.5439 15.5804L13.2402 13.7689C13.3417 13.5049 13.5506 13.2963 13.8145 13.1946L15.627 12.4974C15.8517 12.4108 16 12.1943 16 11.9534C15.9999 11.7127 15.8516 11.497 15.627 11.4105L13.8145 10.7132C13.5505 10.6116 13.3418 10.403 13.2402 10.139L12.5439 8.32746C12.4574 8.10254 12.241 7.95343 12 7.95343Z\" 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,gBAA8kC,EAA9kC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q7BAAq7B,KAAK,eAAc,CAAI,GAGxkC",
  "debugId": "D4241C0CE11A846564756E2164756E21",
  "names": []
}