{
  "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.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.55956ZM10.5303 9.21972C10.2374 8.92683 9.76262 8.92683 9.46973 9.21972L7.21973 11.4697C6.92684 11.7626 6.92683 12.2374 7.21973 12.5303L9.46973 14.7803C9.76262 15.0732 10.2374 15.0732 10.5303 14.7803C10.8232 14.4874 10.8232 14.0126 10.5303 13.7197L8.81055 12L10.5303 10.2803C10.8232 9.98737 10.8232 9.51261 10.5303 9.21972ZM14.5303 9.21972C14.2374 8.92683 13.7626 8.92683 13.4697 9.21972C13.1768 9.51261 13.1768 9.98737 13.4697 10.2803L15.1895 12L13.4697 13.7197C13.1768 14.0126 13.1768 14.4874 13.4697 14.7803C13.7626 15.0732 14.2374 15.0732 14.5303 14.7803L16.7803 12.5303C17.0732 12.2374 17.0732 11.7626 16.7803 11.4697L14.5303 9.21972Z\" 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,gBAA2+B,EAA3+B,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y2BAAy2B,KAAK,eAAc,CAAI,GAGr+B",
  "debugId": "59A2273D0C1D486764756E2164756E21",
  "names": []
}