{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.30781 4C4.46545 4 2.89598 5.33831 2.6049 7.15754L1.40404 14.6629C1.14691 16.27 2.26526 17.7383 3.82188 17.9687C4.37709 19.168 5.59126 20 6.99976 20C8.39596 20 9.60121 19.1825 10.1629 18H13.8366C14.3983 19.1825 15.6036 20 16.9998 20C18.396 20 19.6012 19.1825 20.1629 18H20.2496C21.7684 18 22.9996 16.7688 22.9996 15.25V14.1061C22.9996 12.4024 22.3553 10.7616 21.196 9.51309L18.0796 6.15695C16.8024 4.78153 15.0102 4 13.1332 4H6.30781ZM4.99976 16.5C4.99976 15.3954 5.89519 14.5 6.99976 14.5C8.10433 14.5 8.99976 15.3954 8.99976 16.5C8.99976 17.6046 8.10433 18.5 6.99976 18.5C5.89519 18.5 4.99976 17.6046 4.99976 16.5ZM14.9998 16.5C14.9998 15.3954 15.8952 14.5 16.9998 14.5C18.1043 14.5 18.9998 15.3954 18.9998 16.5C18.9998 17.6046 18.1043 18.5 16.9998 18.5C15.8952 18.5 14.9998 17.6046 14.9998 16.5ZM11.9166 9.99984H13.9932C14.2004 9.99984 14.3177 10.2375 14.1916 10.4019L11.2429 14.2481C11.0867 14.4519 10.7615 14.3159 10.7969 14.0616L11.0832 11.9998H9.00656C8.79933 11.9998 8.68207 11.7622 8.80816 11.5977L11.7569 7.75157C11.9131 7.5478 12.2382 7.68374 12.2029 7.93808L11.9166 9.99984Z\" 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,gBAAyrC,EAAzrC,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mkCAAmkC,KAAK,eAAc,CAAI,GAGnrC",
  "debugId": "785F97EC32380F5564756E2164756E21",
  "names": []
}