{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconOpenQuote1/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 IconOpenQuote1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"open-quote-1,blockquote\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.14667 5.97012L8.51781 6.37882C6.70069 7.55978 4.76355 8.87112 3.96699 10.9789C4.69136 10.4921 5.56732 10.2083 6.50632 10.2083C8.96788 10.2083 10.9962 12.1585 10.9962 14.6041C10.9962 17.0498 8.96788 19 6.50632 19C4.05177 19 2.02803 17.0609 2.0165 14.625C1.77895 10.119 4.12684 7.44359 7.70042 5.1211L8.32928 4.7124L9.14667 5.97012Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.1467 5.97012L19.5178 6.37882C17.7007 7.55978 15.7635 8.87112 14.967 10.9789C15.6914 10.4921 16.5673 10.2083 17.5063 10.2083C19.9679 10.2083 21.9962 12.1585 21.9962 14.6041C21.9962 17.0498 19.9679 19 17.5063 19C15.0518 19 13.028 17.0609 13.0165 14.625C12.779 10.119 15.1268 7.44359 18.7004 5.1211L19.3293 4.7124L20.1467 5.97012Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.5133 11.7085C4.84393 11.7085 3.52344 13.0229 3.52344 14.6043C3.52344 16.1858 4.84393 17.5002 6.5133 17.5002C8.18267 17.5002 9.50316 16.1858 9.50316 14.6043C9.50316 13.0229 8.18267 11.7085 6.5133 11.7085Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.5133 11.7085C15.8439 11.7085 14.5234 13.0229 14.5234 14.6043C14.5234 16.1858 15.8439 17.5002 17.5133 17.5002C19.1827 17.5002 20.5032 16.1858 20.5032 14.6043C20.5032 13.0229 19.1827 11.7085 17.5133 11.7085Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconOpenQuote1;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAi5C,EAAj5C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gVAAgV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8UAA8U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iNAAiN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oNAAoN,KAAK,eAAc,CAAI,GAG34C",
  "debugId": "CE1CF0A4127BF5E264756E2164756E21",
  "names": []
}