{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMouseScrollUp/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 IconMouseScrollUp: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"mouse-scroll-up\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 12.0001C6 8.68635 8.68629 6.00005 12 6.00005C15.3137 6.00005 18 8.68635 18 12.0001V17.0001C18 20.3138 15.3137 23.0001 12 23.0001C8.68629 23.0001 6 20.3138 6 17.0001V12.0001ZM12.75 10.7501C12.75 10.3358 12.4142 10.0001 12 10.0001C11.5858 10.0001 11.25 10.3358 11.25 10.7501V13.2501C11.25 13.6643 11.5858 14.0001 12 14.0001C12.4142 14.0001 12.75 13.6643 12.75 13.2501V10.7501Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.37596 4.41608C8.60573 4.76073 9.07138 4.85386 9.41602 4.62409L11.8613 2.99389C11.9453 2.93791 12.0547 2.93791 12.1387 2.99389L14.584 4.62409C14.9286 4.85386 15.3943 4.76073 15.624 4.41608C15.8538 4.07143 15.7607 3.60578 15.416 3.37602L12.9707 1.74582C12.3829 1.35393 11.6171 1.35393 11.0293 1.74582L8.58397 3.37602C8.23933 3.60578 8.1462 4.07143 8.37596 4.41608Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMouseScrollUp;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA46B,EAA56B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4XAA4X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gXAAgX,KAAK,eAAc,CAAI,GAGt6B",
  "debugId": "E05C5B2A180AE89D64756E2164756E21",
  "names": []
}