{
  "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=\"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\"/><path d=\"M10.9998 6.00011C10.9998 5.45641 11.1445 4.94648 11.3974 4.50672L6.68359 5.3148C7.27336 8.99095 9.24499 12.2053 12.0489 14.4083C12.3502 12.4976 14.0044 11.0364 15.9998 11.0364C17.4554 11.0364 18.7294 11.8138 19.4292 12.9762L20.2724 8.05722C20.7089 5.51103 18.5008 3.29785 15.9558 3.72531C16.595 4.27548 16.9998 5.09052 16.9998 6.00011C16.9998 7.65696 15.6567 9.00011 13.9998 9.00011C12.343 9.00011 10.9998 7.65696 10.9998 6.00011Z\" 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.4069 18.791C11.6468 17.6897 6.30924 12.3522 5.20798 5.59204C3.40076 6.12054 2.13279 7.98927 2.84687 9.93756C3.76175 12.4337 5.22089 14.7748 7.22255 16.7764C9.22421 18.7781 11.5653 20.2372 14.0614 21.1521C16.0097 21.8662 17.8784 20.5982 18.4069 18.791Z\" 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,gBAAurC,EAAvrC,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,EAAE,2IAA2I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ibAAib,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qNAAqN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kQAAkQ,KAAK,eAAc,CAAI,GAGjrC",
  "debugId": "2CDB832653F470DC64756E2164756E21",
  "names": []
}