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