import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgElectricRickshaw: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgElectricRickshaw; //# sourceMappingURL=ElectricRickshaw.d.ts.map