{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowExpandHor/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 IconArrowExpandHor: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-expand-hor\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.53033 7.21967C6.82322 7.51256 6.82322 7.98744 6.53033 8.28033L3.56068 11.25H20.4393L17.4697 8.28033C17.1768 7.98744 17.1768 7.51256 17.4697 7.21967C17.7626 6.92678 18.2374 6.92678 18.5303 7.21967L22.7803 11.4697C22.921 11.6103 23 11.8011 23 12C23 12.1989 22.921 12.3897 22.7803 12.5303L18.5303 16.7803C18.2374 17.0732 17.7626 17.0732 17.4697 16.7803C17.1768 16.4874 17.1768 16.0126 17.4697 15.7197L20.4394 12.75H3.56064L6.53033 15.7197C6.82322 16.0126 6.82322 16.4874 6.53033 16.7803C6.23744 17.0732 5.76256 17.0732 5.46967 16.7803L1.21967 12.5303C1.07902 12.3897 1 12.1989 1 12C1 11.8011 1.07902 11.6103 1.21967 11.4697L5.46967 7.21967C5.76256 6.92678 6.23744 6.92678 6.53033 7.21967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowExpandHor;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAizB,EAAjzB,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mrBAAmrB,KAAK,eAAc,CAAI,GAG3yB",
  "debugId": "4913045FB1C1F93164756E2164756E21",
  "names": []
}