{
  "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=\"M10.5352 2.05673C11.4712 1.65964 12.5288 1.65964 13.4648 2.05673L18.7148 4.28427C20.1002 4.87217 21 6.23145 21 7.73642V13.0001C21 17.9706 16.9705 22.0001 12 22.0001C7.02946 22.0001 3.00003 17.9706 3 13.0001V7.73642C3 6.23145 3.89979 4.87217 5.28516 4.28427L10.5352 2.05673ZM10.5303 9.21982C10.2374 8.92692 9.76262 8.92692 9.46973 9.21982L7.21973 11.4698C6.92685 11.7627 6.92684 12.2375 7.21973 12.5304L9.46973 14.7804C9.76262 15.0732 10.2374 15.0732 10.5303 14.7804C10.8232 14.4875 10.8231 14.0127 10.5303 13.7198L8.81055 12.0001L10.5303 10.2804C10.8232 9.98747 10.8231 9.51271 10.5303 9.21982ZM14.5303 9.21982C14.2374 8.92692 13.7626 8.92692 13.4697 9.21982C13.1769 9.51271 13.1768 9.98747 13.4697 10.2804L15.1895 12.0001L13.4697 13.7198C13.1769 14.0127 13.1768 14.4875 13.4697 14.7804C13.7626 15.0732 14.2374 15.0732 14.5303 14.7804L16.7803 12.5304C17.0732 12.2375 17.0731 11.7627 16.7803 11.4698L14.5303 9.21982Z\" 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,gBAAwhC,EAAxhC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s5BAAs5B,KAAK,eAAc,CAAI,GAGlhC",
  "debugId": "41CE46B3A1C26A9C64756E2164756E21",
  "names": []
}