{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPizza/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 IconPizza: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pizza\"><path d=\"M19.4292 12.9761L20.9891 3.87673C21.0302 3.63679 20.9523 3.39182 20.7802 3.21968C20.608 3.04754 20.3631 2.96966 20.1231 3.01079L15.9557 3.7252C16.595 4.27537 16.9998 5.09042 16.9998 6.00002C16.9998 7.65687 15.6567 9.00002 13.9998 9.00002C12.343 9.00002 10.9998 7.65687 10.9998 6.00002C10.9998 5.45632 11.1445 4.9464 11.3974 4.50664L6.68359 5.31471C7.27336 8.99086 9.24499 12.2053 12.0489 14.4083C12.3502 12.4975 14.0044 11.0363 15.9998 11.0363C17.4554 11.0363 18.7294 11.8138 19.4292 12.9761Z\" fill=\"currentColor\"/><path d=\"M17.496 17.0739L17.7611 16.8108C18.2183 16.357 18.5 15.7303 18.5 15.0364C18.5 13.6557 17.3807 12.5364 16 12.5364C14.6193 12.5364 13.5 13.6557 13.5 15.0364V15.4123C14.7251 16.1541 16.0688 16.7197 17.496 17.0739Z\" fill=\"currentColor\"/><path d=\"M18.4318 18.7949C11.6523 17.7011 6.29885 12.3476 5.20502 5.56812L2.62328 6.0107C2.42549 6.04461 2.24954 6.15636 2.13477 6.32097C2.02 6.48559 1.97599 6.68933 2.01257 6.88664C2.68432 10.5098 4.42197 13.9749 7.22348 16.7764C10.025 19.578 13.4901 21.3156 17.1133 21.9873C17.3106 22.0239 17.5143 21.9799 17.6789 21.8651C17.8436 21.7504 17.9553 21.5744 17.9892 21.3766L18.4318 18.7949Z\" fill=\"currentColor\"/><path d=\"M14 4.5C13.1716 4.5 12.5 5.17157 12.5 6C12.5 6.82843 13.1716 7.5 14 7.5C14.8284 7.5 15.5 6.82843 15.5 6C15.5 5.17157 14.8284 4.5 14 4.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPizza;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAi3C,EAAj3C,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,EAAE,+eAA+e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qNAAqN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8XAA8X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2IAA2I,KAAK,eAAc,CAAI,GAG32C",
  "debugId": "3B9033FBD74573A064756E2164756E21",
  "names": []
}