{
  "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=\"M11.1056 3C9.85173 3 8.68086 3.62663 7.98536 4.66987L7.76656 4.99808C7.34926 5.62402 6.64674 6 5.89445 6H5.75C3.67893 6 2 7.67893 2 9.75V17.25C2 19.3211 3.67893 21 5.75 21H18.25C20.3211 21 22 19.3211 22 17.25V9.75C22 7.67893 20.3211 6 18.25 6H18.1056C17.3533 6 16.6507 5.62402 16.2334 4.99808L16.0146 4.66987C15.3191 3.62663 14.1483 3 12.8944 3H11.1056ZM9.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,gBAAq9B,EAAr9B,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,61BAA61B,KAAK,eAAc,CAAI,GAG/8B",
  "debugId": "EEA13ABB92D0F6ED64756E2164756E21",
  "names": []
}