{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldCode/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 IconShieldCode: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-code, sandbox\"><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.72529ZM10.5303 9.21943C10.2374 8.92674 9.76258 8.92674 9.46973 9.21943L7.21973 11.4694C6.92689 11.7623 6.92699 12.2371 7.21973 12.53L9.46973 14.78C9.76262 15.0729 10.2374 15.0729 10.5303 14.78C10.823 14.4871 10.8231 14.0123 10.5303 13.7194L8.81055 11.9997L10.5303 10.28C10.823 9.98707 10.8231 9.51227 10.5303 9.21943ZM14.5303 9.21943C14.2374 8.92674 13.7626 8.92674 13.4697 9.21943C13.1769 9.51227 13.177 9.98707 13.4697 10.28L15.1895 11.9997L13.4697 13.7194C13.1769 14.0123 13.177 14.4871 13.4697 14.78C13.7626 15.0729 14.2374 15.0729 14.5303 14.78L16.7803 12.53C17.073 12.2371 17.0731 11.7623 16.7803 11.4694L14.5303 9.21943Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldCode;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsgC,EAAtgC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o4BAAo4B,KAAK,eAAc,CAAI,GAGhgC",
  "debugId": "42F2BA2EC593FF9A64756E2164756E21",
  "names": []
}