{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSpeedMiddle/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 IconSpeedMiddle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"speed-middle, limit, speedometer, level\"><path d=\"M10.1084 2.17878C10.5151 2.10093 10.9083 2.36786 10.9863 2.77448C11.064 3.18113 10.7973 3.57352 10.3906 3.65143C6.46583 4.40315 3.50016 7.85654 3.5 12.0001C3.5001 14.6979 4.75662 17.102 6.71875 18.6602C7.04287 18.9178 7.09622 19.3896 6.83887 19.7139C6.58123 20.0381 6.10945 20.0926 5.78516 19.835C3.48023 18.0044 2.0001 15.1747 2 12.0001C2.00016 7.12355 5.49017 3.06339 10.1084 2.17878Z\" fill=\"currentColor\"/><path d=\"M13.0137 2.77448C13.0917 2.36786 13.4849 2.10093 13.8916 2.17878C18.5099 3.06339 21.9998 7.12356 22 12.0001C21.9999 15.1747 20.5198 18.0044 18.2148 19.835C17.8905 20.0926 17.4188 20.0381 17.1611 19.7139C16.9038 19.3896 16.9571 18.9178 17.2812 18.6602C19.2434 17.102 20.4999 14.6979 20.5 12.0001C20.4998 7.85654 17.5342 4.40315 13.6094 3.65143C13.2027 3.57352 12.936 3.18113 13.0137 2.77448Z\" fill=\"currentColor\"/><path d=\"M11.5938 7.77253C11.7664 7.42631 12.2346 7.42631 12.4072 7.77253C12.9919 8.94497 14.0008 11.224 14.001 12.9991C14.001 14.1035 13.1053 14.9988 12.001 14.9991C10.8964 14.9991 10.001 14.1037 10.001 12.9991C10.0011 11.224 11.0091 8.94497 11.5938 7.77253Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSpeedMiddle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAorC,EAAprC,IAAqB,EAAO,UAAU,2CAA0C,gBAAC,OAAD,CAAM,EAAE,qYAAqY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yYAAyY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAG9qC",
  "debugId": "04BE4DD000F9A0BE64756E2164756E21",
  "names": []
}