{
  "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.74023C5.08081 5.65101 5.17582 6.73377 5.37754 7.885C5.76267 10.083 6.55579 12.636 7.66877 14.8987C6.7229 15.1927 5.80137 15.9004 5.04195 17.0506C4.63236 17.6709 3.71311 17.6434 3.34142 16.9996C0.981001 12.9112 1.83558 7.84893 5.12073 4.74023Z\" 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.4865 13.0811C13.2299 13.2029 13.0031 13.3208 12.82 13.4265C12.6369 13.5323 12.4213 13.6697 12.1875 13.8311L15.9716 20.3853C16.1787 20.744 16.6374 20.8669 16.9961 20.6598C17.3548 20.4527 17.4777 19.994 17.2706 19.6353L13.4865 13.0811Z\" 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,gBAA6/C,EAA7/C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mlBAAmlB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gQAAgQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kQAAkQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,CAAI,GAGv/C",
  "debugId": "8983776AE609AAB264756E2164756E21",
  "names": []
}