{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCar10Ev/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 IconCar10Ev: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"car-10-ev, truck\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.0001 4C11.5524 4 12 4.44771 12 5V16.5H13.5V7C13.5 6.44772 13.9477 6 14.5 6H18.2148C18.8 6.00001 19.3463 6.29246 19.6709 6.7793L22.7061 11.332L22.7734 11.4424C22.9214 11.7043 23 12.0005 23 12.3027V16.25C23 17.2165 22.2165 18 21.25 18H20.1632C19.6015 19.1825 18.3962 20 17 20C15.6038 20 14.3985 19.1825 13.8368 18H10.1632C9.60145 19.1825 8.3962 20 7 20C5.6038 20 4.39855 19.1825 3.83682 18H3C2.09383 18 1.3483 17.3113 1.25879 16.4287L1.25 16.25V5.75C1.25 4.7835 2.0335 4 3 4H11.0001ZM9 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.5C8.10457 18.5 9 17.6046 9 16.5ZM19 16.5C19 15.3954 18.1046 14.5 17 14.5C15.8954 14.5 15 15.3954 15 16.5C15 17.6046 15.8954 18.5 17 18.5C18.1046 18.5 19 17.6046 19 16.5ZM8.77179 9.10367H6.87965L7.14057 7.25567C7.17275 7.02771 6.87652 6.90586 6.73417 7.08851L4.04743 10.5359C3.93255 10.6833 4.03939 10.8963 4.22821 10.8963H6.12034L5.85944 12.7443C5.82726 12.9723 6.12349 13.0941 6.26584 12.9115L8.95257 9.46409C9.06745 9.31668 8.96061 9.10367 8.77179 9.10367Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCar10Ev;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAgpC,EAAhpC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,khCAAkhC,KAAK,eAAc,CAAI,GAG1oC",
  "debugId": "52D16228866C1B4164756E2164756E21",
  "names": []
}