{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBookmarkDelete/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 IconBookmarkDelete: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bookmark-delete, remove, banner, flag, tag, x\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.51789 2C8.70505 1.99999 8.04944 1.99999 7.51853 2.04336C6.9719 2.08803 6.49176 2.18239 6.04754 2.40873C5.34193 2.76825 4.76825 3.34193 4.40873 4.04754C4.18239 4.49175 4.08803 4.9719 4.04337 5.51853C3.99999 6.04943 3.99999 6.70502 4 7.51783V18.9878C3.99998 19.4516 3.99997 19.8507 4.02879 20.1656C4.05755 20.4798 4.12334 20.849 4.35936 21.158C4.67233 21.5676 5.15002 21.8185 5.66496 21.8435C6.0533 21.8624 6.3946 21.707 6.66956 21.5523C6.94516 21.3972 7.27366 21.1706 7.6555 20.9073L10.6091 18.8703C11.3145 18.3838 11.511 18.2626 11.7011 18.2158C11.8974 18.1674 12.1026 18.1674 12.299 18.2158C12.4891 18.2626 12.6855 18.3838 13.391 18.8703L16.3445 20.9073C16.7264 21.1706 17.0549 21.3972 17.3304 21.5523C17.6054 21.7069 17.9467 21.8624 18.335 21.8435C18.85 21.8185 19.3277 21.5676 19.6406 21.158C19.8767 20.849 19.9425 20.4798 19.9712 20.1656C20 19.8507 20 19.4517 20 18.9879V7.51788C20 6.70505 20 6.04944 19.9566 5.51853C19.912 4.9719 19.8176 4.49175 19.5913 4.04754C19.2318 3.34193 18.6581 2.76825 17.9525 2.40873C17.5082 2.18239 17.0281 2.08803 16.4815 2.04336C15.9506 1.99999 15.295 1.99999 14.4821 2H9.51789ZM14.8284 7.17612C15.1213 7.46901 15.1213 7.94389 14.8284 8.23678L13.0607 10.0045L14.8284 11.7723C15.1213 12.0652 15.1213 12.5401 14.8284 12.833C14.5355 13.1259 14.0607 13.1259 13.7678 12.833L12 11.0652L10.2322 12.833C9.93934 13.1259 9.46447 13.1259 9.17157 12.833C8.87868 12.5401 8.87868 12.0652 9.17157 11.7723L10.9393 10.0045L9.17157 8.23678C8.87868 7.94389 8.87868 7.46901 9.17157 7.17612C9.46447 6.88322 9.93934 6.88322 10.2322 7.17612L12 8.94389L13.7678 7.17612C14.0607 6.88323 14.5355 6.88323 14.8284 7.17612Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBookmarkDelete;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA4vD,EAA5vD,IAAqB,EAAO,UAAU,iDAAgD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,imDAAimD,KAAK,eAAc,CAAI,GAGtvD",
  "debugId": "097778AEC432490B64756E2164756E21",
  "names": []
}