{
  "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=\"M10.5203 9.55042C10.2435 9.44345 9.92956 9.50982 9.71969 9.71969C9.50982 9.92956 9.44345 10.2435 9.55042 10.5203L13.8004 21.5203C13.9041 21.7887 14.1522 21.9741 14.439 21.9975C14.7257 22.021 15.0006 21.8783 15.1465 21.6303L17.5479 17.5479L21.6303 15.1465C21.8783 15.0006 22.021 14.7257 21.9975 14.439C21.9741 14.1522 21.7887 13.9041 21.5203 13.8004L10.5203 9.55042Z\" 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,gBAAonD,EAApnD,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,gXAAgX,KAAK,eAAc,CAAI,GAG9mD",
  "debugId": "E261117BBE42A12464756E2164756E21",
  "names": []
}