{
  "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=\"M13.75 5.75H19.25V18.25H15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeMiterlimit=\"16\" strokeLinecap=\"square\"/><path d=\"M19.5 9.85714L23.25 8.25V15.75L19.5 14.1429\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeMiterlimit=\"16\" strokeLinecap=\"square\"/><path d=\"M13.25 12.75C13.25 16.3399 10.4518 19.25 7 19.25C3.54822 19.25 0.75 16.3399 0.75 12.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeMiterlimit=\"16\" strokeLinecap=\"square\"/><path d=\"M3.75 8C3.75 6.20507 5.20507 4.75 7 4.75C8.79493 4.75 10.25 6.20507 10.25 8V13C10.25 14.7949 8.79493 16.25 7 16.25C5.20507 16.25 3.75 14.7949 3.75 13V8Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeMiterlimit=\"16\" strokeLinecap=\"square\"/></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,gBAA2vB,EAA3vB,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,YAAY,MAAM,iBAAiB,KAAK,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,8CAA8C,OAAO,eAAe,YAAY,MAAM,iBAAiB,KAAK,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,yFAAyF,OAAO,eAAe,YAAY,MAAM,iBAAiB,KAAK,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,OAAO,eAAe,YAAY,MAAM,iBAAiB,KAAK,cAAc,SAAQ,CAAI,GAGrvB",
  "debugId": "E3E49FF9819851BE64756E2164756E21",
  "names": []
}