{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDirection1/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 IconDirection1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"direction-1, route\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.2486 4.75C11.2486 3.7835 12.0321 3 12.9986 3H18.4805C19.0491 3 19.5822 3.27626 19.9102 3.7408L22.2043 6.9908C22.6313 7.59583 22.6313 8.40417 22.2043 9.0092L19.9102 12.2592C19.5822 12.7237 19.0491 13 18.4805 13H12.9986C12.9137 13 12.8303 12.994 12.7486 12.9823V20.25C12.7486 20.6642 12.4128 21 11.9986 21C11.5844 21 11.2486 20.6642 11.2486 20.25V17H5.51677C4.94816 17 4.41499 16.7237 4.08708 16.2592L1.79296 13.0092C1.36589 12.4042 1.36589 11.5958 1.79296 10.9908L4.08708 7.7408C4.41499 7.27626 4.94816 7 5.51677 7H10.9986C11.0835 7 11.167 7.00604 11.2486 7.01772V4.75ZM12.7486 11.25C12.7486 11.3881 12.8605 11.5 12.9986 11.5H18.4805C18.5617 11.5 18.6379 11.4605 18.6847 11.3942L20.9788 8.14417C21.0398 8.05774 21.0398 7.94226 20.9788 7.85583L18.6847 4.60583C18.6379 4.53947 18.5617 4.5 18.4805 4.5H12.9986C12.8605 4.5 12.7486 4.61193 12.7486 4.75V11.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDirection1;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA49B,EAA59B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,41BAA41B,KAAK,eAAc,CAAI,GAGt9B",
  "debugId": "47847E494F4C13AF64756E2164756E21",
  "names": []
}