{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloseQuote1/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 IconCloseQuote1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"close-quote-1, blockquote\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.48986 6.5C4.82049 6.5 3.5 7.8144 3.5 9.39583C3.5 10.9773 4.82049 12.2917 6.48986 12.2917C8.15924 12.2917 9.47972 10.9773 9.47972 9.39583C9.47972 7.8144 8.15924 6.5 6.48986 6.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 9.39583C2 6.95019 4.0283 5 6.48986 5C8.94441 5 10.9682 6.93909 10.9797 9.37492C11.2172 13.881 8.86934 16.5564 5.29576 18.8789L4.6669 19.2876L3.8495 18.0298L4.47836 17.6211C6.29549 16.4402 8.23263 15.1288 9.02918 13.0211C8.30482 13.5079 7.42886 13.7917 6.48986 13.7917C4.0283 13.7917 2 11.8415 2 9.39583Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.4899 6.5C15.8205 6.5 14.5 7.8144 14.5 9.39583C14.5 10.9773 15.8205 12.2917 17.4899 12.2917C19.1592 12.2917 20.4797 10.9773 20.4797 9.39583C20.4797 7.8144 19.1592 6.5 17.4899 6.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 9.39583C13 6.95019 15.0283 5 17.4899 5C19.9444 5 21.9682 6.93909 21.9797 9.37492C22.2172 13.881 19.8693 16.5564 16.2958 18.8789L15.6669 19.2876L14.8495 18.0298L15.4784 17.6211C17.2955 16.4402 19.2326 15.1288 20.0292 13.0211C19.3048 13.5079 18.4289 13.7917 17.4899 13.7917C15.0283 13.7917 13 11.8415 13 9.39583Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloseQuote1;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAizC,EAAjzC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sLAAsL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qTAAqT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yLAAyL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6TAA6T,KAAK,eAAc,CAAI,GAG3yC",
  "debugId": "A9EEC0D13852024464756E2164756E21",
  "names": []
}