{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1/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 IconDoupleCheckmark1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1\"><path d=\"M20.6191 4.34473C20.8431 3.9964 21.3069 3.8954 21.6553 4.11914C22.0037 4.3431 22.1047 4.80686 21.8809 5.15527L12.5596 19.6553C12.3356 20.0036 11.8718 20.1047 11.5234 19.8809C11.1751 19.6569 11.0741 19.1931 11.2979 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.8431 3.99636 17.3069 3.89532 17.6553 4.11914C18.0036 4.34309 18.1047 4.80687 17.8809 5.15527L8.55957 19.6553C8.42906 19.8582 8.20871 19.9864 7.96777 19.999C7.72669 20.0115 7.49361 19.9072 7.34277 19.7188L2.16406 13.2451C1.90563 12.9218 1.95821 12.4502 2.28125 12.1914C2.6047 11.9326 3.07718 11.9851 3.33594 12.3086L7.8623 17.9658L16.6191 4.34473Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDoupleCheckmark1;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAyrB,EAAzrB,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,+lBAA+lB,KAAK,eAAc,CAAI,GAGnrB",
  "debugId": "6F3D0B332C76DFD064756E2164756E21",
  "names": []
}