{
  "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.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 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,gBAAisB,EAAjsB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,imBAAimB,KAAK,eAAc,CAAI,GAG3rB",
  "debugId": "F23387E94C82844764756E2164756E21",
  "names": []
}