{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSolidjs/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 IconSolidjs: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"solidjs\"><path opacity=\"0.55\" d=\"M10.0979 2.18961C15.5967 0.940299 22.6787 6.2724 22.719 6.30277L20.3007 10.3332L20.2871 10.3301C20.071 10.1683 13.1133 5.00106 7.67645 6.23473L7.18965 6.37187C6.47081 6.6039 5.90284 6.97652 5.50523 7.43654H5.5L7.53617 3.97557C7.5966 3.85953 7.66503 3.74727 7.73926 3.63953C8.19974 3.00429 8.85926 2.54089 9.61316 2.32361L10.0979 2.18961Z\" fill=\"currentColor\"/><path d=\"M16.1132 17.0106C15.368 16.0705 14.3591 15.3744 13.2156 15.0115C12.0722 14.6487 10.8465 14.6356 9.6956 14.974L1.28125 17.6971C1.28125 17.6971 8.4024 23.0636 13.9028 21.8103L14.387 21.6764C16.6402 20.9614 17.4092 18.8564 16.1132 17.0106Z\" fill=\"currentColor\"/><path opacity=\"0.85\" d=\"M12.3247 10.2682C13.4774 9.92554 14.7062 9.93664 15.8527 10.2996C16.9991 10.6626 18.0112 11.3607 18.7567 12.3043C19.5115 13.381 19.5651 14.5406 19.0268 15.4606L16.508 19.9423C16.9075 19.0591 16.8065 17.9983 16.1133 17.0111C15.3682 16.071 14.359 15.3744 13.2156 15.0115C12.0724 14.6488 10.8467 14.6356 9.69602 14.9739L1.28334 17.6968H1.28125L3.9246 12.9911L12.3247 10.2682Z\" fill=\"currentColor\"/><path opacity=\"0.7\" d=\"M7.67633 6.2353C13.1808 4.98622 20.2445 10.2979 20.2922 10.3338L17.6195 11.2038C17.0868 10.8086 16.4895 10.5016 15.8503 10.2993C14.704 9.93643 13.4749 9.92527 12.3224 10.2679L6.57816 12.1292C6.16366 11.8205 5.78846 11.4577 5.46324 11.0488C4.17018 9.20306 4.93931 7.09774 7.18954 6.3714L7.67633 6.2353Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSolidjs;\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,gBAA47C,EAA57C,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,QAAQ,OAAO,EAAE,oVAAoV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,QAAQ,OAAO,EAAE,uXAAuX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,QAAQ,MAAM,EAAE,gTAAgT,KAAK,eAAc,CAAI,GAGt7C",
  "debugId": "5206DFD25B02B5B864756E2164756E21",
  "names": []
}