{
  "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.6914 19.4999H5.75C3.67896 19.4999 2.00004 17.821 2 15.7499V8.24993C2 7.32354 2.33591 6.47553 2.89258 5.82122L13.6914 19.4999Z\" fill=\"currentColor\"/><path d=\"M13.75 4.49993C15.8211 4.49993 17.5 6.17886 17.5 8.24993V15.7499C17.5 16.5306 17.2607 17.2551 16.8525 17.8554L6.30859 4.49993H13.75Z\" fill=\"currentColor\"/><path d=\"M20.4434 7.21477C21.4284 6.82111 22.4998 7.54651 22.5 8.60735V15.3925C22.4997 16.4533 21.4284 17.1787 20.4434 16.7851L18.5 16.0077V7.99212L20.4434 7.21477Z\" 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,gBAAy1B,EAAz1B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oIAAoI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uIAAuI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,GAGn1B",
  "debugId": "20C7BD111E93583F64756E2164756E21",
  "names": []
}