{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBoat/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 IconBoat: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"boat, ship, sailing\"><path d=\"M12.3103 2.13469C12.5689 1.99258 12.8661 1.94337 13.1384 2.10832C13.3627 2.2442 13.4997 2.48773 13.4998 2.74992V15.9999H21.2498C21.5261 16 21.7803 16.152 21.9109 16.3954C22.0413 16.639 22.0267 16.9349 21.8738 17.165L18.8806 21.665C18.7416 21.8738 18.5065 21.9999 18.2556 21.9999H5.74978C5.49907 21.9999 5.26486 21.8745 5.12575 21.6659L2.12575 17.1659C1.97247 16.9359 1.95838 16.6402 2.08864 16.3964C2.21919 16.1527 2.47328 15.9999 2.74978 15.9999H11.9998V13.4159C9.28832 13.3785 6.58341 13.5038 3.8445 13.8515C3.59192 13.8835 3.33953 13.7845 3.17556 13.5898C3.01188 13.395 2.95837 13.1299 3.03298 12.8866C4.12285 9.33698 6.4831 6.63607 8.53005 4.83977C9.55768 3.93802 10.5189 3.25308 11.2244 2.79289C11.5773 2.56271 11.8682 2.3886 12.072 2.27043C12.1738 2.21144 12.2543 2.16547 12.3103 2.13469Z\" fill=\"currentColor\"/><path d=\"M14.9998 5.02238C17.148 6.84254 19.0761 9.61277 19.9734 12.9101C20.0382 13.1484 19.9818 13.4043 19.822 13.5927C19.6622 13.781 19.4193 13.8785 19.1736 13.8534C17.773 13.71 16.3835 13.5955 14.9998 13.5185V5.02238Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBoat;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA2mC,EAA3mC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,6xBAA6xB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sNAAsN,KAAK,eAAc,CAAI,GAGrmC",
  "debugId": "3F3CF9ED128BFF0664756E2164756E21",
  "names": []
}