{
  "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 2C11.4142 2 11.75 2.33579 11.75 2.75V4.5C11.75 4.91421 11.4142 5.25 11 5.25C10.5858 5.25 10.25 4.91421 10.25 4.5V2.75C10.25 2.33579 10.5858 2 11 2Z\" fill=\"currentColor\"/><path d=\"M17.4366 4.56256C17.7295 4.85545 17.7295 5.33032 17.4366 5.62322L16.1259 6.93388C15.833 7.22677 15.3582 7.22677 15.0653 6.93388C14.7724 6.64098 14.7724 6.16611 15.0653 5.87322L16.3759 4.56256C16.6688 4.26966 17.1437 4.26966 17.4366 4.56256Z\" fill=\"currentColor\"/><path d=\"M6.93463 16.1261C7.22752 15.8333 7.22752 15.3584 6.93463 15.0655C6.64173 14.7726 6.16686 14.7726 5.87397 15.0655L4.56331 16.3761C4.27041 16.669 4.27041 17.1439 4.56331 17.4368C4.8562 17.7297 5.33107 17.7297 5.62397 17.4368L6.93463 16.1261Z\" fill=\"currentColor\"/><path d=\"M5.25 11C5.25 11.4142 4.91421 11.75 4.5 11.75H2.75C2.33579 11.75 2 11.4142 2 11C2 10.5858 2.33579 10.25 2.75 10.25H4.5C4.91421 10.25 5.25 10.5858 5.25 11Z\" fill=\"currentColor\"/><path d=\"M5.87385 6.93463C6.16675 7.22752 6.64162 7.22752 6.93451 6.93463C7.22741 6.64173 7.22741 6.16686 6.93451 5.87397L5.62385 4.56331C5.33096 4.27041 4.85609 4.27041 4.56319 4.56331C4.2703 4.8562 4.2703 5.33107 4.56319 5.62397L5.87385 6.93463Z\" fill=\"currentColor\"/><path d=\"M11.0514 9.51245C10.2468 9.19061 9.44166 9.97474 9.74205 10.7876L13.6083 21.2493C13.9047 22.0511 15.0053 22.1355 15.4205 21.3883L17.5521 17.5514L21.4051 15.4108C22.1415 15.0017 22.073 13.9211 21.2908 13.6082L11.0514 9.51245Z\" 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,gBAAu+C,EAAv+C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,0JAA0J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6JAA6J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mOAAmO,KAAK,eAAc,CAAI,GAGj+C",
  "debugId": "6959575F8715D34964756E2164756E21",
  "names": []
}