{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSvelte/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 IconSvelte: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"svelte\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.0645 2.66332C13.7816 0.929019 17.5391 1.73828 19.447 4.46678C20.3604 5.75018 20.7188 7.33432 20.4413 8.88366C20.3141 9.61209 20.0252 10.3063 19.6205 10.9307C20.2217 12.0637 20.4189 13.37 20.1877 14.6302C19.9102 16.1449 19.0193 17.4745 17.7128 18.2955L12.938 21.3368C10.2209 23.0712 6.45097 22.2613 4.55473 19.5325C3.64145 18.2723 3.28293 16.6766 3.56041 15.1273C3.6876 14.3991 3.97664 13.7054 4.38122 13.0811C3.77997 11.948 3.58358 10.6411 3.81483 9.38082C4.09236 7.86626 4.98251 6.52486 6.28894 5.71552L11.0645 2.66332ZM17.4817 5.71552C16.5799 4.40908 14.9496 3.80766 13.4118 4.20068C13.0651 4.29314 12.7414 4.43217 12.4409 4.6286L7.66531 7.66995C6.87913 8.1671 6.33575 8.96463 6.17383 9.87797C6.01196 10.803 6.22026 11.7626 6.77526 12.5373C7.67713 13.8438 9.30733 14.4452 10.8451 14.0521C11.1919 13.9596 11.5155 13.8207 11.8161 13.6242L13.6429 12.4564C13.7354 12.3986 13.8283 12.3527 13.9324 12.3296C14.3947 12.2141 14.8918 12.3871 15.1577 12.78C15.3196 13.0113 15.3892 13.3008 15.3429 13.5783C15.2966 13.8558 15.1344 14.0987 14.8916 14.249L10.1161 17.2895C10.0236 17.3472 9.93144 17.394 9.82745 17.4171C9.36498 17.5327 8.86802 17.3589 8.60207 16.9658C8.45183 16.7578 8.38218 16.5037 8.40521 16.261V16.0875C8.41645 16.0874 8.24338 16.0291 8.24338 16.0291C7.57276 15.8209 6.93641 15.5094 6.36986 15.0931L6.12712 14.908L6.03453 15.1849C5.98829 15.3352 5.95409 15.4859 5.91941 15.6362C5.75754 16.5612 5.96584 17.5208 6.52084 18.2955C7.42272 19.602 9.05293 20.2034 10.5907 19.8103C10.9375 19.7178 11.2611 19.5789 11.5617 19.3824L16.3372 16.3419C17.1235 15.8447 17.6668 15.0465 17.8287 14.133C17.9905 13.2081 17.7823 12.2484 17.2273 11.4737C16.3254 10.1672 14.6952 9.56583 13.1574 9.95889C12.8107 10.0514 12.487 10.1903 12.1865 10.3868L10.3596 11.543C10.2671 11.6008 10.1743 11.6475 10.0702 11.6706C9.60773 11.7862 9.11075 11.6124 8.84481 11.2193C8.68298 10.9881 8.61346 10.6993 8.65963 10.4218C8.70585 10.1445 8.86752 9.90165 9.11007 9.76286L13.8856 6.72151C13.9781 6.6637 14.071 6.61785 14.1751 6.59472C14.6375 6.47919 15.1346 6.65217 15.4005 7.04517C15.5508 7.25329 15.6205 7.50805 15.5973 7.75087V7.92437C15.5858 7.92437 15.7592 7.98193 15.7592 7.98193C16.4297 8.19005 17.0654 8.50249 17.6319 8.91869L17.8746 9.10387L17.9672 8.8261C18.0134 8.67579 18.0484 8.52513 18.0831 8.37482C18.2449 7.44989 18.0367 6.49013 17.4817 5.71552Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSvelte;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAo5E,EAAp5E,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gyEAAgyE,KAAK,eAAc,CAAI,GAG94E",
  "debugId": "3738A0C75DD95D5C64756E2164756E21",
  "names": []
}