{
  "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=\"M8.75002 1C6.67895 1 5.00002 2.67893 5.00002 4.75V12.7286V12.7393V17.25C5.00002 17.6642 5.33581 18 5.75002 18H9.50002V20.5C9.50002 21.8807 10.6193 23 12 23C13.3807 23 14.5 21.8807 14.5 20.5V18H18.25C18.6642 18 19 17.6642 19 17.25V4.75C19 2.67893 17.3211 1 15.25 1H8.75002ZM6.50002 13.0123V16.5H17.5V11.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,gBAAiwB,EAAjwB,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,snBAAsnB,KAAK,eAAc,CAAI,GAG3vB",
  "debugId": "B0B8422E3CB69C6764756E2164756E21",
  "names": []
}