{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVideo2Off/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 IconVideo2Off: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"video-2-off, cam-off, movie, play\"><path d=\"M2.53906 2.40813C2.86589 2.15393 3.33742 2.21239 3.5918 2.53899L17.5918 20.539C17.846 20.8658 17.7875 21.3374 17.4609 21.5917C17.1341 21.8459 16.6626 21.7874 16.4082 21.4609L2.4082 3.46087C2.15401 3.13405 2.21249 2.66251 2.53906 2.40813Z\" fill=\"currentColor\"/><path d=\"M13.6162 19.4999H2.75C2.33581 19.4999 2.00004 19.1641 2 18.7499V5.24993C2 5.0718 2.06424 4.90983 2.16797 4.78118L13.6162 19.4999Z\" fill=\"currentColor\"/><path d=\"M16.75 4.49993C17.1642 4.49993 17.5 4.83572 17.5 5.24993V18.7499C17.5 18.763 17.4977 18.776 17.4971 18.789L6.38379 4.49993H16.75Z\" fill=\"currentColor\"/><path d=\"M21.4717 6.80364C21.7027 6.71129 21.9649 6.73935 22.1709 6.87883C22.3768 7.01838 22.5 7.25118 22.5 7.49993V16.4999C22.5 16.7487 22.3768 16.9815 22.1709 17.121C21.9649 17.2605 21.7027 17.2885 21.4717 17.1962L18.5 16.0077V7.99212L21.4717 6.80364Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVideo2Off;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA+6B,EAA/6B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oIAAoI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oIAAoI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,CAAI,GAGz6B",
  "debugId": "F78DBC6CC140E12164756E2164756E21",
  "names": []
}