{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemixCircle/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 IconRemixCircle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"remix-circle, mix, new-try\"><path d=\"M19.8393 13.5986C19.9216 13.1929 20.3183 12.9307 20.7241 13.0127C21.1298 13.0951 21.392 13.4908 21.31 13.8965C20.4306 18.2341 16.5971 21.5 11.9995 21.5C8.95007 21.4999 6.23692 20.0626 4.49946 17.8311V19.5C4.49946 19.9142 4.16367 20.25 3.74946 20.25C3.33546 20.2497 2.99946 19.9141 2.99946 19.5V15.75C2.99946 15.3359 3.33546 15.0003 3.74946 15H7.49946C7.91367 15 8.24946 15.3358 8.24946 15.75C8.24946 16.1642 7.91367 16.5 7.49946 16.5H5.38423C6.82516 18.614 9.25096 19.9998 11.9995 20C15.8695 20 19.0988 17.2508 19.8393 13.5986Z\" fill=\"currentColor\"/><path d=\"M11.9995 8.25C12.4137 8.25 12.7495 8.58579 12.7495 9V11.25H14.9995C15.4137 11.25 15.7495 11.5858 15.7495 12C15.7494 12.4142 15.4136 12.75 14.9995 12.75H12.7495V15C12.7495 15.4142 12.4137 15.75 11.9995 15.75C11.5856 15.7495 11.2495 15.4139 11.2495 15V12.75H8.99946C8.58549 12.7497 8.24951 12.414 8.24946 12C8.24946 11.5859 8.58546 11.2503 8.99946 11.25H11.2495V9C11.2495 8.58608 11.5856 8.25047 11.9995 8.25Z\" fill=\"currentColor\"/><path d=\"M11.9995 2.5C15.0488 2.50002 17.762 3.9376 19.4995 6.16895V4.5C19.4995 4.08598 19.8355 3.75031 20.2495 3.75C20.6637 3.75 20.9995 4.08579 20.9995 4.5V8.25C20.9995 8.66421 20.6637 9 20.2495 9H16.4995C16.0855 8.99974 15.7495 8.66406 15.7495 8.25C15.7496 7.83605 16.0855 7.50026 16.4995 7.5H18.6147C17.1736 5.38597 14.748 4.00002 11.9995 4C8.13154 4.00022 4.90319 6.74626 4.16059 10.3955C4.07796 10.8013 3.68168 11.063 3.27583 10.9805C2.87033 10.8977 2.60759 10.5023 2.68989 10.0967C3.57183 5.76244 7.40432 2.50022 11.9995 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRemixCircle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAslD,EAAtlD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,khBAAkhB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0ZAA0Z,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8gBAA8gB,KAAK,eAAc,CAAI,GAGhlD",
  "debugId": "EAA012196CE0A8B164756E2164756E21",
  "names": []
}