{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCar1Ev/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 IconCar1Ev: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"car-1-ev\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.48267 5.78463C6.16516 4.67558 7.37416 4 8.67639 4H12.4455C13.664 4 14.8065 4.59199 15.5092 5.58744L16.9138 7.57731C17.25 8.05369 17.7581 8.38092 18.3309 8.49003L19.9517 8.79874C21.7204 9.13563 23 10.682 23 12.4825V14.5C23 16.195 21.7951 17.6086 20.195 17.931C19.648 19.1505 18.4232 20 17 20C15.6038 20 14.3985 19.1825 13.8368 18H10.1632C9.60145 19.1825 8.3962 20 7 20C5.59293 20 4.37979 19.1697 3.82381 17.9723C2.23029 17.7636 1 16.4005 1 14.75V11.6764C1 10.3742 1.67558 9.16516 2.78463 8.48267L3.9986 7.73561C4.29857 7.55101 4.55101 7.29857 4.73561 6.9986L5.48267 5.78463ZM7 18.5C8.10457 18.5 9 17.6046 9 16.5C9 15.3954 8.10457 14.5 7 14.5C5.89543 14.5 5 15.3954 5 16.5C5 17.6046 5.89543 18.5 7 18.5ZM19 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.5C18.1046 14.5 19 15.3954 19 16.5ZM11.9167 10H13.9933C14.2006 10 14.3178 10.2376 14.1917 10.4021L11.243 14.2483C11.0868 14.452 10.7617 14.3161 10.797 14.0618L11.0833 12H9.00669C8.79945 12 8.6822 11.7624 8.80828 11.5979L11.757 7.75174C11.9132 7.54796 12.2384 7.68391 12.203 7.93824L11.9167 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCar1Ev;\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,gBAAosC,EAApsC,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8kCAA8kC,KAAK,eAAc,CAAI,GAG9rC",
  "debugId": "4758E65C08937FB064756E2164756E21",
  "names": []
}