{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSteakSteamLines/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 IconSteakSteamLines: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"steak-steam-lines, t-bone\"><path d=\"M13.4892 2.56841C13.8032 2.29817 13.8386 1.82462 13.5683 1.5107C13.2981 1.19678 12.8245 1.16138 12.5106 1.43162C11.855 1.99603 11.5258 2.60067 11.4956 3.25654C11.4614 3.9992 12.1219 4.69939 12.0615 5.38655L12.0613 5.38834C12.059 5.41782 12.046 5.58254 11.5981 5.86672C11.2484 6.08863 11.1447 6.55206 11.3666 6.90182C11.5885 7.25157 12.052 7.35521 12.4017 7.1333C13.0797 6.70314 13.4974 6.18019 13.5557 5.518C13.6275 4.70168 12.9588 4.08954 12.994 3.32556C13.0003 3.18723 13.0564 2.94104 13.4892 2.56841Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.4172 3.62322C8.76138 3.39276 8.85358 2.92692 8.62313 2.58274C8.39267 2.23855 7.92683 2.14636 7.58265 2.37681C6.94255 2.8054 6.53403 3.31906 6.49608 3.95982C6.45846 4.5951 6.82974 5.0174 7.04291 5.55893C7.04635 5.56766 7.0492 5.57539 7.05156 5.58217C7.00809 5.6266 6.90326 5.71136 6.66803 5.82745C6.29658 6.01075 6.14406 6.46046 6.32736 6.83191C6.51066 7.20336 6.96037 7.35588 7.33182 7.17258C7.96451 6.86036 8.47912 6.42975 8.55381 5.76939C8.58786 5.46835 8.51574 5.20527 8.43866 5.00948C8.34503 4.77163 7.97818 4.30646 7.99346 4.04849C7.99367 4.04333 7.9948 4.01606 8.03667 3.95708C8.08663 3.8867 8.19426 3.77249 8.4172 3.62322Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.9172 5.62322C18.2614 5.39276 18.3536 4.92692 18.1231 4.58274C17.8927 4.23855 17.4268 4.14636 17.0826 4.37681C16.4425 4.8054 16.034 5.31906 15.9961 5.95982C15.9644 6.49535 16.2211 6.95553 16.3591 7.2029L16.3795 7.23959C16.463 7.39026 16.5117 7.47965 16.5429 7.55893C16.5464 7.56765 16.5492 7.57538 16.5516 7.58217C16.5081 7.6266 16.4033 7.71137 16.168 7.82745C15.7966 8.01075 15.6441 8.46046 15.8274 8.83191C16.0107 9.20336 16.4604 9.35588 16.8318 9.17258C17.4645 8.86036 17.9791 8.42975 18.0538 7.76939C18.0879 7.46835 18.0157 7.20527 17.9387 7.00948C17.845 6.77162 17.4782 6.30647 17.4935 6.04849C17.4937 6.04333 17.4948 6.01606 17.5367 5.95708C17.5866 5.8867 17.6943 5.77249 17.9172 5.62322Z\" fill=\"currentColor\"/><path d=\"M8.74424 8.03597C6.10334 7.72223 3.60177 9.41828 2.53223 12.1843C1.87308 13.889 1.82467 15.8262 2.39544 17.5707C3.0342 19.5231 3.99928 20.882 5.20618 21.7522C8.31319 18.8181 9.70979 13.3465 8.7621 8.13416L8.74424 8.03597Z\" fill=\"currentColor\"/><path d=\"M6.58284 22.5004C6.65208 22.5275 6.72187 22.5534 6.79219 22.5782C8.69435 23.2493 10.8602 23.0377 12.9405 22.5137C14.643 22.0848 16.867 21.3696 18.6781 20.2161C17.5551 19.0688 15.9652 18.2311 14.316 17.7211C12.5387 17.1715 10.7954 17.0341 9.64543 17.236C8.97919 19.2645 7.95205 21.086 6.58284 22.5004Z\" fill=\"currentColor\"/><path d=\"M21.9199 14.1029C22.2948 16.3456 21.3224 18.0558 19.8905 19.3137C18.5286 17.8534 16.6236 16.8646 14.7591 16.288C13.1186 15.7807 11.4358 15.5699 10.0784 15.6733C10.598 13.3975 10.6962 10.9407 10.3497 8.55046C10.4386 8.59972 10.5238 8.64977 10.6051 8.69909L12.9064 10.0957C13.2226 10.2876 13.496 10.4209 13.7635 10.4802C14.4147 10.6244 15.0975 10.614 15.835 10.5664C15.9775 10.5572 16.1247 10.5463 16.2749 10.5351C16.863 10.4915 17.4978 10.4444 18.087 10.4833C18.8579 10.5343 19.6524 10.7336 20.3498 11.3174C21.0389 11.8941 21.5482 12.7752 21.9017 14.022L21.9131 14.0619L21.9199 14.1029Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSteakSteamLines;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA0sG,EAA1sG,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,0fAA0f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2nBAA2nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4rBAA4rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gOAAgO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4kBAA4kB,KAAK,eAAc,CAAI,GAGpsG",
  "debugId": "76673E7B2C6E89FE64756E2164756E21",
  "names": []
}