{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCar9Ev/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 IconCar9Ev: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"car-9-ev, van\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 7.75V15.25C1 16.7688 2.23122 18 3.75 18H3.83682C4.39855 19.1825 5.6038 20 7 20C8.3962 20 9.60145 19.1825 10.1632 18H13.8368C14.3985 19.1825 15.6038 20 17 20C18.3962 20 19.6015 19.1825 20.1632 18H20.25C21.7688 18 23 16.7688 23 15.25V12.3076C22.9998 11.2154 22.3531 10.227 21.3525 9.78906L19.3115 8.89551C19.0453 8.77892 18.8288 8.57421 18.6982 8.31738L18.6475 8.2041L17.9424 6.39062C17.3818 4.94955 15.9945 4.00018 14.4482 4H4.75C2.67893 4 1 5.67893 1 7.75ZM7 14.5C8.10457 14.5 9 15.3954 9 16.5C9 17.6046 8.10457 18.5 7 18.5C5.89543 18.5 5 17.6046 5 16.5C5 15.3954 5.89543 14.5 7 14.5ZM17 14.5C18.1046 14.5 19 15.3954 19 16.5C19 17.6046 18.1046 18.5 17 18.5C15.8954 18.5 15 17.6046 15 16.5C15 15.3954 15.8954 14.5 17 14.5ZM11.9168 9.99984H13.9935C14.2007 9.99984 14.3179 10.2375 14.1919 10.4019L11.2431 14.2481C11.0869 14.4519 10.7618 14.3159 10.7971 14.0616L11.0835 11.9998H9.00681C8.79957 11.9998 8.68232 11.7622 8.80841 11.5977L11.7571 7.75157C11.9134 7.5478 12.2385 7.68374 12.2032 7.93808L11.9168 9.99984Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCar9Ev;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAknC,EAAlnC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u/BAAu/B,KAAK,eAAc,CAAI,GAG5mC",
  "debugId": "336A3A4D47FCEC9A64756E2164756E21",
  "names": []
}