{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCameraOff/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 IconCameraOff: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"camera-off\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.0352 3C9.45007 3 8.90366 3.29243 8.5791 3.77927L7.17283 5.88867C7.12646 5.95822 7.0484 6 6.96482 6H3.75C2.7835 6 2 6.7835 2 7.75V19.25C2 20.2165 2.7835 21 3.75 21H20.25C21.2165 21 22 20.2165 22 19.25V7.75C22 6.7835 21.2165 6 20.25 6H17.0352C16.9516 6 16.8735 5.95822 16.8272 5.88867L15.4209 3.77927C15.0963 3.29243 14.5499 3 13.9648 3H10.0352ZM9.468 10.9697C9.7609 10.6768 10.2358 10.6768 10.5287 10.9697L12 12.441L13.4713 10.9697C13.7642 10.6768 14.2391 10.6768 14.532 10.9697C14.8249 11.2626 14.8249 11.7374 14.532 12.0303L13.0607 13.5017L14.5303 14.9713C14.8232 15.2642 14.8232 15.7391 14.5303 16.032C14.2374 16.3249 13.7626 16.3249 13.4697 16.032L12 14.5623L10.5303 16.032C10.2374 16.3249 9.76256 16.3249 9.46967 16.032C9.17678 15.7391 9.17678 15.2642 9.46967 14.9713L10.9393 13.5017L9.468 12.0303C9.17511 11.7374 9.17511 11.2626 9.468 10.9697Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCameraOff;\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+8B,EAA/8B,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u1BAAu1B,KAAK,eAAc,CAAI,GAGz8B",
  "debugId": "DCC9F4F6DF847AB664756E2164756E21",
  "names": []
}