{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronDoubleLeft/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 IconChevronDoubleLeft: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chevron-double-left\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5302 7.46967C10.8231 7.76256 10.8231 8.23744 10.5302 8.53033L7.06055 12L10.5302 15.4697C10.8231 15.7626 10.8231 16.2374 10.5302 16.5303C10.2373 16.8232 9.76245 16.8232 9.46956 16.5303L5.99989 13.0607L6.53022 12.5303L5.99989 13.0607C5.4141 12.4749 5.4141 11.5251 5.99989 10.9393L9.46956 7.46967C9.76245 7.17678 10.2373 7.17678 10.5302 7.46967ZM17.5302 7.46967C17.8231 7.76256 17.8231 8.23744 17.5302 8.53033L14.0605 12L17.5302 15.4697C17.8231 15.7626 17.8231 16.2374 17.5302 16.5303C17.2373 16.8232 16.7625 16.8232 16.4696 16.5303L12.9999 13.0607C12.4141 12.4749 12.4141 11.5251 12.9999 10.9393L16.4696 7.46967C16.7625 7.17678 17.2373 7.17678 17.5302 7.46967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChevronDoubleLeft;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA0xB,EAA1xB,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ypBAAypB,KAAK,eAAc,CAAI,GAGpxB",
  "debugId": "F957C397DA0A928764756E2164756E21",
  "names": []
}