{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChecklist/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 IconChecklist: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"checklist, list\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.1965 4.64738C9.52934 4.89393 9.5993 5.36362 9.35274 5.69647L6.01941 10.1965C5.78046 10.5191 5.32987 10.5963 4.99714 10.3717L3.33047 9.24668C2.98715 9.01494 2.8967 8.54876 3.12844 8.20544C3.36018 7.86212 3.82636 7.77167 4.16968 8.00341L5.24136 8.72679L8.14741 4.80363C8.39396 4.47078 8.86365 4.40083 9.1965 4.64738ZM11.0001 7.75005C11.0001 7.33583 11.3359 7.00005 11.7501 7.00005H20.2501C20.6643 7.00005 21.0001 7.33583 21.0001 7.75005C21.0001 8.16426 20.6643 8.50005 20.2501 8.50005H11.7501C11.3359 8.50005 11.0001 8.16426 11.0001 7.75005ZM9.1965 13.6474C9.52934 13.8939 9.5993 14.3636 9.35274 14.6965L6.01941 19.1965C5.78046 19.5191 5.32987 19.5963 4.99714 19.3717L3.33047 18.2467C2.98715 18.0149 2.8967 17.5488 3.12844 17.2054C3.36018 16.8621 3.82636 16.7717 4.16968 17.0034L5.24136 17.7268L8.14741 13.8036C8.39396 13.4708 8.86365 13.4008 9.1965 13.6474ZM11.0001 16.25C11.0001 15.8358 11.3359 15.5 11.7501 15.5H20.2501C20.6643 15.5 21.0001 15.8358 21.0001 16.25C21.0001 16.6643 20.6643 17 20.2501 17H11.7501C11.3359 17 11.0001 16.6643 11.0001 16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChecklist;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA8pC,EAA9pC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iiCAAiiC,KAAK,eAAc,CAAI,GAGxpC",
  "debugId": "60C0DBD666F7F1AA64756E2164756E21",
  "names": []
}