{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSeparateVideoVoice/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 IconSeparateVideoVoice: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"separate-video-voice, video-audio\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.25 2C13.6642 2 14 2.33579 14 2.75V21.25C14 21.6642 13.6642 22 13.25 22C12.8358 22 12.5 21.6642 12.5 21.25V19H5.75C3.67893 19 2 17.3211 2 15.25V8.75C2 6.67893 3.67893 5 5.75 5H12.5V2.75C12.5 2.33579 12.8358 2 13.25 2ZM5 15.5C4.58579 15.5 4.25 15.8358 4.25 16.25C4.25 16.6642 4.58579 17 5 17H6C6.41421 17 6.75 16.6642 6.75 16.25C6.75 15.8358 6.41421 15.5 6 15.5H5ZM9.5 15.5C9.08579 15.5 8.75 15.8358 8.75 16.25C8.75 16.6642 9.08579 17 9.5 17H10.5C10.9142 17 11.25 16.6642 11.25 16.25C11.25 15.8358 10.9142 15.5 10.5 15.5H9.5ZM5 7C4.58579 7 4.25 7.33579 4.25 7.75C4.25 8.16421 4.58579 8.5 5 8.5H6C6.41421 8.5 6.75 8.16421 6.75 7.75C6.75 7.33579 6.41421 7 6 7H5ZM9.5 7C9.08579 7 8.75 7.33579 8.75 7.75C8.75 8.16421 9.08579 8.5 9.5 8.5H10.5C10.9142 8.5 11.25 8.16421 11.25 7.75C11.25 7.33579 10.9142 7 10.5 7H9.5Z\" fill=\"currentColor\"/><path d=\"M19.25 5C19.6642 5 20 5.33579 20 5.75V18.25C20 18.6642 19.6642 19 19.25 19C18.8358 19 18.5 18.6642 18.5 18.25V5.75C18.5 5.33579 18.8358 5 19.25 5Z\" fill=\"currentColor\"/><path d=\"M16.25 8C16.6642 8 17 8.33579 17 8.75V15.25C17 15.6642 16.6642 16 16.25 16C15.8358 16 15.5 15.6642 15.5 15.25V8.75C15.5 8.33579 15.8358 8 16.25 8Z\" fill=\"currentColor\"/><path d=\"M22.25 9.5C22.6642 9.5 23 9.83579 23 10.25V13.75C23 14.1642 22.6642 14.5 22.25 14.5C21.8358 14.5 21.5 14.1642 21.5 13.75V10.25C21.5 9.83579 21.8358 9.5 22.25 9.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSeparateVideoVoice;\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,EAAyD,CAAC,IAAU,CAC/E,OAAO,gBAAo+C,EAAp+C,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+yBAA+yB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qKAAqK,KAAK,eAAc,CAAI,GAG99C",
  "debugId": "049979D2A719C54364756E2164756E21",
  "names": []
}