{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirplaneDown/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 IconAirplaneDown: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"airplane-down, landing\"><path d=\"M4.45739 2.02494C4.23545 1.96624 3.99885 2.01242 3.81528 2.15027C3.6317 2.28812 3.52137 2.50245 3.51585 2.73196L3.42126 6.66177L2.63194 7.06617C2.43555 7.16678 2.29344 7.34878 2.24343 7.5637L2.07366 8.29337C1.72984 9.77114 2.62099 11.2624 4.092 11.6414L7.02596 12.3972L5.85759 14.5974C5.75022 14.7995 5.74107 15.0397 5.83275 15.2495C5.92443 15.4592 6.1069 15.6157 6.32822 15.6742L9.35638 16.4751C9.5403 16.5237 9.73583 16.5007 9.90338 16.4105L14.0248 14.1941L19.0559 15.3811C20.0131 15.6069 21.0076 15.222 21.5682 14.415C22.2294 13.4632 22.1219 12.1718 21.3106 11.3438L19.6958 9.69577C19.3398 9.33249 18.894 9.07352 18.3988 8.94768C16.7338 8.52458 11.7253 7.2499 9.61385 6.69147C9.23538 6.59137 8.92027 6.32502 8.75568 5.95932L7.47301 3.10958C7.38023 2.90344 7.19941 2.75015 6.98087 2.69234L4.45739 2.02494Z\" fill=\"currentColor\"/><path d=\"M2.75006 18.5C2.33584 18.5 2.00006 18.8358 2.00006 19.25C2.00006 19.6642 2.33584 20 2.75006 20H21.2501C21.6643 20 22.0001 19.6642 22.0001 19.25C22.0001 18.8358 21.6643 18.5 21.2501 18.5H2.75006Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAirplaneDown;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA0mC,EAA1mC,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,0yBAA0yB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,GAGpmC",
  "debugId": "D1DCE8B274481B7864756E2164756E21",
  "names": []
}