{
  "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 6.75C3 4.67893 4.67893 3 6.75 3H17.25C19.3211 3 21 4.67893 21 6.75V15.9691C21 17.3414 20.2504 18.6041 19.0457 19.2612L13.7957 22.1248C12.6764 22.7354 11.3236 22.7354 10.2043 22.1248L4.95431 19.2612C3.74958 18.6041 3 17.3414 3 15.9691V6.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,gBAAuuB,EAAvuB,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ilBAAilB,KAAK,eAAc,CAAI,GAGjuB",
  "debugId": "A220751DD8CA7E6B64756E2164756E21",
  "names": []
}