{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMouseUp/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 IconMouseUp: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"mouse-up, hover, turn-up\"><path d=\"M18.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z\" fill=\"currentColor\"/><path d=\"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMouseUp;\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,gBAAoxC,EAApxC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,guBAAguB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ubAAub,KAAK,eAAc,CAAI,GAG9wC",
  "debugId": "32FF693B3A265D7D64756E2164756E21",
  "names": []
}