{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBookmarkCheck/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 IconBookmarkCheck: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bookmark-check, add, check\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.5179 2H14.4821C15.2949 1.99999 15.9506 1.99999 16.4815 2.04336C17.0281 2.08803 17.5082 2.18239 17.9525 2.40873C18.6581 2.76825 19.2318 3.34193 19.5913 4.04754C19.8176 4.49175 19.912 4.9719 19.9566 5.51853C20 6.04944 20 6.70505 20 7.51788V18.9878C20 19.4516 20 19.8507 19.9712 20.1656C19.9425 20.4798 19.8767 20.849 19.6406 21.158C19.3277 21.5676 18.85 21.8185 18.335 21.8435C17.9467 21.8624 17.6054 21.7069 17.3304 21.5523C17.0549 21.3972 16.7264 21.1706 16.3445 20.9073L13.391 18.8703C12.6855 18.3838 12.4891 18.2626 12.299 18.2158C12.1026 18.1674 11.8974 18.1674 11.7011 18.2158C11.511 18.2626 11.3145 18.3838 10.6091 18.8703L7.6555 20.9073C7.27366 21.1706 6.94516 21.3972 6.66956 21.5523C6.3946 21.707 6.0533 21.8624 5.66496 21.8435C5.15002 21.8185 4.67233 21.5676 4.35936 21.158C4.12334 20.849 4.05755 20.4798 4.02879 20.1656C3.99997 19.8507 3.99998 19.4517 4 18.9878V7.5179C3.99999 6.70509 3.99999 6.04943 4.04337 5.51853C4.08803 4.9719 4.18239 4.49175 4.40873 4.04754C4.76825 3.34193 5.34193 2.76825 6.04754 2.40873C6.49176 2.18239 6.9719 2.08803 7.51853 2.04336C8.04944 1.99999 8.70506 1.99999 9.5179 2ZM15.3803 8.68033C15.6732 8.38744 15.6732 7.91256 15.3803 7.61967C15.0874 7.32678 14.6126 7.32678 14.3197 7.61967L11 10.9393L9.88033 9.81967C9.58744 9.52677 9.11256 9.52677 8.81967 9.81967C8.52678 10.1126 8.52678 10.5874 8.81967 10.8803L10.4697 12.5303C10.6103 12.671 10.8011 12.75 11 12.75C11.1989 12.75 11.3897 12.671 11.5303 12.5303L15.3803 8.68033Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBookmarkCheck;\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,gBAAmkD,EAAnkD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,27CAA27C,KAAK,eAAc,CAAI,GAG7jD",
  "debugId": "B590976888A5424464756E2164756E21",
  "names": []
}