{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconParasol/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 IconParasol: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"parasol,umbrella,vacation\"><path d=\"M10.1673 13.4865C9.80902 13.7844 9.44674 14.1111 9.11784 14.4482C8.01985 12.2776 7.22825 9.76985 6.85266 7.62629C6.63672 6.39385 6.56498 5.31887 6.63565 4.51887C6.67105 4.11813 6.73963 3.81783 6.82364 3.61132C6.90901 3.40149 6.98519 3.34766 6.9993 3.33952C7.01342 3.33137 7.09812 3.29231 7.32252 3.32329C7.54337 3.35379 7.83772 3.44455 8.20247 3.61426C8.93063 3.95306 9.82573 4.55268 10.7851 5.35591C12.4537 6.75296 14.2296 8.69236 15.5605 10.7286C15.1041 10.8449 14.6399 10.9952 14.2029 11.1566C13.3837 11.4591 12.6045 11.8209 12.0732 12.1277C11.5418 12.4345 10.8389 12.9284 10.1673 13.4865Z\" fill=\"currentColor\"/><path d=\"M5.12073 4.74121C5.08081 5.65198 5.17582 6.73474 5.37754 7.88598C5.76267 10.084 6.55579 12.6369 7.66877 14.8996C6.7229 15.1936 5.80137 15.9014 5.04195 17.0516C4.63236 17.6719 3.71311 17.6444 3.34142 17.0006C0.981001 12.9122 1.83558 7.84991 5.12073 4.74121Z\" fill=\"currentColor\"/><path d=\"M9.15625 2.41097C9.96496 2.83178 10.8552 3.45545 11.7513 4.20576C13.4623 5.63829 15.2766 7.60162 16.6797 9.69684C17.4072 9.02469 18.4809 8.58048 19.8567 8.49792C20.5988 8.45339 21.0345 7.64351 20.6628 6.99972C18.3024 2.91136 13.491 1.1203 9.15625 2.41097Z\" fill=\"currentColor\"/><path d=\"M13.4944 13.082C13.2377 13.2038 13.0109 13.3218 12.8278 13.4275C12.6447 13.5332 12.4291 13.6707 12.1953 13.832L15.9794 20.3863C16.1865 20.745 16.6452 20.8679 17.0039 20.6608C17.3627 20.4537 17.4856 19.995 17.2785 19.6363L13.4944 13.082Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconParasol;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA+/C,EAA//C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mlBAAmlB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mQAAmQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kQAAkQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,CAAI,GAGz/C",
  "debugId": "C89D5BD30C57DA8964756E2164756E21",
  "names": []
}