{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMask/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 IconMask: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"mask, theatre\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.27611 2.66869C3.45083 2.52626 3.68035 2.46997 3.90115 2.5154C9.41135 3.64914 14.5887 3.64914 20.0989 2.5154C20.3196 2.46997 20.5492 2.52626 20.7239 2.66869C20.8986 2.81112 21 3.02459 21 3.25001V12.5C21 17.4706 16.9706 21.5 12 21.5C7.02944 21.5 3 17.4706 3 12.5V3.25001C3 3.02459 3.10139 2.81112 3.27611 2.66869ZM8.20878 14.0693C7.93923 13.6717 8.39677 13.2338 8.84128 13.4158C10.9471 14.2781 13.0529 14.2781 15.1587 13.4158C15.6032 13.2338 16.0608 13.6717 15.7912 14.0693C13.7634 17.0602 10.2366 17.0602 8.20878 14.0693ZM11 10.1058C11 10.6421 10.7135 10.5298 10.2732 10.3572C9.98547 10.2444 9.63203 10.1058 9.25 10.1058C8.86797 10.1058 8.51453 10.2444 8.22676 10.3572C7.78652 10.5298 7.5 10.6421 7.5 10.1058C7.5 9.21896 8.2835 8.5 9.25 8.5C10.2165 8.5 11 9.21896 11 10.1058ZM15.7732 10.3572C16.2135 10.5298 16.5 10.6421 16.5 10.1058C16.5 9.21896 15.7165 8.5 14.75 8.5C13.7835 8.5 13 9.21896 13 10.1058C13 10.6421 13.2865 10.5298 13.7268 10.3572C14.0145 10.2444 14.368 10.1058 14.75 10.1058C15.132 10.1058 15.4855 10.2444 15.7732 10.3572Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMask;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA8oC,EAA9oC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mhCAAmhC,KAAK,eAAc,CAAI,GAGxoC",
  "debugId": "FFA59EFB5DB8ED9064756E2164756E21",
  "names": []
}