{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSteak/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 IconSteak: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"steak, t-bone, raw\"><path d=\"M2.05101 8.25273C3.14374 5.17443 5.72539 3.21366 8.48394 3.5281L8.52239 3.6819C9.52 7.67233 9.78312 10.2535 9.21486 12.2993C8.65767 14.3051 7.26037 15.9287 4.55887 17.8934L4.00721 18.2947C3.13099 17.331 2.41988 16.0252 1.90932 14.3254C1.31855 12.3586 1.36855 10.1753 2.05101 8.25273Z\" fill=\"currentColor\"/><path d=\"M6.50466 20.0148C6.03262 19.8334 5.58446 19.5994 5.16279 19.309L5.44113 19.1066C7.74244 17.4329 9.31963 15.8666 10.1927 13.9759C11.8123 13.6343 13.2705 13.7036 14.659 14.2589C16.0105 14.7995 17.3567 15.8252 18.742 17.5064C16.895 18.7109 14.7003 19.4735 12.9967 19.9409C10.8028 20.5429 8.51398 20.7869 6.50466 20.0148Z\" fill=\"currentColor\"/><path d=\"M19.9453 16.6081C21.6469 15.1431 22.8312 13.1182 22.4177 10.4241L22.4119 10.3861L22.4022 10.3489C22.0189 8.87627 21.5271 7.85075 20.8856 7.1635C20.2195 6.44994 19.4538 6.16621 18.6797 6.05836C18.1753 5.9881 17.6076 5.99038 17.0813 5.9925C16.8701 5.99335 16.6656 5.99418 16.4745 5.99028C15.7562 5.97562 15.0517 5.90412 14.3276 5.61881L10.1408 3.98511C10.9747 7.47581 11.2742 10.116 10.7477 12.3587C12.2874 12.1528 13.7707 12.2881 15.216 12.8662C16.8819 13.5325 18.4354 14.7623 19.9453 16.6081Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSteak;\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,gBAAiuC,EAAjuC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,8RAA8R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gUAAgU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+eAA+e,KAAK,eAAc,CAAI,GAG3tC",
  "debugId": "DE03C91ECFB564E964756E2164756E21",
  "names": []
}