{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1Small/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 IconDoupleCheckmark1Small: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1-small\"><path d=\"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z\" fill=\"currentColor\"/><path d=\"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDoupleCheckmark1Small;\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,EAA4D,CAAC,IAAU,CAClF,OAAO,gBAAiuB,EAAjuB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,CAAI,GAG3tB",
  "debugId": "384E0DAB84F9997664756E2164756E21",
  "names": []
}