{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberVertical/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 IconChevronGrabberVertical: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"chevron-grabber-vertical\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.9393 4.99989C11.5251 4.4141 12.4749 4.4141 13.0607 4.99989L12.5303 5.53022L13.0607 4.99989L16.5303 8.46956C16.8232 8.76245 16.8232 9.23732 16.5303 9.53022C16.2374 9.82311 15.7626 9.82311 15.4697 9.53022L12 6.06055L8.53033 9.53022C8.23744 9.82311 7.76256 9.82311 7.46967 9.53022C7.17678 9.23732 7.17678 8.76245 7.46967 8.46956L10.9393 4.99989ZM7.46967 14.4696C7.76256 14.1767 8.23744 14.1767 8.53033 14.4696L12 17.9392L15.4697 14.4696C15.7626 14.1767 16.2374 14.1767 16.5303 14.4696C16.8232 14.7625 16.8232 15.2373 16.5303 15.5302L13.0607 18.9999C12.4749 19.5857 11.5251 19.5857 10.9393 18.9999L7.46967 15.5302C7.17678 15.2373 7.17678 14.7625 7.46967 14.4696Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChevronGrabberVertical;\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,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAA+xB,EAA/xB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ypBAAypB,KAAK,eAAc,CAAI,GAGzxB",
  "debugId": "F443871DD25C886664756E2164756E21",
  "names": []
}