{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldCheck2/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 IconShieldCheck2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-check-2, protect, security, check\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 4.75C3 3.7835 3.7835 3 4.75 3H19.25C20.2165 3 21 3.7835 21 4.75V17.1564C21 17.7968 20.6502 18.386 20.088 18.6927L12.838 22.6472C12.3157 22.9321 11.6843 22.9321 11.162 22.6472L3.91201 18.6927C3.3498 18.386 3 17.7968 3 17.1564V4.75ZM15.0303 10.7803C15.3232 10.4874 15.3232 10.0126 15.0303 9.71967C14.7374 9.42678 14.2626 9.42678 13.9697 9.71967L11 12.6893L10.0303 11.7197C9.73744 11.4268 9.26256 11.4268 8.96967 11.7197C8.67678 12.0126 8.67678 12.4874 8.96967 12.7803L10.4697 14.2803C10.6103 14.421 10.8011 14.5 11 14.5C11.1989 14.5 11.3897 14.421 11.5303 14.2803L15.0303 10.7803Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldCheck2;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA8tB,EAA9tB,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wkBAAwkB,KAAK,eAAc,CAAI,GAGxtB",
  "debugId": "79E42A6AC9B799F164756E2164756E21",
  "names": []
}