{
  "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.36453 4.68087C2.13602 4.97656 2.00006 5.34742 2.00006 5.75003V18.25C2.00006 19.2165 2.78356 20 3.75006 20H14.2501C14.2898 20 14.3293 19.9987 14.3684 19.9961L15.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 15.2136V17.2147L5.64259 4.00003H14.2501C15.2166 4.00003 16.0001 4.78353 16.0001 5.75003V8.7865L20.191 6.69101C21.0222 6.27545 22.0001 6.87982 22.0001 7.80905V16.191C22.0001 17.1202 21.0222 17.7246 20.191 17.309L16.0001 15.2136ZM16.0001 13.5365L20.5001 15.7865V8.21356L16.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,gBAA+1B,EAA/1B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,kZAAkZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gTAAgT,KAAK,eAAc,CAAI,GAGz1B",
  "debugId": "21C4AAB975315FA364756E2164756E21",
  "names": []
}