{
  "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.11095 4.35735C2.04063 4.47156 2.00006 4.60606 2.00006 4.75003V19.25C2.00006 19.6642 2.33585 20 2.75006 20H14.3714L15.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.00003H15.2501C15.6643 4.00003 16.0001 4.33582 16.0001 4.75003V8.78651L20.9146 6.32921C21.1471 6.21297 21.4232 6.22539 21.6444 6.36204C21.8655 6.4987 22.0001 6.7401 22.0001 7.00003V17C22.0001 17.26 21.8655 17.5014 21.6444 17.638C21.4232 17.7747 21.1471 17.7871 20.9146 17.6709L16.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+4B,EAA/4B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,uWAAuW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2YAA2Y,KAAK,eAAc,CAAI,GAGz4B",
  "debugId": "55AA8DE89B77E24064756E2164756E21",
  "names": []
}