{
  "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=\"M4.12508 8.5C3.82369 8.5 3.59081 8.76465 3.62914 9.06358L4.86802 18.7269C5.10794 20.5983 6.70087 22 8.58758 22H8.69081L7.89669 8.5H4.12508Z\" fill=\"currentColor\"/><path d=\"M9.39844 8.5L10.1926 22H13.8076L14.6017 8.5H9.39844Z\" fill=\"currentColor\"/><path d=\"M16.1047 8.5L15.3105 22H15.4139C17.3006 22 18.8935 20.5983 19.1334 18.7269L20.3723 9.06358C20.4106 8.76465 20.1777 8.5 19.8764 8.5H16.1047Z\" fill=\"currentColor\"/><path d=\"M20.2852 7C20.2357 6.85186 20.1704 6.70828 20.0899 6.57173C19.8353 6.14014 19.4424 5.80293 18.9721 5.61243L18.9235 5.59271C18.6427 5.47896 18.3875 5.31209 18.1727 5.10164C17.9578 4.8912 17.7874 4.64132 17.6713 4.3663L17.651 4.3183C17.4566 3.85777 17.1123 3.473 16.6718 3.22369C16.2312 2.97438 15.7189 2.87448 15.2144 2.93949L15.1582 2.94669C14.8565 2.98557 14.55 2.96585 14.2561 2.88867C13.9622 2.81149 13.6867 2.67835 13.4454 2.49685L13.4067 2.46796C13.0032 2.1645 12.5087 2 11.9999 2C11.4912 2 10.9966 2.1645 10.5931 2.46796L10.5493 2.50087C10.3088 2.68175 10.0342 2.81444 9.74128 2.89136C9.44836 2.96828 9.14284 2.98792 8.84217 2.94916L8.78418 2.94169C8.27966 2.87666 7.76733 2.97664 7.32678 3.22611C6.88624 3.47558 6.54214 3.86056 6.34794 4.32125L6.32849 4.3674C6.21243 4.64275 6.04197 4.89293 5.8269 5.10357C5.61184 5.31421 5.35641 5.48116 5.07528 5.59483L5.02816 5.61389C4.55779 5.80409 4.16473 6.1411 3.91001 6.57258C3.82957 6.70886 3.76434 6.85215 3.71484 7H20.2852Z\" fill=\"currentColor\"/></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,gBAA09C,EAA19C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,i9BAAi9B,KAAK,eAAc,CAAI,GAGp9C",
  "debugId": "ABD2ADB88DC65F7B64756E2164756E21",
  "names": []
}