{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPan/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 IconPan: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pan, cooking, skills\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z\" fill=\"currentColor\"/><path d=\"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z\" fill=\"currentColor\"/><path d=\"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z\" fill=\"currentColor\"/><path d=\"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z\" fill=\"currentColor\"/><path d=\"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z\" fill=\"currentColor\"/><path d=\"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPan;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAkwD,EAAlwD,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wZAAwZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+MAA+M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,CAAI,GAG5vD",
  "debugId": "A6341D9A1D6E127364756E2164756E21",
  "names": []
}