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