{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCursorClick/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 IconCursorClick: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cursor-click, arrow, clickbait\"><path d=\"M11.75 2.75C11.75 2.33579 11.4142 2 11 2C10.5858 2 10.25 2.33579 10.25 2.75V4.5C10.25 4.91421 10.5858 5.25 11 5.25C11.4142 5.25 11.75 4.91421 11.75 4.5V2.75Z\" fill=\"currentColor\"/><path d=\"M5.62348 4.56282C5.33059 4.26993 4.85571 4.26993 4.56282 4.56282C4.26993 4.85571 4.26993 5.33059 4.56282 5.62348L5.87348 6.93414C6.16637 7.22703 6.64125 7.22703 6.93414 6.93414C7.22703 6.64125 7.22703 6.16637 6.93414 5.87348L5.62348 4.56282Z\" fill=\"currentColor\"/><path d=\"M17.4372 5.62359C17.7301 5.3307 17.7301 4.85582 17.4372 4.56293C17.1443 4.27004 16.6694 4.27004 16.3765 4.56293L15.0659 5.87359C14.773 6.16648 14.773 6.64136 15.0659 6.93425C15.3588 7.22715 15.8336 7.22715 16.1265 6.93425L17.4372 5.62359Z\" fill=\"currentColor\"/><path d=\"M11.8338 9.66924C10.6288 9.19228 9.42682 10.3647 9.87367 11.5812L13.4283 21.2576C13.7936 22.252 15.1526 22.3696 15.6834 21.4529L17.7989 17.7989L21.4819 15.6666C22.3862 15.143 22.2872 13.8071 21.3157 13.4225L11.8338 9.66924Z\" fill=\"currentColor\"/><path d=\"M2.75 10.25C2.33579 10.25 2 10.5858 2 11C2 11.4142 2.33579 11.75 2.75 11.75H4.5C4.91421 11.75 5.25 11.4142 5.25 11C5.25 10.5858 4.91421 10.25 4.5 10.25H2.75Z\" fill=\"currentColor\"/><path d=\"M6.93414 16.1265C7.22703 15.8336 7.22703 15.3588 6.93414 15.0659C6.64125 14.773 6.16637 14.773 5.87348 15.0659L4.56282 16.3765C4.26993 16.6694 4.26993 17.1443 4.56282 17.4372C4.85571 17.7301 5.33059 17.7301 5.62348 17.4372L6.93414 16.1265Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCursorClick;\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,gBAAg/C,EAAh/C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,CAAI,GAG1+C",
  "debugId": "16A301B4EEFCCEA864756E2164756E21",
  "names": []
}