{
  "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.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 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,gBAAmrB,EAAnrB,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,ylBAAylB,KAAK,eAAc,CAAI,GAG7qB",
  "debugId": "F59A66F4822E523364756E2164756E21",
  "names": []
}