{
  "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.66177L3.29868 6.72457C2.67944 7.04183 2.23134 7.61569 2.07366 8.29337C1.72984 9.77114 2.62099 11.2624 4.092 11.6414L7.02596 12.3972L6.44887 13.4839C5.92009 14.4797 6.45705 15.7083 7.547 15.9965L8.21144 16.1723C9.13103 16.4155 10.1087 16.3001 10.9464 15.8496L14.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.95932L8.05971 4.41306C7.59578 3.38234 6.6917 2.61586 5.59896 2.32686L4.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,gBAA0iC,EAA1iC,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,0uBAA0uB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,GAGpiC",
  "debugId": "95252569C668AB2864756E2164756E21",
  "names": []
}