{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceAndVideo/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 IconVoiceAndVideo: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-and-video, media\"><path d=\"M7 4C4.79086 4 3 5.79086 3 8V13C3 15.2091 4.79086 17 7 17C9.20914 17 11 15.2091 11 13V8C11 5.79086 9.20914 4 7 4Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.75 5C13.3358 5 13 5.33579 13 5.75C13 6.16421 13.3358 6.5 13.75 6.5H18.5V17.5H15.75C15.3358 17.5 15 17.8358 15 18.25C15 18.6642 15.3358 19 15.75 19H19.25C19.6642 19 20 18.6642 20 18.25V15.1731L22.9546 16.4394C23.1863 16.5387 23.4524 16.5149 23.6629 16.3761C23.8733 16.2373 24 16.0021 24 15.75V8.25C24 7.99789 23.8733 7.76265 23.6629 7.62387C23.4524 7.48509 23.1863 7.46133 22.9546 7.56064L20 8.82688V5.75C20 5.33579 19.6642 5 19.25 5H13.75Z\" fill=\"currentColor\"/><path d=\"M1.5 12.75C1.5 12.3358 1.16421 12 0.75 12C0.335786 12 0 12.3358 0 12.75C0 16.7261 3.10655 20 7 20C10.8934 20 14 16.7261 14 12.75C14 12.3358 13.6642 12 13.25 12C12.8358 12 12.5 12.3358 12.5 12.75C12.5 15.9536 10.0101 18.5 7 18.5C3.98989 18.5 1.5 15.9536 1.5 12.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceAndVideo;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA0/B,EAA1/B,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8bAA8b,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0QAA0Q,KAAK,eAAc,CAAI,GAGp/B",
  "debugId": "85F027967A80F66064756E2164756E21",
  "names": []
}