{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPopcorn/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 IconPopcorn: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"popcorn, movies, series\"><path d=\"M18.3641 8C18.9669 8 19.4326 8.52929 19.356 9.12716L18.1695 18.3815C17.9776 19.8786 16.7032 21 15.1939 21H8.80709C7.29773 21 6.02338 19.8786 5.83144 18.3815L4.64499 9.12716C4.56834 8.52929 5.03411 8 5.63687 8H18.3641Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M9.51953 8.5L9.98107 20.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M14.4811 8.5L14.0195 20.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M5 8V7.74575C5 7.01361 5.49828 6.37543 6.20855 6.19786C6.70558 6.0736 7.11271 5.71823 7.30298 5.24254L7.50453 4.73868C7.78838 4.02905 8.55279 3.6382 9.29426 3.82357C9.74076 3.93519 10.2138 3.83967 10.582 3.56353L10.8 3.4C11.5111 2.86667 12.4889 2.86667 13.2 3.4L13.418 3.56353C13.7862 3.83967 14.2592 3.93519 14.7057 3.82357C15.4472 3.6382 16.2116 4.02905 16.4955 4.73868L16.697 5.24254C16.8873 5.71823 17.2944 6.0736 17.7914 6.19786C18.5017 6.37543 19 7.01361 19 7.74575V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPopcorn;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA2oC,EAA3oC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,4NAA4N,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4dAA4d,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,CAAI,GAGroC",
  "debugId": "4BA44AE44BAD377964756E2164756E21",
  "names": []
}