{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark2Small/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 IconDoupleCheckmark2Small: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-2-small\"><path d=\"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDoupleCheckmark2Small;\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,gBAAgsB,EAAhsB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,gmBAAgmB,KAAK,eAAc,CAAI,GAG1rB",
  "debugId": "03DBD5D4DB41DF0764756E2164756E21",
  "names": []
}