{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBookmarkPlus/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 IconBookmarkPlus: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bookmark-plus, banner, flag, tag\"><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.51789ZM12 6C12.4142 6 12.75 6.33579 12.75 6.75V9.25H15.25C15.6642 9.25 16 9.58579 16 10C16 10.4142 15.6642 10.75 15.25 10.75H12.75V13.25C12.75 13.6642 12.4142 14 12 14C11.5858 14 11.25 13.6642 11.25 13.25V10.75H8.75C8.33579 10.75 8 10.4142 8 10C8 9.58579 8.33579 9.25 8.75 9.25H11.25V6.75C11.25 6.33579 11.5858 6 12 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBookmarkPlus;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAoiD,EAApiD,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s5CAAs5C,KAAK,eAAc,CAAI,GAG9hD",
  "debugId": "4DCA11E5219ACB7164756E2164756E21",
  "names": []
}