{
  "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.00008C10.9998 5.45638 11.1445 4.94646 11.3974 4.5067L6.68359 5.31477C7.27336 8.99092 9.24499 12.2053 12.0489 14.4083C12.3502 12.4975 14.0044 11.0364 15.9998 11.0364C17.4554 11.0364 18.7294 11.8138 19.4292 12.9761L20.7502 5.27026C20.9542 4.08001 19.9199 3.04569 18.7297 3.24973L15.9557 3.72526C16.595 4.27543 16.9998 5.09048 16.9998 6.00008C16.9998 7.65693 15.6567 9.00008 13.9998 9.00008C12.343 9.00008 10.9998 7.65693 10.9998 6.00008Z\" 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.4326 18.7949C11.6531 17.7011 6.29964 12.3476 5.20581 5.56812L3.62314 5.83943C2.6732 6.00228 1.99295 6.92738 2.23465 7.91858C3.02629 11.165 4.6902 14.2424 7.22428 16.7764C9.75836 19.3105 12.8357 20.9744 16.0821 21.7661C17.0733 22.0078 17.9984 21.3275 18.1613 20.3776L18.4326 18.7949Z\" 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,gBAAsuC,EAAtuC,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,EAAE,2IAA2I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,icAAic,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qNAAqN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,CAAI,GAGhuC",
  "debugId": "E144DD642A1CAF6764756E2164756E21",
  "names": []
}