{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleQuotes/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 IconBubbleQuotes: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-quotes\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 3.75C2 3.33579 2.33579 3 2.75 3H21.25C21.6642 3 22 3.33579 22 3.75V18.25C22 18.6642 21.6642 19 21.25 19H15.2858L12.4764 21.3275C12.1976 21.5585 11.7936 21.5574 11.5161 21.3248L8.74274 19H2.75C2.33579 19 2 18.6642 2 18.25V3.75ZM7.5 10.0331C7.5 8.91026 8.40577 8 9.52309 8C10.6363 8 11.5395 8.90356 11.5461 10.0207C11.6045 11.17 11.3621 12.006 10.8876 12.6801C10.426 13.3359 9.76827 13.8004 9.0981 14.2494C8.89179 14.3876 8.6116 14.3305 8.47432 14.1236C8.33704 13.9166 8.39303 13.6358 8.59934 13.4975C9.2779 13.0429 9.80027 12.6602 10.1535 12.1583C10.2095 12.0788 10.2619 11.9952 10.3101 11.9067C10.0682 12.0094 9.80224 12.0662 9.52309 12.0662C8.40577 12.0662 7.5 11.156 7.5 10.0331ZM12.4453 10.0331C12.4453 8.91026 13.3511 8 14.4684 8C15.5816 8 16.4848 8.90356 16.4915 10.0207C16.5498 11.17 16.3074 12.006 15.8329 12.6801C15.3713 13.3359 14.7136 13.8004 14.0434 14.2494C13.8371 14.3876 13.5569 14.3305 13.4196 14.1236C13.2824 13.9166 13.3383 13.6358 13.5447 13.4975C14.2232 13.0429 14.7456 12.6602 15.0989 12.1583C15.1548 12.0788 15.2072 11.9952 15.2554 11.9067C15.0135 12.0094 14.7476 12.0662 14.4684 12.0662C13.3511 12.0662 12.4453 11.156 12.4453 10.0331Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleQuotes;\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,gBAAqwC,EAArwC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0oCAA0oC,KAAK,eAAc,CAAI,GAG/vC",
  "debugId": "03CD97B9F0D54BBB64756E2164756E21",
  "names": []
}