{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCar5Ev/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 IconCar5Ev: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"car-5-ev\"><path d=\"M19.4989 17H20.9989C21.5512 17 21.9989 16.5523 21.9989 16V14.3561C21.9989 12.8417 21.4262 11.3832 20.3957 10.2734L17.2793 6.91729C16.144 5.69469 14.5509 5 12.8825 5H6.54033C5.07381 5 3.82224 6.06024 3.58115 7.5068L2.38708 14.6712C2.1839 15.8903 3.12399 17 4.35987 17H4.49895\" stroke=\"currentColor\" strokeWidth=\"2\"/><circle cx=\"7\" cy=\"16.75\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><circle cx=\"17\" cy=\"16.75\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M9.5 17H14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13.9949 9.99935H11.9183L12.2046 7.93759C12.24 7.68326 11.9148 7.54731 11.7586 7.75109L8.80987 11.5972C8.68378 11.7617 8.80104 11.9994 9.00827 11.9994H11.0849L10.7986 14.0611C10.7633 14.3155 11.0884 14.4514 11.2446 14.2476L14.1933 10.4015C14.3194 10.237 14.2022 9.99935 13.9949 9.99935Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCar5Ev;\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,gBAA+gC,EAA/gC,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,EAAE,qRAAqR,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,SAAD,CAAQ,GAAG,IAAI,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,CAAI,GAGzgC",
  "debugId": "15484E5F412571AB64756E2164756E21",
  "names": []
}