{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldCheck3/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 IconShieldCheck3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-check-3, check\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.7071 1.55956C11.8943 1.48015 12.1057 1.48015 12.2929 1.55956L20.5429 5.05956C20.82 5.17713 21 5.44898 21 5.75V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.75C3 5.44898 3.17997 5.17713 3.45709 5.05956L11.7071 1.55956ZM15.7702 9.20976C16.0686 9.49708 16.0776 9.97186 15.7902 10.2702L11.4569 14.7702C11.3155 14.917 11.1205 15 10.9167 15C10.7128 15 10.5178 14.917 10.3764 14.7702L8.20976 12.5202C7.92244 12.2219 7.9314 11.7471 8.22977 11.4598C8.52814 11.1724 9.00292 11.1814 9.29024 11.4798L10.9167 13.1687L14.7098 9.22977C14.9971 8.9314 15.4719 8.92244 15.7702 9.20976Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldCheck3;\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,gBAA8sB,EAA9sB,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2kBAA2kB,KAAK,eAAc,CAAI,GAGxsB",
  "debugId": "327BB55546EEE45D64756E2164756E21",
  "names": []
}