{
  "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 d=\"M17.5101 19.0001C19.9717 19.0001 22 17.0499 22 14.6043C22 12.1586 19.9717 10.2084 17.5101 10.2084C16.5711 10.2084 15.6951 10.4922 14.9708 10.979C15.1745 10.4401 15.4375 9.9691 15.7463 9.5434C16.6227 8.33559 17.9109 7.42573 19.5216 6.37895C19.8689 6.15323 19.9675 5.6887 19.7418 5.34139C19.516 4.99408 19.0515 4.89551 18.7042 5.12123C17.1093 6.15778 15.5926 7.20104 14.5322 8.6625C13.4487 10.156 12.883 12.0207 13.0203 14.6252C13.0318 17.061 15.0556 19.0001 17.5101 19.0001Z\" fill=\"currentColor\"/><path d=\"M6.5101 19.0001C8.97167 19.0001 11 17.0499 11 14.6043C11 12.1586 8.97167 10.2084 6.5101 10.2084C5.5711 10.2084 4.69514 10.4922 3.97078 10.979C4.17446 10.4401 4.43747 9.96911 4.74634 9.5434C5.62268 8.33559 6.91093 7.42573 8.5216 6.37895C8.86891 6.15323 8.96748 5.6887 8.74176 5.34139C8.51604 4.99408 8.05151 4.89551 7.7042 5.12123C6.10927 6.15778 4.59263 7.20104 3.53225 8.6625C2.44866 10.156 1.88299 12.0207 2.02029 14.6252C2.03181 17.061 4.05556 19.0001 6.5101 19.0001Z\" fill=\"currentColor\"/><path d=\"M7.77068 5.08296C8.10869 4.90891 8.53065 5.01525 8.74236 5.34077C8.96808 5.68808 8.86897 6.15314 8.52166 6.37886L7.93279 6.76558C6.59536 7.65742 5.51301 8.4862 4.74627 9.54292C4.43755 9.96842 4.17548 10.4398 3.97185 10.9785C4.69593 10.4921 5.57148 10.2081 6.50994 10.208C8.9715 10.208 11.0002 12.1588 11.0002 14.6044C11 17.0499 8.97138 19 6.50994 19C4.06219 18.9997 2.04385 17.071 2.02166 14.6445L2.0031 14.163C1.95291 11.7976 2.51403 10.0657 3.5324 8.66206C4.59273 7.20075 6.10949 6.15751 7.70427 5.12104L7.77068 5.08296Z\" fill=\"currentColor\"/><path d=\"M18.7707 5.08296C19.1087 4.90891 19.5306 5.01525 19.7424 5.34077C19.9681 5.68808 19.869 6.15314 19.5217 6.37886L18.9328 6.76558C17.5954 7.65742 16.513 8.4862 15.7463 9.54292C15.4376 9.96842 15.1755 10.4398 14.9719 10.9785C15.6959 10.4921 16.5715 10.2081 17.5099 10.208C19.9715 10.208 22.0002 12.1588 22.0002 14.6044C22 17.0499 19.9714 19 17.5099 19C15.0622 18.9997 13.0439 17.071 13.0217 14.6445L13.0031 14.163C12.9529 11.7976 13.514 10.0657 14.5324 8.66206C15.5927 7.20075 17.1095 6.15751 18.7043 5.12104L18.7707 5.08296Z\" 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,gBAAqoE,EAAroE,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,4dAA4d,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ydAAyd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6gBAA6gB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6gBAA6gB,KAAK,eAAc,CAAI,GAG/nE",
  "debugId": "EEAA1BCD66FA617E64756E2164756E21",
  "names": []
}