{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVideoOff/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 IconVideoOff: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"video-off, cam-off\"><path d=\"M2.59032 2.53737C2.3348 2.21136 1.86338 2.15422 1.53737 2.40974C1.21136 2.66526 1.15422 3.13668 1.40974 3.46269L2.87911 5.3374C2.33053 5.98951 2.00006 6.83118 2.00006 7.75003V16.25C2.00006 18.3211 3.67899 20 5.75006 20H12.2501C12.8913 20 13.495 19.8391 14.0229 19.5553L15.9097 21.9627C16.1653 22.2887 16.6367 22.3458 16.9627 22.0903C17.2887 21.8348 17.3458 21.3634 17.0903 21.0374L2.59032 2.53737Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.0001 16.25C16.0001 16.54 15.9672 16.8222 15.9049 17.0933L5.64375 4.00151C5.67907 4.00053 5.71451 4.00003 5.75006 4.00003H12.2501C14.3211 4.00003 16.0001 5.67896 16.0001 7.75003V8.78651L19.4674 7.05282C20.631 6.47104 22.0001 7.31715 22.0001 8.61807V15.382C22.0001 16.6829 20.631 17.529 19.4674 16.9473L16.0001 15.2136V16.25ZM16.0001 13.5365L20.1383 15.6056C20.3045 15.6887 20.5001 15.5678 20.5001 15.382V8.61807C20.5001 8.43223 20.3045 8.31135 20.1383 8.39447L16.0001 10.4636V13.5365Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVideoOff;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAuhC,EAAvhC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,gZAAgZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0eAA0e,KAAK,eAAc,CAAI,GAGjhC",
  "debugId": "1C885D52366082F164756E2164756E21",
  "names": []
}