{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPopsicle2/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 IconPopsicle2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"popsicle-2, ice-cream, sweets\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.75002 1C7.12667 1 5.00002 3.12665 5.00002 5.75V12.7286V12.7393V16.25C5.00002 17.2165 5.78352 18 6.75002 18H9.50002V20.5C9.50002 21.8807 10.6193 23 12 23C13.3807 23 14.5 21.8807 14.5 20.5V18H17.25C18.2165 18 19 17.2165 19 16.25V5.75C19 3.12665 16.8734 1 14.25 1H9.75002ZM6.50002 13.0123V16.25C6.50002 16.3881 6.61195 16.5 6.75002 16.5H17.25C17.3881 16.5 17.5 16.3881 17.5 16.25V11.007C16.943 11.3852 16.2247 11.8119 15.5591 12.0006C14.1539 12.3992 13.0262 12.0121 12.1016 11.6499C12.0234 11.6193 11.9471 11.5891 11.8725 11.5596C11.0275 11.2257 10.3994 10.9775 9.65108 11.0687C8.50104 11.2089 7.37366 12.0267 6.50002 13.0123ZM11 18V20.5C11 21.0523 11.4477 21.5 12 21.5C12.5523 21.5 13 21.0523 13 20.5V18H11Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPopsicle2;\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,gBAAk1B,EAAl1B,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,usBAAusB,KAAK,eAAc,CAAI,GAG50B",
  "debugId": "A3E9805531049A4E64756E2164756E21",
  "names": []
}