import type { SVGProps } from 'react'; type IconProps = SVGProps & { size?: number | string; color?: string; }; declare const Reddit: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default Reddit; //# sourceMappingURL=Reddit.web.d.ts.map