{
  "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.3165 1.72529C11.7533 1.53998 12.2467 1.53998 12.6835 1.72529L19.9335 4.80104C20.5801 5.07536 21 5.70968 21 6.41206V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V6.41206C3 5.70968 3.41994 5.07536 4.06654 4.80104L11.3165 1.72529ZM15.7702 9.20979C16.0686 9.49711 16.0776 9.9719 15.7902 10.2703L11.4569 14.7703C11.3155 14.9171 11.1205 15 10.9167 15C10.7128 15 10.5178 14.9171 10.3764 14.7703L8.20976 12.5203C7.92244 12.2219 7.9314 11.7471 8.22977 11.4598C8.52814 11.1725 9.00292 11.1814 9.29024 11.4798L10.9167 13.1688L14.7098 9.2298C14.9971 8.93144 15.4719 8.92248 15.7702 9.20979Z\" 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,gBAAutB,EAAvtB,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,olBAAolB,KAAK,eAAc,CAAI,GAGjtB",
  "debugId": "E94917AF64D354E264756E2164756E21",
  "names": []
}