{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconClaw/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 IconClaw: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"claw, openclaw, ai, qclaw\"><path d=\"M9.94629 2.21289C19.7906 0.117508 24.0011 14.0477 18.6768 21.6055C18.4984 21.8583 18.2039 22 17.8945 22H9.1543C8.96991 22 8.78769 21.9497 8.64258 21.8359C8.18609 21.478 7.19288 20.5356 7.02441 19.0088C6.99304 18.7243 7.12273 18.4505 7.33691 18.2607L10.8369 15.1592C11.0133 15.0029 11.1288 14.7889 11.1631 14.5557L11.6133 11.4893C11.6497 11.2405 11.5913 10.9868 11.4492 10.7793L10.8066 9.8418C10.6441 9.60404 10.5924 9.30732 10.6641 9.02832L10.9316 7.98438C11.0383 7.56861 10.8677 7.13131 10.5078 6.89746L10.0703 6.61328C9.69306 6.36823 9.52622 5.9015 9.66211 5.47266L9.76367 5.15234C9.83702 4.92107 9.82392 4.67048 9.72656 4.44824L9.31738 3.51562C9.07926 2.97217 9.36605 2.33657 9.94629 2.21289Z\" fill=\"currentColor\"/><path d=\"M4.54688 7.87305C5.26766 7.87325 5.89635 8.36423 6.07129 9.06348L6.20703 9.60449C6.28998 9.93597 6.53622 10.2024 6.86035 10.3105L7.56348 10.5449C7.86175 10.6446 8.09581 10.8794 8.19531 11.1777L8.45703 11.9619C8.55013 12.2408 8.76116 12.465 9.03418 12.5742L9.63184 12.8125C10.0612 12.9842 10.3167 13.4282 10.25 13.8857L10.2266 14.0479C10.1925 14.2812 10.0768 14.4949 9.90039 14.6514L7.13477 17.1035C6.74222 17.4514 6.14538 17.4387 5.78613 17.0566C4.85483 16.0649 3.79233 14.7375 3.375 13.4814C2.9162 12.1004 2.96424 10.3389 3.07422 9.16211C3.14472 8.41038 3.79177 7.87305 4.54688 7.87305Z\" fill=\"currentColor\"/><path d=\"M6 2C6.18067 2 6.3423 2.11168 6.40723 2.28027L6.89062 3.53516C6.99218 3.7992 7.20082 4.00778 7.46484 4.10938L8.71973 4.59277C8.88833 4.65762 8.99988 4.81938 9 5C9 5.18074 8.88842 5.34332 8.71973 5.4082L7.46484 5.89062C7.20085 5.99216 6.99224 6.20089 6.89062 6.46484L6.40723 7.7207C6.34221 7.88911 6.18056 8 6 8C5.81944 8 5.65779 7.88911 5.59277 7.7207L5.10938 6.46484C5.00776 6.20089 4.79915 5.99216 4.53516 5.89062L3.28027 5.4082C3.11158 5.34332 3 5.18074 3 5C3.00012 4.81938 3.11167 4.65762 3.28027 4.59277L4.53516 4.10938C4.79918 4.00778 5.00782 3.7992 5.10938 3.53516L5.59277 2.28027C5.6577 2.11168 5.81933 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconClaw;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA+gE,EAA/gE,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,0rBAA0rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8kBAA8kB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAGzgE",
  "debugId": "DDF8B2C04EF292C664756E2164756E21",
  "names": []
}