{
  "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.5H16.25C17.4926 6.5 18.5 7.50736 18.5 8.75V15.25C18.5 16.4926 17.4926 17.5 16.25 17.5H15.75C15.3358 17.5 15 17.8358 15 18.25C15 18.6642 15.3358 19 15.75 19H16.25C18.3211 19 20 17.3211 20 15.25V15.2274L21.4734 15.9571C22.6365 16.5331 24 15.6868 24 14.3888V9.61114C24 8.31314 22.6365 7.46687 21.4734 8.04292L20 8.77258V8.75C20 6.67893 18.3211 5 16.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,gBAAy+B,EAAz+B,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6aAA6a,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0QAA0Q,KAAK,eAAc,CAAI,GAGn+B",
  "debugId": "4B941CA0F8731F0764756E2164756E21",
  "names": []
}